summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* Break compatibility and make gtk_image_new() take no arguments. TheOwen Taylor2001-08-251-0/+70
* Deprecate gtk_menu_bar_append/prepend/insert, forgot to do this when weOwen Taylor2001-08-231-5/+5
* commiting patch after comments from Alex on IRCJames Henstridge2001-07-251-1/+1
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-2/+3
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-24/+0
* Fix idles and timeouts to be properly surrounded byOwen Taylor2001-07-181-0/+8
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-5/+5
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-1/+1
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-0/+20
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+34
* fix warningHavoc Pennington2001-04-281-3/+39
* 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