summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT)Javier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-2/+3
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-0/+12
* Don't focus unmapped radio buttonsOwen Taylor2009-09-181-2/+2
* 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
* applied patch to improve variable names, by Olivier Delhomme, #451527.Tim Janik2007-06-271-10/+10
* Revert previous commit; the API is not yet finalized - see bug #166995.Emmanuele Bassi2007-06-041-146/+2
* Add gtk_radio_button_set_value(), gtk_radio_button_get_current_value() andEmmanuele Bassi2007-06-031-2/+146
* Fix typoMatthias Clasen2007-06-031-1/+1
* Fixed a warning from g_object_set (radiobutton, "group", NULL, NULL).Tristan Van Berkom2007-02-281-2/+5
* Avoid a compiler warning. (#395045, Chris Wilson)Matthias Clasen2007-01-141-3/+5