]> git.saurik.com Git - wxWidgets.git/history - src/generic/toolbkg.cpp
Remove old event type compatibility
[wxWidgets.git] / src / generic / toolbkg.cpp
2007-12-20  Robert RoeblingRemove old event type compatibility
2007-01-21  Vadim Zeitlinuse wxID_ANY for internal controller control instead...
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2006-10-09  Vadim Zeitlinavoid conflict between wxBookCtrlBase::DoSetSelection...
2006-10-08  Robert Roebling Compile fix.
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-04-22  Mart RaudseppAdd #if !WXWIN_COMPATIBILITY_EVENT_TYPES around wxNewEv...
2006-04-14  Julian SmartImplemented Mac-style button toggling within wxButtonTo...
2006-04-14  Julian SmartwxButtonToolBar only useful on Mac right now
2006-04-14  Julian SmartSteps towards implementing native-style, non-top-level...
2006-02-05  David Surovellcorrect include file conditionalization, take 2
2006-02-04  David Surovelladded appropriate WX_PRECOMP bracket for new include...
2006-02-04  David Surovelladded missing include; minor reformatting
2006-02-03  Robin DunnDon't assume that msw.remap was 1, instead change it...
2006-02-01  Robin DunnSet the toolbar orientation based on the wxBK_ alignmen...
2006-01-31  Julian SmartMac doesn't like getting an icon if it's a bitmap
2006-01-31  Julian SmartAdded missing include
2006-01-30  Robin DunnThis is a TOOLBOOK, not a LISTBOOK
2006-01-30  Julian SmartAdded wxToolbook class