summaryrefslogtreecommitdiff
path: root/gtk/gtktogglebutton.c
Commit message (Expand)AuthorAgeFilesLines
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-1/+1
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-3/+1
* togglebutton: Don't emit clicked during set_active()Benjamin Otte2019-10-291-20/+10
* gtk: Stop using gtk_button_clickedMatthias Clasen2019-05-181-1/+1
* gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-3/+4
* togglebutton: Remove priv pointerTimm Bäder2018-03-301-9/+12
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* ToggleButton: Actually show buttons in new snippetDaniel Boles2017-10-111-18/+19
* togglebutton: Fix code snippetTimm Bäder2017-10-111-6/+8
* togglebutton: Move :inconsistent to GtkCheckButtonTimm Bäder2017-01-301-71/+0
* togglebutton: Move :draw-indicator property to GtkCheckButtonTimm Bäder2017-01-301-80/+0
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Use Unicode in translatable stringsPiotr Drąg2016-12-191-1/+1
* togglebutton: Remove unused definesTimm Bäder2016-12-031-5/+0
* Remove GtkToggleActionTimm Bäder2016-10-181-1/+0
* button: Stop implementing GtkActivatableTimm Bäder2016-10-181-68/+1
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-1/+1
* 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