2012-03-08 |
Vadim Zeitlin | Added wxSplitterWindow::SetSashInvisible() and IsSashIn... |
blob | commitdiff | raw |
2011-10-30 |
Vadim Zeitlin | Remove wxSplitterWindow::m_checkRequestedSashPosition. |
blob | commitdiff | raw | diff to current |
2011-10-30 |
Vadim Zeitlin | No changes, just remove wxSplitterWindow::{Set,Get... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-07-24 |
Vadim Zeitlin | Replace wxControlContainer-related macros with wxNaviga... |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
blob | commitdiff | raw | diff to current |
2010-11-22 |
Vadim Zeitlin | Deprecate not working wxSplitterWindow::SetSashSize(). |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Vadim Zeitlin | wxSplitterWindow mouse capture improvements and cleanup. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2008-12-27 |
Francesco Montorsi | fix wxSashEvent, wxFindDialogEvent, wxSplitterEvent... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
blob | commitdiff | raw | diff to current |
2007-01-01 |
Paul Cornett | remove inline from declaration of functions which are... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Julian Smart | Provided GetBestVirtualSize and DoGetBestSize implement... |
blob | commitdiff | raw | diff to current |
2005-03-09 |
Włodzimierz Skiba | Missing casts to event handling functions. |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Vadim Zeitlin | define wxFooHandler() macros for all wxFooEvents to... |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Vadim Zeitlin | added GetBestSize() implementation |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | gravity for splitter window (patch 1046105) |
blob | commitdiff | raw | diff to current |
2004-09-26 |
Stefan Csomor | clipping for wxMac cleaned up |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Włodzimierz Skiba | Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-03-25 |
Julian Smart | Added UpdateSize to wxSplitterWindow, to allow an app |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Robin Dunn | Delay checking for the requested sash position until... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Vadim Zeitlin | 1. added flags to splitter drawing functions and replaced |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-07-21 |
Vadim Zeitlin | virtualized splitter drawing; removed/deprecated some... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | OnIdle -> OnInternalIdle |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Julian Smart | Fixed OnSetCursor for Mac |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Vadim Zeitlin | don't send SPLITTER_POS_CHANGED events when the splitte... |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Vadim Zeitlin | fixed dead update splitters |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Vadim Zeitlin | fixes to handling of 0 and negative splitter position... |
blob | commitdiff | raw | diff to current |
2002-02-16 |
Vadim Zeitlin | various splitter fixes: |
blob | commitdiff | raw | diff to current |
2002-02-16 |
Václav Slavík | more fixes to wxSplitterWindow's initial sash position |
blob | commitdiff | raw | diff to current |
2002-02-14 |
Vadim Zeitlin | fixes to sash adjusting code to avoid setting it to... |
blob | commitdiff | raw | diff to current |
2002-02-11 |
Václav Slavík | wxSplitterWindow now: |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | changed wxControlContainer to avoid triggering tons... |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | 1. slightly changed how wxControlContainer is used |
blob | commitdiff | raw | diff to current |
2001-05-27 |
Vadim Zeitlin | removed wxCLIP_CHILDREN style from wxSplitterWindow |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Vadim Zeitlin | 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE... |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Robert Roebling | Updated ten thousand macros for new event type code. |
blob | commitdiff | raw | diff to current |
2000-08-02 |
Julian Smart | Made some member variables protected so derived classes... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-14 |
Vadim Zeitlin | 1. status bar can now be positioned on top (and anywher... |
blob | commitdiff | raw | diff to current |
1999-12-23 |
Robin Dunn | Fixed wxSplitterEvent to set it's id to be the splitter... |
blob | commitdiff | raw | diff to current |
1999-10-11 |
Robert Roebling | Various distrib things, |
blob | commitdiff | raw | diff to current |
1999-08-20 |
Stefan Csomor | CW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files) |
blob | commitdiff | raw | diff to current |
1999-06-07 |
Robert Roebling | Corrected cursors for during capture mouse. |
blob | commitdiff | raw | diff to current |
1999-05-24 |
Unknown (BV) | Added always-unsplittable style option (wxSP_PERMIT_UNS... |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Vadim Zeitlin | 1. wxMSW seems to work (please test and send your bug... |
blob | commitdiff | raw | diff to current |
1999-05-12 |
Unknown (BV) | Modified OnSashPositionChange to take an int& instead... |
blob | commitdiff | raw | diff to current |
1999-02-10 |
Vadim Zeitlin | wxSplitterWindow::ReplaceWindow() function added and... |
blob | commitdiff | raw | diff to current |
1999-01-27 |
Vadim Zeitlin | made wxSplitterWindow::SplitXXX() virtual |
blob | commitdiff | raw | diff to current |
1998-10-23 |
Vadim Zeitlin | 1. Split{Horizontal|Vertical} now accept negative args... |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
blob | commitdiff | raw | diff to current |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
blob | commitdiff | raw | diff to current |
1998-06-22 |
Julian Smart | Added wxCLIP_CHILDREN style (mainly for getting rid... |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | Initial revision |
blob | commitdiff | raw | diff to current |
|