Hold a reference on m_widget for the life of the associated wxWindow object.
[wxWidgets.git] / src / gtk / menu.cpp
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
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
next