summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-2/+0
* range: Use standard paddingMatthias Clasen2019-05-261-0/+1
* Rename thingsMatthias Clasen2019-04-081-1/+1
* Add a flags argument to gtk_widget_pickMatthias Clasen2019-04-071-2/+2
* gizmo: Add a contains_funcMatthias Clasen2019-04-071-4/+5
* gtk: Check return value of compute_bounds()Benjamin Otte2019-02-201-21/+34
* Remove some unnecessary gtkwindow.h includesTimm Bäder2019-02-051-1/+0
* gtk: Drop the "plus"Emmanuele Bassi2019-02-051-2/+2
* Remove :active state handling on widgetsTimm Bäder2019-01-291-27/+0
* gizmo: return void from snapshot funcTimm Bäder2019-01-181-4/+2
* colorscale: Redraw correct widget after setting rgbaTimm Bäder2019-01-161-0/+8
* Use g_clear_pointer to unparent widgetsTimm Bäder2018-11-131-13/+6
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-38/+43
* eventcontrollerscroll: Conditionally propagate ::scrollErnestas Kulik2018-11-121-2/+4
* colorscale: Remove x/y arguments from snapshot_scaleTimm Bäder2018-11-091-1/+0
* range: Remove multipress_gesture memberTimm Bäder2018-11-081-9/+8
* range: Remove has_origin flagTimm Bäder2018-07-081-10/+4
* 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