summaryrefslogtreecommitdiff
path: root/capplets/keybindings
AgeCommit message (Collapse)AuthorFilesLines
2025-04-01keybindings: Do not present junk shortcut for headersColomban Wendling1-7/+26
For screen reader's sake, make the shortcut empty when hidden, otherwise a more or less random value is presented. The actual value is whatever the render was last used with, remembering cell renderers are reused for every row. This could also be fixed in the accessibility implementation side, but we rely on GTK's, so it's easier to clean it up here than modify GTK or subclass it further.
2025-04-01keybindings: Present a message to screen readers when editing a shortcutColomban Wendling1-0/+2
2025-04-01keybindings: Mention keyboard navigation in the help textColomban Wendling1-1/+1
2023-12-27Add meson build supportzhuyaliang1-0/+70
2023-04-14keybindings: fix memory leakrbuj1-27/+41
2022-02-09Unnecessary G_OBJECT cast when calling signal connect functionrbuj1-3/+4
2021-12-31keybindings: redundant initialization for 'p'rbuj1-1/+2
2021-11-20Use a blank line at mostrbuj2-6/+0
2021-11-11Fix build warnings about missing field initializerrbuj1-1/+3
2021-03-19keybindings: use gtk_builder_new_from_resourcerbuj1-20/+1
2021-02-16build: allow users to disable gettext support (--disable-nls)rbuj1-0/+9
2020-12-04Use G_BEGIN_DECLS/G_END_DECLS macrosrbuj2-15/+6
2020-07-20Remove unused macrosrbuj1-11/+2
2020-03-02Do not collect the translation for Iconrbuj1-1/+1
2020-02-06build: use warning flagsrbuj1-0/+1
2019-12-04keybindings: Fix schema creation in makefilegm101-1/+1
This fixes the contents of the first schema file getting copied into the second.
2019-11-07migrate from intltool to gettextWu Xiaotian2-5/+8
2019-06-25[ci] add gla11y in docker containerWu Xiaotian1-2/+2
2019-06-22capplets: Remove the macro MATELOCALEDIR where it's not requiredrbuj1-1/+0
2019-06-22capplets: Use capplet_initrbuj1-7/+1
2019-06-18Remove trailing whitespacesrbuj1-3/+3
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2019-06-15Add support for checking .ui accessibility with gla11ySamuel Thibault2-3/+12
2019-06-13Add instant messenger keybinding into mate-keybinding-propertiesrbuj1-0/+2
Requires https://github.com/mate-desktop/mate-settings-daemon/pull/278
2019-05-11capplets: Use gresources for UI filesrbuj3-9/+36
2019-05-02Use system data dirs to locate key bindingsJosé Romildo Malaquias2-22/+39
2019-02-08fixed distcheck fail on debianWu Xiaotian2-2/+1
2019-02-02eggcellrendererkeys: avoid deprecated 'gtk_widget_modify_bg/fg'Pablo Barciela1-4/+55
2018-12-05keybindings: Add a key binding to toggle the microphone's mute statusZhang Xianwei1-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-03keybindings: Add some key bindings to control volume quietlyZhang Xianwei1-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-17update hint for mouse double-clickAbu Sakib1-1/+1
2018-11-17keybindings: double click instead one click to edit keyboard shortcutsPablo Barciela1-1/+2
Closes https://github.com/mate-desktop/mate-control-center/issues/390
2018-11-15mate-keybinding-properties: avoid deprecated 'gtk_widget_ensure_style'Pablo Barciela1-1/+0
2018-10-17keybindings: Add a key binding to launch settingsZhang Xianwei1-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-14capplets/keybindings: avoid deprecated 'gdk_keymap_get_default'Pablo Barciela2-3/+3
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-67/+0
2018-01-13eggcellrendererkeys.c: Fix build warnings:Pablo Barciela1-19/+18
assignment from incompatible pointer type
2017-08-15keybindings eggcellrendererkey: avoid deprecated GDK pointer and keyboard typesraveit651-11/+84
2017-05-16keybindings: fix a couple of build warningsmonsta1-2/+2
2017-04-06keybindings: Fix and add mnemonics in the custom command dialogColomban Wendling1-30/+20
Also remove an unnecessary intermediate box, we can pack in the grid directly. Fix for breakage introduced in #274.
2017-04-03keybindings: Allow to select an installed application through a dialogColomban Wendling2-12/+93
2017-03-02mate-keybinding-properties.ui: avoid deprecated widgetsraveit651-165/+202
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta2-10/+0
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-06-17GTK+-3 eggcellrenderkeys: don't use deprecated gtk_widget_size_requestraveit651-1/+5
2016-06-17GTK+-3 keybinding-properties: don't use deprecated gtk_widget_size_requestraveit651-1/+5
2016-02-04[GTK+3] don't set x/y align to 0.5 - it's the default value anywaymonsta1-1/+0
2016-01-26GTK3: improve GtkMisc deprecation commitWolfgang Ulbrich1-3/+3
2016-01-15[GTK+3] keybindings: fix deprecated usage of GtkMiscmonsta1-0/+5
2015-09-28Merge pull request #120 from dnk/logoutMartin Wimpress1-1/+3
logout key bindings
2015-08-03drop gdkkeysyms-compat usage, use modern key namesMonsta3-47/+37
2015-03-15Put mate-keybindings into the correct categories.Martin Wimpress1-1/+1
Closes https://github.com/mate-desktop/mate-control-center/pull/147