]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk/menu.h
m_menubar does not need to be public for hildon, it's the same as m_widget in that...
[wxWidgets.git] / include / wx / gtk / menu.h
2012-12-29  Paul Cornettm_menubar does not need to be public for hildon, it...
2012-06-05  Paul CornettWorkaround for Ubuntu 12.04 run time warning
2012-01-15  Vadim ZeitlinImplement wxMenuBar::EnableTop() for wxMSW and wxGTK.
2011-12-01  Paul CornettFix crash when appending menuitem after removing it...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-10  Vadim ZeitlinFix inserting radio menu items in wxGTK too.
2010-11-17  Paul Cornettremove const from by-value return type, it's useless
2010-11-16  Vadim ZeitlinCorrect form of mnemonics returned by wxGTK wxMenu...
2010-04-24  Vadim ZeitlinDon't use invoking window in wxGTK wxMenuBar implementa...
2010-04-24  Vadim ZeitlinNo real changes, just remove empty wxMenuBar dtor in...
2009-09-24  Julian SmartApplied patch #9058 (add Hildon 2.0 support)
2008-06-11  Paul Cornettsimplify menu item callbacks by passing in wxMenuItem...
2008-03-18  Paul Cornettsimplify wxEVT_MENU_OPEN/CLOSE generation
2008-02-03  Paul Cornettremove unused wxMenuBar::m_style
2007-08-11  Julian SmartMenu label consistency changes
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2006-10-17  Włodzimierz SkibaHeaders cleaning.
2006-09-04  Vadim Zeitlinmerge of RTL changes (with many modifications) from...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-22  Mart RaudseppNuke GTK1 from include/gtk
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export attributes
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-22  Robin DunnFix wxGTK's menu and menubar so Insert does something...
2004-03-15  Robert Roebling New menu code.
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-01  Vadim Zeitlinremoved wxFunction
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2001-07-02  Vadim Zeitlinfix for compilation with wxUSE_MENU_CALLBACK=0
2000-01-25  Vadim Zeitlinmissing Init() added to wxMenu(wxCallback) ctors
1999-12-04  Vadim ZeitlinwxMenu::Insert() seems to work, bug in wxMenuBase:...
1999-12-04  Vadim ZeitlinwxMenuBar::Insert() seems to work!
1999-11-14  Julian SmartWatcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI...
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-26  Vadim Zeitlin1. added wxMenuBarBase
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-10-11  Robert Roebling Added wxMenu::Delete() and fixed some menu deleted...
1999-08-19  Robert Roebling Doc updates, wxsizer et al
1999-08-04  Robert Roebling Compile fixes for samples and dialoged,
1999-07-22  Robert Roebling wxMenu compile fix
1999-07-19  Vadim Zeitlincompilation fixes
1999-07-19  Vadim ZeitlinwxMenu ctor made compatible again
1999-06-17  Karsten BallüderImplemented tearoff menus, please see my posting to...
1999-06-06  Robert Roebling Corrected hotkeys for MDI menus.
1999-05-19  Robert Roebling YOu can now activate the menu pressing F10 anywhere.
1999-05-12  Robert Roebling Fixes a few SGI compiler warnings..
1999-04-25  Robert Roebling Backgrounds work again
1999-04-09  Robert Roebling Here it comes:
1999-03-24  Vadim ZeitlinwxMenu code clean up
1999-02-28  Robert Roebling added wxMenu::Append( wxMenuItem )
1999-02-10  Robert Roebling distribution things
1999-02-06  Julian SmartAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub...
1999-02-05  Robert Roebling Added menu_highlight behaviour as in wxMSW (statusbar)
1999-01-13  Robert Roebling Better disabling of toolbars and menubars
1999-01-08  Robert Roebling minor Configure / makefiles updates
1998-12-18  Robert Roebling wxClipboard now serves the primary selection as well
1998-12-17  Robert Roebling Removed minor differences between wxMSW and wxGTK
1998-11-16  Robert Roebling Fixed resizing of wxTextCtrl
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-29  Robert Roebling Big color update with the newest information
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-18  Guilhem Lavaux* wxThread: new functions: wxThread::Pause/Resume,...
1998-08-15  Robert Roebling Added graying out of menus and buttons
1998-08-15  Robert Roebling See last changelog
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-05  Robert Roebling Removed /install/gtk/configure from cvs
1998-07-23  Vadim Zeitlinmore accessors added, member variablesmade private
1998-07-22  Robert Roeblingmdi private menus
1998-07-20  Robert Roeblingmany fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision