Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / samples / layout / layout.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-09-22  Vadim ZeitlinMake wxWrapSizer demo in the layout sample more dynamic.
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-12-08  Vadim ZeitlinVisually show the cells boundaries in layout sample...
2009-08-11  Vadim ZeitlinAnother compilation fix after wxFlexGridSizer ctors...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-08  Francesco Montorsialways call SetIcon() on the main frame of the sample...
2009-01-08  Robert RoeblingMake wxWrapSizer respect border around items
2008-06-01  Vadim Zeitlinadded missing wx/wrapsizer.h include
2008-03-15  Vadim Zeitlinremove/replace redundant SetAutoLayout() and Fit()...
2007-12-08  Robert RoeblingAdded wxWrapSizer (modified patch: [1826950] Wrapping...
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-10-29  Robert Roebling Added simplistic test for nested sizer (in panel).
2006-10-10  Włodzimierz SkibaWarning fixes and minor source cleaning.
2006-10-10  Robert Roebling Add test for SetItemMinSize()
2006-08-13  Vadim Zeitlinremove extraneous commas and semicolons (patch 1537792)
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-07-13  Vadim Zeitlinadded test of box sizer proportions
2005-01-18  Robin DunnUse a panel
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-17  Vadim Zeitlinrewrote some sizer code using wxSizerFlags
2004-07-22  Włodzimierz SkibawxUSE_STATLINE fix.
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-06-24  Václav Slavíkdeprecated wxBookCtrlSizer and wxNotebookSizer, they...
2004-05-25  Julian SmartMore name changes
2004-02-28  Václav Slavíkapplied patch to remove use of deprecated constraints API
2003-11-07  Robin DunnA little narrower initial layout
2003-11-06  Robin DunnTweaked the layout sample a bit for wxGridBagSizer
2003-11-06  Robin DunnAdded wxGridBagSizer, a grid sizer where item positions...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-27  Vadim Zeitlinupdated the sample to show the sizers, not constraints...
2002-12-15  Mattia Barbon More samples/Unicode fixes.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-03-17  Vadim Zeitlinpatch from Dimitri fixing a few memory leaks and unTABb...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-21  Vadim Zeitlin1. some DDE tests in exec
1999-12-11  Robin DunnA couple small tweaks to get the new wxNotebookSizer...
1999-12-11  Robert Roebling Added wxNotebookSizer
1999-11-13  Ron Leeadded simple test for wxStaticBoxSizers
1999-10-17  Robert Roebling Distrib changes.
1999-08-12  J. Russell SmythChanged wxBox to wxBoxSizer to fit current API
1999-08-09  Robert Roebling Replaced old wxSizer,
1999-08-09  Robert Roebling Completed wxBox,
1999-08-08  Robert Roebling Finished porting Robin's wxSizers
1999-08-08  Robert Roebling Added wxNewSizer and wxBorderNewSizer with sample
1999-08-04  J. Russell Smythmade panel use wxSystemSettings::GetColor to make sure...
1999-05-30  Robert Roebling A bit more Unicode compilation.
1999-02-24  Julian SmartSome stubs corrections; Motif corrections incl. busy...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-01-25  Julian SmartFixed compile bug in proplist.cpp; added makevc.env
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-09-25  Vadim ZeitlinUSE_xxx => wxUSE_xxx: all samples compile except memcheck
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-22  Julian SmartRemoved redundant makefiles and AIAI icons. Changed...
1998-07-25  Robert RoeblingRemoved warnings mesgs
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision