Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-27 | Add meson build support | zhuyaliang | 1 | -0/+70 | |
2023-04-14 | keybindings: fix memory leak | rbuj | 1 | -27/+41 | |
2022-02-09 | Unnecessary G_OBJECT cast when calling signal connect function | rbuj | 1 | -3/+4 | |
2021-12-31 | keybindings: redundant initialization for 'p' | rbuj | 1 | -1/+2 | |
2021-11-20 | Use a blank line at most | rbuj | 2 | -6/+0 | |
2021-11-11 | Fix build warnings about missing field initializer | rbuj | 1 | -1/+3 | |
2021-03-19 | keybindings: use gtk_builder_new_from_resource | rbuj | 1 | -20/+1 | |
2021-02-16 | build: allow users to disable gettext support (--disable-nls) | rbuj | 1 | -0/+9 | |
2020-12-04 | Use G_BEGIN_DECLS/G_END_DECLS macros | rbuj | 2 | -15/+6 | |
2020-07-20 | Remove unused macros | rbuj | 1 | -11/+2 | |
2020-03-02 | Do not collect the translation for Icon | rbuj | 1 | -1/+1 | |
2020-02-06 | build: use warning flags | rbuj | 1 | -0/+1 | |
2019-12-04 | keybindings: Fix schema creation in makefile | gm10 | 1 | -1/+1 | |
This fixes the contents of the first schema file getting copied into the second. | |||||
2019-11-07 | migrate from intltool to gettext | Wu Xiaotian | 2 | -5/+8 | |
2019-06-25 | [ci] add gla11y in docker container | Wu Xiaotian | 1 | -2/+2 | |
2019-06-22 | capplets: Remove the macro MATELOCALEDIR where it's not required | rbuj | 1 | -1/+0 | |
2019-06-22 | capplets: Use capplet_init | rbuj | 1 | -7/+1 | |
2019-06-18 | Remove trailing whitespaces | rbuj | 1 | -3/+3 | |
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 | -3/+12 | |
2019-06-13 | Add instant messenger keybinding into mate-keybinding-properties | rbuj | 1 | -0/+2 | |
Requires https://github.com/mate-desktop/mate-settings-daemon/pull/278 | |||||
2019-05-11 | capplets: Use gresources for UI files | rbuj | 3 | -9/+36 | |
2019-05-02 | Use system data dirs to locate key bindings | José Romildo Malaquias | 2 | -22/+39 | |
2019-02-08 | fixed distcheck fail on debian | Wu Xiaotian | 2 | -2/+1 | |
2019-02-02 | eggcellrendererkeys: avoid deprecated 'gtk_widget_modify_bg/fg' | Pablo Barciela | 1 | -4/+55 | |
2018-12-05 | keybindings: Add a key binding to toggle the microphone's mute status | Zhang Xianwei | 1 | -0/+2 | |
Provided additional "mic-mute" key binding. For reference: https://github.com/mate-desktop/mate-settings-daemon/pull/253 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-12-03 | keybindings: Add some key bindings to control volume quietly | Zhang Xianwei | 1 | -0/+6 | |
Provided three new key bindings to volume control: "volume-mute-quiet" "volume-down-quiet" "volume-up-quiet" For reference: https://github.com/mate-desktop/mate-settings-daemon/pull/252 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-17 | update hint for mouse double-click | Abu Sakib | 1 | -1/+1 | |
2018-11-17 | keybindings: double click instead one click to edit keyboard shortcuts | Pablo Barciela | 1 | -1/+2 | |
Closes https://github.com/mate-desktop/mate-control-center/issues/390 | |||||
2018-11-15 | mate-keybinding-properties: avoid deprecated 'gtk_widget_ensure_style' | Pablo Barciela | 1 | -1/+0 | |
2018-10-17 | keybindings: Add a key binding to launch settings | Zhang Xianwei | 1 | -0/+2 | |
Provided additional "control-center" key binding. For reference: https://github.com/mate-desktop/mate-settings-daemon/pull/244 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-07-14 | capplets/keybindings: avoid deprecated 'gdk_keymap_get_default' | Pablo Barciela | 2 | -3/+3 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -67/+0 | |
2018-01-13 | eggcellrendererkeys.c: Fix build warnings: | Pablo Barciela | 1 | -19/+18 | |
assignment from incompatible pointer type | |||||
2017-08-15 | keybindings eggcellrendererkey: avoid deprecated GDK pointer and keyboard types | raveit65 | 1 | -11/+84 | |
2017-05-16 | keybindings: fix a couple of build warnings | monsta | 1 | -2/+2 | |
2017-04-06 | keybindings: Fix and add mnemonics in the custom command dialog | Colomban Wendling | 1 | -30/+20 | |
Also remove an unnecessary intermediate box, we can pack in the grid directly. Fix for breakage introduced in #274. | |||||
2017-04-03 | keybindings: Allow to select an installed application through a dialog | Colomban Wendling | 2 | -12/+93 | |
2017-03-02 | mate-keybinding-properties.ui: avoid deprecated widgets | raveit65 | 1 | -165/+202 | |
2016-12-02 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 2 | -10/+0 | |
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17 | |||||
2016-06-17 | GTK+-3 eggcellrenderkeys: don't use deprecated gtk_widget_size_request | raveit65 | 1 | -1/+5 | |
2016-06-17 | GTK+-3 keybinding-properties: don't use deprecated gtk_widget_size_request | raveit65 | 1 | -1/+5 | |
2016-02-04 | [GTK+3] don't set x/y align to 0.5 - it's the default value anyway | monsta | 1 | -1/+0 | |
2016-01-26 | GTK3: improve GtkMisc deprecation commit | Wolfgang Ulbrich | 1 | -3/+3 | |
2016-01-15 | [GTK+3] keybindings: fix deprecated usage of GtkMisc | monsta | 1 | -0/+5 | |
2015-09-28 | Merge pull request #120 from dnk/logout | Martin Wimpress | 1 | -1/+3 | |
logout key bindings | |||||
2015-08-03 | drop gdkkeysyms-compat usage, use modern key names | Monsta | 3 | -47/+37 | |
2015-03-15 | Put mate-keybindings into the correct categories. | Martin Wimpress | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/mate-control-center/pull/147 | |||||
2014-10-06 | logout key bindings | Denis Gorodnichev | 1 | -1/+3 | |
provided additional "logout" key bindings | |||||
2014-08-11 | remove-segfault-when-more-custom-keybindings-configured | ABtrack | 1 | -0/+1 | |
2014-07-01 | keybindings: GTK3 improvements | Stefano Karapetsas | 2 | -2/+12 | |