STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / common / layout.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-01-22  Robin DunnFix for when Set is called with wxSameAs to behave...
2000-11-26  Vadim Zeitlinoops... compilation fix
2000-11-25  Vadim Zeitlinfixed Set(wxPercentOf) (bug #12227)
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-08-09  Robert Roebling Replaced old wxSizer,
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-05-10  Robert Roebling Changed wxSizer::GetSize() to DoGetSize() (and others)
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-26  Robert Roebling Layout things in wxMessageBox
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1998-12-13  Vadim Zeitlinonly one of SetSize()s, SetClientSize()s, GetPosition...
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-08  Denis PershinDP:
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision