Add wxMenuItem::IsCheck() and IsRadio() accessors.
[wxWidgets.git] / include / wx / features.h
2011-12-08  Vadim ZeitlinAllow using wxEvtHandler::Bind() with IBM xlC compiler...
2011-12-07  Vadim ZeitlinEnable wxEvtHandler::Bind() for Sun CC.
2009-05-06  Vadim Zeitlinenable wxHAS_RAW_BITMAP for OpenWatcom 1.8 and later
2009-05-03  Vadim Zeitlintest whether wxHAS_EVENT_BIND is supported in wx/featur...
2009-05-02  Vadim Zeitlinimprovements to wxEventFunctor classes; use wxHAS_EVENT...
2009-02-19  Paul Cornettbetter fix for aCC and rawbmp.h
2008-07-24  Paul Cornettbuild fix
2008-07-24  Vadim Zeitlindefine wxHAS_RAW_BITMAP for wxDFB
2008-06-11  Stefan Csomorswitching to OSX naming
2008-06-01  Vadim Zeitlincorrect error in wxHAVE_RAW_BITMAP definition: it shoul...
2008-06-01  Vadim Zeitlindefine wxHAS_RAW_BITMAP (instead of inconsistenly named...
2008-02-21  Vadim ZeitlinVC8 doesn't have xlocale support under CE
2008-02-10  Vadim Zeitlinadd wxXLocale class and wxIsxxx_l() and wxToxxx_l(...
2007-07-19  Vadim Zeitlinadded wxUSE_TASKBARICON; corrected condition for genera...
2007-03-30  Vadim Zeitlindefine wxHAS_NATIVE_TAB_TRAVERSAL in wx/features.h...
2007-01-22  Václav Slavíkenable wxFontMapper in wxDFB port
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-07-06  Vadim ZeitlinwxMenu::AppendRadioItem() now implemented under all...
2005-05-21  Julian SmartApplied patch for bug [ 1205691 ] Modified Fn keys...
2005-04-04  Dimitri Schoolwerthfixed cases where __WXMAC_CLASSIC__, __WXMAC_CARBON__...
2004-11-01  Stefan Csomorswitching to defines not having a value for __WXMAC__
2004-10-15  David ElliottwxCocoa: Added wxTaskBarIcon
2004-10-14  Ryan NortonReverted and fixed really broken overcommit
2004-10-14  David ElliottReverted broken test to determine wxHAS_TASK_BAR_ICON
2004-09-25  Ryan Nortonmark changes. Mac OSX taskbar implementation
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-21  Václav Slavíkapplied patch 939076: __SMARTPHONE__ define
2004-03-04  David WebsterRemove the Innotek for OS/2 addition...configure now...
2004-03-03  David WebsterInnotek gcc for os2 specific updates
2004-02-19  Václav Slavíkapplied patch 890642: wxRE_ADVANCED flag and docs
2004-02-10  Vadim Zeitlinreversed last accidental commit
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-01-25  Ryan NortonRemove taskbar support for now on OS X
2004-01-23  Ryan NortonOS X Dock Menu/Taskbar support (not added to bakefiles...
2003-12-17  Ryan Norton1.
2003-12-17  Ryan Norton1.
2003-07-20  Julian SmartAdded a resource for Smartphone menubar
2003-07-19  Vadim Zeitlinmoved smart phone test to chkconf.h from features.h
2003-07-19  Julian SmartAdded minimal file dialog for SmartPhone
2003-07-13  Vadim Zeitlinadded wxHAS_ICON_LOCATION and wxHAS_CRASH_REPORT
2003-06-21  Mattia Barbon Typo fix.
2003-06-19  Václav Slavíkadded wxHAS_TASK_BAR_ICON
2002-04-07  Vadim Zeitlinadded raw key code and flags support (based on patch...
2002-03-21  Vadim Zeitlinimplemented radio menu items for wxMSW
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK