Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / generic / notebook.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-01-07  Stefan Csomorcommon rtti in nbkbase.cpp
2010-11-03  Jouk Jansenreplace m_nSelection by m_selection
2009-01-28  Vadim Zeitlinfix remaining cases of wxWindow::ProcessEvent() calls...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2007-12-20  Julian SmartCorrected wxRTTI for wxNotebook so dynamic casting...
2007-04-07  Mattia Barbon Rework wxMotif font/color inheritance so it works
2006-10-08  Vadim Zeitlindefine ChangeSelection() (fixes wxMotif build)
2006-09-20  Kevin OllivierRemove instances where wxGenericImageList is included...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-06-06  Julian SmartReverted last wxBookCtrl change and added alignment...
2006-05-24  Michael WetherellUse wx_static_cast instead of static_cast.
2006-05-24  Michael WetherellMap between int page ids and page pointers using hashes...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-24  Włodzimierz SkibawxUSE_NOTEBOOK usage.
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
2006-03-27  Jouk Jansen Committing in .
2005-10-08  Vadim Zeitlinfixed unused parameter warnings in non-debug build
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-17  Vadim Zeitlinchecking whether a size_t page index is >= 0 is unneces...
2005-08-28  Mattia Barbon Improve sizer support in generic wxNotebook. Fix...
2005-06-26  Stefan NeisFixed compilation error for Motif.
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-01-22  David ElliottUnicode build fixes
2003-09-10  David ElliottChanged wxWindow::Create to wxControl because wxNoteboo...
2003-09-01  Jouk Jansen Committing in .
2003-08-21  Mattia Barbon wxMotif warning fixes.
2003-08-21  Mattia Barbon Compilation fixes for wxMotif.
2003-08-20  Vadim Zeitlincreated wxBookCtrl which will be tje base class for...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-24  Mattia Barbon Removed workaround for a (now fixed) wxMotif problem.
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-03-06  Mattia Barbon Work around wxNotebook or Motif or wxMotif bug.
2003-02-03  Mattia Barbon Do not #include an header where a forward declaration...
2002-08-08  Julian SmartApplied patch [ 592063 ] generic notebook does not...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-07-09  Julian SmartVarious wxMotif fixes
2001-07-09  Julian SmartVarious fixes for wxMotif
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-10-26  Julian SmartRemoved lots of wxMotif compile warnings. Copied new...
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-05-05  Julian SmartwxNotebook fixes for Win16; VC++ 4 fixes for OLE files...
1999-04-06  Julian SmartAdded some missing wxTextCtrl functions: Undo, Redo...
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-23  Julian SmartSome more wxMotif improvements: DrawIcon fixed; generic...
1998-12-23  Julian SmartGot generic wxListCtrl, wxTreeCtrl working under Window...
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...