summaryrefslogtreecommitdiff
path: root/gtk/gtkimagemenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-10/+10
* Bug 546756 – gnome-panel crashed with SIGSEGV inMichael Natterer2008-08-071-10/+21
* Bug 534979 – GtkImageMenuItem is a bin but has two children.Björn Lindqvist2008-08-041-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.cMichael Natterer2008-05-191-2/+2
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-40/+8
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Hmm, when committing my vertical menubar patch, I forgot theMatthias Clasen2005-07-031-19/+68
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-4/+4
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-2/+3
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* Really free the list. (#158422, Morten Welinder)Matthias Clasen2004-11-161-3/+4
* Use GPOINTER_TO_UINT()/GUINT_TO_POINTER() for guints. (#158420, MortenMatthias Clasen2004-11-161-3/+3
* Add some more docs.Matthias Clasen2004-11-151-0/+2
* *** empty log message ***Matthias Clasen2004-11-151-39/+50
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* use gtk_widget_get_child_requisition() instead of accessingMichael Natterer2004-06-031-13/+18
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fixes for #82099:Matthias Clasen2004-02-191-3/+83
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-2/+2
* don't request toggle_space when the image width is 0.Soeren Sandmann2003-07-261-8/+12
* add vertical_padding style property.Soeren Sandmann2003-07-061-7/+29
* Automatic RTL flipping for some more widgets.Matthias Clasen2002-11-021-5/+10
* Lots of trivial doc fixes.Matthias Clasen2002-10-111-5/+5
* Deprecation cleanupManish Singh2002-10-051-20/+18
* Add a note to the docs about how to use this in the context of changeableOwen Taylor2002-03-031-1/+8
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-10/+2
* Consistently use GdkModifierType. (#66950, Mark Patton)Owen Taylor2002-01-301-1/+1
* Make Menu items NO_WINDOW widgets.Owen Taylor2001-11-161-2/+2
* Documentation updates.Matthias Clasen2001-10-281-1/+39
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-53/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-1/+0
* Don't crash when the properties window is destroyed.Alex Larsson2001-06-051-1/+1
* Use new mnemonic convenience functionsHavoc Pennington2001-06-051-0/+32
* Renamed gtk_image_menu_item_add_icon() to gtk_image_menu_item_set_icon()Martin Baulig2001-05-181-36/+43
* Add gtk_image_menu_item_new_from_stock()Alexander Larsson2001-03-211-0/+34
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-28/+0
* marshaller fixes.Tim Janik2001-03-071-8/+4
* add "static" to a private function (gtk_image_menu_item_class_init):Havoc Pennington2001-02-151-21/+92
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-0/+383