summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]Owen Taylor1999-09-031-13/+8
* ensure the item factory class has been created.Tim Janik1999-03-161-92/+172
* unref the item factory after window's destruction.Tim Janik1999-03-101-1/+32
* New function gtk_menu_reorder_child() from Tim Janik.CST 1999 Shawn T. Amundson1999-02-251-0/+18
* 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-9/+14
* Added gtk_menu_set_title() to set the title of a menu in the torn-offOwen Taylor1999-01-181-7/+22
* gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.cOwen Taylor1999-01-141-1/+1
* free the event that was returned to us by gtk_get_current_eventGeorge Lebl1999-01-061-0/+1
* label->label should be the mb text _after_ removing the underlines, notOwen Taylor1998-12-231-17/+3
* */Makefile.am: Now passes 'make distcheck'. Now loops. I'm not sure whatElliot Lee1998-12-231-3/+17
* Set the usize on the tearoff window so when we reparent the window out,Owen Taylor1998-12-181-1/+6
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-7/+8
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-31/+20
* Unref the adjustment.Owen Taylor1998-09-011-17/+69
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-121-184/+296
* 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
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-9/+9
* yeppers, accelerator changes to fix the gimp. commit message dedicated toTim Janik1998-06-181-12/+33
* fixed an assertment.Tim Janik1998-06-071-294/+267
* 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
* More extensive debugging outputOwen Taylor1998-04-031-1/+1
* Use reversed arrow for menus ala Motif (and fix Options menus, which had XOwen Taylor1998-03-241-1/+4
* /home/otaylor/commitOwen Taylor1998-03-241-0/+42
* removed GRAB_EXCLUSIVE again, just disable modal event delivery forTim Janik1998-03-151-2/+0
* added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs.Tim Janik1998-03-151-0/+2
* don't cast a NULL pointer.Tim Janik1998-03-151-4/+7
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-2/+2
* hehe stupid me, wanted to fix a warning, and borkeTim Janik1998-03-091-2/+6
* register living objects in a hashtable.Tim Janik1998-03-071-6/+2
* Don't process configure events that just move the window, and don't resizeOwen Taylor1998-02-231-0/+5
* TODO updates (major ones ;).Tim Janik1998-02-231-9/+2
* new fundtion to return the widget that the menu is attached to.Tim Janik1998-02-081-0/+14
* attach/detach to menu widget viaTim Janik1998-02-031-2/+97
* GTK_RESIZE_NEEDED is a private flag now.Tim Janik1998-02-021-8/+21
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-2/+5
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* corrects a small resize bug in the viewport widget. The viewport widgetShawn Amundson1998-01-021-1/+34
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-6/+8
* Initial revisionElliot Lee1997-11-241-0/+732