summaryrefslogtreecommitdiff
path: root/gtk/gtkscalebutton.c
Commit message (Expand)AuthorAgeFilesLines
* scalebutton: Don't derive from GtkButtonMatthias Clasen2020-04-091-82/+76
* scalebutton: Port bindings to use shortcutsBenjamin Otte2020-03-251-16/+24
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-24/+16
* scalebutton: Port bindings to use shortcutsBenjamin Otte2020-03-181-16/+24
* popover: Drop ::relative-toMatthias Clasen2020-02-241-1/+1
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-1/+1
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-3/+1
* marshallers: ensure g_cclosure_marshal_VOID__VOIDv is usedChristian Hergert2019-05-291-2/+2
* Stop using gtk_widget_get_toplevelMatthias Clasen2019-05-281-1/+1
* scale button: Allocate popoversMatthias Clasen2019-05-281-0/+21
* Adapt to new popover lifecycleMatthias Clasen2019-05-281-5/+1
* Remove some unnecessary gtkwindow.h includesTimm Bäder2019-02-051-1/+0
* box: Avoid position in the reorder apiMatthias Clasen2019-01-231-7/+4
* scalebutton: Stop relying on GtkBox's pack-type child propTimm Bäder2019-01-231-12/+14
* eventcontrollerscroll: Conditionally propagate ::scrollErnestas Kulik2018-11-121-2/+4
* scalebutton: Remove unused defineTimm Bäder2018-09-231-1/+0
* scalebutton: Remove priv pointerTimm Bäder2018-07-081-41/+43
* eventcontrollerscroll: Port to new API modelBenjamin Otte2018-04-261-8/+4
* button: Remove priv pointerTimm Bäder2018-02-251-0/+1
* a11y: Remove gtk.h include from container accessibleBenjamin Otte2018-02-091-10/+12
* The big versioning cleanupMatthias Clasen2018-02-061-28/+0
* scalebutton: Add autoscrollingMatthias Clasen2017-12-121-71/+57
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-12/+4
* scalebutton: Remove icon sizeBenjamin Otte2017-11-151-31/+5
* scalebutton: Fix comparison for empty icon listTimm Bäder2017-10-101-1/+1
* gtkscalebutton: Use scroll event controllerCarlos Garnacho2017-09-191-41/+29
* scalebutton: Update to using GdkEvent APICarlos Garnacho2017-09-191-5/+10
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-2/+0
* Avoid more compiler warningsMatthias Clasen2017-03-231-1/+1
* Fix reference handling in GtkScaleButtonMatthias Clasen2016-11-281-2/+3
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-1/+1
* Use gtk_popover_popdown/popup where appropriateTimm Bäder2016-08-161-2/+2
* Mention GtkIconSize in all docs where the argument/return is annotated as tak...Christoph Reiter2016-01-041-1/+1
* scalebutton: Annotate the return typeEmmanuele Bassi2015-11-301-2/+2
* GtkScaleButton: _get_(plus|minus)_button returns a GtkButtonTimm Bäder2015-11-281-2/+2
* scale button: Add a style classMatthias Clasen2015-10-301-0/+10
* scalebutton: Invert smooth scroll dy when adding to the current valueCarlos Garnacho2014-09-221-1/+1
* scalebutton: Handle smooth scroll eventsCarlos Garnacho2014-08-261-2/+8
* Use AC_USE_SYSTEM_EXTENSIONS to get _GNU_SOURCE, _XOPEN_SOURCE etc.Simon McVittie2014-08-211-3/+0
* GtkScaleButton: Set +/- sensitivityMatthias Clasen2014-07-081-0/+6
* GtkScaleButton: Try harder not to pop overMatthias Clasen2014-07-041-13/+41
* gtk: Don't use GObjectClass.constructorJasper St. Pierre2014-06-261-18/+7
* GtkScaleButton: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-11/+9
* popover: Always apply the window shapeCarlos Garnacho2014-02-201-4/+0
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* docs: don't use <anchor>William Jon McCann2014-02-071-2/+2
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* docs: Use markup for linksWilliam Jon McCann2014-02-071-2/+2
* scalebutton: Apply a shape on the popoverCarlos Garnacho2014-02-041-0/+4