]> git.sesse.net Git - vlc/history - modules/misc/inhibit.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / misc / inhibit.c
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2009-06-02 Rémi Denis-Courmontinhibit: use callbacks, kill one timer thread
2009-03-05 Laurent AimarFixed inhibit playlist leak.
2009-01-18 Christophe MutricyOne less vlc_object_find()
2009-01-18 Christophe MutricyI18n the string as recomended by the spec
2009-01-18 Christophe MutricyFix logic
2009-01-17 Laurent AimarUse "can-rate" and "state" input variable when applicable.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-09-03 Rémi Denis-CourmontDo not lock the input while talking to D-Bus
2008-09-03 Rémi DuraffortFix memleak (don't ask for error just for fun).
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Rémi Denis-Courmontinhibit: fix another instance of the killed-before...
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-30 Jean-Baptiste KempfYet another one from Philipp Weissenbacher.
2007-10-22 Rafaël Carréinhibit: apply [22797] since it's the same main loop...
2007-10-21 Rafaël Carrépower management inhibit: uninhibit only once
2007-10-20 Rafaël CarréNew inhibit module to prevent the power management...