summaryrefslogtreecommitdiff
path: root/libxfce4kbd-private
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't drop startup notify hint when resetting to defaults (bug #10630)Alistair Buxton2014-07-251-2/+2
* Add <Ctrl><Alt>l shortcut for screen locking (xflock4) (bug #10728)Marc Maurice2014-07-251-0/+1
* Fix some some shortcut comparisons with default shortcuts.Jérôme Guelfucci2013-02-031-11/+11
* Don't show escaped text in the shortcut conflict dialog (bug #5076).Jérôme Guelfucci2013-02-031-6/+6
* Autotools updates.Nick Schermer2013-01-061-1/+1
* Add functions to handle xfwm4 feature names.Jérôme Guelfucci2012-12-305-129/+180
* Grab on all root windows when building with GTK+ 3.Jérôme Guelfucci2012-12-301-1/+1
* Don't get the default display a second time.Jérôme Guelfucci2012-12-301-2/+1
* Primary and Control now conflict.Jérôme Guelfucci2012-12-301-1/+51
* Don't initialize the match context values twice.Jérôme Guelfucci2012-12-291-3/+6
* When refusing a shortcut, show the explanation again.Jérôme Guelfucci2012-12-281-1/+2
* Show shortcut label instead of Gtk accelerator in conflict dialog.Jérôme Guelfucci2012-12-281-11/+23
* Use parent when showing warning.Jérôme Guelfucci2012-12-281-1/+1
* Improve explanation label.Jérôme Guelfucci2012-12-281-3/+9
* Improve the UI of the dialog to grab shortcuts.Jérôme Guelfucci2012-12-281-22/+55
* Show the accelerator label in the shortcut dialog.Jérôme Guelfucci2012-12-281-4/+8
* Add some debugging information for conflict.Jérôme Guelfucci2012-12-281-0/+4
* Allow passing parent window to conflict dialog.Jérôme Guelfucci2012-12-282-4/+6
* Fix keyboard shortcuts with keypad (bug #4178).Jérôme Guelfucci2012-12-281-0/+11