summaryrefslogtreecommitdiff
path: root/libxfce4kbd-private
Commit message (Expand)AuthorAgeFilesLines
* XfceShortcutDialog: Fix a memory leakHEADmasterGaël Bonithon2022-03-161-1/+2
* XfceShortcutsEditor: Allow NULL for section name and document itGaël Bonithon2022-03-151-3/+4
* XfceShortcutsEditor: Add new vectorized constructorGaël Bonithon2022-03-152-13/+52
* i18n: Do not use textdomain() in libsGaël Bonithon2022-03-155-5/+20
* XfceShortcutsEditor: Remove label formatting if necessaryGaël Bonithon2022-03-131-2/+4
* XfceShortcutsDialog: New function for centering the dialog on the parent windowSergios - Anestis Kefalidis2022-02-242-4/+47
* Replace duplicate logic with xfce_str_replaceMShrimp42022-02-211-31/+1
* Minor shortcuts editor improvementsSergios - Anestis Kefalidis2021-12-062-2/+18
* Introduce a shortcuts editor widgetSergios - Anestis Kefalidis2021-11-145-0/+737
* Switch keybord shortcut 'tile-up' with 'tile-down' (were mixed up)Alexander Schwinn2021-08-171-2/+2
* Usage of '&lt;' and '&gt;' instead of '<' and '>' in XML (Issue #44)Alexander Schwinn2021-08-171-8/+8
* initialize base_property prior xfce_shortcuts_provider_registerOlaf Hering2021-04-291-2/+2
* Fix compilation warningsGaël Bonithon2021-04-211-3/+1
* shortcuts: Add Alt+Super+s for orca (Fixes #39)Yousuf Philips2021-03-121-0/+1
* shortcuts-grabber: Filter grabbing by key groupJan Ziak2021-03-111-56/+106
* shortcuts-grabber: Redesign shortcut regrabbing (Bug #33)Jan Ziak2021-03-111-149/+449
* shortcuts-grabber: Stop search when the first match is foundJan Ziak2021-03-111-8/+6
* shortcuts: Fix a memory leakJan Ziak2021-03-111-0/+1
* shortcuts-grabber: Record xkb state group (Bug #33)Jan Ziak2021-03-111-7/+31
* Avoid redundant key re-grabbingJan Ziak2020-11-021-13/+21
* Silence compiler warnings (Fixes #25)Simon Steinbeiss2020-08-172-3/+4
* Add default shortcuts for tiling (Fixes #4)Simon Steinbeiss2020-07-141-0/+8
* Avoid shortening the keycodes GArray while walking it.Guido Falsi2020-07-141-1/+8
* keyboard-shortcuts: Improve UI for setting shortcutsSimon Steinbeiß2020-07-051-25/+55
* shortcut-dialog: Add label to clear buttonSimon Steinbeiss2020-07-041-1/+2
* shortcut-dialog: Port to new XfceTitledDialog APISimon Steinbeiss2020-07-041-2/+4
* shortcut-dialog: Only grab keyboardSimon Steinbeiss2020-07-041-1/+1
* Always return GTK_RESPONSE_OK for accepted shortcut keys (fixes #20)Harald Judt2020-07-041-3/+3
* Replace deprecated 'gdk_keyboard_ungrab' function (Fixes #15)Olivier Duchateau2020-06-071-4/+16
* shortcuts-grabber: Correctly ungrab keys on updating shortcuts (Fixes #16)Guido Falsi2020-06-071-7/+21
* shortcuts: Also map Homepage to browserSimon Steinbeiss2020-04-011-1/+4
* shortcuts: Remove calculator shortcutSimon Steinbeiss2020-04-011-1/+0
* shortcuts: Replace xfrun4 by xfce4-appfinderSimon Steinbeiss2020-04-011-1/+1
* Switch Ctrl+Alt+Del to xfce4-session-logout (Bug #11979)Simon Steinbeiss2020-03-011-1/+1
* Add more default keyboard shortcuts (Bug #16470)Yousuf Philips2020-03-011-0/+8
* shortcut-dialog: Show dialog content (Bug #16338)Simon Steinbeiss2020-01-061-1/+1
* Drop support for Gtk2Simon Steinbeiss2019-12-045-159/+2
* Fix Window has not been made visible when grabbing keyboard (Bug #16054)Andre Miranda2019-11-031-9/+20
* Replace gdk_display_get_screen (Bug #15781)Andre Miranda2019-10-131-1/+1
* Replace gdk_keymap_get_default (Bug #15781)Andre Miranda2019-10-132-7/+13
* Replace deprecated device functions (Bug #15781)Andre Miranda2019-10-131-27/+7
* Replace gdk_error_trap_* and gdk_flush (Bug #15781)Andre Miranda2019-10-131-5/+17
* Add Ctrl + Alt + t as default shortcut for terminal (Bug #14510)Andre Miranda2019-04-161-0/+1
* Add PrintScreen as shortcut for xfce4-screenshooter (Bug #14524)Andre Miranda2019-04-161-0/+1
* Fix compiler error -Wcast-function-type (GCC 8)Andre Miranda2019-04-152-6/+16
* feat: Switch to Gtk3 default, Gtk2 OptionalEric Koegel2017-06-241-25/+31
* fix: remove deprecation warningsEric Koegel2017-06-241-3/+24
* Add shortcuts for xfwm4 to tile windows to corners (bug #11652)Harald Judt2015-03-071-0/+4
* Fix build with --enable-debug=full and GTK3 (bug #11176)Eric Koegel2015-02-183-4/+31
* Fix grabbing shortcuts with <Super> modifier (bug #10373)Harald Judt2015-02-181-1/+15