Remove obsolete VisualAge-related files.
[wxWidgets.git] / include / wx / gbsizer.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-03-27  Vadim ZeitlinFix assert when constructing invalid wxGBSpan inside...
2011-12-10  Robin DunnUse default values for some parameters of wxSizerItem...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-02-19  Vadim ZeitlinDon't accept invalid values for rows/columns in wxGBSpa...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-04-03  Robin DunnFix for potential layout glitches in wxGridBagSizer...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2004-11-09  Włodzimierz SkibawxSizer::Add/Insert now returns pointer to wxSizerItem...
2004-09-15  Włodzimierz SkibaSource cleaning: whitespaces, tabs, FALSE/false, TRUE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-11-18  Robin DunnAdded FindItemAtPoint
2003-11-07  Robin DunnFixed an accidental name clash, and added back a wxCHECK
2003-11-07  Robin DunnSet m_rows, m_cols so GetRows/GetCols in the base class...
2003-11-07  Robin DunnAdded default ctor
2003-11-06  Robin DunnAdded wxGridBagSizer, a grid sizer where item positions...