summaryrefslogtreecommitdiff
path: root/gtk/gtkmenubar.c
Commit message (Expand)AuthorAgeFilesLines
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-2/+2
* Automatic RTL flipping for some more widgets.Matthias Clasen2002-11-021-4/+15
* gtkmenu.c, gtkmenubar.c, gtkmenuitem.c, gtkmenushell.c, gtkmenushell.h,Soeren Sandmann2002-10-201-12/+34
* Deprecation cleanupManish Singh2002-10-051-16/+17
* Make gtk_menu_shell_select_first() public. (#70374)Owen Taylor2002-09-231-1/+1
* When a menubar is up, use F10 to cycle menubars, not Control-Tab (#87159,Owen Taylor2002-07-251-13/+9
* Add an extra parameter to _gtk_menu_item_select_first() to allow us toOwen Taylor2002-07-061-1/+1
* ed Jun 12 16:34:13 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-121-4/+37
* Export private _gtk_menu_shell_activate() to encapsulate cut-and-pasteOwen Taylor2002-04-111-7/+5
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-1/+1
* Back out changes to propagate keys to parent menu shells, since that brokeOwen Taylor2002-03-031-67/+10
* include gdkkeysysms.h if compiling gdk_keyval_convert_case.Owen Taylor2002-03-011-33/+159
* Don't reserve space for border when the shadow type for the menubar isOwen Taylor2002-02-271-8/+17
* ue Jan 29 19:51:05 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-01-301-0/+2
* Fix check for modifiers.Owen Taylor2001-12-121-1/+2
* Fix #56586Havoc Pennington2001-10-041-6/+0
* Deprecate gtk_menu_bar_append/prepend/insert, forgot to do this when weOwen Taylor2001-08-231-23/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-4/+0
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-181-1/+1
* Patch from Mathias Hasselmann to fix warnings in compat macros. (#56773)Owen Taylor2001-07-121-1/+1
* Add missing case.Owen Taylor2001-07-121-1/+1
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-051-2/+2
* Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS -Owen Taylor2001-07-011-25/+8
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-3/+2
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-1/+21
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-281-8/+4
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-041-5/+30
* Remove creative formatting.Owen Taylor2001-05-131-5/+0
* fix warningHavoc Pennington2001-04-281-79/+162
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-18/+5
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-2/+16
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-35/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-4/+4
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-7/+11
* New macro. Changed the spacing from 5 to 3.Nat Friedman1999-01-171-1/+1
* gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.cOwen Taylor1999-01-141-1/+1
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* added shadow_type setting and gtk_menu_bar_set_shadow_type function toManish Singh1998-11-161-1/+78
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-12/+13
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-121-0/+26
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* further additions to fit the gimp's code. additions to the dumping code toTim Janik1998-06-071-2/+2
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+2
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-1/+1
* Fixed bug where right justified menu would overlap last left justifiedOwen Taylor1998-04-061-4/+11
* More extensive debugging outputOwen Taylor1998-04-031-1/+1