]> git.sesse.net Git - vlc/history - src/config/keys.c
Qt: use the theme icons for the system tray too
[vlc] / src / config / keys.c
2013-04-13 Pascal ThometSubsync: added an easier way to sync subtitles
2013-04-13 Martin ZemanAdded a hotkey for playlist deletion.
2013-03-28 Zoran TuralijaAdd hotkeys to cycle through previous/next program...
2013-02-10 David Fuhrmannmouse wheel handling: fix left / right scrolling events
2013-01-31 Rémi Denis-Courmonthotkeys: add context menu action
2013-01-31 Rémi Denis-Courmonthotkeys: map mouse wheel actions in core
2013-01-31 Rémi Denis-Courmonthotkeys: remove unused OSD menu actions
2012-08-28 Rémi Denis-CourmontDefine brightness keys, zoom keys and missing media...
2012-08-26 Zoran TuralijaDeinterlace: Add hotkey to cycle through deinterlace...
2012-08-16 Zoran TuralijaAdd hotkey to cycle through program SIDs.
2012-03-10 Rémi Denis-CourmontProvisions for localized key code strings (refs #5974)
2012-03-02 Francois CartegnieRevert "vlc_keys: define mouse's middle, 4 & 5 buttons...
2012-03-02 Francois Cartegnievlc_keys: define mouse's middle, 4 & 5 buttons.
2011-12-27 Hannes Domanialphabetical order in vlc_keys
2011-11-27 Jean-Baptiste KempfLGPL
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