summaryrefslogtreecommitdiff
path: root/gtk/gtkscale.c
Commit message (Expand)AuthorAgeFilesLines
* scale: Rearrange child widgetsTimm Bäder2020-06-271-44/+14
* widget: Add a :focusable propertyMatthias Clasen2020-05-101-4/+3
* Reinstate expected focus behaviorMatthias Clasen2020-04-091-0/+3
* gizmo: Allow passing changing focus behaviorMatthias Clasen2020-04-091-4/+6
* scale: Port bindings to use shortcutsBenjamin Otte2020-03-251-8/+5
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-5/+8
* scale: Port bindings to use shortcutsBenjamin Otte2020-03-181-8/+5
* scale: Remove useless extra local variableTimm Bäder2020-02-201-7/+4
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-14/+14
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-24/+15
* Add missing (closure) GIR annotationsRobert Ancell2020-01-131-1/+1
* Use the new GtkBuildableParser type in GtkBuildable interfacesAlexander Larsson2019-09-101-33/+33
* scale: Allocate value close to sliderTimm Bäder2019-09-091-1/+1
* scale: Use top/left/bottom/right style classes on value labelTimm Bäder2019-09-091-9/+13
* scale: Add a destroy notify to set_format_value_funcTimm Bäder2019-08-151-1/+11
* scale: Properly update when invertedTimm Bäder2019-08-101-0/+6
* scale: Make a function shorterTimm Bäder2019-08-101-3/+1
* scale: Fix value widget measurementTimm Bäder2019-08-091-0/+1
* scale: Replace format-value signalTimm Bäder2019-08-091-57/+51
* range: remove range_size_request vfuncTimm Bäder2019-08-091-32/+42
* scale: Allocate left marks next to troughTimm Bäder2019-08-091-1/+1
* scale: Fix an uninitialized valueTimm Bäder2019-08-091-0/+1
* gtk: fix weed_out_neg_zero() in spinbutton and scaleMichael Natterer2019-06-031-1/+1
* scale: Use standard paddingMatthias Clasen2019-05-261-0/+1
* gizmo: Add a contains_funcMatthias Clasen2019-04-071-8/+4
* gtk: Check return value of compute_bounds()Benjamin Otte2019-02-201-3/+4
* Use g_clear_pointer to unparent widgetsTimm Bäder2018-11-131-14/+4
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-23/+27
* scale: Don't set label css name to "label"Timm Bäder2018-11-091-1/+0
* Scale: Document new optional classes on value nodeDaniel Boles2018-04-181-1/+1
* widget: Remove _get_own_allocationTimm Bäder2018-04-101-11/+11
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-30/+17
* scale: Remove priv pointerTimm Bäder2018-02-271-47/+44
* 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