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

2004-06-13 23:29 JS, revision 27778

Added event table macros to wxGrid that take window identifiers

2004-06-13 23:17 JS, revision 27777

Added event table macros to wxGrid that take window identifiers

2004-06-13 21:52 VZ, revision 27776

corrected DBErrorList DLL export declaration

2004-06-13 16:31 JS, revision 27775

Tweaks to announcement

2004-06-13 16:30 JS, revision 27774

Corrected return type of SetBackgroundColour

2004-06-13 16:28 JS, revision 27773

Domain name corrections

2004-06-13 16:25 JS, revision 27772

Script tweaks

2004-06-13 16:20 JS, revision 27771

Use old project file name

2004-06-13 16:18 JS, revision 27770

Typo correction

2004-06-13 16:11 JS, revision 27769

Small WinCE symbol fixes

2004-06-13 15:39 JS, revision 27768

Fix for DLL compilation bug (Fritz Elfert)

2004-06-13 13:09 VS, revision 27767

fixed background rendering if GetThemeEnabled()=true with GTK2

2004-06-13 12:50 VS, revision 27766

fix wxPanel rendering in wxGTK

2004-06-13 00:02 DS, revision 27765

replaced menu calls Append([...], true) with the less cryptic AppendCheckItem

2004-06-12 23:44 DS, revision 27764

removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString

2004-06-12 23:01 RR, revision 27763

Applied new master define for CommandBar vs. PocketPC mixed bar. This also works now under Handheld PC 2000.

2004-06-12 22:58 RR, revision 27762

Added master define for CommandBar vs. PocketPC mixed bar.

2004-06-12 21:22 VS, revision 27761

compilation fixes for GTK (this looks weird for other platforms, too...)

2004-06-12 19:38 VS, revision 27760

set size hints in notebook sample

2004-06-12 12:36 VS, revision 27759

fixed setting of initial font under wxGTK2

2004-06-11 22:50 RD, revision 27758

Add "inplace" build option that allows the distribution to be built from witin the current source tree instead of rewuiring the wxPythonSrc tarball. (Currently it still needs the Docs and Demo tarballs to make a full build, but it can skip those parts if the tarballs are not available.)

2004-06-11 22:46 RD, revision 27757

Fix a couple warnings

2004-06-11 20:43 ABX, revision 27756

Reworked dialogs sample in the direction of fully working in not fully specified setup.h. Dedicated mainly for all those hard working on various port. Be happy with always working dialogs sample.

2004-06-11 19:24 ABX, revision 27755

Generic font dialog is still an option in wxMSW in non Univ mode

2004-06-11 19:15 RR, revision 27754

Compile fixes for HANDHELDPC