Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / common / nbkbase.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-03-05  Julian SmartRestored correct RTTI for wxNotebook
2011-01-07  Stefan Csomorcommon rtti in nbkbase.cpp
2011-01-07  Stefan Csomorxti changes
2011-01-05  Paul Cornettmove variable definitions to more appropriate places...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
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...