Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / generic / listbkg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-23  Vadim ZeitlinAdd wxBookCtrlBase::DoSetSelectionAfterRemoval() and...
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...
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-27  Vadim ZeitlinNo real changes, just replace -1 with wxNOT_FOUND in...
2010-09-16  Vadim ZeitlinAllow use of report mode non-native wxListCtrl in wxLis...
2010-03-05  Vadim ZeitlinImplement wxBookCtrlBase::CalcSizeFromPage() in the...
2010-03-05  Vadim ZeitlinNo changes, just remove redundant GetControllerSize...
2009-06-18  Vadim Zeitlinfix a couple of harmless warnings during wxOSX build
2009-04-21  Vadim Zeitlindon't readd items in SetImageList() after changing...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-07-13  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-06-06  Vadim Zeitlinuse report mode for the wxListbook list control if...
2007-12-20  Robert RoeblingRemove old event type compatibility
2007-09-17  Robert RoeblingAlways rearrange wxListBook and send out size event...
2007-04-09  Mattia Barbon Replace direct calls to ProcessEvent() with
2007-01-21  Vadim Zeitlinuse wxID_ANY for internal controller control instead...
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2006-11-04  Vadim Zeitlininvalidate best size of the book controller too when...
2006-10-09  Vadim Zeitlinavoid conflict between wxBookCtrlBase::DoSetSelection...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-07-05  Włodzimierz SkibawxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve...
2006-06-14  Vadim Zeitlinfill in flags parameter of HitTest() for all book contr...
2006-05-26  Vadim Zeitlinmoved wxNotebook::HitTest() to the base book control...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-18  Julian SmartSelection should be set to -1 if all pages are deleted...
2006-04-22  Mart RaudseppAdd #if !WXWIN_COMPATIBILITY_EVENT_TYPES around wxNewEv...
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-17  Michael WetherellWarning fixes for win64
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-01  Włodzimierz SkibaSizing fixes for wxListbook and wxChoicebook.
2005-07-06  Vadim Zeitlinavoid moving the list control unnecessarily
2005-07-02  Vadim Zeitlinfixed bug with showing unneeded scrollbar in the list...
2005-02-11  Robin Dunntypo
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2004-11-23  Włodzimierz SkibawxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most...
2004-11-08  Włodzimierz SkibaGet shorter code with new wxRect constructor.
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-06  Włodzimierz SkibaRemoved doubled events, corrected behaviour (patch...
2004-09-30  Julian SmartDeprecated SetItemImage with 2 image ids
2004-09-23  Włodzimierz Skibawx(Choice/List/Note)book controls send CHANG(ED/ING...
2004-09-17  Włodzimierz SkibawxChoicebook follows wxListBook internal changes. Style...
2004-09-16  Vadim Zeitlinmade wxListbook events more consistent with wxNotebook...
2004-08-25  Robin DunnwxListbook needs to clean up the wxListCtrl when Delete...
2004-07-03  Robin DunnInvalidate notebook best size when pages are added...
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-30  Vadim Zeitlinfixed bug with SetSelection() not hiding the previously...
2004-01-27  Robin DunnSend an extra size event after creation to work around...
2003-09-14  Vadim Zeitlindisabled (conditionally) separating static line; improv...
2003-09-14  Vadim ZeitlinGePageRect() should use the full list size while OnSize...
2003-09-14  Vadim Zeitlinuse newly added GetViewRect() instead of trying to...
2003-08-24  Vadim Zeitlinfixes for the list ctrl layout
2003-08-22  Robin DunnDon't use wxID_ANY so events from child wxListCtrl...
2003-08-22  Vadim Zeitlintry to size the list control correctly even when it...
2003-08-22  Vadim Zeitlin(blind) fix for MSW crash
2003-08-22  Julian SmartInclude imaglist.h
2003-08-21  Vadim Zeitlinadded wxListbook