summaryrefslogtreecommitdiff
path: root/gtk/gtkswitch.c
Commit message (Expand)AuthorAgeFilesLines
* a11y: Remove default description from GtkSwitchAlejandro Piñeiro2013-09-121-0/+1
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-2/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-3/+2
* Deprecate GtkAction and GtkUIManagerWilliam Jon McCann2013-06-301-0/+21
* GtkSwitch: Don't handle events from extra mouse buttonsBastien Nocera2013-05-181-12/+20
* GtkSwitch: moved focus drawing from outside border inside the handle.Juan Pablo Ugarte2013-04-161-19/+21
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-2/+2
* switch: Remove hack to change text sizeBenjamin Otte2012-12-061-20/+0
* port GtkSwitch to GtkActionHelperRyan Lortie2012-08-201-92/+15
* css: Remove old animation codeBenjamin Otte2012-04-171-11/+0
* switch: Set ACTIVE state flag with is_active propertyBenjamin Otte2012-04-171-26/+8
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Rename gtk_application_window_get_observerRyan Lortie2012-01-111-12/+8
* GtkSwitch: Implement GtkActionableMatthias Clasen2012-01-111-1/+164
* GtkSwitch: Return FALSE from the button press handlerMatthias Clasen2011-08-231-3/+3
* Make focus rectangles optionalMatthias Clasen2011-08-101-1/+1
* Drop unneeded includesMatthias Clasen2011-07-141-1/+0
* Move GtkSwitchAccessible to a11y/Matthias Clasen2011-07-051-182/+2
* Initial conversion of GailWidget to GtkWidgetAccessibleMatthias Clasen2011-07-051-56/+4
* Remove debug spewMatthias Clasen2011-07-051-3/+0
* Fix GtkSwitchAccessible type definitionMatthias Clasen2011-07-051-3/+15
* Remove unnecessary includesMatthias Clasen2011-06-161-1/+0
* switch: hardcode a smaller font size for the switch labelCosimo Cecchi2011-03-231-0/+23
* switch: fix boundaries for the switch motionCosimo Cecchi2011-03-181-3/+16
* Cleanup unused variablesCosimo Cecchi2011-03-031-1/+1
* switch: remove slider padding from available allocation when drawingCosimo Cecchi2011-03-031-17/+15
* switch: fetch the padding values from the sliderCosimo Cecchi2011-03-031-4/+32
* switch: propagate the active state to the sliderCosimo Cecchi2011-03-031-0/+4
* GtkSwitch: use regular activationMatthias Clasen2011-02-251-15/+36
* GtkSwitch: Add an AtkAction implementationMatthias Clasen2011-02-171-5/+122
* GtkSwitch: Use ATK_DEFINE_TYPE properlyMatthias Clasen2011-02-171-1/+2
* Use _gtk_accessible_set_factory_type in GtkSwitchMatthias Clasen2011-02-171-20/+3
* switch: allow the user to toggle the switch by clicking on the handleThomas Wood2011-01-121-0/+9
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-2/+0
* GtkSwitch: remove deprecated call.Carlos Garnacho2011-01-041-2/+0
* Make GtkSwitch use GtkStyleContextCarlos Garnacho2010-12-281-65/+85
* switch: Fix the attribution lineEmmanuele Bassi2010-11-301-2/+1
* Forgotten changesMatthias Clasen2010-11-291-10/+10
* GtkSwitch: Add missing "Since: 3.0" tagsJavier Jardón2010-11-291-0/+6
* switch: Use ATK macros to reduce the amount of codeEmmanuele Bassi2010-11-291-46/+14
* switch: Use the right value for comparisonEmmanuele Bassi2010-11-291-1/+1
* switch: Add accessibility implementationEmmanuele Bassi2010-11-291-3/+163
* Add GtkSwitch, a "light-switch" like widgetEmmanuele Bassi2010-11-291-0/+864