]> git.sesse.net Git - vlc/history - modules/misc/notify/notify.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / misc / notify / notify.c
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