summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
Commit message (Expand)AuthorAgeFilesLines
* snapshot: Convert Range, Scale, ColorScaleBenjamin Otte2016-12-201-20/+18
* Use Unicode in translatable stringsPiotr Drąg2016-12-191-2/+2
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+4
* range: Don't leak pointers to discarded gadgetsBenjamin Otte2016-11-081-0/+4
* range: Use gdk_window_new_input()Benjamin Otte2016-11-061-27/+11
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-33/+15
* Remove a few more unused style propertiesTimm Bäder2016-10-161-84/+0
* Remove various sizing related style propertiesTimm Bäder2016-10-161-49/+0
* range: Remove min slider size setter/getterTimm Bäder2016-10-161-78/+2
* 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
* 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