summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.c
Commit message (Expand)AuthorAgeFilesLines
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-1/+1
* docs: use apostrophe in *'mWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-3/+2
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-2/+2
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* gtkradio*: add (allow-none) annotations were appropriateTorsten Schönfeld2013-12-061-3/+3
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* Deprecate and ignore gtk-keynav-cursor-only and gtk-keynav-wrap-aroundWilliam Jon McCann2013-06-261-23/+1
* GtkCheckButton and GtkRadioButton: Implement baseline alignmentAlexander Larsson2013-04-231-1/+7
* docs: Fix up the RadioButton example in the descriptionEmmanuele Bassi2012-08-201-1/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* radiobutton: Use the widget state flags as a base for drawingRui Matos2012-01-091-3/+7
* gtk: add annotations for some GtkRadio* constructorsTorsten Schönfeld2011-11-061-1/+1
* radiobutton: Remove redundant callBenjamin Otte2011-09-051-1/+0
* Convert GailRadioButton to GtkRadioButtonAccessibleMatthias Clasen2011-07-051-0/+3
* radiobutton: exclude states we set manually from the previous stateCosimo Cecchi2011-03-181-1/+3
* radiobutton: build the new state flags from the previous flags on clickCosimo Cecchi2011-03-181-0/+2
* [GI] Mark mis-detected constructors as suchMartin Pitt2011-02-021-2/+2
* Silence new gcc warningsMatthias Clasen2011-01-231-5/+3
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-2/+2
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-2/+2
* [GI] Add (type) annotations to real typesPavel Holejsovsky2011-01-201-5/+6
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-181-1/+1
* GtkRadioButton: Use "radio" style class instead of "check"Carlos Garcia Campos2011-01-031-1/+1
* Fix GtkRadioButton drawingMatthias Clasen2010-12-041-2/+2
* GtkRadioButton: Use GtkStyleContext for rendering.Carlos Garnacho2010-12-041-28/+24
* Fix prelighting of inconsistent radio and check buttonsMatthias Clasen2010-12-041-1/+1
* GtkRadioButton: Set widget state as state flags.Carlos Garnacho2010-12-041-7/+15
* GtkRadioButtons: Mark group arguments as "allow-none"Martin Pitt2010-11-191-6/+7
* Create a private header to access some GtkButton variablesJavier Jardón2010-11-191-8/+11
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* gtktogglebutton: Add _gtk_toggle_button_set_active private accessorJavier Jardón2010-10-261-3/+5
* gtkradiobutton: Use accessor functions to access GtkToggleButtonJavier Jardón2010-10-261-10/+11
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-9/+6
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-2/+2
* API: checkbutton: Port to draw vfuncBenjamin Otte2010-09-261-24/+14
* radiobutton: Remove redundant is_drawable() checkBenjamin Otte2010-09-261-60/+56
* Tons of transfer annotationsMatthias Clasen2010-09-211-14/+17
* Add some element-type annotations to gtk apisMatthias Clasen2010-09-171-2/+2
* add gtk_radio_button_join_group method for bindingsJohn (J5) Palmieri2010-09-071-0/+55
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-8/+8
* gtk/gtkradiobutton.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-14/+26
* GtkRadioButton: Move public members to private structureJavier Jardón2010-07-131-38/+54
* Use GtkBin accessorsJavier Jardón2010-07-131-1/+1
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-5/+8
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Move documentation to inline comments: GtkRadioButtonJavier Jardón2010-05-201-1/+126
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1