]> git.sesse.net Git - vlc/history - modules/misc/notify/notify.c
Use pl_Release with the right argument.
[vlc] / modules / misc / notify / notify.c
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