summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
Commit message (Expand)AuthorAgeFilesLines
* box gadget: Redo expand flag handlingMatthias Clasen2016-05-051-9/+2
* range: use gadget pointers for grab/mouse locationsCosimo Cecchi2016-03-271-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
* range: add a gadget for the whole widget areaCosimo Cecchi2016-02-291-38/+110
* scale: always add marks at the beginning or the endCosimo Cecchi2016-02-291-6/+0
* range: use new GtkBoxGadget API instead of counting childrenCosimo Cecchi2016-02-291-17/+9
* range: use new GtkBoxGadget API instead of removing/insertingCosimo Cecchi2016-02-291-12/+8
* range: move slider drawing where it belongsCosimo Cecchi2016-02-291-2/+2
* range: whitespace fixCosimo Cecchi2016-02-291-1/+0
* range: remove border allocation hackCosimo Cecchi2016-02-291-14/+10
* Revert "range: move GtkColorScale special case to GtkColorScale"Cosimo Cecchi2016-02-291-1/+7
* Revert "range: simplify code"Cosimo Cecchi2016-02-291-3/+14
* range: simplify codeCosimo Cecchi2016-02-291-14/+3
* range: move GtkColorScale special case to GtkColorScaleCosimo Cecchi2016-02-291-7/+1
* range: remove special case that's not neededCosimo Cecchi2016-02-291-12/+1
* range: move slider inside the troughCosimo Cecchi2016-02-291-114/+76
* scale: deprecate slider-length style propertyCosimo Cecchi2016-02-291-0/+6
* range: deprecate more style propertiesCosimo Cecchi2016-02-291-4/+31
* range: continue porting to GtkGadgetsCosimo Cecchi2016-02-291-775/+492
* range: remove unused codeCosimo Cecchi2016-02-291-3/+0
* range: remove call that is not neededCosimo Cecchi2016-02-291-2/+0
* range: simplify code a bitCosimo Cecchi2016-02-291-5/+7
* range: don't call gtk_range_calc_layout() in realize()Cosimo Cecchi2016-02-291-2/+0