]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk1/menu.h
implemented wxMenuBar ctor taking array of menus/titles for all ports; added optional...
[wxWidgets.git] / include / wx / gtk1 / menu.h
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