Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / gtk1 / notebook.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-23  Dimitri SchoolwerthFixed compilation of various notebook.cpp's.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-07  Stefan Csomorcommon rtti in nbkbase.cpp
2010-10-27  Vadim ZeitlinRefactor: use wxBookCtrlBase::m_selection in all derive...
2010-10-27  Vadim ZeitlinNo real changes, just replace -1 with wxNOT_FOUND in...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim ZeitlinwxGTK1 compilation fixes after last changes
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
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-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2006-10-09  Vadim Zeitlincompilation fix after last change (GTK1 doesn't have...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-07-05  Włodzimierz SkibawxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve...
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-06-06  Julian SmartReverted last wxBookCtrl change and added alignment...
2006-05-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/panel.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2005-12-13  Mart RaudseppFix HitTest to return the proper tab index in case...
2005-10-26  Mart RaudseppCompilation fix...
2005-09-25  Vadim Zeitlinremoved more extraneous semicolons
2005-09-25  Vadim Zeitlinposition is always unsigned in InsetPage(), no need...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-11  Vadim Zeitlinuse given position for page insertion instead of trying...
2005-08-08  Mart RaudseppExpand tabs, identation/whitespace fixes
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-02-27  Julian SmartAdded GetBitmap, GetIcon to wxImageList
2004-10-05  Robert Roebling Make wxComboBox spit out a bit fewer surplis
2004-08-14  Václav Slavíkgtk notebook page style fixes (patch 984864)
2004-08-06  Robin DunnA better workaround for Bug# 901694 that works with...
2004-07-30  Vadim Zeitlininvalidate m_selection in DoRemovePage(), not in Delete...
2004-07-25  Vadim Zeitlincompilation warning fix
2004-07-25  Vadim Zeitlininvalidate selection when deleting the page changes...
2004-07-03  Robin DunnInvalidate notebook best size when pages are added...
2004-06-27  Václav Slavíkdon't mess with the fonts if not asked to
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-05-04  Robin DunnAdded wxControl::PostCreation for wxGTK. Moved calls to
2004-03-20  Robert Roebling Applied notebook font patch.
2004-02-22  Václav Slavíkadded reference to the bug in case somebody wanted...
2004-02-22  Robert Roebling Commit mentioned fix/hack to enable controls
2004-01-22  Vadim Zeitlinimplemented HitTest() (modified patch 875957)
2004-01-22  Vadim Zeitlinfix what seems to be a big memory leaks in SetPageImage()
2004-01-11  Julian SmartApplied patch [ 838940 ] notebook labels are not shown...
2003-10-15  Vadim Zeitlinupdate the selection properly after deleting the page
2003-09-01  Jouk Jansen Committing in .
2003-08-21  Mattia Barbon wxGTK compilation fixes.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-06-01  Julian SmartFix for [ 688754 ] wxNotebook::SetSelection(-1) will...
2003-03-01  Robert Roebling Upported combobox changes and another fix.
2003-02-14  Vadim Zeitlincompilation fix (missing header)
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-08  Julian SmartApplied patch [ 579219 ] wxNotebook:SetPadding added
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-04-20  Vadim Zeitlinfixed initial focus handling in the dialog and made...
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2001-07-02  Vadim Zeitlinfixed deleting pages from the notebook
2001-07-02  Vadim Zeitlin1. fixed wxGTK notebook which was completely broken...
2001-06-26  Vadim Zeitlincompilation fixes - wxGTK compiles but not links
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-22  Vadim Zeitlinfix for discrepancies between wxNotebookEvent and wxNot...
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2000-09-28  Václav Slavíkadded wxNotebook::AssingImageList
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-28  Vadim ZeitlinCtrl-TAB works when notebook has focus
2000-02-27  Václav Slavíkminimalistic build fixes (mostly #if wxUSE_something)
2000-02-22  Robert Roebling SetSelection() in wxNotebook now sets the focus,
2000-02-11  Robert Roebling Added BMP files for wxPlotWindow,
2000-02-04  Vadim Zeitlinfixed AdvanceSelection() wrapping
2000-01-23  Robert Roebling tabbing in controls sample works again.
2000-01-15  Robert Roebling Fixed resize behaviour under certain circumstances.
2000-01-04  Robert Roebling New colour, font, theme and size code..
1999-11-28  Robert Roebling More #include changes.
1999-10-23  Robert Roebling Fixed resizing problem with GTK 1.2.3 notebooks.
1999-10-20  Robin DunnSince wxPanel is now AutoLayout aware, removed indirect...
1999-10-17  Robert Roebling Added temporary test to splitter.
1999-10-16  Robert Roebling Restored wxSizeEvent code form last week -> wxGLCanvas
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-29  J. Russell SmythAdded wxNB_RIGHT,LEFT,BOTTOM flags for tab placement
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-07-27  Robert Roebling Small distrib updates,
1999-07-11  Robert Roebling A few compile things.
1999-06-28  Robert Roebling Applied fixes for AIX (GTK 1.0 compilation).
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-25  Robert Roebling Fixed a notebook crash and added more tests to sample.
1999-05-24  Robert Roebling Rewrote wxNotebook, incl. PAGE_CHANGING event
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
next