]> git.sesse.net Git - vlc/history - modules/misc/notify/notify.c
Add --data-path option. Access the src share directory now works from build tree.
[vlc] / modules / misc / notify / notify.c
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-08-25 Rémi DuraffortFix compilation: too short delay.
2009-06-24 Rémi DuraffortCosmetics.
2009-06-24 Rémi DuraffortCleaning.
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-28 Rafaël CarréFix xspf reading/writing
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-25 Laurent AimarCosmetics (notify)
2009-02-25 Laurent AimarFixed potential segfault in notify.
2009-02-25 Laurent AimarCosmetics (notify)
2009-02-25 Laurent AimarRemove useless/wrong static non const variable (notify).
2009-02-25 Laurent AimarCosmetics (notify)
2009-02-25 Rémi Duraffortnotify: less includes.
2009-02-25 Cody RussellDo not notifications actions if the server does not...
2009-02-24 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2009-02-24 Rémi Duraffortnotify: use asprintf
2009-02-16 Laurent AimarRenamed playlist "playlist-current" to "item-current".
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-05 Rémi DuraffortFIx potential memleak (CID 217)
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-08-12 Mirsal EnnaimeTelepathy: Fix a crash.
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
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-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
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-02-10 Rémi Denis-CourmontUse config_GetDataDir() instead of DATA_PATH.
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-10-03 Rafaël Carrénotify: unref the notification popup after we have...
2007-10-01 Rafaël Carréconfigure.ac: typo, fix #1204
2007-09-28 Rafaël Carrételepathy: avoid flooding the bus when playing some...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-05 Rémi Denis-Courmont#include order
2007-08-29 Rafaël Carrénotify: Uses notification-daemon's builtin icons for...
2007-08-25 Christophe MutricyWait a little bit so we get the meta and art
2007-08-25 Rafaël Carrénotify: replaces '&' with '&' in popup body
2007-08-25 Rafaël Carrénotify: Adds a previous button also
2007-08-25 Rafaël Carrénotify: Adds a button to skip current element
2007-08-25 Rafaël Carrénotify: Don't use empty metadata
2007-08-24 Rafaël CarréDon't print "no artist" or "no album" if metadata isn...
2007-08-23 Rafaël CarréCloses the previously displayed notification before...
2007-08-23 Rafaël CarréAlbum art support in libnotify popups
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-17 Rafaël CarréForbid concurrent libnotify calls in multiple threads
2006-10-15 Rafaël CarréUse a smaller icon for notifications
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-09-17 Clément StenacInterfaces are now allowed not to have a Run function.
2006-09-17 Clément StenacFix
2006-09-17 Clément Stenac* Move all notifications plugins to misc/notify