]> git.sesse.net Git - vlc/history - modules/misc/notify/growl.m
Add --data-path option. Access the src share directory now works from build tree.
[vlc] / modules / misc / notify / growl.m
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-07-16 Rémi Duraffortgrowl: fix memleak.
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-28 Rafaël CarréFix xspf reading/writing
2009-05-05 Rémi Duraffortgrowl: fix object leak.
2009-05-05 Rémi Duraffortgrowl: fix an assert.
2009-05-05 Rémi Duraffortgrowl: fix compilation.
2009-04-26 Rémi DuraffortAdd a function to get the Title and fallback to the...
2009-04-04 Rémi Duraffortif( A == NULL || EMPTY_STR( A ) ) => if( EMPTY_STR...
2009-02-16 Laurent AimarRenamed playlist "playlist-current" to "item-current".
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-21 Rémi DuraffortUse pl_Release an factorise two lines.
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-02-18 Rafaël Carrénew growl plugin: local only, supports album art (you...