summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-3/+3
* Drop style class definesMatthias Clasen2020-08-141-8/+8
* gdk: Conflate GDK devicesCarlos Garnacho2020-07-291-1/+1
* a11y: Update the accessible state for GtkRangeEmmanuele Bassi2020-07-261-10/+45
* Remove ATKEmmanuele Bassi2020-07-261-11/+0
* gtk: Improve struct packing in placesMatthias Clasen2020-07-251-2/+2
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-71/+71
* Replace "gint" with "int"Benjamin Otte2020-07-251-36/+36
* gtkrange: group gestures the right way aroundCarlos Garnacho2020-07-091-2/+2
* scale: Rearrange child widgetsTimm Bäder2020-06-271-11/+0
* Fix minor typosYuri Chornoivan2020-06-181-1/+1
* a11y: Drop notify_gtk() from GtkRangeAccessibleEmmanuele Bassi2020-06-051-0/+9
* Move orientable style classes into GtkWidgetEmmanuele Bassi2020-06-051-4/+5
* range: Treat lower and upper limit the sameMatthias Clasen2020-05-211-2/+2
* Change coordinate translation apis to take doublesMatthias Clasen2020-05-171-13/+14
* scale: Make the area around the trough clickableMatthias Clasen2020-05-131-4/+4
* range: Use dispose instead of destroyMatthias Clasen2020-05-051-5/+5
* gizmo: Allow passing changing focus behaviorMatthias Clasen2020-04-091-4/+5
* range: Remove ::popup-menu emissionMatthias Clasen2020-03-251-10/+0
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-0/+10
* range: Remove ::popup-menu emissionMatthias Clasen2020-03-181-10/+0
* range: Remove an outdated commentTimm Bäder2020-02-251-3/+0
* range: Inline function into only callerTimm Bäder2020-02-251-20/+9
* range: Clean up compute_slider_position()Timm Bäder2020-02-251-47/+29
* events: reorganize gettersMatthias Clasen2020-02-211-1/+1
* Strip const from GdkEventMatthias Clasen2020-02-211-1/+1
* range: Avoid rounding errors when allocating highlightTimm Bäder2020-02-151-6/+4
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-12/+12
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-27/+12
* range: Avoid a divison by 0Timm Bäder2019-08-111-3/+9
* range: Use public delay-factory APITimm Bäder2019-08-111-1/+1
* scale: Properly update when invertedTimm Bäder2019-08-101-1/+1
* range: Remove outdated commentTimm Bäder2019-08-101-4/+0
* range: remove range_size_request vfuncTimm Bäder2019-08-091-11/+0
* Rename GtkGestureMultiPress to GtkGestureClickMatthias Clasen2019-05-291-17/+17
* 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