gnome-control-center/panels/keyboard
Matthijs Velsink 3a253bc4b1 general: Use g_clear_handle_id to remove GSources
Using `g_clear_handle_id()` in combination with `g_source_remove()` can
save a lot of boiler plate code.

This removes about 110 lines of code for free.
2024-02-06 09:22:07 +00:00
..
icons Add individual app icons 2022-01-31 14:08:22 +00:00
00-multimedia.xml.in keyboard: Add microphone mute key 2019-05-27 20:48:35 +00:00
01-input-sources.xml.in build: Migrate from Intltool to Gettext 2018-01-23 10:49:31 +01:00
01-launchers.xml.in build: Migrate from Intltool to Gettext 2018-01-23 10:49:31 +01:00
01-system.xml.in build: Migrate from Intltool to Gettext 2018-01-23 10:49:31 +01:00
50-accessibility.xml.in Fix minor typos 2020-07-20 10:38:09 +03:00
cc-ibus-utils.c Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-ibus-utils.h Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-input-chooser.c input-chooser: Only capture input while visible 2023-11-19 20:48:26 +01:00
cc-input-chooser.h input-chooser: Port to AdwWindow 2023-11-19 20:48:26 +01:00
cc-input-chooser.ui input-chooser: Reduce window width 2023-12-21 09:30:06 +00:00
cc-input-list-box.c input-chooser: Port to AdwWindow 2023-11-19 20:48:26 +01:00
cc-input-list-box.h keyboard: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-input-list-box.ui input-chooser: Rename "Add an Input Source" to "Add Input Source" 2023-11-24 09:41:33 +00:00
cc-input-row.c keyboard: fix input row movement options 2023-07-17 09:19:09 +00:00
cc-input-row.h keyboard: Subclass AdwActionRow for InputRow 2022-02-13 13:33:25 +00:00
cc-input-row.ui general: Remove a11y labels from buttons that have tooltips 2024-01-30 13:28:48 +00:00
cc-input-source-ibus.c Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-input-source-ibus.h Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-input-source-xkb.c Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-input-source-xkb.h Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-input-source.c Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-input-source.h Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-keyboard-item.c keyboard: item: Notify is-value-default on key changes 2022-12-05 20:50:15 +00:00
cc-keyboard-item.h keyboard: item: Add an API to check if a string matches the item 2022-12-05 20:50:15 +00:00
cc-keyboard-manager.c keyboard: manager: Add shortcuts-loaded signal 2022-12-05 20:50:15 +00:00
cc-keyboard-manager.h keyboard: Refactoring of CcKeyboardItem handling of multiple combos 2020-09-14 17:19:33 +00:00
cc-keyboard-panel.c keyboard: Add Left Ctrl to Compose Key options 2023-11-29 19:37:47 +00:00
cc-keyboard-panel.h keyboard: Move keyboard shortcuts configuration to a dialog window 2020-12-18 07:55:38 -08:00
cc-keyboard-panel.ui keyboard: Remove periods in descriptions 2024-02-05 10:57:11 +00:00
cc-keyboard-shortcut-dialog.c keyboard-shortcut-dialog: Tweak reset shortcuts confirmation dialog 2023-11-27 09:54:02 +00:00
cc-keyboard-shortcut-dialog.h keyboard: shortcut-dialog: Refactor 2022-12-05 20:50:15 +00:00
cc-keyboard-shortcut-dialog.ui keyboard: Remove periods in descriptions 2024-02-05 10:57:11 +00:00
cc-keyboard-shortcut-editor.c general: Use g_clear_handle_id to remove GSources 2024-02-06 09:22:07 +00:00
cc-keyboard-shortcut-editor.h keyboard: port ShortcutEditor from GtkDialog for AdwWindow/AdwToolbarView 2023-11-24 10:26:31 +00:00
cc-keyboard-shortcut-editor.ui keyboard: Remove periods in descriptions 2024-02-05 10:57:11 +00:00
cc-keyboard-shortcut-group.c Replace all occurrences of 'gtk_widget_show' 2023-03-29 14:26:55 +13:00
cc-keyboard-shortcut-group.h Add cc-keyboard-shortcut-group 2022-12-05 20:50:15 +00:00
cc-keyboard-shortcut-row.c keyboard: shortcut-row: Add API to get shortcut item 2022-12-05 20:50:15 +00:00
cc-keyboard-shortcut-row.h keyboard: shortcut-row: Add API to get shortcut item 2022-12-05 20:50:15 +00:00
cc-keyboard-shortcut-row.ui keyboard: shortcut-row: Use CSS classes to embolden text 2022-12-05 20:50:15 +00:00
cc-xkb-modifier-dialog.c xkb-modifier-dialog: Use AdwActionRow to show the key options 2024-01-25 12:58:00 +00:00
cc-xkb-modifier-dialog.h xkb-modifier-dialog: Port to AdwWindow 2023-10-22 10:19:39 +02:00
cc-xkb-modifier-dialog.ui xkb-modifier-dialog: Use AdwActionRow to show the key options 2024-01-25 12:58:00 +00:00
enter-keyboard-shortcut.svg keyboard: Add outline to shortcut graphic arrows 2023-10-03 09:08:05 +00:00
gnome-keybindings.pc.in [keyboard] Rename keybindings to keyboard 2010-10-31 23:58:35 -04:00
gnome-keyboard-panel.desktop.in keyboards: Add "Character" keyword 2023-03-31 10:33:57 +00:00
keyboard-shortcuts.c keyboard: Handle shift shortcut modifier the same way as the shell does 2022-08-22 12:49:13 +00:00
keyboard-shortcuts.h keyboard: Split out function to normalize keyval and modifier mask 2022-08-22 12:49:13 +00:00
keyboard.gresource.xml Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
meson.build meson: Replace deprecated meson.{source|build}_root functions 2023-10-25 15:49:13 +02:00