summaryrefslogtreecommitdiff
path: root/panels/keyboard/cc-keyboard-item.c
Commit message (Expand)AuthorAgeFilesLines
* keyboard: Special-case disabling of multi-bindings shortcutsFlorian Müllner2017-07-241-7/+12
* keyboard: Track all key combosFlorian Müllner2017-07-101-0/+60
* keyboard: Add dedicated key combo typeFlorian Müllner2017-07-101-25/+17
* keyboard: Clear additional bindings when changing a shortcutFlorian Müllner2017-07-101-12/+2
* keyboard: Fix another memory leakFlorian Müllner2017-07-041-3/+9
* keyboard: make sure to retrieve the correct type from variantsGeorges Basile Stavracas Neto2016-07-291-8/+15
* keyboard: bring back reverse item managementGeorges Basile Stavracas Neto2016-07-291-3/+49
* keyboard: remove unused codeGeorges Basile Stavracas Neto2016-07-291-15/+0
* keyboard: add API to track whether a shortcut is defaultGeorges Basile Stavracas Neto2016-07-291-0/+82
* keyboard: Fix leak in settings_get_binding()Christophe Fergeau2015-10-191-0/+1
* keyboard: Don't leak CcKeyboardItem::bindingChristophe Fergeau2015-10-191-0/+2
* keyboard: Remove 'gettext_package' handlingChristophe Fergeau2015-05-151-1/+0
* keyboard: Remove unused cc_keyboard_item_get_bindingChristophe Fergeau2015-05-151-8/+0
* keyboard: Make CcKeyboardItem::binding privateChristophe Fergeau2015-05-151-12/+16
* keyboard: Fix warnings when clearing the help shortcutBastien Nocera2014-09-051-1/+1
* keyboard: Add support for hidden keybinding XML dataChristophe Fergeau2014-08-171-0/+15
* keyboard: Add 'reverse' helpers to CcKeyboardItemChristophe Fergeau2014-08-171-1/+27
* Updated FSF's addressDaniel Mustieles2014-01-291-2/+1
* keyboard: Allocate required space for replacing a key shortcutTomas Bzatek2012-02-201-0/+7
* keyboard: Fix shortcut always showing up emptyBastien Nocera2011-11-251-0/+2
* keyboard: Remove support code for GConf keybindingsBastien Nocera2011-11-141-107/+1
* keyboard: Port custom shortcuts to GSettingsFlorian Müllner2011-11-141-100/+33
* keyboard: Use GTK+ to parse keysBastien Nocera2011-11-041-2/+6
* keyboard: Use GtkCellRendererAccelBastien Nocera2011-10-271-2/+2
* keyboard: Support string array keybindingsFlorian Müllner2011-06-301-3/+56
* keyboard: Fix a small memory leakFlorian Müllner2011-06-301-0/+1
* keyboard: Avoid warnings when adding new shortcutsBastien Nocera2011-04-261-3/+4
* keyboard: Add _equal() helper functionBastien Nocera2011-02-241-0/+21
* keyboard: Fix stupidness when setting GConf keysBastien Nocera2011-02-241-1/+1
* keyboard: Only listen to our own keyBastien Nocera2011-02-171-1/+5
* keyboard: Fix memleaks in CcKeyboardItemBastien Nocera2011-02-171-0/+3
* keyboard: Remove some debugBastien Nocera2011-02-171-2/+0
* keyboard: Pass a gettext package when loading GConfBastien Nocera2011-02-171-1/+12
* keyboard: Add support for GSettings shortcutsBastien Nocera2011-02-161-4/+69
* keyboard: Don't update binding by handBastien Nocera2011-02-161-0/+28
* keyboard: Clean up GConf handlingBastien Nocera2011-02-161-0/+450