removed USE_SHARED_LIBRARY(IES)
[wxWidgets.git] / src / generic / splitter.cpp
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