summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-01-10add "warning" to the error strings that are output when fixing the desktopVincent Untz1-2/+2
2009-01-10add LXDE in the list of registered OnlyShowIn values.Vincent Untz1-1/+1
2008-12-10fix warning in a commentVincent Untz1-1/+1
2008-04-27Be stricter for the MIME type check. It's actually a bit too strict rightVincent Untz5-96/+287
2008-04-26check that the Comment does not look like the Name of the GenericNameVincent Untz1-8/+51
2008-04-26make a few more structure static, change the way we store data about theVincent Untz2-67/+231
2008-04-26at least one main category must be included in the Categories. Output anVincent Untz1-3/+22
2008-03-06don't unlink the destination file if it's the same as the source file inVincent Untz1-2/+7
2008-02-05Fix crash with really small lines that are invalid, like just "a". Fox bugVincent Untz1-1/+10
2008-01-20don't get the MimeType key from the first start group (which might notVincent Untz2-1/+4
2007-12-14Consider icon names with extensions a warning and not an error for now.Ray Strode1-1/+1
2007-09-01validate the desktop file after modifying its content, but before doingVincent Untz1-9/+10
2007-09-01Don't exit(), but let the main() function do it with a proper errorVincent Untz1-5/+8
2007-09-01require glib 2.8.0 kill (main): directly use g_mkdir_with_parents()Vincent Untz1-23/+1
2007-09-01simplify the code with a macro (parse_options_callback): ifVincent Untz1-67/+44
2007-08-18handle -m too. Fix bug #12018. Patch by Matthias ClasenVincent Untz1-3/+6
2007-08-18Handle X-Foo in environments. Based on patch by Stanislav BrabecVincent Untz1-2/+9
2007-07-27new, checks that the value is either an absolute path to a file, or thatVincent Untz1-1/+51
2007-07-08pass the GError to g_key_file_load_from_file(), so we know when we can'tVincent Untz1-1/+1
2007-06-04add myself update URL of the desktop entry specVincent Untz1-1/+1
2007-06-04check if we have a vendor name before using it (main): fix bug when noVincent Untz1-11/+3
2007-06-04Don't use GKeyFile in the validator, so we really control everything.Vincent Untz2-178/+490
2007-03-15remove mention of desktop-menu-tool kill, was useless and deprecatedVincent Untz10-2830/+2205
2006-11-07If a desktop file contains "Applications" instead of "Application" makeRay Strode1-2/+2
2006-11-07Print a warning instead of an error if categories aren't defined by theRay Strode1-36/+44
2006-11-07Validate keywords as localestrings instead of strings (red hat bugRay Strode1-1/+1
2006-11-07update categories to match the latest version of the desktop menuRay Strode1-23/+31
2006-11-06fix a couple of mem leaks. Patch from Pascal Terjan (gnoem bug 345686)Ray Strode1-1/+5
2006-11-06move g_free inside if branch to prevent a double free in the else case.Ray Strode1-1/+1
2006-11-06fix category typos: TeminalEmulator -> TerminalEmulator ScreenSaver ->Ray Strode1-2/+2
2006-11-06add patch from Vincent Untz to not validate categories that start with X-Ray Strode1-0/+6
2006-07-26remove from cvsRay Strode4-3362/+0
2006-04-18Validate that desktop file categories match those specified in the spec.Ray Strode4-260/+313
2005-08-31resync from libegg to fix grammar error spotted by Moritz BarsnickRay Strode1-12/+11
2005-01-10NULL terminate default search path. Spotted by Mike Hearn <mike@navi.cx>Ray Strode1-0/+2
2004-11-23Patch from Ville Skyttä <ville.skytta@iki.fi>Mark McLoughlin1-3/+3
2004-11-11updateMark McLoughlin1-2/+0
2004-11-11fix uninitialized variable.Mark McLoughlin31-16939/+17
2004-10-18Error out if trying to add key-value pair to comment group (Patch fromRay Strode1-1/+10
2004-09-28Don't put the if clause where the else clause should go and vice versaRay Strode1-2/+2
2004-09-27Bounds check before doing array assignmentRay Strode2-4/+7
2004-09-23Fix --remove-show-in optionRay Strode1-12/+25
2004-09-13Don't try to dispose of 'entries' if it's NULL, since thenDan Williams1-1/+2
2004-09-08New macros for printing at various verbosity levels (is_valid_mime_type):Ray Strode1-32/+58
2004-09-03sync with libeggRay Strode2-120/+162
2004-09-02Fixes empty subdirs not getting removed.Mark McLoughlin1-2/+2
2004-09-02always invalidate the cache, even if a file has just changed - we need toMark McLoughlin1-11/+13
2004-09-02Don't crash if the tree has already been freed.Mark McLoughlin1-1/+2
2004-09-02sync with libeggRay Strode5-366/+1098
2004-08-29Patch from Dan Williams <dcbw@redhat.com>Mark McLoughlin1-1/+5