]> git.sesse.net Git - vlc/history - src/config/keys.c
Change the "intf-show" variable into a toggle.
[vlc] / src / config / keys.c
2011-10-06 Jean-Baptiste KempfChange the "intf-show" variable into a toggle.
2011-09-05 Laurent AimarAdded 'Boss Key' support to the core.
2011-05-04 Rémi Denis-CourmontRename vlc_key_t to vlc_action_t
2011-02-23 Rémi DuraffortFix compilation for systems without search.h
2011-02-19 Rémi Denis-CourmontRemove useless struct hotkey.i_action
2011-02-19 Rémi Denis-CourmontExport vlc_str2keycode()
2011-02-13 Rémi Denis-CourmontRemove many copies of "key-" in the list of actions
2011-02-13 Rémi Denis-CourmontStore mapping for global hotkeys as well as normal...
2011-02-13 Rémi Denis-CourmontFix incorrect return value and leak
2011-02-13 Rémi Denis-CourmontSort keys by name rather than key code
2011-02-13 Rémi Denis-Courmontcore: allow multiple hotkeys for the same action
2011-02-12 Rémi Denis-CourmontStore hotkey mappings in a tree instead of a table
2011-02-12 Rémi Denis-Courmontcore: Add a private pointer for hotkeys/actions handler
2011-02-12 Rémi Denis-CourmontMove actions list to key config
2011-02-10 Rémi Denis-CourmontChange key items to string type
2011-02-10 Rémi Denis-CourmontSome documentation
2011-02-10 Rémi Denis-Courmontcore: merge the two hotkey files
2011-02-10 Rémi Denis-CourmontFix + and - hotkeys
2011-02-10 Rémi Denis-CourmontKill some relocs
2011-02-10 Rémi Denis-CourmontUse + as modifier separator, keep backward compatibilit...
2011-02-10 Rémi Denis-CourmontMerge ConfigKeyToString and KeyToString
2011-02-10 Rémi Denis-CourmontConfigKeyToString: simplify and fix potential leak
2011-02-10 Rémi Denis-CourmontUnduplicate code
2011-02-10 Rémi Denis-CourmontRemove unused StringToKey()
2010-02-03 Rémi Denis-CourmontFix keys order
2009-10-08 Rafaël CarréFix infinite loop introduced in [9142f0c6]
2009-10-07 Rémi Denis-CourmontSupport any Unicode symbol as part of an hotkey
2009-10-07 Rémi Denis-CourmontConfigKeyToString: binary search
2009-10-07 Rémi Denis-CourmontKeyToString: allocate key on heap
2009-10-07 Rémi Denis-CourmontGather key functions and tables in a single file