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

2006-01-16 23:47 RD, revision 36903

remove some extra ';'

2006-01-16 23:46 RD, revision 36902

still more tweaks

2006-01-16 20:10 ABX, revision 36901

Watcom fix.

2006-01-16 20:08 ABX, revision 36900

wxOS2 build system for OpenWatcom.

2006-01-16 16:33 ABX, revision 36899

wxMGL build system for OpenWatcom.

2006-01-16 16:09 ABX, revision 36898

Avoid conflict between wxWindow::Enable and MyFrame::Enable.

2006-01-16 16:05 ABX, revision 36897

Code cleaning.

2006-01-16 16:04 ABX, revision 36896

Towards other setups.

2006-01-16 15:51 ABX, revision 36895

Warning fix.

2006-01-16 15:45 MR, revision 36894

Regenerate after latest changes to configure.in (GTK_NO_CHECK_CASTS removal for gtk2 and gsocket related identation changes). Does gsocket work still/now?

2006-01-16 15:42 MR, revision 36893

GTK_NO_CHECK_CASTS is a gtk1 only thing, so don't put it to CPPFLAGS with gtk2. It's been renamed to G_NO_CHECK_CASTS in gtk2 stack, but we don't appear to need it. Why do we need to supress cast checks for gtk1?

2006-01-16 15:41 ABX, revision 36892

msw/private.h is included from filefn.h

2006-01-16 14:59 MR, revision 36891

Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const. If any more exotic toolchain decides to not export these strings into the core library anymore, let me know. Try to compile the notebook sample, for example. TODO: Move strings not meant for wxCore out of wxCore to the appropriate library.

2006-01-16 02:31 VZ, revision 36890

reset g_SelectionBeforePopup sooner in gtk_popup_hide_callback() to ensure that GetSelection() returns the new selection when called from wxEVT_COMMAND_COMBOBOX_SELECTED handler

2006-01-15 22:16 SN, revision 36889

Some OS/2 specific improvements.

2006-01-15 21:50 SN, revision 36888

Fixes for positioning & sizing, removal of handle/window associations in dtor. (backporting patch #1396667

2006-01-15 21:39 VZ, revision 36887

just reindented properly (while trying to understand what this check does...)

2006-01-15 20:50 SN, revision 36886

Removed redundant code (part of backporting patch #1396667.

2006-01-15 16:19 SN, revision 36885

Backported sizing improvements from patch #1396667.

2006-01-15 16:19 , revision 36884

This commit was manufactured by cvs2svn to create branch 'WX_2_6_BRANCH'.

2006-01-15 14:48 SN, revision 36883

Improved label handling (part of backporting patch #1396667

2006-01-15 10:15 ABX, revision 36882

Build fix for wxTheApp usage.

2006-01-15 10:13 ABX, revision 36881

Build fix for wxWindowMSW used in header.

2006-01-15 10:06 ABX, revision 36880

More common code moved from generic dialogs to wxDialogBase::CreateButtonSizer(). New system option 'wince.dialog.real-ok-cancel'.

2006-01-15 07:20 vell, revision 36879

cleanup - reformat