]> Pileus Git - ~andy/gtk/history - gtk/gtkmenushell.c
GtkTextView: don't popdown a bubble if we don't have one
[~andy/gtk] / gtk / gtkmenushell.c
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
2000-03-14 Owen TaylorMerges from gtk-1-2
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-03-17 Tim JanikTue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-01-21 Jeff GarzikDon't search entire row list twice for element being...
1999-01-15 Owen Taylornparams for selection_get should be 3, not 2. [ From...
1999-01-13 Tim Janikin comparisions with GTK_TYPE_STRING, use the fundament...
1999-01-11 Tim Janikonly pass key events to the focus widget if it is sensi...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-01 GMT 1998 Austin... gtk/gtkoptionmenu.c make option menus work when some...
1998-09-03 Tim JanikGTK_MENU_DIR_CHILD: check for the existance of
1998-08-12 Owen TaylorAdded gdk_text/string_extents() - too calculate all...
1998-07-21 Elliot LeeUse common marshalling routines instead of having widge...
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-06-28 Tim Janikcall the base class init fucntions from all parent...
1998-06-24 Tim Janikdo not avoid to queue for a resize if the container...
1998-06-16 Tim Janikboy! did i really modify that many files?
1998-06-07 Tim Janikfixed an assertment.
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-03-24 Owen Taylor/home/otaylor/commit
1998-03-15 Tim Janikremoved GRAB_EXCLUSIVE again, just disable modal event...
1998-03-15 Tim Janikfor now reverted the last change, since it broke click...
1998-03-15 Tim Janikadded new flag GTK_EXCLUSIVE_GRAB. allow exclusive...
1998-03-14 Tim Janikgpointer gtk_object_get_user_data (GtkObject *object...
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-18 Owen Taylorgtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c...
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1997-11-24 Elliot LeeInitial revision