Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / common / bookctrl.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-23  Vadim ZeitlinAdd wxBookCtrlBase::DoSetSelectionAfterRemoval() and...
2013-03-29  Vadim ZeitlinAdded wxBookCtrlBase::FindPage().
2012-09-27  Vadim ZeitlinAccount correctly for the controller when computing...
2012-09-27  Vadim ZeitlinUse wxSize::IncTo() in wxBookCtrlBase::DoGetBestSize().
2012-09-27  Vadim ZeitlinAvoid useless iteration on all pages in wxBookCtrlBase...
2012-08-30  Vadim ZeitlinVirtualize showing/hiding the pages in wxBookCtrlBase.
2012-05-09  Vadim ZeitlinImprove wxBookCtrlBase controller size calculations.
2011-12-28  Vadim ZeitlinUse best controller size in wxBookCtrl best size calcul...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
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-24  Vadim ZeitlinDon't reserve space for hidden controller in wxBookCtrl.
2010-03-05  Vadim ZeitlinImplement wxBookCtrlBase::CalcSizeFromPage() in the...
2010-03-05  Vadim ZeitlinNo changes, just remove redundant GetControllerSize...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-06-11  Stefan Csomorforward port of fix
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2006-11-04  Vadim Zeitlininvalidate best size of the book controller too when...
2006-10-13  Robin DunnFix for wxToolbook, allow oldSel == wxNOT_FOUND when...
2006-10-09  Vadim Zeitlinavoid conflict between wxBookCtrlBase::DoSetSelection...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-09-06  Paul Cornettdon't return negative size from GetPageRect
2006-06-16  Vadim Zeitlindon't loop needlessly in OnHelp() if the event comes...
2006-06-14  Vadim Zeitlinmore fixes to OnHelp() to avoid infinite recursion...
2006-06-14  Vadim Zeitlinfill in flags parameter of HitTest() for all book contr...
2006-06-12  Vadim Zeitlinredirect to the page only the help events coming from...
2006-06-06  Julian SmartReverted last wxBookCtrl change and added alignment...
2006-06-06  Julian SmartEach book control should say what its default orientati...
2006-05-26  Vadim Zeitlinshow help for the page under mouse when the [?] button...
2006-05-03  Vadim Zeitlinupdate the sizes of all pages when the control size...
2006-04-13  Julian SmartOn screens with restricted space, it's useful to be...
2006-02-06  Julian SmartChanged function to SetFitToCurrentPage
2006-01-31  Julian SmartIntroduced the ability to size a book control based...
2006-01-30  Julian SmartSeparated out book control sizing code
2005-10-21  Włodzimierz SkibaUnified flags for orienting wxBookCtrls (with backward...
2005-10-18  Włodzimierz SkibaSet/get for internal border in book based controls.
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2004-11-23  Włodzimierz SkibawxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most...
2004-09-09  Włodzimierz SkibaSource cleaning: TRUE/true, FALSE/false, whitespaces...
2004-07-03  Robin DunnInvalidate notebook best size when pages are added...
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-19  Julian SmartSwitch off adjust min size for book control and therefo...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-08-24  Vadim Zeitlinwarning fixes
2003-08-21  Vadim Zeitlincorrected CHECK in InsertPage()
2003-08-20  Vadim Zeitlincreated wxBookCtrl which will be tje base class for...