]> git.sesse.net Git - vlc/history - modules/misc/notify
jvlc: libvlcState enum index comment added for reference
[vlc] / modules / misc / notify /
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-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
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-03-15 Rémi DuraffortRemove useless test before free and delete.
2008-02-18 Rafaël Carrénew growl plugin: local only, supports album art (you...
2008-02-10 Rémi Denis-CourmontUse config_GetDataDir() instead of DATA_PATH.
2008-02-02 Rafaël Carrégrowl: better formatting of notification, depending...
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-12-10 Rafaël Carrételepathy: shows an empty status when VLC has been...
2007-10-21 Rafaël Carrételepathy: don't Close() twice. one time when we encoun...
2007-10-18 Rafaël Carrételepathy: register the callbacks only when we are...
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-29 Rafaël Carrételepathy: 10 calls to the "item-change" callback may...
2007-09-28 Rafaël Carrételepathy: fixes [22301]. '-' is forbidden in variable...
2007-09-28 Rafaël Carrételepathy: avoid flooding the bus when playing some...
2007-09-28 Rafaël Carrételepathy: same than [22299]
2007-09-18 Christophe MutricyTypos
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-17 Rafaël Carrételepathy: updates the presence only if the "item-chang...
2007-09-17 Rémi Denis-CourmontStick to American ASCII quotes otherwise gettext will...
2007-09-17 Rafaël CarréNew Telepathy plugin, to customize user Presence with...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-07 Rafaël CarréUses add_password for passwords
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-23 Antoine CellerierFix xosd (due to bug introduced in [17267] by funman).
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 _GNU_SOURCE and string.h too
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...
2007-08-14 Pierre d'Herbemontmodules/misc/notify/growl.c: Remove some dead code.
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.
2007-02-26 Rémi Denis-CourmontSimplify shutdown() portability
2006-11-26 Antoine CellerierFix small mixup between artist and title in MSN plugin.
2006-11-26 Clément StenacNicer commits, faster breaking time and better-looking...
2006-11-26 Clément StenacDid I loose the count ?
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-22 Rafaël Carrétypo
2006-10-22 Rafaël Carréfix xosd, thanks to hobophobe
2006-10-15 Rafaël CarréUse a smaller icon for notifications
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 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