Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / msw / control.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2009-09-26  Vadim ZeitlinMove wxControl::GetCompositeControlsDefaultAttributes...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-10-26  Paul Cornettmake access for virtuals match base
2007-08-09  Julian SmartToolbars shouldn't have themed borders
2007-08-08  Julian SmartMade wxBORDER_THEME the same as wxBORDER_DEFAULT
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
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-04-10  Vadim Zeitlinextended wxWindow::MSWGetBgBrush() and wxControl::MSWCo...
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-03-12  Robin DunnAllow wxStaticText to have a custom fg without a custom bg
2005-02-06  Julian SmartSpiner -> Spinner
2004-12-22  Vadim Zeitlinfixed background drawing for opaque controls
2004-12-19  Vadim Zeitlinfixed background appearance for the controls with chang...
2004-12-12  Vadim Zeitlinadded MSWGetDefaultBgBrush() to allow some derived...
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 Zeitlinadded MSWControlColorDisabled and MSWControlColorSolid
2004-11-19  Vadim Zeitlinremoved (unused) nCtlColor parameter of OnCtlColor...
2004-11-18  Vadim Zeitlindon't erase background in wxControl neither
2004-08-05  Włodzimierz SkibaPeparation for native Smartphone controls based on...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-01  Vadim Zeitlindefault implementation of Get(Class)DefaultAttributes()
2004-02-19  Julian SmartGetSubcontrols now const
2004-02-09  Vadim Zeitlinno changes, simply added a comment
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-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-06  Vadim Zeitlinimplemented GetDefaultBorder() in wxControl, override...
2003-07-01  Vadim Zeitlinremoved wxFunction
2003-01-10  Vadim Zeitlinremoved style parameter from MSWCreate(), it is unneeded
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...
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-07-02  Vadim Zeitlinmissing WXDLLEXPORT_DATA added
2000-04-11  Vadim Zeitlinconst cast inside WXWIN_COMPATIBILITY
2000-01-06  Vadim Zeitlin1. more warnings fixes in gtk/region.cpp and common...
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
1999-12-23  Robin DunnAdded a constructor that allows creation of independent...
1999-11-26  Vadim Zeitlinmingw32 compilation fixes
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-15  Vadim Zeitlin1. fixed wxStaticBox background erasing (or, rather...
1999-11-11  Vadim Zeitlin1. wxStaticBox doesn't draw over the underlying control...
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-05-19  Vadim Zeitlin1. bug in wxSplitter corrected: mouse event coords...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-02-04  Vadim Zeitlin1. more keyboard navigation fixes - seems to work now
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-09-16  Julian SmartMade wxStubs compile on Unix.
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff