Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / generic / tabg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-12-28  Francesco Montorsirestore tabg.h and tabg.cpp for wxMotif
2008-12-28  Francesco Montorsirestore tabg.cpp for wxMotif's wxNotebook implementation
2008-12-27  Francesco Montorsiremove the long deprecated wxTabCtrl class
2008-03-22  Vadim Zeitlindon't pass unnecessary arguments to FindOrCreateBrush...
2007-05-14  Vadim Zeitlinfixed warning about using deprecated GetTextExtent...
2007-04-07  Mattia Barbon Rework wxMotif font/color inheritance so it works
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2005-10-08  Vadim Zeitlinextra semicolons removed
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-25  Chris Elliottfix gpf in mdi sample with motif when child is closed
2005-02-16  Robert Roebling Applied background colour patch for Motif notebooks
2004-12-14  Włodzimierz Skibawx/math.h integration
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
2003-08-13  Mattia Barbon wxMotif STL-ification.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-03  Mattia Barbon Do not #include an header where a forward declaration...
2003-01-19  Mattia Barbon Derive wxBitmap from wxBitmapBase in wxMotif, with...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
1999-11-02  Julian SmartSmall compile fixes
1999-11-02  Vadim Zeitlinanother compilation fix
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-02-05  Vadim ZeitlinwxWindow::OnClose() removed completely from wxGTK,...
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-11-25  Julian SmartVarious wxMotif changes including size optimisation...
1998-11-24  Julian Smart2nd attempt at MDI in wxMotif, using wxNotebook this...
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-26  Julian SmartMotif and other mods
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-08  Denis PershinDP:
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision