gnome-shell/js
Carlos Garnacho 516d19eb39 slider: Cache slider width for dragging handlers
The actor allocation will be invalid on CLUTTER_TOUCH_BEGIN, because
it comes together with a CLUTTER_ENTER event that will recalculate
styles, and queue a relayout in result.

The net result is that on CLUTTER_TOUCH_BEGIN, the relayout has been
already queued, so the slider width comes up as 0, and the value ends
up as 1. Later touch events already happen on a validated actor, so
it is corrected. Still, not fun when modifying the volume slider on a
touchscreen.
2017-07-15 02:36:19 +02:00
..
extensionPrefs extensionPrefs: Avoid a runtime warning 2017-04-20 19:18:23 +02:00
gdm Initialize properties in _init() 2017-07-13 17:23:54 +02:00
misc ibusManager: Fix a warning 2017-07-13 17:23:54 +02:00
perf Revert accidental commit "Test stuff" 2014-09-03 13:47:18 -04:00
portalHelper portalHelper: Fix auth URI not being passed to window 2017-05-31 16:51:05 +02:00
ui slider: Cache slider width for dragging handlers 2017-07-15 02:36:19 +02:00
js-resources.gresource.xml separator: Remove HorizontalSeparator 2017-07-14 22:40:25 +02:00
Makefile.am Use the versioned libmutter*.so versions 2017-02-14 11:23:09 +08:00