1. Implemented support for different icons for different states (expanded,
[wxWidgets.git] / src / msw / notebook.cpp
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-29  J. Russell SmythAdded wxNB_LEFT,RIGHT,BOTTOM styles to alter tab placement
1999-08-14  Vadim ZeitlinInsertPage/SetSelection bug fixed
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-23  Vadim Zeitlin1. frames respect update region (Tom Surace patch)
1999-06-24  Vadim Zeitlinseveral notebook bugs fixed:
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-10  Vadim ZeitlinwxNotebook compilation fix
1999-05-23  Vadim Zeitlin1. some minor but nasty bugs fixed (see post to the...
1999-05-19  Vadim Zeitlin1. bug in wxSplitter corrected: mouse event coords...
1999-05-19  Vadim Zeitlinnotebook creation bug fixed
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-18  Vadim ZeitlinDeleteAllPages() bug corrected
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-03-23  Julian SmartWS_CLIPCHILDREN is not always enabled in wxNotebook...
1999-03-21  Julian SmartAdded wxTreeCtrl::SetItemDropHighlight (wxMSW only);
1999-01-31  Vadim Zeitlin"selection changed" events are not generated any more...
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-24  Julian Smart2nd attempt at MDI in wxMotif, using wxNotebook this...
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-26  Julian SmartAdded OnEraseBackground to wxNotebook on wxMSW to avoid...
1998-10-16  Unknown (UG)no message
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-09-20  Vadim Zeitlin1) minor modifications in fileconf.cpp
1998-09-08  Julian SmartAdditional makefiles; changes for compilation with...
1998-09-07  Vadim Zeitlinthe notebook now has wxTAB_TRAVERSAL style
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-12  Vadim Zeitlinstack overflow when clicking on the arrow in a notebook...
1998-08-07  Vadim Zeitlinnow process UDN_DELTAPOS notification: up-down control...
1998-07-12  Vadim Zeitlinconstraints handling for notebook pages improved
1998-07-10  Julian SmartFixed const problems in status bar code, changed panelg...
1998-07-09  Vadim ZeitlinMSW wxNotebook implementation