summaryrefslogtreecommitdiff
path: root/gtk/gtkswitch.c
Commit message (Expand)AuthorAgeFilesLines
* switch: Remove .slider from slider gadgetTimm Bäder2016-05-051-1/+0
* switch: Create less pango layoutsTimm Bäder2016-05-051-35/+60
* switch: An active switch is :checkedBenjamin Otte2016-03-231-2/+2
* A few more documentation fixesTimm Bäder2016-02-091-1/+1
* switch: Don't queue draws after setting state flagsTimm Bäder2016-02-041-4/+0
* switch: Fix text positioningTimm Bäder2016-01-121-4/+4
* switch: Don't include margins in input window sizeTimm Bäder2016-01-121-9/+12
* switch: Deprecate style propertiesMatthias Clasen2015-12-161-13/+22
* switch: Port to gadgetsBenjamin Otte2015-12-151-177/+167
* cssnode: Change style-changed signalBenjamin Otte2015-12-121-16/+4
* switch: Add a diagram to CSS node documentationMatthias Clasen2015-11-031-0/+5
* trivial formatting fixMatthias Clasen2015-10-311-1/+1
* Remove a duplicate includeMatthias Clasen2015-10-311-1/+0
* switch: Document css names a bitMatthias Clasen2015-10-221-0/+5
* switch: Convert to element namesMatthias Clasen2015-10-221-10/+4
* switch: Use the right state when querying paddingBenjamin Otte2015-10-221-12/+4
* switch: Port to GtkCssNodeBenjamin Otte2015-10-221-18/+52
* switch: Unclip the slider shadowMatthias Clasen2015-10-031-1/+25
* GtkSwitch: fix a reentry issueMatthias Clasen2015-07-011-2/+2
* switch: add a style property for the switch heightCosimo Cecchi2015-06-301-5/+19
* Stop using GDK_POINTER_MOTION_HINT_MASK in widgetsMatthias Clasen2015-03-221-1/+0
* gtkswitch.c: Fix Build on C89 CompilersChun-wei Fan2015-03-031-1/+1
* switch: Have a priv varibale in the constructorBenjamin Otte2015-02-161-4/+6
* switch: Change handle_x to handle_posBenjamin Otte2015-02-161-41/+16
* switch: Get rid of offset member variableBenjamin Otte2015-02-161-15/+15
* switch: Remove unused variables from private structBenjamin Otte2015-02-161-2/+0
* switch: Use trough style class by defaultBenjamin Otte2014-10-131-5/+9
* switch: Set PRELIGHT state on widgetBenjamin Otte2014-10-131-5/+2
* GtkSwitch: Use gtk_widget_add_tick_callbackMatthias Clasen2014-09-231-11/+11
* widget: Make _gtk_set_simple_clip() take an optional content clipBenjamin Otte2014-08-211-1/+1
* GtkSwitch: Initialize offset when beginning animationMatthias Clasen2014-08-041-0/+1
* GtkSwitch: Update handle_x in size-allocateMatthias Clasen2014-08-041-0/+5
* GtkSwitch: Don't store dest_offsetMatthias Clasen2014-08-041-11/+12
* GtkSwitch: End animations on finalizeMatthias Clasen2014-08-041-0/+9
* GtkSwitch: End animation in set_activeMatthias Clasen2014-08-041-1/+2
* GtkSwitch: Also animate for keyboard activationMatthias Clasen2014-08-041-3/+1
* GtkSwitch: implement animationPaolo Borelli2014-08-031-7/+96
* GtkSwitch: remove unused assignmentPaolo Borelli2014-08-031-3/+0
* GtkSwitch: implement clippingMatthias Clasen2014-07-181-0/+3
* gtkswitch: Fix docsJasper St. Pierre2014-06-291-0/+1
* GtkSwitch: Implement hover for GtkSwitchMatthias Clasen2014-06-211-2/+13
* GtkSwitch: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-2/+2
* gtk: Update GtkGesture users to the GtkPropagationPhase semantics changeCarlos Garnacho2014-05-271-2/+2
* gesture: Replace gtk_gesture_attach/detach with event controller APICarlos Garnacho2014-05-271-2/+7
* gtk: Update callers of GtkGesturePan orientationCarlos Garnacho2014-05-271-1/+1
* switch: Use GtkGesture to handle input eventsCarlos Garnacho2014-05-231-137/+118
* switch: don't use focus-line-widthCosimo Cecchi2014-05-091-21/+7
* switch: don't use focus paddingCosimo Cecchi2014-05-091-15/+9
* switch: Remove unneeded checksBenjamin Otte2014-05-011-10/+4
* switch: Add a delayed state capabilityMatthias Clasen2014-04-061-12/+142