]> git.saurik.com Git - wxWidgets.git/history - src/generic/choicbkg.cpp
Remove old event type compatibility
[wxWidgets.git] / src / generic / choicbkg.cpp
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.