]> git.sesse.net Git - vlc/history - modules/misc/notify
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / misc / notify /
2010-08-25 Christophe MutricyFix loading of the VLC icon
2010-07-26 Rémi Denis-CourmontMSN: (hopefully) correct non-ASCII characters (fixes...
2010-06-17 Rémi Denis-Courmontsn?printf -> strl?cpy
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
2010-03-28 Rémi DuraffortGrowl: do not get the configuration for every item...
2010-03-28 Rémi DuraffortGrowl: cosmetics.
2010-03-28 Rémi DuraffortGrowl: fix a second buffer overflow.
2010-03-28 Rémi Duraffortgrowl: fix a buffer overflow.
2010-03-28 Rémi DuraffortGrow: fix crash when the password is NULL.
2010-03-28 Rémi DuraffortGrowl: fix bad memset.
2010-03-28 Rémi DuraffortGrowl: cosmetics.
2010-03-28 Rémi Duraffortgrowl: fix pontential use after free (var_delcallbacl...
2010-03-07 Rémi Denis-CourmontMSN: fix assertion (fixes #2930)
2010-02-20 Rafaël Carréfix assignement order from [3ecd0eb5dcb4]
2010-02-20 Rémi Denis-Courmontnotify: use make_path
2010-02-20 Rémi Denis-Courmontgrowl: use make_path()
2010-02-10 Rémi Duraffortmsn: simplify (and remove some dummy strdup).
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-03 Rémi Denis-CourmontHard-code MSN plugin on Windows
2010-01-23 Rémi Denis-Courmontmisc: use var_Inherit
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-03 Rémi Denis-Courmontasprintf -> strdup
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-25 Rémi DuraffortFix compilation: too short delay.
2009-07-16 Rémi Duraffortgrowl: fix memleak.
2009-06-25 Rémi DuraffortFix warning (the parameter is an integer, not a pointer)
2009-06-24 Rémi DuraffortCosmetics.
2009-06-24 Rémi DuraffortCleaning.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-28 Rafaël CarréFix xspf reading/writing
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontPass pointer rather than ID for playlist item-current
2009-05-16 Rémi Denis-CourmontPass input item through playlist item-change rather...
2009-05-05 Rémi Duraffortgrowl: fix object leak.
2009-05-05 Rémi Duraffortgrowl: fix an assert.
2009-05-05 Rémi Duraffortgrowl: fix compilation.
2009-04-26 Rémi DuraffortAdd a function to get the Title and fallback to the...
2009-04-19 Rémi Duraffortxosd: requiere a not so old version.
2009-04-19 Rémi Duraffortxosd: some cleaning and fix compilation for version...
2009-04-04 Rémi Duraffortif( A == NULL || EMPTY_STR( A ) ) => if( EMPTY_STR...
2009-03-29 Kaarlo Raihaunicode support msn plugin
2009-03-17 Rémi Durafforttelepathy: get back the previous behavior.
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 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
next