summaryrefslogtreecommitdiff
path: root/gtk/gtkradiomenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* Allow gtk_radio_menu_item_set_group() to be called twice without crashing.John Lindgren2014-03-261-2/+4
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-4/+2
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* gtkradio*: add (allow-none) annotations were appropriateTorsten Schönfeld2013-12-061-5/+7
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* Deprecate GtkAction and GtkUIManagerWilliam Jon McCann2013-06-301-0/+4
* Fix #673243: accelerators not visible on GtkRadioMenujjacky2013-02-181-30/+12
* radiobutton: add missing (element-type) annotation for radio groupsCosimo Cecchi2012-06-251-3/+4
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: add annotations for some GtkRadio* constructorsTorsten Schönfeld2011-11-061-3/+3
* Documentation fixesMatthias Clasen2011-09-251-2/+3
* a11y: Rename radiosubmenuitem to radiomenuitemBenjamin Otte2011-07-181-2/+2
* a11y: Remove gtkradiomenuitemaccessible.[ch]Benjamin Otte2011-07-181-1/+0
* menuitems: Use submenuitem accessible exclusivelyBenjamin Otte2011-07-061-19/+2
* Convert GailCheck(Sub)MenuItem to GtkAccessible classesMatthias Clasen2011-07-051-2/+0
* Convert GailRadio(Sub)MenuItem to GtkAccessible classesMatthias Clasen2011-07-051-2/+23
* gtk/gtkradiomenuitem: gtk_misc_set_alignmentDiego Celix2011-06-101-2/+4
* Move documentation to inline comments: GtkRadioMenuItemJavier Jardón2011-04-181-0/+49
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-3/+3
* [GI] Add (type) annotations to real typesPavel Holejsovsky2011-01-201-1/+2
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-11/+11
* Tons of transfer annotationsMatthias Clasen2010-09-211-9/+18
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-7/+7
* Add _gtk_check_menu_item_set_active() internal functionJavier Jardón2010-07-191-3/+3
* GtkRadioMenuItem: Move public members to private structureJavier Jardón2010-07-131-27/+45
* Use accessor functions to access GtkCheckMenuItemJavier Jardón2010-07-131-7/+11
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-0/+10
* i Bug 560228 – Add "action-controller" property to GtkWidgetClassMatthias Clasen2009-01-231-1/+9
* gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-3/+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
* gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.cMichael Natterer2008-02-071-11/+3
* Fix typoMatthias Clasen2007-06-031-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-35/+3
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+0
* 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
* Add docs.Matthias Clasen2005-04-041-1/+8
* Add a "group" property like the one found in radio buttons.Matthias Clasen2005-04-031-2/+77
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* 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
* hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-261-1/+3
* Add a ::group-changed signal emitted when the radio button/menu item isOwen Taylor2004-02-261-2/+61