Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / common / gbsizer.cpp
2013-09-15  Vadim ZeitlinDon't crash when laying out wxGridBagSizer with only...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-03-27  Vadim ZeitlinFix assert when constructing invalid wxGBSpan inside...
2012-05-05  Vadim ZeitlinNo changes, just spelling corrections in the comments.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-05  Vadim ZeitlinDon't initialize wxGBSpan with invalid values in wxGBSi...
2011-02-19  Vadim ZeitlinCorrect signed/unsigned comparison in wxGridBagSizer...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-12-13  Vadim Zeitlinupdate the size of the wxGridSizer as items are added...
2008-07-10  Robin DunnShouldAccountFor was a 2.8 only change. Use IsShown...
2008-07-10  Robin DunnIf an item is hidden, don't check it for overflows.
2008-04-03  Robin DunnFix AdjustForOverflow to use item->CalcMin, not item...
2008-04-03  Robin Dunnfix warnings
2008-04-03  Robin DunnFix for potential layout glitches in wxGridBagSizer...
2007-04-22  Vadim Zeitlindon't pass unneeded arguments to AdustForGrowables()
2007-04-11  Robin DunnDon't use hidden items for size calc (patch 1698314)
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
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-06-30  Robin DunnThe gaps should *not* be included in the space given...
2004-06-24  Robin DunnOptimized sizers to not call CalcMin more often than...
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 DunnFixed warning
2003-11-07  Robin DunnAdded default ctor
2003-11-06  Robin DunnAdded wxGridBagSizer, a grid sizer where item positions...