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.

2007-08-07 21:37 FM, revision 47938

added first version of wxStyleTextCtrl|Event docs

2007-08-07 21:13 VS, revision 47937

the Ubuntu visibility bug only happens when building shared libraries on some systems, use -shared when testing for it

2007-08-07 21:00 FM, revision 47935

typo fix

2007-08-07 20:33 VZ, revision 47932

don't include wx/wxprec.h from headers, it's bad style (patch from Tim Stahlhut)

2007-08-07 19:40 JS, revision 47930

Added wxBORDER_THEME and made wxTextCtrl and wxSearchCtrl show the correct borders. Because we can't add virtual functions because of binary compatibility considerations, we can't make controls intelligent enough to know when they need themed borders. So in 2.8 we have to add wxBORDER_THEME explicitly where necessary.

2007-08-07 19:25 JS, revision 47928

Clean up

2007-08-07 19:22 JS, revision 47927

Added wxBORDER_THEME, wxWindow::GetDefaultBorderForControl(), wxWindow::CanApplyThemeBorder(). wxTextCtrl and wxSearchCtrl now get the correct border on wxMSW, and the wxRichTextCtrl sample also now demonstrates correct borders.

2007-08-07 19:12 RD, revision 47926

Patch #1769242: Check for wxUSE_GRAPHICS_CONTEXT in renderer.cpp

2007-08-07 13:55 JS, revision 47925

Compile fix for VC++ 6

2007-08-07 13:50 JS, revision 47924

compile and warning fixes

2007-08-07 12:01 CE, revision 47923

cvs to svn changes for 2.8.5

2007-08-07 11:52 CE, revision 47922

new is_text from head for svn

2007-08-07 11:46 CE, revision 47921

2.8.5 not 2.8.4

2007-08-07 08:56 CE, revision 47920

put constant in define

2007-08-07 01:38 VZ, revision 47919

remove tests for Mac Rez and SetFile which are also already done by bakefile; restore assignment to RESCOMP which was removed by last commit but which bakefile doesn't set

2007-08-07 01:23 VZ, revision 47918

don't test for things which bakefile already tests for (STRIP, RANLIB, INSTALL, WINDRES, ...); don't chech for VPATH support in make at all as we don't use it any more

2007-08-06 21:48 FM, revision 47917

added propertyaccessor.tex

2007-08-06 21:39 FM, revision 47916

first raw version

2007-08-06 21:37 FM, revision 47915

rewritten completely the XTI overview. First version.

2007-08-06 19:49 FM, revision 47913

build fix

2007-08-06 19:48 FM, revision 47912

regenerated after wx_dynamic_cast addition

2007-08-06 18:31 FM, revision 47911

add wx_dynamic_cast

2007-08-06 14:55 FM, revision 47908

Use wx prefix also for event table macros (still lots of work to do for adding 'wx' prefix to all event macros)

2007-08-06 14:55 DE, revision 47907

Merged 44792 (NOTE: CVS) from trunk: implemented GetLabel() (part of patch 1679337)

2007-08-06 14:53 VS, revision 47906

WXIMPORT must specify default visibility too, otherwise things like typeinfo may break subtly