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):

2005-03-12 19:24 DE, revision 32778

Added trailing newline.

2005-03-12 19:20 DE, revision 32777

Added back trailing newline. Please be more careful when using dumb editors like Xcode's.

2005-03-12 19:11 VZ, revision 32776

readded back wxUSE_OLE and wxUSE_WXDIB

2005-03-12 18:09 RD, revision 32775

Oops

2005-03-12 18:07 RD, revision 32774

GetSize --> GetSizeHint

2005-03-12 14:16 GD, revision 32773

corrected typo in comment

2005-03-12 12:26 RR, revision 32772

gtk updates

2005-03-12 12:24 RR, revision 32771

Correct orientation of splitter sash again. Query splitter sash size at runtime.

2005-03-12 10:44 RR, revision 32770

Make tree control more GTK-is in the HTML help system.

2005-03-12 10:33 RR, revision 32769

Applied patch for ArtProvider.

2005-03-12 10:30 RR, revision 32768

There shouldn't be any need to draw the backgound under a sash.

2005-03-11 22:49 DS, revision 32767

ignore vc_dll directory

2005-03-11 22:13 MW, revision 32766

Add samples mobile and ownerdrw. Make sample richedit available on all platforms for fixing.

2005-03-11 21:48 DE, revision 32765

Add BASE_MACOSX_HDR and use it from BASE_PLATFORM_HDR like BASE_MACOSX_SRC is used from BASE_PLATFORM_SRC.

2005-03-11 21:42 DE, revision 32764

Rename BASE_MAC_OSX_(SRC|HDR) to BASE_MACOSX_WXMAC_(SRC|HDR). Put $BASE_MAC_(SRC|HDR) inside of these definitions since they're always needed for these cases anyway.

2005-03-11 21:34 DE, revision 32763

Renamed BASE_DARWIN_(SRC|HDR) to BASE_MACOSX_NOTWXMAC_(SRC|HDR)

2005-03-11 21:03 RR, revision 32762

GTK compilation.

2005-03-11 20:47 RR, revision 32761

GTK+ 2.0 compilation.

2005-03-11 18:59 VZ, revision 32760

compilation fix for non PCH build

2005-03-11 18:56 RR, revision 32759

Compilo.

2005-03-11 15:44 VZ, revision 32758

don't use private URL in the sample

2005-03-11 15:34 ABX, revision 32757

Base for wxMessageDialog with common checks for style.

2005-03-11 15:12 ABX, revision 32756

Warning and build fixes focused with Borland and Watcom.

2005-03-11 11:49 VZ, revision 32755

call wxOle[Un]Initialize() in wxClipboard ctor/dtor to ensure that when wxTheClipboard is destroyed at program shutdown and its Clear() method is called OLE is still initialized

2005-03-11 11:47 VZ, revision 32754

extracted code calling {Ole|Co}[Un]Initialize() to wxOle[Un]Initialize() functions in oleutils.h