Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-01 | cppcheck warning: known condition is always true | rbuj | 1 | -2/+2 | |
2018-08-22 | msd-input-helper: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -10/+16 | |
2017-01-02 | common: recognize libinput touchpads as touchpads | monsta | 1 | -14/+26 | |
libinput touchpads are recognized by checking if they have tapping property - same as done here: https://github.com/linuxmint/cinnamon-settings-daemon/commit/7e48221e5e5c6095c73c30c4eeeb08f74fac4b16 | |||||
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -9/+1 | |
and require libmatekbd and libmate-desktop >= 1.17 | |||||
2016-10-29 | common: don't create Atom property when checking for its presence | monsta | 1 | -2/+2 | |
adapted from: https://github.com/linuxmint/cinnamon-settings-daemon/commit/6bf9af437b5b3d69be037042af1bcadf4051cc0c | |||||
2016-10-27 | mouse: don't copy struct when it's not needed, pass pointer instead | monsta | 1 | -4/+4 | |
2016-10-26 | mouse: remove duplicate function | monsta | 1 | -1/+1 | |
2015-12-02 | GTK3: use gdk_error_trap_pop_ignored() when appropriate | Wolfgang Ulbrich | 1 | -0/+9 | |
taken from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=544526d | |||||
2014-12-13 | mouse: Move "has touchpad" function to common | infirit | 1 | -0/+108 | |
So it can be reused. This also fixes a memory leak in the function. We were leaking the device list Taken from GSD commit: f6dcba4e954f3e910854f3c92fb69b157683267d From: Bastien Nocera <[email protected]> |