summaryrefslogtreecommitdiff
path: root/gtk/gtkscale.c
Commit message (Expand)AuthorAgeFilesLines
* a11y: Don't include gtk.hBenjamin Otte2018-02-081-7/+8
* The big versioning cleanupMatthias Clasen2018-02-061-16/+0
* adwaita: Add some spacing to the scale valueTimm Bäder2018-01-101-1/+2
* scale: Allocate marks widget along the troughTimm Bäder2018-01-101-6/+10
* Remove some more gtk_widget_get_content_size usesTimm Bäder2017-12-041-1/+2
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* range: Stack widgets properlyBenjamin Otte2017-11-051-2/+2
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+3
* widget: Remove gtk_widget_get_border_allocationTimm Bäder2017-08-141-1/+1
* widget: Remove gtk_widget_get_content_allocationTimm Bäder2017-08-141-11/+12
* scale: Allocate the value next to the sliderTimm Bäder2017-08-011-5/+3
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-27/+18
* scale: Fix mark positionsTimm Bäder2017-07-191-86/+3
* scale: Remove custom indicator drawingTimm Bäder2017-07-191-34/+1
* scale: Fix mark indicator allocationsTimm Bäder2017-07-191-2/+2
* Fix a few allocation coordinates & sizesTimm Bäder2017-07-191-4/+4
* range: Fix slider allocationTimm Bäder2017-07-191-15/+13
* scale: Fix css node ordering and expected resultsTimm Bäder2017-07-191-1/+4
* scale: Replace all gadgets with widgetsTimm Bäder2017-07-191-613/+337
* range: make the slider a gadgetTimm Bäder2017-07-191-3/+3
* range: Remove contents gadgetTimm Bäder2017-07-191-9/+5
* scale: Fix value positionTimm Bäder2017-07-191-3/+2
* gtkscale: Properly initialize the clipTimm Bäder2017-07-191-2/+2
* Scale: Improve documentation of set_has_origin()Daniel Boles2017-05-021-3/+2
* Scale: Explain how to round value when !draw-valueDaniel Boles2017-05-021-3/+4
* Scale: Fix documentation of digits per last revertDaniel Boles2017-04-261-16/+11
* Revert "Scale: Always sync ::digits to Range::round-digits"Matthias Clasen2017-04-261-1/+5
* Scale: Fix erroneously removed : in a signal docDaniel Boles2017-02-221-1/+1
* Scale: Fix signal documentation syntaxDaniel Boles2017-02-191-6/+6
* Scale: Improve docs of format-value propertyDaniel Boles2017-02-191-2/+4
* Scale: Improve docs of prop digits in other placesDaniel Boles2017-02-191-3/+11
* Scale: consistent #Class:signal-or-property syntaxDaniel Boles2017-02-191-5/+5
* scale: Really fix documentation of set_digits()Daniel Boles2017-01-191-5/+4
* scale: doc: set_digits doesn’t round retroactivelyDaniel Boles2017-01-191-3/+3
* Scale: Always sync ::digits to Range::round-digitsDaniel Boles2017-01-191-5/+1
* snapshot: Rename append APIsBenjamin Otte2017-01-131-8/+8
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-201-6/+0
* snapshot: Convert Range, Scale, ColorScaleBenjamin Otte2016-12-201-34/+36
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+6
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-53/+29
* Remove various unused style propertiesTimm Bäder2016-10-161-32/+0
* range: Remove min slider size setter/getterTimm Bäder2016-10-161-1/+0
* scale: Document interaction between rounding and autoscrollingMatthias Clasen2016-08-241-0/+5
* Use g_snprintf instead of snprintf.Ignacio Casal Quinteiro2016-08-101-1/+2
* Fix build of commit f23e99bChun-wei Fan2016-06-271-1/+1
* scale, spinbutton: Avoid -0.0Matthias Clasen2016-06-071-1/+17
* Ensure that GtkRange allocates enough space for the valueMatthias Clasen2016-06-071-0/+26
* scale: Also queue a resize if font changesMatthias Clasen2016-06-031-2/+15
* scale: Apply css style to textMatthias Clasen2016-06-031-21/+83
* scale: Use more succinct names for style classesMatthias Clasen2016-05-191-7/+7