Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-23 | update copyright to 2021 | raveit65 | 6 | -0/+6 | |
2020-08-15 | add G_GNUC_UNUSED in some unused parameters | Pablo Barciela | 1 | -4/+4 | |
2020-06-27 | add git.mk to generate .gitignore | tamplan | 1 | -0/+2 | |
2020-04-06 | use MATE_COMPILE_WARNINGS from mate-common | rbuj | 1 | -3/+4 | |
2019-12-22 | avoid redundant redeclarations | Pablo Barciela | 1 | -3/+1 | |
2019-08-30 | switch to use gettext | Wu Xiaotian | 2 | -5/+6 | |
2019-08-20 | msd-keybindings-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+3 | |
2019-08-20 | msd-keybindings-manager: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2018-03-10 | Prevent media-keys bindings from swallowing modifier keys | Victor Kareh | 1 | -8/+12 | |
This changes how the media-keys manager determines successful key-bindings from KeyRelease to KeyPress so that it does not conflict with third-party applications that want to use modifier keys as global key-bindings. We've already done this change for general keybindings and marco. It also cleans up a bunch of deprectation warnings. | |||||
2017-08-09 | avoid deprecated gdk_display_get_screen and gdk_display_get_n_screens | ZenWalker | 1 | -37/+16 | |
2017-07-27 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -1/+1 | |
2017-06-26 | Fix Xrandr applet dying on restart | Victor Kareh | 1 | -2/+11 | |
When setting `KeyPressMask` as a reportable event for all windows, the keybinding for `Fn+F7` in Xrandr seems to fail. This change adds, rather than overrides, the `KeyPressMask` as a reportable event for the corresponding window. Fixes #180 | |||||
2017-06-20 | Request keyboard event reports from global keybindings of other windows (#179) | Victor Kareh | 1 | -1/+6 | |
* Request keyboard event reports from global keybindings of other windows This allows mate-settings-daemon to honor global keybindings whenever a different application has keybindings that seem conflicting, but are usually not. For example, an application defining a `Super_L` keybinding and MATE having defining a shortcut that uses the `<Mod4>` key. They are the same physical keyboard, but one is a modifier and the other is not. Without requesting keyboard reports from other windows, the `<Mod4>` shortcuts are swallowed whenever there is a `Super_L` shortcut elsewhere. * Remove KeyReleaseMask as the keybindings_filter only looks at KeyPress * Guard against BadWindow errors | |||||
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -4/+1 | |
and require libmatekbd and libmate-desktop >= 1.17 | |||||
2016-11-20 | build: require dconf >= 0.13 | monsta | 2 | -27/+0 | |
2016-01-09 | keybindings: remove useless code | monsta | 1 | -65/+0 | |
same as in 50565db52df4c2856241422e3328ae854e45aff8 | |||||
2015-12-02 | GTK3: use gdk_error_trap_pop_ignored() when appropriate | Wolfgang Ulbrich | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=544526d | |||||
2014-05-18 | gdk_x11_window_lookup_for_display and gdk_window_get_screen are in gdk2 | infirit | 1 | -8/+0 | |
2014-02-17 | keybindings: Fix GTK3 support | Stefano Karapetsas | 1 | -0/+4 | |
Together with previous commit, it closes https://github.com/mate-desktop/mate-settings-daemon/issues/53 | |||||
2014-02-17 | keybindings: Fix GTK3 support | Stefano Karapetsas | 1 | -0/+4 | |
2013-02-18 | Re-added keybindings plugin, migrated to GSettings | Stefano Karapetsas | 8 | -0/+1175 | |
2012-10-01 | migrate to gsettingsmate-settings-daemon-1.5.0 | Stefano Karapetsas | 6 | -1045/+0 | |
2012-02-21 | gsd to msd complete rename patch by NiceandGently; file rename commit | haxar | 4 | -0/+0 | |
2012-02-21 | gsd to msd complete rename patch by NiceandGently; code changes commit | haxar | 5 | -109/+109 | |
2011-12-03 | removing autogenerated files | Perberos | 1 | -682/+0 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 7 | -0/+1727 | |