Fix appearance of multiline wxCheckBox with non-standard colours in wxMSW.
[wxWidgets.git] / src / msw / control.cpp
2012-09-13  Vadim ZeitlinFix setting colours for the edit control part of wxComb...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-05-21  Vadim ZeitlinSimplify and correct MSW selection of background brush...
2009-12-18  Vadim ZeitlinNo real changes, just change type of MSWGetBgBrush...
2009-09-26  Vadim ZeitlinMove wxControl::GetCompositeControlsDefaultAttributes...
2009-09-12  Vadim ZeitlinRestore correct setting of the background colour.
2009-09-08  Vadim ZeitlinSet correct foreground default in wxControl::DoMSWContr...
2009-09-08  Vadim ZeitlinDon't always override the default background colours.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-02-18  Robert RoeblingDon't use default size of control has a sizer (as per...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2008-06-29  Vadim Zeitlincompilation fix for ASCII STL build (#9661)
2008-06-22  Vadim Zeitlinfix problem with label characters starting with -1...
2008-03-19  Francesco Montorsifurther wxPenStyle/wxBrushStyle fixes for builds with...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2008-02-24  Vadim Zeitlinuse wxLogLastError() to show the last error value when...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-13  Julian SmartTidying
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-08-09  Julian SmartToolbars shouldn't have themed borders
2007-08-08  Julian SmartMade wxBORDER_THEME the same as wxBORDER_DEFAULT
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-07-26  Vadim Zeitlincompilation fix after last commit
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2006-11-17  Vadim Zeitlinfixed warning about junk after #endif
2006-11-14  Vadim Zeitlinfix compilation when one of wxUSE_LISTCTRL and wxUSE_TR...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-09-15  Julian SmartIf we use a background brush, we _must_ set a colour...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-05-26  Włodzimierz SkibaInclude wx/control.h according to precompiled headers...
2006-02-24  Jamie GaddMake wx{List,Tree}Ctrl resize their standard font if...
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-17  Vadim Zeitlinundid last commit, it's not needed after fixing the...
2005-06-17  Vadim Zeitlinuse empty string and not string().c_str() as title...
2005-05-18  Vadim Zeitlinmake sure that setting custom foreground works together...
2005-05-03  Julian SmartA control's text colour now reflects the system colour...
2005-04-10  Vadim Zeitlinextended wxWindow::MSWGetBgBrush() and wxControl::MSWCo...
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-04-02  Julian SmartDefault border style for a control on PPC/Smartphone...
2005-03-21  Vadim Zeitlinadded closing parenthesis inside comment, no real changes
2005-02-06  Julian SmartSpiner -> Spinner
2005-01-28  Włodzimierz SkibaWarning fixes.
2005-01-20  Vadim Zeitlinreport more information about the control whose creatio...
2005-01-17  Vadim Zeitlinremove obsolete wxUSE_CTL3D code
2005-01-04  Włodzimierz SkibaOld API depreciated. Use of new API. Source cleaning.
2004-12-22  Vadim Zeitlincall SetBkColor() when using non default background
2004-12-22  Vadim Zeitlinfixed background drawing for opaque controls
2004-12-19  Vadim Zeitlinfixed background appearance for the controls with chang...
2004-12-16  Vadim Zeitlinrepaired setting foreground colours for the standard...
2004-12-13  Vadim Zeitlinrewrote and virtualized the background erasing logic...
2004-12-12  Vadim Zeitlincheck for any parent with non default background in...
2004-12-12  Vadim Zeitlinadded MSWGetDefaultBgBrush() to allow some derived...
2004-12-12  Vadim Zeitlincreate controls with 1*1 size by default, not 0*0 as...
2004-12-12  Vadim Zeitlindon't look for notebooks beyond first top level parent...
2004-12-12  Vadim Zeitlinnever return NULL_BRUSH from WM_CTLCOLOR handler, it...
2004-12-11  Vadim Zeitlinadded MSWAlwaysDrawBg() to account for controls such...
2004-11-19  Vadim Zeitlinrefactored code to do brush adjustment for bg drawing...
2004-11-19  Vadim Zeitlinremoved (unused) nCtlColor parameter of OnCtlColor...
2004-11-18  Vadim Zeitlindon't erase background in wxControl neither
2004-09-29  Włodzimierz SkibaCorrection to lost #ifdef
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-08-25  Włodzimierz SkibaFix for missed comment markup.
2004-08-23  Włodzimierz SkibaNative SmartPhone wxChoice implementation.
2004-08-18  Włodzimierz SkibaFix for the undocumented holes in spiner sizes.
2004-08-05  Włodzimierz SkibaPeparation for native Smartphone controls based on...
2004-08-05  Włodzimierz SkibaUnused parameters markup.
2004-07-16  Włodzimierz SkibaFixes to warnings about assigning unused values.
2004-07-15  Robin Dunnfixed typo in a comment
2004-07-01  Vadim Zeitlinfont inheritance fixes (patch 983251)
2004-06-29  Robin DunnA little better failure message
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-03  Vadim Zeitlincall SetInitialBestSize(), not SetBestSize(), when...
2004-04-01  Vadim Zeitlinfixed unused param warning
2004-04-01  Vadim Zeitlindefault implementation of Get(Class)DefaultAttributes()
2003-10-22  Vadim Zeitlinaccount for parent area origin when creating controls...
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-11  Julian SmartMore WinCE mods
2003-07-08  Vadim Zeitlindeprecated and removed from our code GetUseCtl3D()...
2003-07-06  Vadim Zeitlinimplemented GetDefaultBorder() in wxControl, override...
2003-06-02  Julian SmartAttempt to make wxWindows play better with XP themes
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-06  Julian SmartRevamped border handling.
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-10  Vadim Zeitlinremoved style parameter from MSWCreate(), it is unneeded
2002-09-14  Vadim Zeitlinset size if it's initially == wxDefaultSize() in MSWCre...
2002-08-22  Vadim Zeitlinfix for wxComboBox flicker on create (patch 598891)
2002-08-22  Vadim Zeitlinreverted patch 598016 (removed MSWCreateControl() visib...
2002-08-22  Julian SmartApplied patch [ 598016 ] remove flicker during combo...
2002-02-20  Vadim Zeitlin1. always create the buttons with WS_CLIPSIBLINGS style...
next