Applied patch [ 832096 ] Final separation for GUI and console for Open Watcom
[wxWidgets.git] / src / common / nbkbase.cpp
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-08-20  Vadim Zeitlincreated wxBookCtrl which will be tje base class for...
2003-08-18  Vadim Zeitlinadded missing Create() implementation
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-06-03  Vadim Zeitlinno changes
2003-06-01  Vadim Zeitlincompilation fix for Mac and reformatted the code
2003-06-01  Julian SmartApplied [ 745533 ] implemented wxNotebook::DoGetBestSize
2003-05-26  Julian SmartInclude missing.h
2003-05-15  Julian SmartAn attempt to make the notebook sizer report its size
2002-01-11  Robert RoeblingMove notebook size code for mac to mac/notebook.cpp
2001-12-04  Robert RoeblingAqua splitter sashes.
2001-12-04  Robert RoeblingStill more space around notebook pages...
2001-12-04  Robert RoeblingNotebook sizers didn't take any borders into account,
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-03  Julian SmartMSW fixes; added wxUSE_XPM to wxUniv's setup.h so now...
2001-07-02  Vadim Zeitlinfixed deleting pages from the notebook
2001-07-02  Vadim Zeitlin1. fixed wxGTK notebook which was completely broken...