further routing into wxApp
[wxWidgets.git] / include / wx / menuitem.h
2013-07-16  Vadim ZeitlinAdd wxMenuItem::IsCheck() and IsRadio() accessors.
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-02-19  Vadim ZeitlinMove "static" keyword out from wxDEPRECATED() macros...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-04-06  Vadim Zeitlinuse kind, not id, of a menu item to test whether it...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2007-08-11  Julian SmartSmall fix
2007-08-11  Julian SmartMenu label consistency changes
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-11  Vadim Zeitlinlinking fix after the one before last commit
2007-04-11  Vadim Zeitlincompilation fix after last commit
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2006-09-05  Vadim Zeitlinfixes to menu stock items support (patch 1547639)
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-09-17  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-22  Robin DunnAdd SetKind accessor
2003-06-10  Robin DunnEnsure that a wxMenuItem's parent menu is updated if...
2003-03-22  David ElliottInclude wxCocoa specific header
2003-03-21  David ElliottAllow headers to be compiled in Objective-C++ mode
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-04  Mattia Barbon Remove #ifdef __WXSTUBS__ from headers.
2002-04-12  Julian SmartApplied docview patch
2002-03-22  Václav SlavíkwxITEM_FOO instead of wxItem_Foo, for the sake of consi...
2002-03-21  Vadim Zeitlinimplemented radio menu items for wxMSW
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-01-20  Vadim Zeitlinadded wxMenuITemBase copy ctor decl apparently needed...
2000-01-11  Vadim ZeitlinwxMenuItem::GetLabelFromText() added/documented, bug...
1999-12-13  Vadim Zeitlinmoved wxID_SEPARATOR from menuitem.h to defs.h
1999-11-24  Karsten Ballüderfixed setfocus() flicker in listctrl
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-24  Julian SmartRemoved strange wxFAIL; added dialup.cpp to filelist.txt
1999-11-22  Robert Roebling Headers moved a bit.
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-10-26  Vadim Zeitlin1. added wxMenuBarBase
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-07-28  David Webster*** empty log message ***
1998-09-18  Julian SmartSome more wxMotif stuff: menus
1998-07-17  Vadim ZeitlinwxTString removed
1998-07-03  Julian SmartAdded #pragmas for gcc.
1998-06-22  Julian SmartAdded wxCLIP_CHILDREN style (mainly for getting rid...
1998-05-20  Karsten BallüderInitial revision