summaryrefslogtreecommitdiff
path: root/src/modules/module-augment-properties.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-12build-sys: Stop using symdef headers for modulesArun Raghavan1-2/+0
2017-12-08augment-properties: fix a memory leakTanu Kaskinen1-4/+9
2017-11-30augment-properties: support XDG_DATA_DIRS when find desktop filesIceyer1-25/+53
2015-12-14conf-parser: add support for .d directoriesTanu Kaskinen1-1/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-2/+2
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-7/+7
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-8/+2
2012-06-29conf-parser: Add support for parsing property lists.Tanu Kaskinen1-1/+1
2012-06-29conf-parser: Pass parser state in a struct also for parse callbacks.Tanu Kaskinen1-41/+19
2012-06-09modules: Use pa_streq instead of strcmp.Arti Trivedi Bora1-2/+2
2011-06-24win32: Make some unused-variable warnings go awayMaarten Bosmans1-1/+1
2011-06-22Remove unnecessary #includesMaarten Bosmans1-3/+0
2011-03-18Fix up some double spacesMaarten Bosmans1-1/+1
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-3/+1
2011-03-01Include <time.h> where necessaryMaarten Bosmans1-0/+1
2011-02-17Apply #ifdefs around functionality not available on win32Maarten Bosmans1-0/+2
2010-10-06augment-properties: Fix debug messages and statement bracketing.Colin Guthrie1-2/+3
2010-09-29augment-properties: Search for .desktop files in subfolders too.Colin Guthrie1-5/+39
2009-06-05augment: try to deduce the media role from the menu categoryLennart Poettering1-6/+67
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-21make sure we don't choke on overly long lines in .desktop filesLennart Poettering1-0/+2
2009-02-12minor reformattingLennart Poettering1-2/+2
2009-02-05add new module-augment-properties module for augmenting properties from .desk...Lennart Poettering1-0/+286