- 09 Oct, 2016 1 commit
-
-
Alberts Muktupāvels authored
-
- 08 Oct, 2016 2 commits
-
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
- 07 Oct, 2016 2 commits
-
-
Alberts Muktupāvels authored
-
(cherry picked from commit c0988989)
-
- 06 Oct, 2016 7 commits
-
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
As whether edge scrolling is enabled depends on whether two-finger scrolling is disabled, make sure to update two-finger scrolling first. Note that this only fixes the problem on startup. Changing the settings in GSettings directly might cause an inconsistent state, but the main UI for this setting, gnome-control-center, makes sure to update two-finger scrolling before edge scrolling. https://bugzilla.gnome.org/show_bug.cgi?id=769276
-
- 28 Sep, 2016 2 commits
-
-
The cursor was never included in screenshots because of a typo about the screenshot type. There is a comment which explains the reasoning behind the intended check, but the code is not following. https://bugzilla.gnome.org/show_bug.cgi?id=772133
-
- 21 Sep, 2016 1 commit
-
-
- 13 Sep, 2016 3 commits
-
-
Daniel Mustieles García authored
-
Alberts Muktupāvels authored
It was moved to gnome-suites-core-deps: https://git.gnome.org/browse/jhbuild/commit/?id=777e216f377e9670bcd8d795ee8ddfb84ce61171
-
Alberts Muktupāvels authored
It was added in gnome-suites-core-deps: https://git.gnome.org/browse/gnome-flashback/commit/?id=f28450bf520b47df809d538dde7a8fc48923c23b
-
- 12 Sep, 2016 1 commit
-
-
Piotr Drąg authored
-
- 09 Sep, 2016 1 commit
-
-
Marek Černocký authored
-
- 30 Aug, 2016 1 commit
-
-
Alberts Muktupāvels authored
-
- 26 Aug, 2016 1 commit
-
-
Alberts Muktupāvels authored
-
- 22 Aug, 2016 2 commits
-
-
Мирослав Николић authored
-
Мирослав Николић authored
-
- 21 Aug, 2016 1 commit
-
-
Piotr Drąg authored
-
- 03 Aug, 2016 1 commit
-
-
Alberts Muktupāvels authored
-
- 01 Aug, 2016 2 commits
-
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
- 31 Jul, 2016 5 commits
-
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
-
- 28 Jul, 2016 6 commits
-
-
Alberts Muktupāvels authored
Support changing the mouse and trackball acceleration profile. This makes it possible to for example disable pointer acceleration by choosing the 'flat' profile. Original commit (author - Jonas Ådahl <jadahl@gmail.com>): https://git.gnome.org/browse/mutter/commit/?id=23c4ac6c7fecdd4eb70d64a8fbb6e4b25f5d03f0
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
- Replace update_device_speed with update_mouse_speed and update_touchpad_speed. - Replace update_device_natural_scroll with update_mouse_natural_scroll and update_touchpad_natural_scroll
-
This way the "libinput Scroll Method Enabled" property manipulation is made clearer.
-
Add support for setting edge-scrolling separately from two-finger scrolling. We now have 2 separate boolean settings for those, with the Mouse panel in gnome-control-center allowing to set only one of those at a time, but nothing precludes both being set in the configuration. We need to handle: - two-finger-scrolling-enabled and edge-scrolling-enabled settings both being set. - those 2 settings being change out-of-order - two-finger-scrolling being set on a device that doesn't support it - edge-scrolling-enabled on a device that doesn't support it And the combinations of one touchpad supporting just one of edge scrolling and two-finger scrolling and another vice-versa. https://bugzilla.gnome.org/show_bug.cgi?id=768245 Original commit: https://git.gnome.org/browse/mutter/commit/?id=36cd7177fd40432cb4ae7db10e2571dbbd9604b9
-
Alberts Muktupāvels authored
-
- 25 Jul, 2016 1 commit
-
-
Alberts Muktupāvels authored
This never worked good enough, simply set background directly on root window. https://bugzilla.gnome.org/show_bug.cgi?id=754963
-