Inherit notebook background recursively under wxMSW.
[wxWidgets.git] / include / wx / generic / panelg.h
2010-08-10  Vadim ZeitlinInherit notebook background recursively under wxMSW.
2010-05-21  Vadim ZeitlinSimplify and correct MSW selection of background brush...
2009-05-23  Vadim Zeitlinmake wxWindow::SetAutoLayout() now works for all window...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-10-26  Paul Cornettmake access for virtuals match base
2007-08-08  Julian SmartMade wxBORDER_THEME the same as wxBORDER_DEFAULT
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-07-24  Vadim Zeitlinadded wxID_ANY default value for the id parameter of...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2004-06-23  Václav Slavíkno need to update default colours and refresh if syscol...
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-05  Robin DunnChanged CanApplyParentThemeBackground to ApplyParentThe...
2004-03-04  Robin DunnAdded CanApplyParentThemeBackground and use it in wxMSW's
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