Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2001-12-04 16:37 RR, revision 12865

Compile fix for app.cpp without precompiled headers.

2001-12-04 16:29 VZ, revision 12864

fixed compilation

2001-12-04 16:22 SC, revision 12863

added default return and escape/command-period handling for dialogs

2001-12-04 15:52 RR, revision 12862

Temporary fix for wxFileName under Mac - ignore volumes.

2001-12-04 15:13 VZ, revision 12861

added wxFileName::MakeRelativeTo() and the tests/docs for it

2001-12-04 14:52 JS, revision 12860

Tried to fix makefile.g95

2001-12-04 14:14 VZ, revision 12859

compilation fix for HAVE_SETENV

2001-12-04 14:02 SC, revision 12858

MacOS X was having a coordinate rollover for a rectangle when painting the pane background

2001-12-04 12:13 JS, revision 12857

Ifdefed out code that wouldn't compile with Mingw32 2.95.2

2001-12-04 10:40 RL, revision 12856

(Blind) fix for BCC compile glitch.

2001-12-04 08:08 JS, revision 12855

Only paint lines in MSW

2001-12-04 04:21 RL, revision 12854

fix for wxDynamicCast making it safe to pass factory functions.

2001-12-04 01:29 VZ, revision 12853

fixed assert failure when removing a menu

2001-12-04 01:14 VZ, revision 12852

fixed Assign(fullpath, fullname)

2001-12-04 00:55 RR, revision 12851

The code in wxMac's listbox was too ambitious in filtering out surplus events.s

2001-12-03 23:25 RR, revision 12850

Make wxMac single line text control ignore ENTER

2001-12-03 21:37 RD, revision 12849

wxRemotelyScrolledTreeCtrl now draws its own lines

2001-12-03 21:29 RR, revision 12848

Replaced && with $ in bittest.

2001-12-03 21:29 RD, revision 12847

wxRemotelyScrolledTreeCtrl now draws its own lines

2001-12-03 20:58 RD, revision 12846

More fixes and updates

2001-12-03 20:52 JS, revision 12845

Moved line-drawing to splittree implementation.

2001-12-03 20:41 RD, revision 12844

Added SplitTree sample to the demo Fixes for wxEditor and its FrogEdit sample Misc. other stuff

2001-12-03 18:28 VZ, revision 12843

fixed bug in AssignDir() which didn't always consider the argument as directory

2001-12-03 18:17 RD, revision 12842

Removed m_clientData and related methods as it's now handled by the wxClientDataContainer mixin.

2001-12-03 14:52 GT, revision 12841

Removed a call to Upper() on the table name when building an UPDATE statement. Patch #488365 submitted by Christophe Massaloux