summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* remove mention of desktop-menu-tool kill, was useless and deprecatedVincent Untz2007-03-1510-2830/+2205
* If a desktop file contains "Applications" instead of "Application" makeRay Strode2006-11-071-2/+2
* Print a warning instead of an error if categories aren't defined by theRay Strode2006-11-071-36/+44
* Validate keywords as localestrings instead of strings (red hat bugRay Strode2006-11-071-1/+1
* update categories to match the latest version of the desktop menuRay Strode2006-11-071-23/+31
* fix a couple of mem leaks. Patch from Pascal Terjan (gnoem bug 345686)Ray Strode2006-11-061-1/+5
* move g_free inside if branch to prevent a double free in the else case.Ray Strode2006-11-061-1/+1
* fix category typos: TeminalEmulator -> TerminalEmulator ScreenSaver ->Ray Strode2006-11-061-2/+2
* add patch from Vincent Untz to not validate categories that start with X-Ray Strode2006-11-061-0/+6
* remove from cvsRay Strode2006-07-264-3362/+0
* Validate that desktop file categories match those specified in the spec.Ray Strode2006-04-184-260/+313
* resync from libegg to fix grammar error spotted by Moritz BarsnickRay Strode2005-08-311-12/+11
* NULL terminate default search path. Spotted by Mike Hearn <mike@navi.cx>Ray Strode2005-01-101-0/+2
* Patch from Ville Skyttä <ville.skytta@iki.fi>Mark McLoughlin2004-11-231-3/+3
* updateMark McLoughlin2004-11-111-2/+0
* fix uninitialized variable.Mark McLoughlin2004-11-1131-16939/+17
* Error out if trying to add key-value pair to comment group (Patch fromRay Strode2004-10-181-1/+10
* Don't put the if clause where the else clause should go and vice versaRay Strode2004-09-281-2/+2
* Bounds check before doing array assignmentRay Strode2004-09-272-4/+7
* Fix --remove-show-in optionRay Strode2004-09-231-12/+25
* Don't try to dispose of 'entries' if it's NULL, since thenDan Williams2004-09-131-1/+2
* New macros for printing at various verbosity levels (is_valid_mime_type):Ray Strode2004-09-081-32/+58
* sync with libeggRay Strode2004-09-032-120/+162
* Fixes empty subdirs not getting removed.Mark McLoughlin2004-09-021-2/+2
* always invalidate the cache, even if a file has just changed - we need toMark McLoughlin2004-09-021-11/+13
* Don't crash if the tree has already been freed.Mark McLoughlin2004-09-021-1/+2
* sync with libeggRay Strode2004-09-025-366/+1098
* Patch from Dan Williams <dcbw@redhat.com>Mark McLoughlin2004-08-291-1/+5
* add an only_show_in arg. (desktop_entry_tree_cache_unref: freeMark McLoughlin2004-08-294-5/+8
* Another patch from Dan with some minor changes.Mark McLoughlin2004-08-293-9/+33
* Patch to make the menu method notice changes in the entry directories andMark McLoughlin2004-08-2912-49/+836
* remove FIXME to disable removing empty submenus. menu-spec says theMark McLoughlin2004-08-291-6/+2
* Based on a patch from Dan Williams <dcbw@redhat.com>Mark McLoughlin2004-08-294-9/+77
* don't include desktop_file.hMark McLoughlin2004-08-292-2/+1
* don't leak the entry sets. Patch from Kjartan Maraas in rh bug #130673Mark McLoughlin2004-08-252-0/+4
* sync with libeggRay Strode2004-07-224-83/+156
* Make pass distcheck.Jonathan Blandford2004-07-221-0/+2
* add new --add-mime-type and --remove-mime-type options to make it easy toRay Strode2004-07-211-0/+56
* add new --rebuild-mime-info-cache option (str_has_prefix): this functionRay Strode2004-07-211-20/+45
* Return 1 on failure, even in quiet mode.Ray Strode2004-07-211-3/+4
* add update-desktop-databaseRay Strode2004-07-159-1/+3042
* Patch from Ville Skyttä <ville.skytta@iki.fi> with some minor changes.Mark McLoughlin2004-04-182-71/+117
* Warning fixes.Mark McLoughlin2004-04-184-145/+28
* src/gen-compat-tree.c src/menu-entries.c src/menu-entries.hDan Williams2004-03-2210-21/+312
* Don't crash when a .desktop file is a symlink pointing to a nonexistentDan Williams2004-03-211-1/+1
* Version 0.5.DESKTOP_FILE_UTILS_0_5Mark McLoughlin2004-03-011-2/+10
* Version 0.4DESKTOP_FILE_UTILS_0_4Mark McLoughlin2004-02-191-1/+3
* Add support for .desktop files which contains Actions. Verify that theMark McLoughlin2004-02-191-24/+149
* hush puppiesMark McLoughlin2004-02-191-0/+10
* don't return an entry's parent, only return a subdir at the exact pathHavoc Pennington2003-10-241-4/+22