summaryrefslogtreecommitdiff
path: root/gtk/gtktogglebutton.c
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation improvementMatthias Clasen2016-03-061-1/+4
* toggle button: Convert to css nodesMatthias Clasen2015-10-301-12/+6
* togglebutton: Add a style classMatthias Clasen2015-10-291-0/+5
* toggle button: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-28/+29
* GtkToggleButton: Move nonexported API to a private headerMatthias Clasen2014-10-191-0/+1
* togglebutton: Remove unneeded codeBenjamin Otte2014-08-161-31/+0
* togglebutton: Don't duplicate button codeBenjamin Otte2014-08-161-28/+0
* button: Handle :inconsistent in GtkToggleButtonBenjamin Otte2014-08-161-8/+5
* button: Handle :checked in gtktogglebutton.cBenjamin Otte2014-08-161-5/+7
* button: Remove depressed_on_activateBenjamin Otte2014-08-161-3/+0
* css: Do inconsistent checked states rightBenjamin Otte2014-08-161-1/+2
* button: Remove depressed variableBenjamin Otte2014-08-161-9/+0
* gtk: Use new :checked stateBenjamin Otte2014-08-161-6/+9
* Bring back redundant notifications for GtkToggleButton::draw-indicatorMatthias Clasen2014-06-271-1/+1
* GtkToggleButton: Queue a redraw on enter/leaveMatthias Clasen2014-06-241-2/+10
* GtkToggleButton: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-4/+7
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-1/+1
* docs: fully break lines in examplesWilliam Jon McCann2014-02-121-9/+19
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-2/+2
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-2/+2
* docs: use apostrophe in *'mWilliam Jon McCann2014-02-071-2/+2
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-2/+2
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-3/+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
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-2/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-10/+4
* Deprecate GtkAction and GtkUIManagerWilliam Jon McCann2013-06-301-1/+12
* togglebutton: always set PRELIGHT state when in_button = TRUECosimo Cecchi2012-09-141-1/+1
* docs: Clarify GtkToggleButton action documentationDavid King2012-08-141-1/+2
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-1/+1
* button: Remove _gtk_button_paint()Benjamin Otte2012-04-171-31/+0
* togglebutton: Remove gtk-touchcreen-mode usageCarlos Garnacho2012-03-011-6/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Documentation fixesMatthias Clasen2011-09-251-2/+3
* Convert GailToggleButton to GtkToggleButtonAccessibleMatthias Clasen2011-07-051-0/+3
* Move documentation to inline comments: GtkToggleButtonJavier Jardón2011-04-181-2/+100
* Gtk(Toggle)Button: preserve untouched state flags when updating state.Carlos Garnacho2011-01-231-0/+5
* Update _gtk_button_paint() arguments to GtkStyleContextCarlos Garnacho2011-01-101-12/+6
* GtkToggleButton: Make it able to be prelight and active at the same time.Carlos Garnacho2010-12-041-1/+2
* Make "button" class depend on mode for GtkToggleButtonsCarlos Garnacho2010-12-041-0/+12
* GtkToggleButton: Set widget state as state flags.Carlos Garnacho2010-12-041-6/+9
* Create a private header to access some GtkButton variablesJavier Jardón2010-11-191-11/+14
* gtktogglebutton: move public members to private structureJavier Jardón2010-10-261-27/+58
* gtktogglebutton: Add _gtk_toggle_button_set_active private accessorJavier Jardón2010-10-261-0/+7
* button: Port to draw vfuncBenjamin Otte2010-09-261-28/+28
* Bug 596125 — Property string fixesPhilip Withnall2010-08-101-1/+1