]> git.sesse.net Git - vlc/history - modules/misc/notify/telepathy.c
Merge branch 'master' into lpcm_encoder
[vlc] / modules / misc / notify / telepathy.c
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-01-23 Rémi Denis-Courmontmisc: use var_Inherit
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
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-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-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontPass pointer rather than ID for playlist item-current
2009-05-16 Rémi Denis-CourmontPass input item through playlist item-change rather...
2009-03-17 Rémi Durafforttelepathy: get back the previous behavior.
2009-02-25 Rémi Durafforttelepathy: compute test only one time
2009-02-25 Rémi Duraffortnotify: less includes.
2009-02-16 Laurent AimarRenamed playlist "playlist-current" to "item-current".
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-21 Jean-Baptiste KempfForgotten in previous commit.
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-09-28 Pierre d'HerbemontFix playlist_CurrentInput usage.
2008-09-27 Christophe MutricyCompile fix after d228fdd28e
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-14 Rémi Denis-CourmontAnother thread-unsafe redumdant use of b_dead
2008-08-12 Mirsal EnnaimeTelepathy: Fix a crash.
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-01-29 Rafaël Carrémisc: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-10 Rafaël Carrételepathy: shows an empty status when VLC has been...
2007-10-21 Rafaël Carrételepathy: don't Close() twice. one time when we encoun...
2007-10-18 Rafaël Carrételepathy: register the callbacks only when we are...
2007-09-29 Rafaël Carrételepathy: 10 calls to the "item-change" callback may...
2007-09-28 Rafaël Carrételepathy: fixes [22301]. '-' is forbidden in variable...
2007-09-28 Rafaël Carrételepathy: avoid flooding the bus when playing some...
2007-09-28 Rafaël Carrételepathy: same than [22299]
2007-09-18 Christophe MutricyTypos
2007-09-17 Rafaël Carrételepathy: updates the presence only if the "item-chang...
2007-09-17 Rémi Denis-CourmontStick to American ASCII quotes otherwise gettext will...
2007-09-17 Rafaël CarréNew Telepathy plugin, to customize user Presence with...