summaryrefslogtreecommitdiff
path: root/capplets/mouse/mate-mouse-properties.c
AgeCommit message (Collapse)AuthorFilesLines
2020-11-29mate-mouse-properties: remove unused includesrbuj1-4/+0
2020-07-08Remove unused variable from capplet_notebook_scroll_event_cbrbuj1-3/+4
2019-08-12mouse: Add support for Acceleration ProfilesVictor Kareh1-0/+18
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 cappletsLaurent Napias1-2/+7
2019-06-18common: Remove capplet-stock-iconsrbuj1-12/+5
2019-06-18Remove trailing whitespacesrbuj1-4/+4
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2019-05-11capplets: Use gresources for UI filesrbuj1-2/+3
2018-08-24Mouse: include a toggle to enable or disable middlemouse pastelukefromdc1-0/+9
Defaults to ON so as not to change expected behavior until user changes it.
2018-06-10mouse: replace deprecated gdk_error_trap functionsraveit651-9/+11
2018-05-14mouse: add middle button emulation switchErik Bročko1-0/+4
2017-07-14mouse: fix a build warningraveit651-1/+1
introduced by https://github.com/mate-desktop/mate-control-center/commit/ba301f8
2017-07-02mouse: warn about enabling multi-finger emulationPatrick Monnerat1-5/+24
libinput disables software buttons when clickfinger is enabled.
2017-01-20mouse: use input helper to detect both libinput and synaptics touchpadsmonsta1-65/+2
same as done upstream: https://git.gnome.org/browse/gnome-control-center/commit/?id=01fbd4fee0271571d8d685be124e7c6e7c48dbde
2017-01-02mouse: move xinput check into separate functionmonsta1-8/+15
2017-01-02mouse: use gboolean return values where they're expected to bemonsta1-2/+2
2017-01-02mouse: fix indent a bitmonsta1-3/+3
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-8/+0
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-11-03mouse: add separate touchpad motion settings on touchpad tabmonsta1-0/+11
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-02mouse: remove unneeded #includemonsta1-4/+0
2016-11-01mouse: remove dead codemonsta1-25/+0
2016-11-01build: require XInput unconditionally - same as done in m-s-dmonsta1-6/+2
2016-03-25Touchpad settings: Support edge and two-finger scrolling independentlyClement Lefebvre1-71/+5
2016-01-14mouse: use gdk_error_trap_pop_ignored in GTK+3 buildmonsta1-0/+10
2015-11-07Fix dangling pointer errorsRoy Zhang1-2/+6
2015-10-28touchpad settings: add option to enable/disable touchpadmonsta1-0/+9
fixes https://github.com/mate-desktop/mate-desktop/issues/178
2015-10-28remove dead codemonsta1-2/+0
accessibility stuff has been dropped in https://github.com/mate-desktop/mate-control-center/commit/909bf45d2c2d567decaf57b7869e0fbdcb7c0ed4
2015-09-03Touchpad settings: Added support for natural scrolling, 2 finger and 3 ↵Clement Lefebvre1-0/+35
finger clicks
2015-08-29mouse: Use GSourceFunc instead of GtkFunctionRoy Zhang1-6/+2
GtkFunction has been deprecated since version 2.24, and now we only support GTK+ 2.0 version >= 2.24.
2014-01-28Fix some gcc warningsStefano Karapetsas1-3/+3
2014-01-24mouse: Add GTK3 supportStefano Karapetsas1-0/+4
2013-05-25mouse: Remove unused codeStefano Karapetsas1-15/+0
2013-05-25mouse: Fix loading of GSettings prefsStefano Karapetsas1-10/+4
2013-02-11mouse: Fix touchpad scrolling settingsStefano Karapetsas1-3/+5
Closes https://github.com/mate-desktop/mate-control-center/issues/34
2012-10-22port mouse applet to gsettingsStefano Karapetsas1-183/+103
2012-08-02Fixed incorrect fsf address.Steve Zesch1-2/+2
2011-12-08removing deprecated GDK_DISPLAY()Perberos1-15/+15
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+647