summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate GtkRange::upper/lower-stepper-sensitivityMatthias Clasen2018-08-261-2/+2
* gtk: fix wheel scrolling for very small adjustment page_sizeMichael Natterer2018-06-121-1/+11
* Range: Up should only mean ++ if we are a GtkScaleDaniel Boles2018-05-211-2/+2
* Range: Bin pointless check before emitting signalBjörn Lindqvist2018-05-061-11/+5
* Range: Use should_invert_move() to scroll valueDaniel Boles2018-04-181-7/+17
* Range: Add should_invert_move() for scrolls & keysDaniel Boles2018-04-171-0/+18
* Range: Fix inverted vert scrolling on vert Ranges…Daniel Boles2017-12-191-2/+3
* Range: Fix inverted vert scrolling on horiz RangesDaniel Boles2017-12-191-1/+1
* Range: Fix inverted horizontal scroll wheel eventsDaniel Boles2017-10-141-1/+1
* range: Bring back middle clicksMatthias Clasen2017-10-111-6/+6
* gtkrange: Instaurate GTK+ grabs while manipulating rangesCarlos Garnacho2017-07-261-0/+3
* Range: Remove leftover comment about update policyDaniel Boles2017-02-271-3/+0
* range: Add a queue_resize callMatthias Clasen2017-02-011-1/+1
* range: Don't leak pointers to discarded gadgetsBenjamin Otte2016-11-081-0/+4
* range: Ensure we don't underallocate the highlight gadgetMatthias Clasen2016-09-041-6/+16
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-3/+3
* Ensure that GtkRange allocates enough space for the valueMatthias Clasen2016-06-071-0/+11
* range: Free gadgets in finalizeMatthias Clasen2016-06-051-15/+26
* range: Properly indent closing braceTimm Bäder2016-05-301-1/+1
* Remove useless casts from gdk_event_triggers_context_menu callsTimm Bäder2016-05-121-1/+1
* box gadget: Redo expand flag handlingMatthias Clasen2016-04-281-9/+2
* range: use gadget pointers for grab/mouse locationsCosimo Cecchi2016-03-261-150/+103
* range: Simplify highlight allocationMatthias Clasen2016-03-261-2/+0
* range: Avoid miscalculating highlight allocationMatthias Clasen2016-03-261-2/+2
* range: Fix a few typosTimm Bäder2016-03-111-4/+4
* colorscale: Draw a troughBenjamin Otte2016-03-111-5/+7
* range: Fix trough clickabilityMatthias Clasen2016-03-111-1/+15
* range: Fix gadget state propagationMatthias Clasen2016-03-091-0/+4
* range: remove unneeded gtk_widget_queue_draw()Cosimo Cecchi2016-03-061-1/+0
* range: rename functionCosimo Cecchi2016-03-061-13/+13
* range: remove duplicated codeCosimo Cecchi2016-03-061-2/+0
* scale: port scale values to gadgetsCosimo Cecchi2016-03-061-0/+6
* range: simplify calculationCosimo Cecchi2016-03-051-1/+1
* range: move declarations to inner blockCosimo Cecchi2016-03-051-8/+14
* range: use a fixed offset for mark "snap" sizeCosimo Cecchi2016-03-051-3/+2
* Revert "range: use border box for slider area"Cosimo Cecchi2016-03-051-6/+6
* range: avoid setting slider coordinates to negative numbersCosimo Cecchi2016-03-041-4/+4
* range: factor out a functionCosimo Cecchi2016-03-041-34/+24
* range: fix warning for gadget sliderCosimo Cecchi2016-03-041-1/+1
* range: add positional style classes to fill/highlightCosimo Cecchi2016-03-041-14/+78
* range: use border allocation for gadget hit testCosimo Cecchi2016-03-021-6/+6
* range: Don't leave css nodes behindMatthias Clasen2016-03-011-1/+6
* range: fix fill level for vertical inverted scalesCosimo Cecchi2016-02-291-1/+1
* range: draw slider on top of all contentsCosimo Cecchi2016-02-291-8/+4
* range: better hack for GtkColorScaleCosimo Cecchi2016-02-291-16/+5
* range: deprecate gtk_range_get/set_min_slider_size()Cosimo Cecchi2016-02-291-0/+6
* range: don't use gtk_range_set_min_slider_size()Cosimo Cecchi2016-02-291-11/+33
* range: use border box for slider areaCosimo Cecchi2016-02-291-6/+6
* range: use new GtkCssGadget API instead of rolling our ownCosimo Cecchi2016-02-291-34/+10
* range: simplify codeCosimo Cecchi2016-02-291-10/+1