summaryrefslogtreecommitdiff
path: root/src/update-desktop-database.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-22Add --versionJakobDev1-1/+10
2020-06-20pledge: add support to remaining utilitiesAntoine Jacoutot1-2/+2
2019-07-23update-desktop-database.c: Sort output within lines, not the just between them.Chris Lamb1-0/+1
2019-07-23Use pledge(2) on OpenBSD to limit the sets of syscalls that can be usedJasper Lievisse Adriaanse1-0/+7
2013-01-07update-desktop-database: List only once a desktop file per mime typeVincent Untz1-0/+7
2011-12-15update-desktop-database: Ignore desktop files with Hidden=trueVincent Untz1-0/+7
2010-09-10Sort mime types alphabetically in update-desktop-database cacheVincent Untz1-1/+10
2010-09-10Rework help of all toolsVincent Untz1-4/+5
2010-09-10Always output values as lists in the cache from update-desktop-databaseVincent Untz1-3/+1
2010-09-10If -q and -v are passed to update-desktop-database, ignore -vVincent Untz1-1/+1
2010-03-10Tweak an error stringVincent Untz1-2/+3
2010-03-10Improve one string for translationVincent Untz1-11/+4
2010-03-10Mark all output strings as translatableVincent Untz1-8/+10
2010-03-10Consistent use of quotes in error messagesVincent Untz1-6/+6
2010-03-10Improve error messagesVincent Untz1-4/+8
2010-03-10Update copyrights, and add vim modelinesVincent Untz1-4/+7
2010-03-10Fix indentation and remove trailing spacesVincent Untz1-27/+27
2008-04-27Be stricter for the MIME type check. It's actually a bit too strict rightVincent Untz1-86/+23
2008-01-20don't get the MimeType key from the first start group (which might notVincent Untz1-1/+3
2006-04-18Validate that desktop file categories match those specified in the spec.Ray Strode1-43/+39
2005-01-10NULL terminate default search path. Spotted by Mike Hearn <mike@navi.cx>Ray Strode1-0/+2
2004-09-08New macros for printing at various verbosity levels (is_valid_mime_type):Ray Strode1-32/+58
2004-09-03sync with libeggRay Strode1-102/+136
2004-09-02sync with libeggRay Strode1-2/+2
2004-07-22sync with libeggRay Strode1-2/+3
2004-07-21Return 1 on failure, even in quiet mode.Ray Strode1-3/+4
2004-07-15add update-desktop-databaseRay Strode1-0/+481