summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
Commit message (Expand)AuthorAgeFilesLines
* Range: Up should only mean ++ if we are a GtkScaleDaniel Boles2018-05-211-2/+2
* eventcontrollerkey: Port to new API modelCarlos Garnacho2018-04-261-6/+3
* eventcontrollerscroll: Port to new API modelBenjamin Otte2018-04-261-6/+4
* draggesture: Port to new API modelBenjamin Otte2018-04-261-2/+2
* longpressgesture: Port to new API modelBenjamin Otte2018-04-261-6/+6
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-3/+3
* range: Do not unconditionally stop events in event handlerCarlos Garnacho2018-04-251-1/+1
* Range: Make down/up keys act like down/up scrollsDaniel Boles2018-04-181-8/+8
* Range: Use should_invert_move() to scroll valueDaniel Boles2018-04-181-4/+11
* Range: Add should_invert_move() for scrolls & keysDaniel Boles2018-04-181-0/+18
* widget: Remove _get_own_allocationTimm Bäder2018-04-101-27/+34
* gtkrange: Stop using ::key-press-eventCarlos Garnacho2018-04-051-15/+19
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-15/+10
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* range: Fix typo in allocate_troughTimm Bäder2018-02-231-1/+1
* range: Fix coord/value translationTimm Bäder2018-02-231-33/+39
* range: Compute slider allocation in update_initial_slider_positionTimm Bäder2018-02-231-14/+13
* range: Remove GtkScale special casingTimm Bäder2018-02-231-14/+0
* range: Simplify allocate_troughTimm Bäder2018-02-231-14/+9
* range: Simplify compute_slider_positionTimm Bäder2018-02-231-12/+11
* range: Fix coordinates in coord_to_valueTimm Bäder2018-02-231-12/+13
* range: Remove some unneeded includesTimm Bäder2018-02-231-3/+0
* range: Remove priv pointerTimm Bäder2018-02-231-114/+122
* range: Stop tracking mouse positionTimm Bäder2018-02-231-45/+14
* range: Stop tracking mouse locationTimm Bäder2018-02-231-39/+16
* range: Don't call calc_slider() on value changesTimm Bäder2018-02-231-2/+0
* range: Remove unnecessary queue_draw callsTimm Bäder2018-02-231-4/+0
* range: Remove scale special caseTimm Bäder2018-02-231-6/+0
* a11y: Don't include gtk.hBenjamin Otte2018-02-081-8/+11
* The big versioning cleanupMatthias Clasen2018-02-061-38/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-6/+2
* range: Always queue an allocate if the adjustment changedTimm Bäder2018-01-301-3/+1
* range: Add private api to autoscrollMatthias Clasen2017-12-121-0/+15
* Remove some more gtk_widget_get_content_size usesTimm Bäder2017-12-041-6/+7
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* range: Stop trying to be smarter than GTKBenjamin Otte2017-11-051-62/+7
* range: Use gtk_widget_pick() to pick the mouse locationBenjamin Otte2017-11-051-18/+8
* range: Stack widgets properlyBenjamin Otte2017-11-051-2/+2
* Range: Fix inverted horizontal scroll wheel eventsDaniel Boles2017-10-141-1/+1
* range: Bring back middle clicksMatthias Clasen2017-10-111-6/+6
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+2
* gtkrange: Use scroll event controllerCarlos Garnacho2017-09-191-55/+30
* range: Update to using GdkEvent APICarlos Garnacho2017-09-191-4/+8
* range: Fix trough state updateTimm Bäder2017-08-281-0/+2
* widget: Remove gtk_widget_get_border_allocationTimm Bäder2017-08-141-1/+1
* widget: Remove gtk_widget_get_content_allocationTimm Bäder2017-08-141-1/+1
* widget: Remove gtk_widget_get_margin_allocationTimm Bäder2017-08-141-7/+7
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-17/+12
* range: Fix get_range_rectTimm Bäder2017-07-191-1/+1
* range: Fix mark positionsTimm Bäder2017-07-191-3/+1