Don't ignore path when prompting for file in SaveAs()
[wxWidgets.git] / src / common / nbkbase.cpp
2006-10-08  Vadim Zeitlinadded SendPageChanging/ChangedEvent() functions; fixed...
2005-10-21  Włodzimierz SkibaUnified flags for orienting wxBookCtrls (with backward...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
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...