Fixed various typos.
[wxWidgets.git] / include / wx / gtk1 / notebook.h
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-10-27  Vadim ZeitlinNo real changes, just replace -1 with wxNOT_FOUND in...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-01-23  Mart RaudseppRemove GTK2 specific prototypes from wx/include/gtk1...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export attributes
2005-01-13  Włodzimierz SkibaCommon default notebook name.
2004-08-15  Václav Slavíkgtk notebook page style fixes (patch 984864)
2004-07-30  Vadim Zeitlininvalidate m_selection in DoRemovePage(), not in Delete...
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-03-20  Robert Roebling Applied notebook font patch.
2004-01-22  Vadim Zeitlinimplemented HitTest() (modified patch 875957)
2003-08-21  Mattia Barbon wxGTK compilation fixes.
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-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-08  Julian SmartApplied patch [ 579219 ] wxNotebook:SetPadding added
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2001-07-02  Vadim Zeitlin1. fixed wxGTK notebook which was completely broken...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-22  Vadim Zeitlinfix for discrepancies between wxNotebookEvent and wxNot...
2000-09-28  Václav Slavíkadded wxNotebook::AssingImageList
2000-02-27  Václav Slavíkminimalistic build fixes (mostly #if wxUSE_something)
2000-02-11  Robert Roebling Added BMP files for wxPlotWindow,
2000-01-23  Robert Roebling tabbing in controls sample works again.
2000-01-04  Robert Roebling New colour, font, theme and size code..
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-25  Vadim Zeitlin1. wxNotifyEvent documented
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 Zeitlinno changes
1999-05-06  Robert Roebling minor fixes
1999-04-06  Julian SmartAdded some missing wxTextCtrl functions: Undo, Redo...
1999-02-11  Robert Roebling Added CTRL-TAB navigation to notebook
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-04  Robert Roebling Added wxMiniFrame
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-24  Robert Roebling GTK's dnd is broken, not mine
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-27  Robert Roebling Added background colour again
1998-09-28  Vadim Zeitlinan extra backslash removed
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-07-27  Robert Roeblingwarning msgs
1998-07-23  Vadim ZeitlinOnSize removed (not needed any more after Robert's...
1998-07-22  Robert Roeblingmdi private menus
1998-07-13  Vadim Zeitlinconstraints for notebook pages work (again)
1998-07-12  Robert Roeblingstream compile fixes
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-26  Julian SmartChanges for wxEventType
1998-06-26  Vadim Zeitlinmade the interface more compatible with the MSW version...
1998-06-23  Vadim Zeitlinadded OnSize() to wxNotebook which forwards size events...
1998-06-18  Vadim Zeitlinchanged the notebook control to use AddPage() interface...
1998-06-15  Julian SmartExperimental notebook API
1998-06-02  Robert Roebling GTK