Fix a very annoying autorelease pool memory leak.
[wxWidgets.git] / src / msw / notebook.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-13  Vadim ZeitlinUse wxNotebook background colour for the tab row backgr...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-03-31  Vadim ZeitlinExplicitly trigger wxNotebook layout in wxMSW to ensure...
2012-10-13  Vadim ZeitlinDo give focus to the wxNotebook page when switching...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2011-11-22  Vadim ZeitlinHack wxMSW wxNotebook to show the text controls correct...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
2011-04-23  Vadim ZeitlinChange wxNotebook selection before sending page changed...
2011-03-20  Vadim ZeitlinNo changes, just refactor wxMSW background brush methods.
2011-01-07  Stefan Csomorcommon rtti in nbkbase.cpp
2011-01-07  Stefan Csomorremove non-xti classinfo
2011-01-07  Stefan Csomorremoving xti info from msw specific files
2010-11-22  Vadim ZeitlinSend page changed event after changing the page in...
2010-11-07  Vadim ZeitlinDon't require skipping "page changed" event in wxMSW...
2010-10-31  Vadim ZeitlinAvoid events when implicitly selecting first wxBookCtrl...
2010-10-27  Vadim ZeitlinRefactor: use wxBookCtrlBase::m_selection in all derive...
2010-10-22  Vadim ZeitlinNo real changes, just use const_cast<> instead of C...
2010-09-01  Václav SlavíkReduce flicker when removing wxNotebook page.
2010-08-10  Vadim ZeitlinInherit notebook background recursively under wxMSW.
2010-05-30  Václav SlavíkFix Shift+TAB navigation from wxNotebook.
2010-05-23  Robert Roeblingnon-PCH compilation
2010-05-21  Vadim ZeitlinSimplify and correct MSW selection of background brush...
2010-05-16  Václav SlavíkFix incorrect painting of backgrounds inside notebook.
2010-01-23  Vadim ZeitlinReturn old, not new, selection from wxMSW wxNotebook...
2009-12-18  Vadim ZeitlinNo real changes, just change type of MSWGetBgBrush...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-27  Vadim Zeitlindon't reset WS_EX_CONTROLPARENT bit in wxNotebook:...
2008-11-29  Vadim Zeitlincorrect CalcSizeFromPage() for multiline notebooks...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-02-25  Vadim Zeitlinadded more includes of wx/msw/dc.h needed since r52054...
2007-12-20  Julian SmartCorrected wxRTTI for wxNotebook so dynamic casting...
2007-11-30  Robert RoeblingDC reorganization
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-06-02  Vadim Zeitlinenable non-top tabs workaround for Vista too (replaces...
2007-05-29  Julian SmartGive the correct colour for notebook pages under Vista...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2006-11-12  Julian SmartWine fix
2006-10-21  Vadim Zeitlinfix for tabs drawing in RTL (patch 1552881)
2006-10-09  Włodzimierz SkibaWinCE build fix.
2006-10-09  Vadim Zeitlinchange UpdateSelection() parameter type to int from...
2006-10-08  Vadim Zeitlinadded SendPageChanging/ChangedEvent() functions; fixed...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-10-05  Jamie GaddNeed to update the bg brush when the first page is...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-07-05  Włodzimierz SkibawxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve...
2006-06-30  Vadim Zeitlinwe don't need to override MSWTranslateMessage(), it...
2006-06-25  Vadim Zeitlinadded an extra pixel to the margin in CalcSizeFromPage...
2006-06-14  Vadim Zeitlinfill in flags parameter of HitTest() for all book contr...
2006-06-08  Włodzimierz SkibaUse bottom flat notebook on PocketPC by default.
2006-06-06  Julian SmartReverted last wxBookCtrl change and added alignment...
2006-05-30  Włodzimierz SkibaInclude commctrl.h properly.
2006-05-26  Włodzimierz SkibaInclude wx/control.h according to precompiled headers...
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-27  Włodzimierz SkibaInclude wx/event.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-02-12  Jamie GaddReplace deprecated wxNB_* flags with wxBK_* used in...
2006-02-11  Julian SmartApplied patch [ 1412216 ] non-themed fallback support...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2006-01-17  Julian SmartApplied patch [ 1349607 ] [msw] Multiline notebook...
2005-12-01  Włodzimierz Skiba[ 1357527 ] Cast to void to silence GCC's warnings.
2005-11-09  Włodzimierz SkibaVarious source cleanings.
2005-10-21  Włodzimierz SkibaUnified flags for orienting wxBookCtrls (with backward...
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-24  Vadim Zeitlindon't set focus to a hidden notebook (patch 1299005)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-06  Vadim Zeitlininitialize backing store bitmap in Create(), notebook...
2005-06-19  Julian SmartCorrected wrong size used when refreshing notebook
2005-06-17  Vadim Zeitlindon't try to subclass tab control using the same window...
2005-06-16  Julian SmartApplied patch [ 1218849 ] [wxMSW] Removes magic numbers...
2005-05-30  Julian SmartApplied [ 1208344 ] wxNotebook::OnSelChange fix for...
2005-05-25  Vadim Zeitlinapparently the check for too small rect is needed not...
2005-05-24  Vadim Zeitlinsubclass all updown controls in notebooks, not just...
2005-05-24  Vadim Zeitlindon't use dangling HBRUSH
2005-05-22  Vadim Zeitlinfixed remains of notebook flickering (improved patch...
2005-05-22  Vadim Zeitlinjust some code cleanup: removed m_hwnd macro
2005-05-14  Julian SmartUse theme and HTML Help headers from Wine (with permission)
2005-04-27  Julian SmartFix for radiobox controls backgrounds being drawn incor...
2005-04-23  Mattia Barbon Avoid ICE with MinGW 2.95.3.
2005-04-23  Julian SmartRemove obsolete includes
2005-04-19  Julian SmartApplied patch [ 1181975 ] [wxMSW] Removes all flicker...
2005-04-15  Robin DunnApplied patch [ 1167891 ] wxNotebook display problem...
2005-04-10  Vadim Zeitlinextended wxWindow::MSWGetBgBrush() and wxControl::MSWCo...
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-04-06  Robin DunnReally remove the droppings when there are no pages
2005-04-02  Julian SmartCorrect flat notebook border style under WinCE in wake of
2005-03-30  Julian SmartEliminate warning on WinCE
2005-03-23  Vadim Zeitlinsimplifications of checks for themed-background sysopt...
2005-03-23  Vadim Zeitlinadjust the rectangle before calling DrawThemeBackground...
2005-03-18  Julian Smart(Flickery) fix for droppings when there are no notebook...
2005-03-13  Julian SmartAdded wxNB_FLAT for WinCE property sheet tabs
2005-03-10  Julian SmartWhen drawing a solid page background, don't use theme...
2005-02-19  Vadim Zeitlinadded MSWPrintChild() for drawing child background...
next