Inherit notebook background recursively under wxMSW.
[wxWidgets.git] / src / generic / panelg.cpp
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...
2007-03-25  Vadim Zeitlindon't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER...
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-06-21  Włodzimierz SkibaInclude wx/containr.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/panel.h according to precompiled headers...
2006-01-05  Stefan NeisTemporarily disabled OS/2 specific code.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-02  Julian SmartOnly set background colour explicitly for PPC/Smartphone
2005-03-13  Julian SmartAdded wxNB_FLAT for WinCE property sheet tabs
2005-02-07  Julian SmartWorkaround for static controls appearing with a white...
2004-06-23  Václav Slavíkno need to update default colours and refresh if syscol...
2004-06-17  Robin DunnDon't have to explicitly set the background any more...
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-06-13  Václav Slavíkfix wxPanel rendering in wxGTK
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-04-08  Vadim Zeitlinuse SetDefaultBackgroundColour() instead of SetBgColour()
2004-04-04  Stefan Csomorcolor must not be set for wxMac
2004-04-01  Vadim Zeitlingive the panel 3D grey colour by default: as it's not...
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-23  Julian SmartFixed bug [ 754596 ] wxUSE_CONSTRAINTS 0 breaks AutoLay...
2003-09-04  Stefan Csomormacro naming changes
2003-08-24  Stefan Csomoradding style to constructor
2003-08-24  Julian SmartAdded style metadata for selected controls
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-28  Stefan Csomorpreliminary EXTENDED_RTTI
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-30  David WebsterFix to allow proper positioning of child windows under...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-11-12  Václav SlavíkwxPanel::OnSize must call event.Skip(), otherwise scrol...
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...
2001-04-21  Vadim Zeitlinmerged wxFont related fix (operator==) and optimization...
2001-04-14  Vadim Zeitlinmerged focus handling fix from 2.2
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-14  Vadim Zeitlinfixed infinite recursion in TAB handling with panels...
2000-01-24  Robert Roebling Added geometry.cpp and made it compile,
2000-01-23  Vadim Zeitlin1. '\n's in tooltip messages are handled (replaced...
2000-01-23  Robert Roebling Fixed small bug in tab code WRT to having only
2000-01-23  Robert Roebling tabbing in controls sample works again.
2000-01-23  Vadim Zeitlin1. wxMSW::wxNotebook::SetPageSize() and SetPadding...
2000-01-22  Robert Roebling Changes for next snapshot.
2000-01-22  Robert Roebling Fixed wxListCtrl::GetNextItem()
2000-01-22  Vadim ZeitlinI think I finally fixed activation behaviour under...
2000-01-13  Vadim Zeitlin1. added wxEnhMetaFileXXX classes
2000-01-05  Robert Roebling Corrceted background problem with themes.
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-13  Robert Roebling Compile fix in dialup,
1999-11-04  Vadim Zeitlin1. wxFileDataObject fixes from Ricky Gonzales - seems...
1999-10-31  Robert Roebling More tab code corrections.
1999-10-20  Robin Dunnmade wxPanel be auto layout aware
1999-10-14  Robert Roebling Applied patches for AIX,
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-07-20  Vadim Zeitlin1. panels pass focus to the next item in parent panel
1999-06-20  Vadim Zeitlinkeyboard/focus handling improved a bit more:
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-02-24  Julian SmartSome stubs corrections; Motif corrections incl. busy...
1999-02-18  Julian SmartCured last focus bug (I hope); some wxMotif mods
1999-02-11  Vadim Zeitlin"continue;" restored to prevent the app from going...
1999-02-11  Robert Roebling distrin corrections files
1999-02-10  Robert Roebling isosurf corrections
1999-02-04  Vadim Zeitlin1. more keyboard navigation fixes - seems to work now
1999-01-31  Vadim Zeitlinbug with Shift-TAB handling corrected
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-17  Julian SmartChanged m_children to GetChildren() -- not all ports...
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-07-19  Vadim Zeitlininfinite loop in wxNavigationKeyEvent processing fixed
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-10  Julian SmartFixed const problems in status bar code, changed panelg...
1998-07-09  Vadim ZeitlinwxWindow::FindFocus() doesn't exist in wxGTK - #ifdef...
1998-07-08  Vadim Zeitlinkeyboard 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