added support for gcc precompiled headers
[wxWidgets.git] / include / wx / generic / panelg.h
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-03-21  David ElliottAllow headers to be compiled in Objective-C++ mode
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-05-06  Vadim ZeitlinwxPanel is a canvas in wxUniv sense of the word
2002-05-06  Vadim Zeitlintypo fixed: __WXUNIV__ => __WXUNIVERSAL__
2002-04-14  Robert Roebling Three more attempts to get metal look.
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-08-14  Vadim Zeitlinremoved redundant InitDialog methods
2001-08-06  Vadim Zeitlinchanged wxControlContainer to avoid triggering tons...
2001-08-06  Vadim Zeitlin1. slightly changed how wxControlContainer is used
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-26  Václav Slavíkanother attempt to fix wxPanel/wxFrame::m_winLastFocuse...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-22  Vadim ZeitlinI think I finally fixed activation behaviour under...
1999-10-31  Robert Roebling More tab code corrections.
1999-10-28  Vadim Zeitlin1. corrected (but the fix is ugly) the multiple def...
1999-10-20  Robin Dunnmade wxPanel be auto layout aware
1999-06-20  Vadim Zeitlinkeyboard/focus handling improved a bit more:
1999-06-18  Vadim Zeitlin1. uninitialized variable in wxPanel fixed and unused...
1999-06-18  Robert Roebling Made things compile again (two pizzas).
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-04-14  Ove KaavenThe char->wxChar in window.h cascades through some...
1999-02-18  Julian SmartCured last focus bug (I hope); some wxMotif mods
1999-02-08  Julian SmartTried to fix wxPanel bug (windows now set the panel...
1999-02-04  Vadim Zeitlin1. more keyboard navigation fixes - seems to work now
1999-01-31  Vadim ZeitlinwxStaticBitmap, wxStaticBox and wxPanel don't accept...
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-10-29  Robert Roebling Big color update with the newest information
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-07-08  Vadim Zeitlin1) keyboard handling added (OnNavigationKey)
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision