Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-07 | migrate from intltool to gettext | Wu Xiaotian | 2 | -4/+7 | |
2019-08-12 | mouse: Add support for Acceleration Profiles | Victor Kareh | 2 | -0/+49 | |
Currently libinput supports Adaptive and Flat acceleration profiles. We can use these to change mouse behavior. Synaptic touchpads are not supported through libinput, so I have not included a UI change for this (even though it's technically supported in gsettings). The Default acceleration profile reads the value from the libinput defaults and sets them as the current profile. Usually ends up being Adaptive. | |||||
2019-07-02 | Add scroll tabs with mouse wheel in severals capplets | Laurent Napias | 1 | -2/+7 | |
2019-06-25 | [ci] add gla11y in docker container | Wu Xiaotian | 1 | -1/+1 | |
2019-06-22 | capplets: Remove the macro MATELOCALEDIR where it's not required | rbuj | 1 | -1/+0 | |
2019-06-18 | common: Remove capplet-stock-icons | rbuj | 3 | -19/+16 | |
2019-06-18 | Remove trailing whitespaces | rbuj | 1 | -4/+4 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-06-15 | Add support for checking .ui accessibility with gla11y | Samuel Thibault | 2 | -2/+31 | |
2019-05-11 | capplets: Use gresources for UI files | rbuj | 3 | -9/+34 | |
2019-02-10 | Typo fix | rbuj | 1 | -1/+1 | |
2019-02-08 | fixed distcheck fail on debian | Wu Xiaotian | 2 | -2/+2 | |
2018-12-30 | capplets/mouse: .svg files instead .png in doubleclick artwork | Pablo Barciela | 8 | -4/+507 | |
2018-12-30 | capplets/mouse: New doubleclick artwork with mate logo | Pablo Barciela | 4 | -1/+1 | |
2018-08-24 | Mouse: include a toggle to enable or disable middlemouse paste | lukefromdc | 2 | -0/+35 | |
Defaults to ON so as not to change expected behavior until user changes it. | |||||
2018-06-10 | msd-input-helper: replace deprecated gdk_error_trap functions | raveit65 | 1 | -10/+14 | |
2018-06-10 | mouse: replace deprecated gdk_error_trap functions | raveit65 | 1 | -9/+11 | |
2018-05-14 | mouse: add middle button emulation switch | Erik Bročko | 2 | -2/+35 | |
2017-07-14 | mouse: fix a build warning | raveit65 | 1 | -1/+1 | |
introduced by https://github.com/mate-desktop/mate-control-center/commit/ba301f8 | |||||
2017-07-02 | mouse: warn about enabling multi-finger emulation | Patrick Monnerat | 2 | -5/+43 | |
libinput disables software buttons when clickfinger is enabled. | |||||
2017-03-11 | mouse-properties.ui: use {x/y}alignment for labels | raveit65 | 1 | -12/+12 | |
2017-03-09 | mouse-properties UI: use xalign widget for labels | raveit65 | 1 | -6/+6 | |
2017-03-02 | mouse-properties.ui: avoid deprecated widgets | raveit65 | 1 | -156/+151 | |
2017-01-20 | mouse: use input helper to detect both libinput and synaptics touchpads | monsta | 1 | -65/+2 | |
same as done upstream: https://git.gnome.org/browse/gnome-control-center/commit/?id=01fbd4fee0271571d8d685be124e7c6e7c48dbde | |||||
2017-01-20 | mouse: add input helper from m-s-d | monsta | 3 | -1/+160 | |
same as done upstream: https://git.gnome.org/browse/gnome-control-center/commit/?id=741723eaf86d9e68ae979b960eb2da3cf4b331d1 | |||||
2017-01-02 | mouse: move xinput check into separate function | monsta | 1 | -8/+15 | |
2017-01-02 | mouse: use gboolean return values where they're expected to be | monsta | 1 | -2/+2 | |
2017-01-02 | mouse: fix indent a bit | monsta | 1 | -3/+3 | |
2016-12-02 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -8/+0 | |
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17 | |||||
2016-11-03 | mouse: add separate touchpad motion settings on touchpad tab | monsta | 2 | -0/+236 | |
requires two new keys in touchpad schema, added in https://github.com/mate-desktop/mate-settings-daemon/commit/77b1956a67bdc09fef7c76a459ca431008fde8f6 adapted from: https://git.gnome.org/browse/gnome-control-center/commit/?id=59248ed8ba5ff58248f63c0e208c133de538d046 https://git.gnome.org/browse/gnome-control-center/commit/?id=451b7edf373e9e97b9b011eb9561b36ca0e1e13f https://git.gnome.org/browse/gnome-control-center/commit/?id=007696b8fdef1aa5ca08aec8ac994064de7b89b9 | |||||
2016-11-03 | mouse: use GtkAlignment instead of labels with spaces | monsta | 1 | -186/+40 | |
even though that widget is deprecated, this change makes touchpad tab more consistent with mouse tab, and so it will be a bit easier to replace the deprecations later | |||||
2016-11-03 | mouse: change natural scroll mnemonic from 'a' to 'n' | monsta | 1 | -1/+1 | |
2016-11-03 | mouse: change tab label from General to Mouse | monsta | 1 | -1/+1 | |
2016-11-02 | mouse: remove unneeded #include | monsta | 1 | -4/+0 | |
2016-11-01 | mouse: remove dead code | monsta | 1 | -25/+0 | |
2016-11-01 | build: require XInput unconditionally - same as done in m-s-d | monsta | 1 | -6/+2 | |
2016-03-25 | touchpad: fix some accelerators | monsta | 1 | -3/+3 | |
2016-03-25 | touchpad: fix alignment of "click emulation" labels | monsta | 1 | -4/+4 | |
2016-03-25 | Touchpad settings: Support edge and two-finger scrolling independently | Clement Lefebvre | 2 | -193/+182 | |
2016-01-14 | mouse: use gdk_error_trap_pop_ignored in GTK+3 build | monsta | 1 | -0/+10 | |
2015-11-07 | Fix dangling pointer errors | Roy Zhang | 1 | -2/+6 | |
2015-11-04 | Touchpad properties: Fixed alignment for two-three finger button combos | Clement Lefebvre | 1 | -52/+39 | |
2015-10-28 | touchpad settings: add option to enable/disable touchpad | monsta | 2 | -5/+30 | |
fixes https://github.com/mate-desktop/mate-desktop/issues/178 | |||||
2015-10-28 | remove dead code | monsta | 1 | -2/+0 | |
accessibility stuff has been dropped in https://github.com/mate-desktop/mate-control-center/commit/909bf45d2c2d567decaf57b7869e0fbdcb7c0ed4 | |||||
2015-09-03 | Touchpad settings: Added support for natural scrolling, 2 finger and 3 ↵ | Clement Lefebvre | 2 | -109/+412 | |
finger clicks | |||||
2015-08-29 | mouse: Use GSourceFunc instead of GtkFunction | Roy Zhang | 1 | -6/+2 | |
GtkFunction has been deprecated since version 2.24, and now we only support GTK+ 2.0 version >= 2.24. | |||||
2015-05-08 | UI GTK3: fix keyboard and mouse properties windows | raveit65 | 1 | -0/+2 | |
2014-07-20 | fix for glib2-2.41.2 | raveit65 | 1 | -4/+0 | |
otherwise mate-mouse-properties doesn't start anymore taken from https://git.gnome.org/browse/gnome-control-center/commit/?id=8251128055c28a8054f41d050ea0a0266a96b72a | |||||
2014-06-06 | Add keywords to dot desktop files, close #102. | infirit | 1 | -0/+1 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-01-28 | Fix some gcc warnings | Stefano Karapetsas | 1 | -3/+3 | |
2014-01-24 | Remove all separator occurrences | Stefano Karapetsas | 1 | -1/+0 | |