don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / include / wx / menu.h
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-10-28  Francesco Montorsifixed a missing ampersand
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...
2007-08-11  Julian SmartCompile fixes
2007-08-11  Julian SmartMenu label consistency changes
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-01-22  Václav SlavíkwxDFB: fix rendering artefacts when scrolling wxScrolle...
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-04-16  Vadim Zeitlinadded wxMenu::AppendSubMenu() to avoid having to specif...
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2005-11-30  David Surovellminor refactoring of menu UpdateUI handling
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-01-24  Włodzimierz SkibaAvoid hiding virtual wxWindow::IsEnabled() in wxMenuBar...
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-03-30  David ElliottwxMenuBase changes:
2004-03-15  Robert Roebling New menu code.
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Vadim Zeitlinadded missing #include <wx/defs.h> (parts of patch...
2003-07-01  Vadim Zeitlinremoved wxFunction
2003-06-14  Julian SmartAdded wxMenuBase::FindItemByPosition
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.
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-22  Václav SlavíkwxITEM_FOO instead of wxItem_Foo, for the sake of consi...
2002-03-19  Vadim Zeitlincompilation fix for FALSE -> wxItemKind conversion
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2001-10-10  Robin DunnRemoved client data stuff from wxMenuBase since it...
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-09  Julian SmartVarious fixes for wxMotif
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-22  Vadim Zeitlin1. wxMenuBar::FindMenu() made "const"
2000-02-22  Vadim Zeitlinmoved wxMenuBar::FindMenu(title) from MSW to common...
1999-11-15  Vadim ZeitlinwxMenu::callback stuff taken inside WXWIN_COMPATIBILITY...
1999-11-14  Julian SmartWatcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI...
1999-11-06  Julian SmartAdded some makefiles, fixed a BC++ problem in controls...
1999-11-02  Vadim ZeitlinwxGTK compiles (and seems to work) again after wxMenu...
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-10-27  Vadim Zeitlin1. wxMenu{Item|Bar} modifications for wxMotif
1999-10-26  Vadim Zeitlin1. added wxMenuBarBase
1999-07-28  David Webster*** empty log message ***
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision