support for GTK3
[wxWidgets.git] / src / gtk / menu.cpp
2012-06-30  Paul Cornettsupport for GTK3
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
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-07  Vadim ZeitlinDon't use gtk_menu_item_set_submenu() with NULL menu...
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.
2011-04-06  Paul Cornettavoid GCC warning "suggest braces around empty body...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-01-07  Stefan Csomorhaving menu classinfo at one place
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-11-10  Vadim ZeitlinDisconnect "hide" menu signal to fix menu destruction...
2010-04-24  Vadim ZeitlinDon't use invoking window in wxGTK wxMenuBar implementa...
2010-04-24  Vadim ZeitlinAvoid code duplication in wxGTK menu events generation...
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)
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-10-31  Paul Cornettmake sure update UI handlers are called for accelerator...
2008-10-16  Václav Slavíkreverted broken changes from r56345 and r56349
2008-10-15  Václav Slavíkdon't use deprecated gtk_object_sink(), replace it...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-08-01  Vadim Zeitlinadd more stock items (#9799)
2008-07-18  Paul Cornettfix masking of disabled bitmaps with some themes
2008-06-21  Robert RoeblingUse wxMenuBase:SendEvent() to emit event, shoudl also...
2008-06-11  Paul Cornettsimplify menu item callbacks by passing in wxMenuItem...
2008-06-11  Paul Cornettmove 8 copies of the same function to common code
2008-06-10  Paul CornettwxMenuItem code cleanup, removing duplicate and unnecce...
2008-06-02  Robert RoeblingSeparate label with wx mnemonics (&) and with gtk mnemo...
2008-05-29  Paul Cornettremove unused/unneeded menuitem cruft
2008-05-29  Paul Cornettmark long-deprecated ctor as such
2008-05-28  Paul Cornettfix leak introduced by r53753
2008-05-26  Paul Cornettfix removing menu item, ticket 3387
2008-03-18  Paul Cornettmove wxWindowGTK::DoPopupMenu back to window.cpp
2008-03-18  Paul Cornettsimplify wxEVT_MENU_OPEN/CLOSE generation
2008-03-14  Paul Cornettminimize searching for tlw parent, remove useless code
2008-02-11  Paul Cornettfix for glib critical errors when closing an mdi child
2008-02-03  Paul Cornettadd missing ! accidentally dropped in last commit
2008-02-03  Paul CornettRemove remnants of GTK1 accelerator code.
2008-02-03  Paul Cornettremove unused wxMenuBar::m_style
2008-01-24  Paul Cornettremove redundant WX_CLEAR_LIST, it's done by base dtor
2008-01-24  Paul Cornettfix memory leak when wxMenu is used as a popup
2007-12-08  Robert Roebling[ 1836794 ] gtk menu: radiogroup and separator
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-28  Vadim Zeitlindon't keep dangling m_prevRadio pointer (2nd part of...
2007-11-25  Paul Cornettremove unused/unneeded stuff from gtk/private.h
2007-11-12  Vadim Zeitlincompilation fix for g++ 4 after last commit (why was...
2007-11-12  Vadim Zeitlinflatten the single item submenus under Maemo
2007-11-12  Vadim Zeitlinrefactor wxGTK mnemonics conversion functions in a...
2007-11-12  Vadim Zeitlinsome Hildon integration work: use HildonProgram (for...
2007-11-11  Vadim Zeitlincompilation fixes for wxUSE_ACCEL=0
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-03  Vadim Zeitlinset the event object of the menu events to the frame...
2007-10-24  Paul CornettUse a GtkVBox to do TLW layout. Rework some of the...
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-20  Robert Roebling[ 1816944 ] GTK - wxMenuBar bug
2007-08-13  Julian SmartAdd accelerator back to label in GetItemLabel
2007-08-13  Julian SmartRemoved a misleading comment
2007-08-11  Julian SmartMenu fix
2007-08-11  Julian SmartMenu label consistency changes
2007-07-10  Vadim Zeitlinadded missing wxUSE_XXX checks
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-05-22  Robert Roebling [ 1721029 ] [GTK] memory leak in wxMenu
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-21  Paul Cornettremove redundant GTK_WIDGET casts
2007-04-19  Paul CornettReorganize idle system code.
2007-03-19  Vadim Zeitlinfixed handling of accelerators using PageUp/Down keys...
2007-02-27  Vadim ZeitlinSupport encodings in wxGTK_CONV_BACK() in the same...
2006-11-02  Julian SmartMoving GTK+-specfic function - it shouldn't be in publi...
2006-09-05  Włodzimierz SkibaTinderbox/PCH build fix.
2006-09-04  Vadim Zeitlinuse (new) wxAcceleratorEntry::Create() instead of recen...
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-08-26  Paul Cornettadd needed includes, remove unneeded ones
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
next