]> git.sesse.net Git - vlc/history - modules/control/hotkeys.c
Merge branch '1.0-bugfix'
[vlc] / modules / control / hotkeys.c
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
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-21 Rémi Denis-CourmontGet rid of KEY_ASCII and KEY_SPECIAL
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-04-15 Rémi Denis-CourmontHotkeys: cleanup variable use
2009-04-15 Rémi Denis-CourmontThread-safe and more compact hotkeys initialization
2009-04-11 Jean-Philippe AndreFix object leak (1 from my previous commit + 2 others)
2009-04-11 Jean-Philippe AndreFix segfault: press Shift+A without an opened AOUT...
2009-02-27 Rémi Durafforthotkeys: factorization.
2009-02-25 Laurent AimarAdded hotkeys for fine playback rate control.
2009-02-24 Laurent AimarFixed a segfault in hotkeys.
2009-02-24 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2009-02-23 Derk-Jan Hartmanaxe -> axis
2009-02-23 Jean-Baptiste KempfForgotten ' ' space in longhelp.
2009-02-23 Jean-Baptiste KempfRemove one vlc_object_find usage.
2009-02-23 Jean-Baptiste KempfHotkeys: configurability of mousewheel action to stop...
2009-02-20 Frédéric CrozatFix format-security warnings
2009-02-20 Rémi Denis-CourmontRemove silly cast
2009-02-18 Laurent AimarAdded a "key-rate-normal" to reset input playback rate...
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-02-05 Rémi Denis-CourmontUnitialized variable
2009-02-05 Rémi Denis-CourmontMenu key triggers the popup menu
2009-02-02 Joseph TulouCore implementation of --[no]-autoscale and --scale...
2009-01-26 Rémi Durafforthotkeys: fix potential buffer overflows, use var_Create...
2009-01-26 Joseph TulouEnabling scaling activation/deactivation
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-20 Rémi Denis-CourmontPartially cleanup the vout_window API
2009-01-06 Laurent AimarFix quit sequence in hotkeys.
2008-12-15 Rémi DuraffortFix memleak (#2350).
2008-11-23 Laurent AimarRenamed "seekable" into "can-seek" (for consistency).
2008-11-02 Rémi DuraffortRemove MALLOC_(VOID|ERR). (and use calloc instead of...
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
next