summaryrefslogtreecommitdiff
path: root/panels/keyboard
Commit message (Expand)AuthorAgeFilesLines
...
* build: Port to meson build systemIñigo Martínez2018-01-172-1/+105
* Standardize vertical spacing of panelsAllan Day2017-08-201-1/+4
* keyboard: Special-case disabling of multi-bindings shortcutsFlorian Müllner2017-07-241-7/+12
* keyboard: Consider multiple bindings when resettingFlorian Müllner2017-07-101-33/+4
* keyboard: Consider additional bindings in uniqueness checksFlorian Müllner2017-07-101-7/+15
* keyboard: Don't handle mask separatelyFlorian Müllner2017-07-101-7/+6
* keyboard: Refactor finding of conflicting itemsFlorian Müllner2017-07-101-19/+15
* keyboard: Track all key combosFlorian Müllner2017-07-102-0/+62
* keyboard: Add dedicated key combo typeFlorian Müllner2017-07-108-128/+99
* keyboard: Clear additional bindings when changing a shortcutFlorian Müllner2017-07-101-12/+2
* keyboard: Don't create shortcuts editor twiceFlorian Müllner2017-07-051-3/+0
* keyboard: Fix another memory leakFlorian Müllner2017-07-041-3/+9
* keyboard: Follow the usual search pattern for filteringFlorian Müllner2017-06-291-1/+10
* keyboard: Fix a memory leakFlorian Müllner2017-06-291-3/+9
* keyboard: Inform that 'backspace' is the clear keyGeorges Basile Stavracas Neto2017-05-101-2/+4
* keyboard: Add more key aliasesGeorges Basile Stavracas Neto2017-05-041-6/+14
* keyboard: Also search shortcut acceleratorsGeorges Basile Stavracas Neto2017-05-041-2/+96
* keyboard: Move Remove button to the header barGeorges Basile Stavracas Neto2017-05-022-18/+13
* keyboard: Discard the added shortcut on EscapeMohammed Sadiq2017-04-271-0/+1
* keyboard: Add many new keywordsBastien Nocera2017-04-131-1/+1
* keyboard: Fix check for existing shortcut settingsRui Matos2017-03-231-2/+0
* keyboard: Use ellipsis for "Reset All"Jeremy Bicha2017-02-141-1/+1
* Remove no longer necessary contexts from translatable stringsPiotr Drąg2017-02-121-1/+1
* keyboard: ensure the "Add" button is insensitive when adding shortcutGeorges Basile Stavracas Neto2017-02-081-0/+1
* keyboard: make the "Set" and "Add" buttons blueGeorges Basile Stavracas Neto2017-02-082-6/+27
* keyboard: add a reset all buttonGeorges Basile Stavracas Neto2017-01-312-0/+93
* keyboard: make the entire panel scrollableGeorges Basile Stavracas Neto2017-01-311-18/+31
* keyboard: manage shortcut editor state with pagesGeorges Basile Stavracas Neto2017-01-301-14/+64
* keyboard: fix editing of custom shortcutsGeorges Basile Stavracas Neto2017-01-301-4/+18
* keyboard: switch to the reset buttonGeorges Basile Stavracas Neto2017-01-302-35/+42
* keyboard: follow mockups for shortcut change button labelGeorges Basile Stavracas Neto2017-01-301-1/+1
* shortcut-editor: fix headerbar state when adding shortcutGeorges Basile Stavracas Neto2017-01-272-1/+2
* shortcut-editor: ensure sensitive entries on creation modeGeorges Basile Stavracas Neto2017-01-271-0/+2
* shortcut-editor: untoggle Edit button on cancelGeorges Basile Stavracas Neto2017-01-271-0/+4
* keyboard: Activate search-as-you-type in the scope of the panelFelipe Borges2016-10-121-0/+16
* keyboard: Fix capture of Alt+PrintScreen shortcutsBastien Nocera2016-10-101-0/+8
* Disambiguate "Set Shortcut" string with contextPiotr Drąg2016-09-251-1/+1
* keyboard: Fix shortcut label in RTL languagesBastien Nocera2016-09-091-0/+3
* keyboard: Fix typo in commentBastien Nocera2016-09-091-1/+1
* Mark another string as translatableYosef Or Boczko2016-09-091-1/+1
* Mark some strings as translatableYosef Or Boczko2016-09-091-2/+2
* keyboard: Normalise Shift and Tab in shortcutsBastien Nocera2016-09-081-3/+14
* keyboard: Remove additional filtering of default mod maskFlorian Müllner2016-09-081-6/+1
* keyboard: Allow Tab in accelsFlorian Müllner2016-09-083-1/+15
* keyboard: Don't apply "Backspace" straight awayBastien Nocera2016-09-081-3/+5
* keyboard: Add helper to detect empty keybindingsBastien Nocera2016-09-082-0/+16
* keyboard: Fix grabs not working when showing the dialogBastien Nocera2016-09-081-0/+42
* keyboard: Don't regrab the keyboard after an eventBastien Nocera2016-09-081-3/+0
* keyboard: Don't rely on events to grab keyboardBastien Nocera2016-09-081-9/+16
* keyboard: Don't grab the mouse pointerBastien Nocera2016-09-081-1/+1