]> git.sesse.net Git - vlc/history - modules/misc/notify
Cosmetics (notify)
[vlc] / modules / misc / notify /
2009-02-25 Laurent AimarCosmetics (notify)
2009-02-25 Rémi Durafforttelepathy: compute test only one time
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-22 Rémi Duraffortxosd: simplification.
2009-02-22 Rémi Duraffortxosd: use a condition variable instead of a sleep.
2009-02-21 Rémi Duraffortxosd:
2009-02-16 Laurent AimarRenamed playlist "playlist-current" to "item-current".
2009-02-08 Kaarlo Raihafix typo
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-21 Jean-Baptiste KempfForgotten in previous commit.
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-11-02 Rémi DuraffortRemove MALLOC_(VOID|ERR). (and use calloc instead of...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-14 Rémi DuraffortFix compilation (my fault).
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-14 Rémi Duraffortnotify/xosd: potential memleaks
2008-10-05 Rémi DuraffortFIx potential memleak (CID 217)
2008-10-04 Christophe MutricyFix playlist use. Fix #2153
2008-10-01 Christophe MutricyFix for p_input being now hidden.
2008-09-28 Pierre d'HerbemontFix playlist_CurrentInput usage.
2008-09-27 Christophe MutricyCompile fix after d228fdd28e
2008-09-27 Christophe MutricyFix bad declaration
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-19 Sebastien EscudierAllow 0 TTL
2008-09-14 Rémi Denis-CourmontAnother thread-unsafe redumdant use of b_dead
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-08-19 Rémi DuraffortFix compilation warnings.
2008-08-12 Mirsal EnnaimeTelepathy: Fix a crash.
2008-08-01 Rémi DuraffortFix xosd memleaks.
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.
next