]> git.sesse.net Git - vlc/history - modules/control
Qt: fix Win32 MOC breakage
[vlc] / modules / control /
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
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-23 Rémi Denis-CourmontOld RC: remove object commands
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-03-26 Rémi Denis-CourmontOld RC: fix exit
2013-03-26 Rémi Denis-CourmontOld RC: cleanup use of p_sys
2013-03-25 Rémi Denis-CourmontOld RC: remove cargo-cultivated input state checks
2013-03-25 Rémi Denis-CourmontOld RC: remove tautology
2013-03-25 Rémi Denis-Courmontlirc: remove tautology
2013-03-23 Edward WangCorrect widespread misuse of the word 'subtitle'
2013-03-10 Mirsal Ennaimedbus: Fix handling of input events and remove memleaks
2013-02-07 Ludovic FauvetGestures: use left button, by default
2013-02-07 Ludovic FauvetGestures: use the proper event name
2013-02-07 Mirsal Ennaimedbus: Oops, abandon the correct container on error...
2013-02-07 Mirsal Ennaimedbus: Add another memory allocation failure check
2013-02-06 Mirsal Ennaimedbus: Add memory allocation failure check
2013-02-05 Mirsal Ennaimedbus: Add missing memory allocation failure handling
2013-02-05 Mirsal Ennaimedbus: Remove useless comment
2013-02-05 Mirsal Ennaimedbus: Fix memleaks on error paths
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-CourmontOld RC: remove non-working menu command
2013-01-31 Rémi Denis-CourmontLIRC: remove non-working menu
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-30 Alex Merrydbus: Add CanGoNext/Previous
2013-01-30 Alex MerryAdd Properties.GetAll support to all D-Bus interfaces
2013-01-29 Alex Merrydbus: Standardise property getters
2013-01-29 Alex Merrydbus: Separate out property marshalling code in D-Bus...
2013-01-29 Alex Merrydbus: Standardise property marshalling for PropertiesCh...
2013-01-29 Mirsal Ennaimedbus: Fix code style and add missing decref on error...
2013-01-29 Alex MerryFix Metadata marshalling when sending the PropertiesCha...
2013-01-28 Alex MerryFix Rate property on org.mpris.MediaPlayer2.Player
2013-01-28 Alex MerryFix MPRIS2 metadata entry types
2013-01-28 Alex MerryAdd Fullscreen property to GetAllProperties on DBus...
2013-01-28 Alex MerryMove helpers for GetAllProperties into dbus.c
2013-01-25 Rafaël Carréoldrc: fix "playlist" and "snapshot"
2013-01-15 Rémi Denis-CourmontOld RC: use audio output device functions and clean up
2013-01-14 Jean-Baptiste KempfNTservice: force use of ANSI versions of APIs
2013-01-14 Rémi Denis-Courmonthotkeys: use aout_DeviceGet() and aout_DevicesList()
2013-01-14 Rémi Denis-Courmonthotkeys: use aout_DeviceSet() directly
2013-01-01 Rafaël Carréoldrc: fix segfault
2012-12-15 Rémi Denis-Courmonthotkeys: adapt to new device selection
2012-11-27 Rémi Denis-CourmontRemove pf_run
2012-11-27 Rémi Denis-Courmontdbus: do not use pf_run
2012-11-27 Rémi Denis-Courmontmotion: do not use pf_run
2012-11-27 Rémi Denis-Courmontntservice: do not use pf_run
2012-11-27 Rémi Denis-CourmontLIRC: keep same pollfd
2012-11-27 Rémi Denis-CourmontLIRC: do not use pf_run
2012-11-27 Rémi Denis-CourmontOld RC: do not use pf_run
2012-11-26 Rémi Denis-CourmontDBus: remove from list of "control" interfaces
2012-11-26 Rémi Denis-CourmontUse "activity" instead of "item-current" variable
2012-11-22 Pierre Ynardmotion: fix orientation of transform filter
2012-11-01 Rémi Denis-Courmontinterfaces: use playlist_GetAout() where applicable...
2012-11-01 Rémi Denis-Courmontplaylist: use playlist audio functions
2012-10-21 Rémi Denis-CourmontOld RC: audio device or stereo mode can be changed...
2012-10-14 Pierre Ynardmotion: build fix
2012-10-14 Pierre Ynardmotion: log which sensor is used
2012-10-13 Rémi Denis-Courmontdbus: avoid spamming D-Bus with bogus volume/mute changes
2012-10-13 Rémi Denis-Courmontdbus: simplify input event handling and reduce lock...
2012-10-11 Pierre Ynardmotion: fail if no sensor is available
2012-10-11 Pierre Ynardmotion: destroy transform-type variable when unused
2012-10-11 Pierre Ynardmotion: destroy motion data properly
2012-10-11 Pierre Ynardmotion: simplify
2012-10-11 Pierre Ynardmotion: don't override permanent configuration
2012-10-06 Pierre Ynardmotion: move rotate code into the rotate video filter
2012-10-06 Pierre Ynardmotion: split out motion sensor code
2012-10-04 Rémi Denis-Courmontaout: add --stereo-mode to replace audio-channels varia...
2012-09-09 Pierre YnardMakefile: fix file names
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/control/dbus/ and clean...
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/control/globalhotkeys/
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-08-29 Rémi Duraffortrc: fix some memory leaks.
2012-08-26 Zoran TuralijaDeinterlace: Add hotkey to cycle through deinterlace...
2012-08-21 Rémi Denis-CourmontUse standard abs() function where appropriate
2012-08-20 Rémi Denis-Courmontvlc_path2uri(): rename from make_URI() and always conve...
2012-08-16 Zoran TuralijaAdd hotkey to cycle through program SIDs.
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-08-02 Erwan Tuloudbus: fix vout leak
2012-07-21 Rémi Denis-Courmontplaylist: convert "volume" to float
2012-07-21 Rémi Denis-Courmontoldrc: do not show OSD volume on volume change
2012-07-21 Rémi Denis-Courmontoldrc: do not report volume twice, always report playli...
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-CourmontRC (old): fix muting
2012-07-03 Rémi Denis-Courmontaout_MuteToggle: fix name and remove unused or misused...
2012-05-17 Mirsal Ennaimedbus: Fix seek detection
next