]> Pileus Git - ~andy/gtk/history - gtk/gtkmenushell.c
Improve the behaviour of automatic mnemonics
[~andy/gtk] / gtk / gtkmenushell.c
2010-03-14 Matthias ClasenImprove the behaviour of automatic mnemonics
2010-03-09 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-01-04 Christian DywanFix missing GTK_WINDOW cast in _gtk_menu_shell_update_m...
2009-12-21 Matthias ClasenSome improvements to the auto-mnemonics code
2009-12-20 Javier JardónFix compilation warning: cast to GTK_WIDGET()
2009-12-20 Matthias ClasenOnly show the mnemonic underline when pressing Alt
2008-12-13 Matthias ClasenFix a typo
2008-08-11 Sven Neumanngtk/gtkmenu.c gtk/gtkmenuitem.c gtk/gtkmenushell.c...
2008-08-09 Cody Russellgtk/gtkmenushell.c In enter/leave notify events, check...
2008-07-21 Michael Nattererremove _gtk_binding_signal_new().
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-04-08 Michael Nattererfix a touchscreen-mode keynav corner case: when navigat...
2008-02-27 Michael Natterergtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk...
2008-02-12 Matthias ClasenUnify the handling of various "Enter" keysyms all over...
2008-02-06 Michael Natterergtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c...
2007-06-18 Matthias ClasenMake GtkMenuShell abstract
2007-06-15 Matthias ClasenAdd forgotten docs
2007-06-15 Matthias Clasenadd move_selected signal to allow overriding the defaul...
2007-05-25 Michael NattererMerge fix from maemo-gtk:
2007-04-30 Michael Nattererpop up the submenu explicitely only in touchscreen...
2007-04-27 Michael NattererMerged heavily modified patch from maemo-gtk which...
2007-04-02 Michael Nattererremove artifact from the time when type checking casts...
2007-02-15 Michael Nattererremove two antique function typedefs that are probably...
2007-02-05 Michael Nattereradd new boolean settings gtk-enable-accels and gtk...
2006-11-16 Michael NattererAdd new infrastructure for notifications of failed...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-06-27 Matthias ClasenIgnore GrabBroken events which are caused by overgrabbi...
2005-06-26 Manish Singhadd GDK_GRAB_BROKEN to the switch cases.
2005-06-25 Matthias ClasenAdd a GrabBroken event to GDK, and a grab-broken-event...
2005-06-10 Matthias Clasen2005-06-10 Matthias Clasen <mclasen@redhat.com>
2005-05-02 Matthias ClasenFix up the docs a bit.
2005-04-05 Matthias ClasenKeep a reference to the item. (#167920, Hazael Maldonad...
2005-03-31 Michael NattererAllow to pop up menus without grabbing the keyboard...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-11 Matthias ClasenSupport vertical menubars (#166632):
2005-02-09 Matthias ClasenFix RTL keynav for going from menubar to menu.
2004-12-28 Matthias ClasenReturn a boolean indicating whether an item in the...
2004-12-16 Matthias Clasen2.6.0 second try
2004-12-15 Matthias ClasenUse _gtk_menu_item_popup_submenu() to make keynav into...
2004-12-10 Matthias ClasenSupport no-Alt mnemnonics in menu bars (#101309, Owen...
2004-11-30 Matthias ClasenDon't do the popup-on-click handling for menubars....
2004-11-25 Manish Singhgdk/abicheck.sh filter out G_GNUC stuff when doing...
2004-11-24 Matthias ClasenOpen submenus on click. (#128968, Martin Jeppesen)
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-06-01 Soeren SandmannMake menus only stay up if you release within 500 milli...
2004-03-15 Owen Taylor#136672, reported by Christian Persch; fixes based...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-02 Tim Janikexpose gtk_bindings_activate_event(), changed callers.
2004-03-01 Owen Taylorexport gtk_window_activate_key() (Request from Tim...
2004-02-03 Matthias ClasenRight-justify labels in rtl mode. (#129071, chinen...
2003-12-21 Matthias ClasenNew function to emit the "cancel" signal on a menu...
2003-08-13 Owen TaylorRemove usage of menu_shell->ignore leave which was...
2003-02-28 Manish Singhdemos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk...
2003-01-29 Owen TaylorMake up from the menu bar go to the end of the submenu...
2002-12-14 Owen TaylorAdd a new binding signal, "move_scroll", and use it...
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-10-20 Soeren Sandmanngtkmenu.c, gtkmenubar.c, gtkmenuitem.c, gtkmenushell...
2002-10-05 Manish SinghDeprecation cleanup
2002-09-23 Owen TaylorMake gtk_menu_shell_select_first() public. (#70374)
2002-09-21 Matthias ClasenMark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)
2002-07-25 Owen TaylorWhen a menubar is up, use F10 to cycle menubars, not...
2002-07-06 Owen TaylorAdd an extra parameter to _gtk_menu_item_select_first...
2002-06-12 Owen TaylorCheck to see if the menu item is selectable before...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-04-11 Owen TaylorExport private _gtk_menu_shell_activate() to encapsulat...
2002-03-20 Owen TaylorImprove test to prevent infinite loop. (#74952, Thomas...
2002-03-03 Owen TaylorBack out changes to propagate keys to parent menu shell...
2002-03-01 Owen Taylorinclude gdkkeysysms.h if compiling gdk_keyval_convert_case.
2002-02-21 Owen TaylorAdd GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_G...
2002-02-03 Owen TaylorNon-exported _gtk_menu_select_first() function that...
2002-01-30 Owen TaylorDocument that the end points are included in the range...
2002-01-30 Owen Taylorue Jan 29 19:51:05 2002 Owen Taylor <otaylor@redhat...
2002-01-16 Padraig O'BriainAvoid unexpected warning message when navigating menu...
2001-11-29 Kristian Rietveldadd checks for empty menu items to behave like insensit...
2001-11-24 Kristian Rietvelddon't deactivate menu when menu_item isn't sensitive...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-09-19 Owen TaylorAdd missing cast.
2001-07-25 James Henstridgecommiting patch after comments from Alex on IRC
2001-07-19 Owen TaylorEnforce the widget/child realization/mapping invariants.
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-04-01 Tim Janikgot rid of gtk_widget_popup(), a function that bad...
2001-03-24 Havoc Penningtonmake this somewhat key-navigable
2001-03-21 Alexander LarssonRenamed gtk_button_new_stock() to gtk_button_new_from_s...
2001-03-06 Owen TaylorAdd animation of activation by, on activate, pressing...
2001-03-02 Owen TaylorPatch from ChiDeok Hwang to move call to sync_selection...
2001-02-02 Owen TaylorGet rid of a bunch of g_strdup_printf("%s%s") in favor...
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-11-08 Alexander LarssonAdd note about GtkMenuPositionFunc API changes.
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-04-07 Owen TaylorFix problem with installation directory for gdkx.h
next