Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / generic / splitter.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-12-03  Paul CornettRemove SashHitTest() "tolerance" parameter
2012-12-03  Paul CornettAvoid setting sash resize cursor when mouse is still...
2012-12-03  Paul CornettFix SashHitTest() returning true one pixel past the...
2012-03-08  Vadim ZeitlinAdded wxSplitterWindow::SetSashInvisible() and IsSashIn...
2011-10-30  Vadim ZeitlinAvoid too many sash position changed events when splitt...
2011-10-30  Vadim ZeitlinFix the check for second window becoming too small...
2011-10-30  Vadim ZeitlinMake the initial sash position work in splitter sample.
2011-10-30  Vadim ZeitlinDon't apply gravity before requested sash position...
2011-10-30  Vadim ZeitlinRemove wxSplitterWindow::m_checkRequestedSashPosition.
2011-10-30  Vadim ZeitlinNo changes, just remove wxSplitterWindow::{Set,Get...
2011-09-11  Vadim ZeitlinStill resize wxSplitterWindow children even when sash...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-24  Vadim ZeitlinTry harder to set the requester splitter position in...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-24  Vadim ZeitlinReplace wxControlContainer-related macros with wxNaviga...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-11-22  Vadim ZeitlinDeprecate not working wxSplitterWindow::SetSashSize().
2010-11-22  Vadim ZeitlinDon't forbid creating wxSplitterWindow with border...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-04-20  Stefan Csomorif we have wxBG_STYLE_PAINT, we must clear the backgrou...
2009-08-05  Vadim ZeitlinwxSplitterWindow mouse capture improvements and cleanup.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-07  Vadim Zeitlindon't add the sash size to the best size if the window...
2009-03-05  Julian SmartPrevent splitter sash being set below minimum size...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-25  Vadim Zeitlinskip mouse events we're not interested in (e.g. mouse...
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...
2009-01-07  Julian SmartAlways use live sash update on Mac since it can't paint...
2008-11-16  Paul Cornettcleanup: unreachable code, unused variables, indentatio...
2008-03-17  Paul Cornettfix a huge number of build errors
2007-11-20  Stefan Csomormac cleanup
2007-03-25  Vadim Zeitlindon't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Robert Roebling Removed GetAdjustedBestSize().
2006-09-09  Paul Cornettdon't set negative window size
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-06  Vadim Zeitlingcc -Wundef warning fix
2006-05-20  Paul Cornettremove unneeded include of mac/private.h
2005-12-27  Vadim Zeitlincompilation fix after latest dc.h changes for !WX_PRECO...
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-05  Vadim Zeitlindon't allow negative splitter position
2005-06-21  Julian SmartApplied [ 1223134 ] [wxMSW] Proper repainting when...
2005-03-29  Julian SmartAllow Initialize(NULL)
2005-03-27  Vadim Zeitlinsend wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED only once...
2005-03-17  Julian SmartProvided GetBestVirtualSize and DoGetBestSize implement...
2005-03-02  Julian SmartMust use GetAdjustedBestSize for getting child window...
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2005-02-09  Vadim Zeitlindon't use wxBG_STYLE_CUSTOM for GTK1, it breaks backgro...
2005-01-18  Włodzimierz SkibaMinGW warning fix.
2005-01-13  Robin DunnEnsure that the windows are shown when Initialize is...
2005-01-13  Robin DunnEnsure that the windows are shown when splitting
2004-12-16  Vadim Zeitlinadded GetBestSize() implementation
2004-12-12  Vadim Zeitlingravity for splitter window (patch 1046105)
2004-11-15  Vadim Zeitlinset bg style to custom as we overwrite it anyhow
2004-09-16  Robin DunnA change similar to that in Bug #837902 to correct...
2004-08-07  Stefan Csomorwe have to include the mac/private header in order...
2004-08-05  Włodzimierz SkibaFixed wrong condition.
2004-08-04  Stefan Csomorwe have to force live updates under OSX as there is...
2004-06-26  Václav Slavíkfixed sash dragging after programatically trying to...
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-06-17  Julian SmartAllow wxSplitterWindow::Initialize(NULL) in case we...
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...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-08-01  Julian SmartOnly draw borders if wxSP_3DBORDER specified, as before
2003-08-01  Vadim Zeitlin1. added flags to splitter drawing functions and replaced
2003-07-27  Vadim Zeitlinadded orient parameter to DrawSplitterSash instead...
2003-07-21  Vadim Zeitlinvirtualized splitter drawing; removed/deprecated some...
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-06-21  Robert Roebling Small fix for splitter window.
2003-06-01  Julian SmartApplied patch [ 743471 ] wxSplitter::Unsplit fix
2003-05-23  Julian SmartApplied patch [ 738821 ] Allow more features to be...
2003-05-06  Robert Roebling Splitter clean up.
2003-04-05  Julian SmartAPplied patch [ 705301 ] Don't send event for wxSplitte...
2003-03-29  Stefan Csomorcursor event support for mac activated
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Stefan Csomoryet another code for wxMac properly resetting the cursor
2002-09-07  Stefan Csomoradded code for wxMac properly resetting the cursor
2002-08-19  Stefan CsomorwxMac needs same cursor setup for cursor as GTK and MSW
2002-08-14  Vadim Zeitlinsmall fix to reduce flicker slightly while dragging...
2002-05-28  Vadim Zeitlinadded asserts to ensure that the splitter windows have...
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-15  Julian Smart#ifdefs for wxMotif which doesn't have a wxTopLevelWind...
2002-02-15  Vadim Zeitlindirty fix for the initial splitter position waiting...
2002-02-14  Vadim Zeitlinfixes to sash adjusting code to avoid setting it to...
next