STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / gtk / menu.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-05-01  Vadim Zeitlinmake accelerators for bitmap menu items work (patch...
2003-04-23  Robin DunnPrevent a Gtk-CRITICAL message when Remove()ing a menu...
2003-04-04  Robin DunnHandle checkable items the right way in all cases
2003-04-03  Robin DunnCorrection to my new menu code: handle submenus on...
2003-04-03  Robin DunnFixed menu event propogation to be consistent across...
2003-02-18  Julian SmartApplied patch [ 681262 ] Add EVT_MENU_OPEN support...
2003-02-10  Robert Roebling Support underscroes in menu item names under GTK2
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-12-18  Julian SmartApplied patch [ 649599 ] Fixes bug 610850: Inserting...
2002-12-14  Gilles Depeyrotfix FindMenu broken by implementation of double ampersa...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-06  Vadim Zeitlinfix for radio items creation
2002-08-13  Vadim Zeitlinbetter use strncpy() than strncat() with uninitialized...
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-07-28  Václav Slavíkported characters escaping in menus to GTK+ 2.0
2002-06-18  Julian SmartMoved flicker-removal to GTK+ code
2002-03-26  Vadim Zeitlindon't send the events for the radio menu items being...
2002-03-25  Vadim Zeitlinmore fixes to radio menu items: fixed Check() for them...
2002-03-25  Vadim Zeitlinfixed the menu bug introduced by the previous commit
2002-03-23  Vadim Zeitlincompatibility constructors for wxMenuItem() taking...
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
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-03-09  Vadim Zeitlinadded support for non alphanumeric simple character...
2002-02-06  Vadim Zeitlintypo in IMPLEMENT_DYNAMIC_CLASS fixed
2002-02-06  Vadim ZeitlinIMPLEMENT_DYNAMIC_CLASS fixes
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-01-07  Robert Roebling Make wxMenuItem::GetLabel() handle escaped underscores
2000-09-12  Robert Roebling Corrcted accel keys for bitmap menus.
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-14  Vadim Zeitlincall wxMenubarSetInvokingWindow for submenus appended...
2000-03-13  Vadim Zeitlin1. some patches from Janos Vegh to docview template...
2000-03-10  Robert Roebling Fixed various bugs (from - err - various authors...
2000-03-09  Vadim Zeitlin(failed) attempts at fixing menu bar swapping
2000-03-01  Vadim Zeitlin1. warning in gtk/menu.cpp fixed
2000-02-29  Robert Roebling Commented out debug code.
2000-01-11  Vadim ZeitlinwxMenuItem::GetLabelFromText() added/documented, bug...
2000-01-05  Vadim Zeitlinunreachable code warning fixed
2000-01-04  Robert Roebling New colour, font, theme and size code..
2000-01-03  Robert Roebling Corrected some things in, and some thing revealed by
1999-12-04  Robert Roebling Change to wxMenuBar::Remove(),
1999-12-04  Vadim ZeitlinwxMenu::Insert() seems to work, bug in wxMenuBase:...
1999-12-04  Vadim ZeitlinwxMenuBar::Insert() seems to work!
1999-11-28  Robert Roebling New event locking.
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-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-11-03  Robert Roebling Some menu things.
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-30  Robert Roebling Some work on tabbing and menu accels,
1999-10-26  Vadim Zeitlin1. added wxMenuBarBase
1999-10-26  Vadim Zeitlinfix for items without accelerators
1999-10-25  Robert Roebling Mem leak in new accelerator code.
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-10-22  Robert Roebling Compile fix for wxDataFormat cast,
1999-10-11  Robert Roebling Added wxMenu::Delete() and fixed some menu deleted...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-18  Vadim Zeitlinsmall underscores fix for GTK 1.0
1999-09-18  Vadim Zeitlinunderscores in menu items handled too under GTK+ 1.2
1999-09-15  Vadim Zeitlinunderscors are handled better in the menu item labels
1999-08-19  Robert Roebling Doc updates, wxsizer et al
1999-08-16  Robert Roebling compile fixes for EMX
1999-08-15  Robert Roebling Added and corrected a few more html makefiles,
1999-08-04  Robert Roebling Compile fixes for samples and dialoged,
1999-07-27  Robert Roebling Small distrib updates,
1999-07-26  Karsten Ballüderdestructor for wxMenu deletes menu now
1999-07-19  Vadim Zeitlincompilation fixes
1999-07-19  Vadim ZeitlinwxMenu ctor made compatible again
1999-07-15  Guilhem Lavaux* wxMemoryStreams updates
1999-07-07  Vadim Zeitlincompilation fixes for wxGTK
1999-07-07  Karsten BallüderMade tearoff menus work for gtk :-)
1999-06-29  Robert Roebling wxChoiceDialog fix.
1999-06-17  Robert Roebling Made the RTTI thing an option.
1999-06-17  Karsten BallüderImplemented tearoff menus, please see my posting to...
1999-06-06  Robert Roebling Corrected hotkeys for MDI menus.
1999-06-01  Robert Roebling Hotkey fix for submenus.
1999-05-22  Robert Roebling GTK 1.0 compilation (not tested)
1999-05-13  Karsten BallüderFixed a minor bug in hotKey handling.
1999-05-05  Robert Roebling fix for menu separator
1999-05-02  Robert Roebling mini-bugs in wxMenu (it now converts / to \ in
1999-04-30  Robert Roebling Added hotkeys to menus "E&xit\tAlt-X" and such.
1999-04-29  Robert Roebling Compile fixes for SGI
1999-04-28  Karsten BallüderFixed gtk 1.0.6 corruped menu entry names.
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-25  Robert Roebling Backgrounds work again
1999-04-15  Ove KaavenCompiler warning in non-Unicode mode fixed.
1999-04-15  Ove KaavenSo far so good. These now compiles in Unicode mode.
1999-04-14  Robert Roebling wxGTK's built-in dockable menu now give their
1999-04-14  Robert Roebling added wxCB_READONLY
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
next