summaryrefslogtreecommitdiff
path: root/gtk/gtkcheckmenuitem.c
Commit message (Expand)AuthorAgeFilesLines
...
* i Bug 560228 – Add "action-controller" property to GtkWidgetClassMatthias Clasen2009-01-231-15/+85
* added new apis gtk_menu_item_[set/get]_label() andTristan Van Berkom2008-11-061-25/+7
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-2/+2
* 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
* Fix check/radio indicator drawing mess (bug #452225):Michael Natterer2007-07-271-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-35/+3
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Remove a line without effect.Matthias Clasen2005-08-121-2/+0
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-6/+6
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-5/+6
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-2/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Bug 112647 (Bill Haneman, patch by Narayana Pattipati):Matthias Clasen2004-02-211-13/+21
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-6/+6
* Doc formatting tweaks.Matthias Clasen2003-09-301-0/+3
* Also support "draw_as_radio".Matthias Clasen2003-08-291-0/+6
* Install "draw_as_radio" as a separate property, not as an alias ofMatthias Clasen2003-08-291-1/+1
* Only treat buttons as homogeneous when they are narrower than 13 time theSoeren Sandmann2003-08-291-24/+71
* add vertical_padding style property.Soeren Sandmann2003-07-061-7/+35
* gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): UseOwen Taylor2003-06-041-0/+3
* RTL flipping for check menu items.Matthias Clasen2002-11-081-2/+7
* Deprecation cleanupManish Singh2002-10-051-28/+31
* Minor documentation fixesSoren Sandmann2002-08-101-2/+2
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-14/+1
* General property notification cleanup.Matthias Clasen2002-01-281-3/+3
* Notify on the ::active property _here_, not inOwen Taylor2001-11-281-4/+3
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* Make Menu items NO_WINDOW widgets.Owen Taylor2001-11-161-3/+3
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-6/+0
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+17
* Use new mnemonic convenience functionsHavoc Pennington2001-06-051-0/+29
* Add missing NULL on valist.Owen Taylor2001-03-291-1/+1
* Apply property patch from Lee MallaboneHavoc Pennington2001-03-231-2/+85
* test was backward, so deprecated functions were excluded by defaultHavoc Pennington2001-02-191-1/+54
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-2/+2
* doh, this was broken beyond believe.Tim Janik2000-12-131-1/+0
* Fix link to PNG home, remove reference to fribidi.Owen Taylor2000-12-051-2/+4
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-17/+0
* Add note about GtkMenuPositionFunc API changes.Alexander Larsson2000-11-081-13/+25
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+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-1/+1
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-6/+4
* Adapt cast macros to standard.Raja R Harinath1999-11-221-37/+35