Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / listbook.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-08-15  Vadim ZeitlinRestore the use of wxListCtrl in report view in wxListbook.
2012-07-04  Vadim ZeitlinUse list mode in wxListbook list control instead of...
2012-05-15  Vadim ZeitlinFix keyboard navigation in wx{List,Choice,Tree,Tool...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-21  Vadim ZeitlinNo changes, just use symbolic NO_IMAGE constant instead...
2010-10-27  Vadim ZeitlinRefactor: use wxBookCtrlBase::m_selection in all derive...
2010-03-05  Vadim ZeitlinImplement wxBookCtrlBase::CalcSizeFromPage() in the...
2010-03-05  Vadim ZeitlinNo changes, just remove redundant GetControllerSize...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-09-18  Vadim Zeitlinuse #defines, not typedefs, for compatibility class...
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-07-14  Vadim Zeitlinrelay out the control after deleting any page, not...
2008-06-21  Vadim Zeitlindisable report view mode under Mac as it hangs the...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-01-07  Vadim Zeitlinmake HitTest() public (bug 1626543); this changes ABI...
2006-10-20  Vadim Zeitlindefine bookctrl (and -derived) classes flags in their...
2006-10-09  Vadim Zeitlinavoid conflict between wxBookCtrlBase::DoSetSelection...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-05-26  Vadim Zeitlinmoved wxNotebook::HitTest() to the base book control...
2005-11-10  Vadim Zeitlinadd Clone() to wxXXXbookEvent and copy ctor to wxBookCt...
2005-10-21  Włodzimierz SkibaUnified flags for orienting wxBookCtrls (with backward...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-04  Vadim Zeitlindefine wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings...
2005-03-08  Włodzimierz SkibaCasting fix for events. Needs check by ARM eVC4 users.
2004-11-23  Włodzimierz SkibawxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most...
2004-09-17  Włodzimierz SkibawxChoicebook follows wxListBook internal changes. Style...
2004-09-16  Vadim Zeitlinmade wxListbook events more consistent with wxNotebook...
2004-09-10  Robin DunnAdded GetListView accessor
2004-08-25  Robin DunnwxListbook needs to clean up the wxListCtrl when Delete...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2003-09-14  Vadim Zeitlindisabled (conditionally) separating static line; improv...
2003-08-21  Vadim Zeitlinadded wxListbook