added stock menu items support
[wxWidgets.git] / src / gtk / menu.cpp
2006-08-20  Vadim Zeitlinadded stock menu items support
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-05-12  Paul Cornettremove gtk1 stuff and unused macros
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-10  Vadim Zeitlinuse the encoding of the font which is used to draw...
2006-03-24  Robin DunnMake WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-09  Michael WetherellFix link errors from advdll_taskbar.o on cygwin
2006-02-03  Mart RaudseppGTK2: gtk_check_menu_item_set_state -> _set_active...
2006-02-03  Mart RaudseppGTK: gtk_menu_{insert,append} -> gtk_menu_shell_{insert...
2006-02-03  Mart RaudseppGTK2: gtk_label_set -> gtk_label_set_text
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2005-12-28  David Surovellfix SetInvokingWindow link problem
2005-12-24  Vadim ZeitlinGTK+ 1 compilation fixes
2005-12-24  Vadim Zeitlinmoded wxWindow::PopupMenu() from window.cpp to menu...
2005-12-24  Vadim Zeitlinsend wxEVT_MENU_CLOSE from menubar deactivate handler...
2005-12-24  Vadim Zeitlinsend wxEVT_MENU_CLOSE at least sometimes
2005-11-14  Julian SmartRemoved GTK+2 bitmap menu item code
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-08  Mart RaudseppExpand tabs, identation/whitespace fixes
2005-05-21  Robert Roebling Add conversion to and from menu hotkeys and
2005-05-07  Robert Roebling committed aupdated patch that adds support for
2005-04-18  Robert Roebling Minor correction to the wxMenuItem::SetText() patch.
2005-04-16  Robert Roebling Readded test for wxMenuItem::SetLabel() to sample.
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-10-18  Václav Slavíksupport alpha channel in menu items bitmaps, too
2004-10-03  Václav Slavíkfixed menu destruction if it was removed from menubar...
2004-08-20  Václav Slavíkfix for hot keys in menu items (patch 1013082)
2004-08-09  Václav Slavíkreally fixed wxMenuBar::Remove (bug 610850): reverted...
2004-07-13  Vadim Zeitlinfixed menu titles handling after wxID_SEPARATOR change
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-04-18  Robert Roebling Fix incomplete stripping of menu text.
2004-03-30  David ElliottGetMenuBar() now traverses up the hierarchy so it no...
2004-03-16  Robert Roebling Added missing "break;".
2004-03-15  Robert Roebling New menu code.
2004-02-22  Robert Roebling Upported menu bitmaps from 2.4.2
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2003-12-26  Julian SmartWXK_PRIOR/WXK_NEXT are aliases for WXK_PAGEUP/WXK_PAGEDOWN
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-03  Vadim Zeitlinset event object correctly for the menu events
2003-07-12  Julian SmartUse WM_INITMENUPOPUP
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...
next