Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / choicebk.h
2010-03-05  Vadim ZeitlinImplement wxBookCtrlBase::CalcSizeFromPage() in the...
2010-03-05  Vadim ZeitlinNo changes, just remove redundant GetControllerSize...
2009-03-18  Vadim Zeitlinfix (harmless) MSVC 64 bit compilation warning (closes...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-25  Vadim Zeitlinimplement wxChoicebook::SetWindowVariant() by forwardin...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-10-31  Vadim Zeitlinfix another MSVC /Wp64 warning about size_t to int...
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
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...
2006-10-20  Vadim Zeitlindefine bookctrl (and -derived) classes flags in their...
2006-10-09  Vadim Zeitlinavoid conflict between wxBookCtrlBase::DoSetSelection...
2006-10-08  Robert RoeblingCompile fix.
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2005-11-10  Włodzimierz SkibaLineup features of all book driven events.
2005-10-21  Włodzimierz SkibaUnified flags for orienting wxBookCtrls (with backward...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-06  Julian SmartAs yet unsuccessful attempt to set the focus to the...
2005-03-09  Włodzimierz SkibaMissing casts to event handling functions.
2005-02-14  Vadim Zeitlindefine wxFooHandler() macros for all wxFooEvents to...
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  Włodzimierz SkibawxChoicebook generic implementation.