Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / generic / choicbkg.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2010-10-31  Vadim ZeitlinAvoid events when implicitly selecting first wxBookCtrl...
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-12-15  Vadim ZeitlinRemove asserts in wxChoicebook::Get/SetPageImage().
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-08  Kevin OllivierMac inherits the window variant setting on control...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-25  Vadim Zeitlinimplement wxChoicebook::SetWindowVariant() by forwardin...
2009-01-24  Vadim Zeitlintake into account the controlling wxChoice size in...
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-04-06  Vadim Zeitlinreset m_selection in DeleteAllPages() (patch 1922215...
2007-12-20  Robert RoeblingRemove old event type compatibility
2007-11-07  Julian SmartWarning fix
2007-11-07  Julian SmartVertically centres a left-aligned wxChoiceBook controller
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-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-09  Vadim Zeitlinavoid conflict between wxBookCtrlBase::DoSetSelection...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-05-30  Włodzimierz SkibaInclude wx/choice.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-04-22  Mart RaudseppAdd #if !WXWIN_COMPATIBILITY_EVENT_TYPES around wxNewEv...
2006-04-13  Włodzimierz SkibaAll book controls shares wxBK_* flags [bug #1469980].
2006-04-13  Julian SmartCompile fix
2006-04-13  Julian SmartOn screens with restricted space, it's useful to be...
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-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2004-11-23  Włodzimierz SkibawxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most...
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-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  Włodzimierz SkibawxChoicebook generic implementation.