don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / generic / splitter.cpp
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...
2002-02-11  Václav SlavíkwxSplitterWindow now:
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-07  Robert RoeblingMade Aqua style internal in wxSplitterWindow.
2001-12-06  Robert RoeblingAdded wxSP_SASH_AQUA style
2001-12-04  Robert RoeblingAqua splitter sashes.
2001-08-06  Vadim Zeitlinchanged wxControlContainer to avoid triggering tons...
2001-08-06  Vadim Zeitlin1. slightly changed how wxControlContainer is used
2001-04-27  Robin DunnMade wxSplitterWindow conform to the docs with respect...
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2000-09-28  Vadim Zeitlinadded event.Skip() to OnIdle() handler
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Julian SmartMisc small changes
2000-03-18  Robert Roebling I don't think the last person to edit splitter.cpp did
2000-03-17  Vadim Zeitlinwarnings from FreeBSD compilation log removed
2000-03-14  Robert Roebling Even more printfs in GSocket,
2000-03-14  Julian SmartFixed crash-on-exit bug due to status bar being deleted...
2000-03-14  Vadim Zeitlin1. status bar can now be positioned on top (and anywher...
2000-03-13  Unknown (NI)someone forgot to clear the m_needUpdating flag, so...
2000-03-13  Unknown (NI)someone forgot to clear the m_needUpdating flag, so...
2000-02-08  Julian SmartVC++ project file updates; minor sashwindow/splitterwin...
2000-01-06  Vadim Zeitlin1. more HP-UX warning fixes (almost done...)
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-18  Jouk Jansen Committing in .
1999-11-16  Vadim Zeitlincrash when deleting window in OnUnsplit() corrected
1999-10-22  Julian SmartModified Mingw32 makefiles to compile with Mingw32...
next