summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
Commit message (Expand)AuthorAgeFilesLines
* Annotate deprecated style propertiesMatthias Clasen2015-11-161-2/+2
* range: Document some style properties as deprecatedMatthias Clasen2015-11-161-24/+24
* Cosmetic: Avoid explicit state variablesMatthias Clasen2015-11-141-4/+2
* range: Fixes to the new trough renderingMatthias Clasen2015-11-061-1/+3
* range: Use CSS nodes for all trough renderingMatthias Clasen2015-11-061-120/+135
* range: Use right state when querying marginBenjamin Otte2015-11-061-2/+2
* range: Update trough stateMatthias Clasen2015-11-061-2/+22
* Fix a crash with steppersMatthias Clasen2015-11-051-4/+4
* range: Redraw when slider visiblity changesMatthias Clasen2015-11-051-2/+12
* range: Add private api to get the trough nodeMatthias Clasen2015-11-051-0/+6
* range: Add a CSS node for the troughMatthias Clasen2015-11-051-1/+12
* range: Convert to CSS nodesMatthias Clasen2015-11-031-204/+246
* gdk: Add gdk_rectangle_equal()Benjamin Otte2015-10-031-11/+1
* range: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-79/+72
* range: Tweak button bindingsMatthias Clasen2015-07-131-79/+78
* range: Trivial field orderingMatthias Clasen2015-07-121-6/+7
* range: Add a stepper alternativeMatthias Clasen2015-07-121-10/+50
* range: switch secondary and middle button on steppersMatthias Clasen2015-07-121-4/+4
* GtkRange: Improve zoom handling a bitMatthias Clasen2015-06-201-9/+8
* GtkRange: Make drag gesture less agressiveMatthias Clasen2015-06-201-11/+16
* GtkRange: fix horizontal scrollingLars Uebernickel2015-04-171-1/+1
* GtkRange: Check "inverted" property when drawingMarcus Karlsson2015-03-241-18/+9
* GtkRange: Fix drawing of fill-levelMarcus Karlsson2015-03-241-26/+30
* Stop using GDK_POINTER_MOTION_HINT_MASK in widgetsMatthias Clasen2015-03-221-8/+7
* GtkRange: Fix scroll wheel direction for horizontal rangesMatthias Clasen2015-03-171-7/+7
* range: Make steppers use smooth autoscrollingMatthias Clasen2015-02-231-20/+50
* range: Make zoom scrolling less sensitiveMatthias Clasen2015-02-231-0/+2
* zoom scrolling: Improve the previous fixMatthias Clasen2015-02-231-3/+14
* zoom scrolling: avoid 'jumping back'Matthias Clasen2015-02-231-1/+6
* range: Implement :hover for the whole widgetBenjamin Otte2014-11-291-0/+5
* range: Handle redraws inside update_mouse_locationBenjamin Otte2014-11-291-9/+10
* range: Properly queue draws when doing a dragBenjamin Otte2014-11-291-4/+3
* range: Remove unused variableBenjamin Otte2014-11-291-19/+0
* range: No need to update mouse location when starting a dragBenjamin Otte2014-11-291-3/+0
* range: Only call needed functions from adjustment changesBenjamin Otte2014-11-291-40/+5
* range: Implement gtk_range_calc_stepper_sensitivity() properlyBenjamin Otte2014-11-291-35/+50
* range: Implement gtk_range_calc_slider() properlyBenjamin Otte2014-11-291-11/+31
* range: Refactor a functionBenjamin Otte2014-11-291-23/+33
* range: Introduce finer-grained invalidationBenjamin Otte2014-11-291-11/+21
* range: Changing the min slider size requires a resizeBenjamin Otte2014-11-291-6/+1
* range: No need to frce a recalcBenjamin Otte2014-11-291-1/+0
* range: Remove unnecessary argumentBenjamin Otte2014-11-261-17/+19
* range: Query slider position instead of updating itBenjamin Otte2014-11-261-9/+11
* gtkrange: Fix copy/paste errorBenjamin Otte2014-11-261-4/+4
* range: Setting stepper visibility requires a restyleBenjamin Otte2014-11-261-0/+3
* range: Don't duplicate workBenjamin Otte2014-11-251-11/+4
* range: Don't invalidate layout when computing marksBenjamin Otte2014-11-251-6/+5
* range: Split out a functionBenjamin Otte2014-11-251-98/+116
* range: Remove 2 variablesBenjamin Otte2014-11-251-16/+17
* range: Remove unused variableBenjamin Otte2014-11-251-16/+7