Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / msw / checkbox.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-01-20  Vadim ZeitlinFix appearance of multiline wxCheckBox with non-standar...
2012-09-23  Vadim ZeitlinCorrect best size computation for wxCheckBox with borde...
2012-09-23  Vadim ZeitlinRespect styles translated to WS_EX_XXX in wxMSW wxCheck...
2012-09-20  Vadim ZeitlinAdd public (but not documented) wxCheckBox::MSWMakeOwne...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2011-12-16  Vadim ZeitlinMake multiline checkboxes wider in wxMSW to avoid word...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-10-16  Vadim ZeitlinImprove validation of wxCheckBox styles.
2010-09-21  Vadim ZeitlinCompilation fixes for old SDKs (VC6) after recent commit.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-03  Vadim Zeitlinadd support for multiline labels in wxToggleButton
2008-06-07  Vadim Zeitlincompilation fix for PCH-less compilation after the...
2008-06-07  Vadim Zeitlinsupport multiline labels in wxCheckBox (#9495)
2008-02-24  Vadim Zeitlindon't include wx/msw/dc.h from wx/msw/private.h, this...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-04-16  Vadim Zeitlinuse wxRenderer::DrawCheckBox() instead of doing it...
2006-07-25  Vadim Zeitlinuse GetLabelText() instead of wxStripMenuCodes() to...
2006-05-29  Włodzimierz SkibaInclude wx/checkbox.h according to precompiled headers...
2006-01-18  Julian SmartMust strip menu codes from labels before measuring...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-09  Vadim Zeitlin(blind) compilation fix for wxUSE_UXTHEME==0
2005-05-22  Julian SmartWinCE fixes
2005-05-20  Vadim Zeitlinnative checkbox didn't have correct state after switchi...
2005-05-18  Vadim Zeitlinsetting foreground colour for wxCheckBox now works...
2005-05-18  Robin DunnPatch #1203934: enable best size caching for MSW widgets
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-03-30  Dimitri Schoolwerthminor cleanup (don't use magic numbers)
2004-12-12  Vadim Zeitlinoverride MSWGetDefaultBgBrush() to use transparent...
2004-08-20  Włodzimierz SkibaSource cleaning: whitespaces, -1/wxDefaultCoord, TRUE...
2004-07-29  Julian SmartCheckbox needs an extra pixel in height on WinCE
2004-07-25  Vadim Zeitlinuse BS_RIGHT for right-aligned controls (patch 945460)
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-10-15  Vadim Zeitlinremoved the weird m_style which was never initialized...
2003-09-28  Vadim Zeitlinadded 3-state checkboxes (patch 813790)
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-04  Stefan Csomormacro naming changes
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-25  Stefan Csomorunicode adaptions, menu support
2003-08-24  Julian SmartAdded some window style metadata
2003-08-23  Stefan Csomorxti property extensions, style bits additions
2003-08-19  Stefan Csomorswitching to wxEmptyString to satisfy linker after...
2003-08-19  Stefan Csomorswitching back to normal accessors, workaround not...
2003-08-18  Stefan CsomorRTTI simplifications
2003-08-14  Stefan Csomorrtti informations
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-04-16  Julian SmartPass validator, not wxDefaultValidator!
2002-04-06  Vadim Zeitlincleaned up the checkbox creation code (~70 lines of...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-09-23  Vadim Zeitlinreverted change to the best checkbox size calculation
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-11-26  Vadim ZeitlinwxSetEnv for Win32 (doesn't really work)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-11  Václav Slavíkfixed DoGetBestSize -- it returned too small bounding box
2000-03-02  Vadim Zeitlin1. wxGrid row can't be resized to less than minimal...
2000-02-23  Vadim Zeitlin1. wxGCBoolRenderer looks better under MSW
2000-01-06  Vadim ZeitlinMSW compilation fixes for !wxUSE_VALIDATORS
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-23  Ove KaavenMore _T() in asserts...
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-04  Julian SmartSome warnings removed.
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
1998-10-20  Julian SmartRemoved WS_BORDER style since borders have suddenly...
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-09-07  Vadim Zeitlinadded support for right aligned labels (wxALIGN_RIGT...
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff