summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing NULL on valist.Owen Taylor2001-03-291-4/+19
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-34/+2
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-20/+1
* marshaller fixes.Tim Janik2001-03-071-13/+15
* Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.Alexander Larsson2001-03-051-0/+2
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-021-8/+2
* small (not only) portability fixesHans Breuer2001-02-251-0/+1
* default initialize the generated ENTER_NOTIFY event with 0, otherwise notTim Janik2001-02-171-6/+7
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-2/+8
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-0/+26
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-34/+0
* Add note about GtkMenuPositionFunc API changes.Alexander Larsson2000-11-081-101/+874
* in gtk_menu_set_submenu_navigation_region do stop_navigating_submenu, toGeorge Lebl2000-09-081-4/+3
* Apply patch from Nils Barth and David Santiago to improve submenuOwen Taylor2000-09-021-32/+292
* 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
* Spelling/grammar fixes in comments.Nils Barth2000-05-211-1/+1
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-21/+23
* Adapt cast macros to standard.Raja R Harinath1999-11-221-13/+8
* Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>Tim Janik1999-03-171-91/+202
* 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