Inherit notebook background recursively under wxMSW.
[wxWidgets.git] / include / wx / msw / notebook.h
2010-08-10  Vadim ZeitlinInherit notebook background recursively under wxMSW.
2009-12-18  Vadim ZeitlinNo real changes, just change type of MSWGetBgBrush...
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2006-10-09  Vadim Zeitlinchange UpdateSelection() parameter type to int from...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-06-30  Vadim Zeitlinwe don't need to override MSWTranslateMessage(), it...
2006-02-12  Włodzimierz SkibawxUSE_UXTHEME=0 (WinCE) build fix.
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-24  Vadim Zeitlinsubclass all updown controls in notebooks, not just...
2005-04-19  Julian SmartApplied patch [ 1181975 ] [wxMSW] Removes all flicker...
2005-04-10  Vadim Zeitlinextended wxWindow::MSWGetBgBrush() and wxControl::MSWCo...
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-03-23  Vadim Zeitlinadjust the rectangle before calling DrawThemeBackground...
2005-02-19  Vadim Zeitlinadded MSWPrintChild() for drawing child background...
2005-02-06  Julian SmartCan suppress themed notebook page with wxNB_NOPAGETHEME or
2005-02-06  Vadim Zeitlinremoved trailing semicolons after DECLARE_DYNAMIC_CLASS...
2005-01-13  Włodzimierz SkibaCommon default notebook name.
2004-12-13  Vadim Zeitlinimplemented MSWGetBgBrush/ColourForChild() to propagate...
2004-11-19  Vadim Zeitlinadded another DoEraseBackground overload (no real changes)
2004-11-19  Vadim Zeitlinrefactored code to do brush adjustment for bg drawing...
2004-11-19  Vadim Zeitlinadded support for drawing themed background: DoEraseBac...
2004-08-31  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2003-12-11  Dimitri SchoolwerthFixed notebook redraw problems when using XP theme...
2003-09-26  Vadim Zeitlinmake it possible to give focus to the notebook itself...
2003-08-24  Stefan Csomorlinkage corrections
2003-08-21  Vadim Zeitlincompilation fix
2003-08-20  Vadim Zeitlincreated wxBookCtrl which will be tje base class for...
2003-08-14  Stefan Csomornotebook page information objects
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-31  Julian SmartRemoved some warnings in widgets sample
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-06  Vadim ZeitlinwxNotebook::HitTest() for wxMSW added (patch 748469)
2003-06-02  Julian SmartAttempt to make wxWindows play better with XP themes
2003-06-01  Julian SmartApplied patch [ 743194 ] HitTest for wxNotebook
2003-06-01  Julian SmartApplied [ 745533 ] implemented wxNotebook::DoGetBestSize
2003-05-01  Vadim Zeitlinfix the wrong size of the first page when it's added...
2003-04-06  Vadim Zeitlinadded assert to check that notebook page does have...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-14  Vadim Zeitlincompilation fix for wxUSE_CONSTRAINTS==0
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-16  Vadim Zeitlinchange the selection appropriately (and refresh it...
2002-04-10  Vadim Zeitlindon't send dummy scroll events from wxNotebook when...
2001-07-02  Vadim Zeitlin1. fixed wxGTK notebook which was completely broken...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-09-28  Václav Slavíkadded wxNotebook::AssingImageList
2000-07-15  Bryan Pettymerged 2.2 branch
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-10-12  Vadim Zeitlin1. DLL compilation fixes (wrong WXDLLEXPORT placement...
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-29  J. Russell SmythAdded defines to allow altered tab placement under...
1999-06-13  Vadim ZeitlinWXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough
1999-06-10  Vadim ZeitlinwxNotebook compilation fix
1999-05-25  Vadim Zeitlin1. wxNotifyEvent documented
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-03-21  Julian SmartAdded wxTreeCtrl::SetItemDropHighlight (wxMSW only);
1999-03-12  Vadim Zeitlintypo corrected
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-24  Julian Smart2nd attempt at MDI in wxMotif, using wxNotebook this...
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-10-26  Julian SmartAdded OnEraseBackground to wxNotebook on wxMSW to avoid...
1998-10-12  Julian SmartChanges related to stream includes
1998-08-12  Vadim Zeitlinexplicit SetSelection/SetOldSelection methods added...
1998-08-07  Robin DunnRemoved a ">>>>>>> 1.5" (a CVS conflict indicator)...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-07-12  Vadim Zeitlinconstraints handling for the notebook pages fixed
1998-07-08  Vadim Zeitlinimproved keyboard handling, bug fixes
1998-07-08  Julian SmartFixed event arg in notebook.h, #ifdefed out some functi...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-14  Vadim ZeitlinwxNotebook interface (it may change!), implementation...