]> git.saurik.com Git - wxWidgets.git/history - src/generic/splitter.cpp
Corrected cursors for during capture mouse.
[wxWidgets.git] / src / generic / splitter.cpp
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