Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / include / wx / generic / splitter.h
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-12-03  Paul CornettRemove SashHitTest() "tolerance" parameter
2012-03-08  Vadim ZeitlinAdded wxSplitterWindow::SetSashInvisible() and IsSashIn...
2011-10-30  Vadim ZeitlinRemove wxSplitterWindow::m_checkRequestedSashPosition.
2011-10-30  Vadim ZeitlinNo changes, just remove wxSplitterWindow::{Set,Get...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-24  Vadim ZeitlinReplace wxControlContainer-related macros with wxNaviga...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-11-22  Vadim ZeitlinDeprecate not working wxSplitterWindow::SetSashSize().
2009-08-05  Vadim ZeitlinwxSplitterWindow mouse capture improvements and cleanup.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-12-27  Francesco Montorsifix wxSashEvent, wxFindDialogEvent, wxSplitterEvent...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-01-01  Paul Cornettremove inline from declaration of functions which are...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-17  Julian SmartProvided GetBestVirtualSize and DoGetBestSize implement...
2005-03-09  Włodzimierz SkibaMissing casts to event handling functions.
2005-02-14  Vadim Zeitlindefine wxFooHandler() macros for all wxFooEvents to...
2004-12-16  Vadim Zeitlinadded GetBestSize() implementation
2004-12-12  Vadim Zeitlingravity for splitter window (patch 1046105)
2004-09-26  Stefan Csomorclipping for wxMac cleaned up
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-25  Julian SmartAdded UpdateSize to wxSplitterWindow, to allow an app
2004-03-04  Robin DunnDelay checking for the requested sash position until...
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-01  Vadim Zeitlin1. added flags to splitter drawing functions and replaced
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-21  Vadim Zeitlinvirtualized splitter drawing; removed/deprecated some...
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-04-03  Julian SmartFixed OnSetCursor for Mac
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-05-14  Vadim Zeitlindon't send SPLITTER_POS_CHANGED events when the splitte...
2002-02-22  Vadim Zeitlinfixed dead update splitters
2002-02-22  Vadim Zeitlinfixes to handling of 0 and negative splitter position...
2002-02-16  Vadim Zeitlinvarious splitter fixes:
2002-02-16  Václav Slavíkmore fixes to wxSplitterWindow's initial sash position
2002-02-14  Vadim Zeitlinfixes to sash adjusting code to avoid setting it to...
2002-02-11  Václav SlavíkwxSplitterWindow now:
2001-08-06  Vadim Zeitlinchanged wxControlContainer to avoid triggering tons...
2001-08-06  Vadim Zeitlincompilation fix
2001-08-06  Vadim Zeitlin1. slightly changed how wxControlContainer is used
2001-05-27  Vadim Zeitlinremoved wxCLIP_CHILDREN style from wxSplitterWindow
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2001-01-26  Robert Roebling Updated ten thousand macros for new event type code.
2000-08-02  Julian SmartMade some member variables protected so derived classes...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-14  Vadim Zeitlin1. status bar can now be positioned on top (and anywher...
1999-12-23  Robin DunnFixed wxSplitterEvent to set it's id to be the splitter...
1999-10-11  Robert Roebling Various distrib things,
1999-08-20  Stefan CsomorCW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files)
1999-06-07  Robert Roebling Corrected cursors for during capture mouse.
1999-05-24  Unknown (BV)Added always-unsplittable style option (wxSP_PERMIT_UNS...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-12  Unknown (BV)Modified OnSashPositionChange to take an int& instead...
1999-02-10  Vadim ZeitlinwxSplitterWindow::ReplaceWindow() function added and...
1999-01-27  Vadim Zeitlinmade wxSplitterWindow::SplitXXX() virtual
1998-10-23  Vadim Zeitlin1. Split{Horizontal|Vertical} now accept negative args...
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-22  Julian SmartAdded wxCLIP_CHILDREN style (mainly for getting rid...
1998-05-20  Karsten BallüderInitial revision