]> git.sesse.net Git - vlc/history - modules/misc/notify/msn.c
MSN: (hopefully) correct non-ASCII characters (fixes #3952)
[vlc] / modules / misc / notify / msn.c
2010-07-26 Rémi Denis-CourmontMSN: (hopefully) correct non-ASCII characters (fixes...
2010-03-07 Rémi Denis-CourmontMSN: fix assertion (fixes #2930)
2010-02-10 Rémi Duraffortmsn: simplify (and remove some dummy strdup).
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-06-25 Rémi DuraffortFix warning (the parameter is an integer, not a pointer)
2009-04-26 Rémi DuraffortAdd a function to get the Title and fallback to the...
2009-03-29 Kaarlo Raihaunicode support msn plugin
2009-02-16 Laurent AimarRenamed playlist "playlist-current" to "item-current".
2009-02-08 Kaarlo Raihafix typo
2009-01-27 Rémi Denis-CourmontTrailing ;
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-04 Christophe MutricyFix playlist use. Fix #2153
2008-10-01 Christophe MutricyFix for p_input being now hidden.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-08-19 Rémi DuraffortFix compilation warnings.
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-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-21 Rafaël CarréFixes memory leaks
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-14 Pierre d'Herbemontmodules/misc/notify/msn.c: Remove some dead code.
2007-06-30 Antoine CellerierHopefully fix compilation.
2007-06-30 Antoine CellerierAttempt to allow using meta information in the MSN...
2007-03-23 Christophe MutricyFix the strings.
2006-11-26 Antoine CellerierFix small mixup between artist and title in MSN plugin.
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-10 Felix Paul Kühne* forward-port [17020]
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-09-17 Clément StenacDon't run growl and msn plugins
2006-09-17 Clément Stenac* Move all notifications plugins to misc/notify