]> git.sesse.net Git - vlc/history - modules/control/hotkeys.c
vlc_plugin: fix non-LGPL plugins meta infos
[vlc] / modules / control / hotkeys.c
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2014-12-15 Rémi Denis-Courmontplaylist: use playlist_TogglePause() directly, fix...
2014-12-15 Rémi Denis-Courmontplaylist: rename playlist_Pause() to playlist_TogglePause()
2014-10-23 Rémi Denis-Courmontvariables: remove VLC_VAR_GETLIST (same as VLC_VAR_GETC...
2014-10-23 Rémi Denis-Courmonthotkeys: use "zoom" rather than "scale" (like the GUI do)
2014-08-13 Rémi Denis-Courmonthotkeys: stick to single precision
2014-06-14 Adrian Haenslerhotkeys: new hotkey for toggling subtitles
2014-01-28 Felix Abecassishotkeys: fullscreen state of the vout should have prece...
2014-01-05 Rémi Denis-Courmonthotkeys: fix wall-paper toggling
2013-10-22 Rémi Denis-Courmonthotkeys: show intended rather than current mute status
2013-08-09 Rémi Durafforthotkeys: Fix test (was always true)
2013-07-22 Rémi DuraffortFix wrong test (cid #1049310)
2013-04-23 Zoran Turalijahotkeys: Added OSD messages for toggle loop tri-state...
2013-04-23 Zoran Turalijahotkeys: Added OSD messages for toggle repeat playlist...
2013-04-21 Jean-Baptiste KempfHotkeys: strings simplifications
2013-04-21 Zoran Turalijahotkeys: Bookmark subtitle timestamp only if it exists...
2013-04-15 Zoran Turalijahotkeys: Change subtitle position only if it exists...
2013-04-15 Zoran Turalijahotkeys: Delay subtitle track only if it exists and...
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-01 Rémi Denis-Courmonthotkeys: use only one channel for sliders
2013-02-01 Rémi Denis-Courmonthotkeys: put all text on the default SPU channel
2013-02-01 Rémi Denis-Courmonthotkeys: implement navigation actions
2013-01-31 Rémi Denis-Courmonthotkeys: remove special key event
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: move mouse wheel setting to core with other...
2013-01-31 Rémi Denis-CourmontUseless #includes
2013-01-31 Rémi Denis-Courmonthotkeys: remove unused OSD menu actions
2013-01-30 Rémi Denis-Courmonthotkeys: reorder the Big Switch and remove some useless...
2013-01-14 Rémi Denis-Courmonthotkeys: use aout_DeviceGet() and aout_DevicesList()
2013-01-14 Rémi Denis-Courmonthotkeys: use aout_DeviceSet() directly
2012-12-15 Rémi Denis-Courmonthotkeys: adapt to new device selection
2012-11-27 Rémi Denis-CourmontRemove pf_run
2012-11-01 Rémi Denis-Courmontinterfaces: use playlist_GetAout() where applicable...
2012-11-01 Rémi Denis-Courmontplaylist: use playlist audio functions
2012-08-26 Zoran TuralijaDeinterlace: Add hotkey to cycle through deinterlace...
2012-08-16 Zoran TuralijaAdd hotkey to cycle through program SIDs.
2012-07-03 Rémi Denis-Courmontaout_Volume*: use float rather than integer
2012-07-03 Rémi Denis-Courmontaout_MuteGet: fix name and add VLC_OBJECT() magic cast
2012-07-03 Rémi Denis-Courmontaout_MuteToggle: fix name and remove unused or misused...
2012-03-20 Jean-Baptiste KempfFix OSD when auto-scaling
2012-02-09 Felix Paul Kühnemacosx: fixed zooming the main window when using the...
2011-12-12 Mal GratyPlaylist status not being updated on play/pause
2011-11-01 Jean-Baptiste KempfHotkeys: rename the text/longtext about mousewheel
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-07-26 Rémi Denis-Courmonthotkeys: print volume also in fullscreen and fix refere...
2011-07-16 Rémi Denis-CourmontMove <vlc_aout.h> UI functions into their own <vlc_aout...
2011-04-29 Rémi Denis-Courmonthotkeys: remove ineffective config save
2011-04-22 Can Wuhotkey: code ACTION_RATE_NORMAL like similar functions
2011-04-22 Can Wuhotkey: DisplayMessage() prototype has a channel argment
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
2010-10-04 Ilkka Ollakkarefactor rate(,-faster,-slower) to playlist
2010-06-11 Jakob LebenHotkeys: playlist locking
2010-05-29 Laurent AimarMoved "sub-margin" to vout.
2010-05-29 Laurent AimarSimplify up/down subtitle hotkey.
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Laurent AimarUsed a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-03-26 Laurent AimarFixed fine rate modifications in hotkeys.
2010-03-26 Casian Andreiinput: set OSD message when changing rate via hotkeys...
2010-03-13 Rémi Denis-CourmontFix "play only" hotkey when playlist is stopped (i...
2010-02-13 Rémi Denis-CourmontVariable choice names are in psz_string, not var.psz_name
2010-02-10 Rémi Denis-CourmontKeep the authoritative fullscreen status on the playlist
2010-02-10 Rémi Denis-Courmont"fullscreen" callback: do nothing if value is unchanged
2010-02-10 Rémi Durafforthotkeys: use the return value of var_ToggleBool.
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-02 Laurent AimarUsed vout_OSDEpg for the time hotkeys.
2009-12-30 Rémi Denis-Courmonthotkeys: user var_Inherit (partial)
2009-12-26 Rémi Denis-CourmontRename directx-wallpaper to video-wallpaper
2009-12-21 Laurent AimarFixed fine rate control (hotkeys).
2009-12-04 Jean-Baptiste KempfHotkeys: add missing break in switch
2009-11-28 Jakob Lebensubtitles/hotkeys: hotkey accessible subtitle position...
2009-11-23 Rémi Denis-CourmontConvert "rate" variable to float everywhere
2009-10-05 Laurent AimarUpdated hotkeys after deinterlace changes.
2009-10-05 Laurent AimarRenamed "deinterlace" into "deinterlace-mode" at the...
2009-07-27 Rémi DuraffortUse var_ToggleBool when applicable.
2009-07-24 Rémi DuraffortUse var_TriggerCallback instead of var_SetVoid (the...
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-09 Rémi Denis-Courmonthotkeys: change volume on playlist rather than interface
2009-07-09 Rémi Denis-Courmontaout_VolumeMute -> aout_ToggleMute
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-06-25 Rémi Denis-CourmontProcess key action immediately, kill the hotkey thread
2009-06-15 Jean-Paul Samanhotkeys: remove unused members of p_sys
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Laurent AimarDo not access vout_thread_t fields when it can be avoided.
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Derk-Jan HartmanPrefs: repair category system for some lost options.
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi Durafforthotkeys: fix a big object leak and factorize a bit.
2009-05-26 Rémi Durafforthotkeys: fix memleak with var_Change(VLC_VAR_GETCHOICES).
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
next