summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.c
Commit message (Expand)AuthorAgeFilesLines
* Revise CSS node documentationMatthias Clasen2015-12-161-2/+4
* radiobutton: Port radio buttons to gadgetsMatthias Clasen2015-12-151-54/+0
* button: Add diagrams to CSS node docs for buttonsMatthias Clasen2015-11-031-0/+10
* toggle button: Convert to css nodesMatthias Clasen2015-10-301-3/+19
* radio button: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-9/+13
* radio button: Fix directional navigationMatthias Clasen2015-03-291-80/+23
* radiobutton: don't consider hidden buttons in the group for focusCosimo Cecchi2014-11-011-1/+2
* GtkToggleButton: Move nonexported API to a private headerMatthias Clasen2014-10-191-0/+1
* GtkRadioButton: Allow setting group more than onceMatthias Clasen2014-10-021-1/+3
* checkbutton: Don't redundantly update statesBenjamin Otte2014-08-171-13/+0
* checkbutton: Draw background unconditionallyBenjamin Otte2014-08-171-5/+4
* radiobutton: :hover on hoverBenjamin Otte2014-08-161-1/+1
* button: Handle :inconsistent in GtkToggleButtonBenjamin Otte2014-08-161-7/+1
* button: Handle :checked in gtktogglebutton.cBenjamin Otte2014-08-161-11/+0
* button: Remove depressed_on_activateBenjamin Otte2014-08-161-2/+0
* css: Do inconsistent checked states rightBenjamin Otte2014-08-161-1/+2
* button: Remove depressed variableBenjamin Otte2014-08-161-11/+0
* gtk: Use new :checked stateBenjamin Otte2014-08-161-28/+10
* radiobutton: don't use focus-line-widthCosimo Cecchi2014-05-091-11/+0
* checkbutton: don't use focus paddingCosimo Cecchi2014-05-091-3/+1
* radiobutton: always use interior focusCosimo Cecchi2014-05-091-3/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-4/+4
* 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