warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / generic / splitter.cpp
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...
1999-10-20  Robert Roebling Fixed problem with mouse events getting sent to wrong
1999-10-20  Robin DunnSince wxPanel is now AutoLayout aware, removed indirect...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-16  Patrick AlbertCorrecting minor painting problems
1999-06-25  Robert Roebling Changed a few true -> TRUE
1999-06-20  Vadim Zeitlinsplitter doesn't change position when the window contai...
1999-06-07  Robert Roebling Corrected cursors for during capture mouse.
1999-05-26  Robert Roebling Made wxClientDC's use safe as per wxMSW.
1999-05-25  Robert Roebling windows emit wxCreateWindowEvent
1999-05-24  Unknown (BV)Added always-unsplittable style option (wxSP_PERMIT_UNS...
1999-05-20  Unknown (BV)Fix bug in which splitter would not close if sash pulle...
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-17  Robert Roebling Use wxScrollWinEvent instead of wxScrollEvent in
1999-05-12  Unknown (BV)Modified OnSashPositionChange to resize the window...
1999-05-06  Robert Roebling minor fixes
1999-05-03  Robert Roebling Implemented flat toolbars
1999-04-16  Ove KaavenAll files compile in Unicode mode, but I have only...
1999-03-05  Robert Roebling Two optical corrections
1999-03-01  Julian SmartCured some Motif bugs
1999-02-27  Vadim ZeitlinwxSetCursor() bug with splitters corrected
1999-02-10  Vadim ZeitlinwxSplitterWindow::ReplaceWindow() function added and...
1999-02-03  Vadim Zeitlinreset m_sashPosition to 0 after calling OnUnsplit(...
1998-12-10  Robert Roebling Fixed three mouse event bugs
1998-10-26  Vadim Zeitlininterchanged w and h in wxSplitterWindow::OnSashPositio...
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-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-07-19  Julian SmartRenamed a couple more samples/controls files; fixed...
1998-07-08  Julian SmartCured a bad assert in wxStatusBar; #ifdefed oleutils...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision