]> git.sesse.net Git - vlc/history - modules/control/hotkeys.c
Remove most stray semi-colons in module descriptions
[vlc] / modules / control / hotkeys.c
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-22 Laurent AimarAdded hotkey code for input "frame-next".
2008-10-01 Jean-Baptiste KempfHotkeys: remove unuseful test on p_playlist: If p_playl...
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-06 Rémi Denis-CourmontHotkeys: use normal thread synchronization APIs
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-10 Derk-Jan Hartmanhotkeys: don't set key-action when we didn't find a...
2008-08-02 Pierre d'Herbemonthotkeys: Properly set seekable.
2008-07-21 Laurent AimarFixed a memory leak in aspect-ratio/crop/zoom/deinterla...
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-06-20 Rémi Denis-CourmontRewritten embedded window internal ABI
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-27 Rémi Denis-CourmontDon't create an unused variable per action
2008-03-27 Rémi Denis-CourmontRemove hotkeys "accounting" stuff.
2008-03-27 Rémi Denis-CourmontRemove ActionKeyCB - I really can't find any path to...
2008-03-27 Rémi Denis-Courmonthotkeys: use key-action
2008-03-27 Rémi Denis-Courmonthotkeys: cleanup locking
2008-03-27 Rémi Denis-CourmontRevert "ActionKeyCB: remove completely."
2008-03-27 Rémi Denis-CourmontActionKeyCB: remove completely.
2008-03-27 Rémi Denis-Courmonthotkeys: make the ActionKeyCB O(1) w.r.t. the number...
2008-03-27 Jean-Baptiste KempfChanging audio device can also make sense without any...
2008-03-27 Jean-Baptiste KempfTrailing spaces and comments.
2008-03-27 DylanAdd hotkey to cycle through audio devices
2008-03-27 DylanAdd Hotkey to cycle through audio devices
2008-02-29 Jean-Paul SamanPatch by Johannes Buchner (buchner.johannes at gmx...
2008-01-28 Rafaël Carrécontrol/*: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-16 Rémi Denis-Courmonthotkeys: use the new object locking API
2007-09-01 Rafaël Carréhotkey: Stop the playlist on Quit
2007-09-01 Rafaël CarréDestroys hotkey interface when Quit action is requested
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-06-21 Jean-Paul SamanAdded new hotkeys "key-menu-[on|off|left|right|up|down...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-14 Damien Fouilleul- hotkeys: leave full screenscreen hotkey (defaulted...
2007-05-08 Antoine CellerierAdd a hotkey to toggle wallpaper mode. Currently only...
2007-05-08 Antoine CellerierTab and trailing space police.
2007-05-08 Pierre d'HerbemontHotkeys: Enable mouse wheel up/down and left/right...
2007-05-01 Sigmund Augdal Helberghotkeys.c: Don't continue looking once the action for...
2007-05-01 Sigmund Augdal Helberghotkeys.c: Print a warning and do nothing when somethin...
2007-03-04 Pierre d'HerbemontHotkeys control: Don't yield vout and input more than...
2007-02-24 Antoine CellerierUntested new hotkeys:
2006-12-24 Clément StenacMore cleanup
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-23 Derk-Jan Hartman* destroy some mutex'es once in a while to prevent...
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-10-21 Clément StenacPlaylist
2006-09-24 Clément StenacConvert hotkeys to using cond_wait/cond_signal
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-09-17 Clément StenacWoops
2006-09-17 Clément StenacClean up a bit of redundant code
2006-09-17 Clément StenacDon't use find for the playlist
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-07-13 Sam Hocevar * modules/control/hotkeys.c: nawak.
2006-06-06 Yoann Peronneau* use Play icon for play-only hotkey
2006-06-06 Yoann Peronneau* try to fix the pause-only hotkey
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-21 Yoann Peronneau* control/hotkeys.c: Fix Play/Pause hotkey
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-13 Antoine CellerierAllow on the fly cropping size change with top, left...
2006-05-13 Antoine CellerierAdd zoom (z) and unzoom (shift+z) hotkeys
2006-04-14 Antoine CellerierPrevent some segfaults when using hotkeys with no vout
2006-03-29 Antoine CellerierControl interfaces first string review.
2006-03-25 Clément Stenac* Remove Advanced/Misc
2006-02-12 Clément StenacFix refcount problems
2006-01-12 Antoine CellerierFSF address change.
2005-11-29 Antoine Cellerieradd aspect ratio, crop and deinterlace hotkeys. fixes...
2005-11-27 Clément Stenac* Improve strings for jumps
2005-11-26 Antoine Cellerier * : make jump hotkeys time interval user configurable
2005-10-28 Derk-Jan Hartman* hotkey: Go to DVD menu (ctrl-M)
2005-10-22 Cyril Deguet* hotkeys.c: don't crash when there is no input
2005-10-16 Jean-Paul SamanMake sure to get the right unit
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-08-22 Sam Hocevar * modules/control/hotkeys.c: replaced pow(2,x) constr...
2005-08-10 Jean-Paul SamanFix regression in timing behaviour. A minute jump is...
2005-08-09 Jean-Paul SamanAdded new hotkeys (key-intf-hide, key-jump-3sec, key...
2005-07-25 Derk-Jan Hartman* change hotkeys OSD message from 0-100% to 0-400%
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-01 Rémi Denis-CourmontRemove unused variable - fix compiler warning
2005-05-26 Yoann Peronneau * control/hotkeys.c: Automatically save playlist bookm...
2005-04-18 Jean-Paul SamanFix deadlock while quiting VLC. It can get stuck in...
2005-02-15 Rémi Denis-CourmontRemove bogus executable permissions
2004-12-21 Gildas Bazin* modules/control/hotkeys.c: snapshot hotkey.
2004-12-17 Benjamin Pracht* Hotkey to set audio delay on the fly
2004-11-20 Clément StenacFix crash in bookmarks
2004-10-10 Olivier Teulière - modules/control/showintf.c: new control module,...
2004-10-08 Derk-Jan Hartman* hotkeys.c: change fullscreen setting even if there...
2004-10-02 Clément Stenac* Re-added sub-delay option
2004-10-01 Gildas Bazin* modules/control/hotkeys.c, rc, modules/demux/mp4...
next