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

2007-08-09 15:05 JS, revision 47972

Toolbars shouldn't have themed borders Made it easier to switch off theme borders in wxWindow if necessary

2007-08-08 23:34 VZ, revision 47969

remove extra space which confuses some servers (at least wu-ftpd 2.6.2) from interpreting the PORT command correctly

2007-08-08 21:55 VS, revision 47967

fixed visiblity attribute warnings in STL build

2007-08-08 21:26 VS, revision 47966

VC6_WORKAROUND -> WX_LIST_VC6_WORKAROUND to prevent name conflicts

2007-08-08 12:39 JS, revision 47963

Made wxBORDER_THEME the same as wxBORDER_DEFAULT Moved wxControl::GetBorderStyle into wxWindowMSW::GetBorderStyle but added GetBorderStyle to have the same behaviour as before (so e.g. notebook panels don't get borders) Improved help window borders

2007-08-08 12:38 JS, revision 47962

Added wxWindowMSW::GetThemedBorderStyle as a helper for 2.8 Improved help window borders

2007-08-08 11:53 JS, revision 47961

Compile fix (VC++ 6 doesn't like wxString::Format with only 1 arg: gives several pages of template-related warnings)

2007-08-08 11:22 JS, revision 47960

Removed minifram

2007-08-08 04:35 DE, revision 47958

Merged 47957 from trunk: Implement the wxST_NO_AUTORESIZE style for wxStaticText. Copyright 2007 Software 2000 Ltd.

2007-08-08 04:34 DE, revision 47957

Implement the wxST_NO_AUTORESIZE style for wxStaticText. Copyright 2007 Software 2000 Ltd.

2007-08-08 04:27 DE, revision 47956

Merged 47955 from trunk: Translate the wxALIGN flags to the Cocoa alignment type in wxStaticText::Create Copyright 2007 Software 2000 Ltd.

2007-08-08 04:25 DE, revision 47955

Translate the wxALIGN flags to the Cocoa alignment type in wxStaticText::Create

2007-08-08 04:06 DE, revision 47954

Merged 47953 from trunk: Use static wxControl::GetLabelText in preference to wxStripMenuCodes with the wxStrip_Mnemonics flag for readability.

2007-08-08 04:05 DE, revision 47953

Use static wxControl::GetLabelText in preference to wxStripMenuCodes with the wxStrip_Mnemonics flag for readability.

2007-08-08 03:18 DE, revision 47952

Merged trunk 47951: Select the first choice in the radiobox upon creation for parity with other ports.

2007-08-08 03:17 DE, revision 47951

Select the first choice in the radiobox upon creation for parity with other ports.

2007-08-08 03:08 DE, revision 47950

Merged trunk 47949: In wxNotebook::Create setTabViewType based off of wxNB_TOP/LEFT/RIGHT/BOTTOM flags if given.

2007-08-08 03:06 DE, revision 47949

In wxNotebook::Create setTabViewType based off of wxNB_TOP/LEFT/RIGHT/BOTTOM flags if given.

2007-08-08 01:38 DE, revision 47947

Merged 47946 from trunk: Return true in unsetenv case.

2007-08-08 01:37 DE, revision 47946

Return true in wxSetEnv for unsetenv case.

2007-08-07 22:39 VZ, revision 47943

correction to last commit: don't test unsetenv() return value, it's void under Darwin

2007-08-07 22:29 VZ, revision 47942

use unsetenv() instead of setenv(var, NULL) which is invalid

2007-08-07 22:26 DE, revision 47941

Implement wxRadioButton Get/SetLabel methods.

2007-08-07 21:44 RD, revision 47940

tweak the size and layout of the cancel button a bit so it doesn't get clipped.

2007-08-07 21:42 RD, revision 47939

tweak the size and layout of the cancel button a bit so it doesn't get clipped.