summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-desktop.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: Mark an internal function as staticRichard Hughes2019-10-041-1/+1
* Allow parsing desktop files using as_app_parse_data()Richard Hughes2019-09-301-51/+74
* Allow building on WindowsJehan2019-03-261-6/+5
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
* Do not overwrite the project group using heuristics if already setRichard Hughes2019-02-061-8/+14
* Set the AppStream ID from the X-Flatpak desktop keyRichard Hughes2018-10-151-0/+5
* Add ID provides for desktop files with X-Flatpak-RenamedFromRichard Hughes2018-09-281-0/+12
* Veto apps that have empty OnlyShowIn=Kalev Lember2018-04-171-1/+4
* as-app-desktop: don't deference invalid listsMarco Trevisan (TreviƱo)2018-01-231-4/+4
* libappstream-glib: Use g_ascii_strcasecmp() instead of strcasecmp()Philip Withnall2017-08-151-1/+1
* Tighten a rule that classifies apps as web-appsKalev Lember2017-01-161-1/+1
* trivial: Remove two unused variablesKalev Lember2016-11-071-1/+0
* trivial: Only load native languages from desktop files when the flag is setRichard Hughes2016-11-031-0/+12
* Convert the built unknown icons to the correct kind depending on the actionRichard Hughes2016-09-051-2/+1
* Refactor the desktop file icon loading codeRichard Hughes2016-09-041-26/+46
* Revert "as-app-desktop: Fix association between icon names and types (#128)"Richard Hughes2016-08-221-7/+27
* as-app-desktop: Fix association between icon names and types (#128)Philip Withnall2016-08-221-27/+7
* Do not save the 'X-' prefixed keys to the AppStream metadataRichard Hughes2016-07-151-9/+33
* Fix missing keywords in the previous commitJoaquim Rocha2016-07-121-2/+2
* Add external (X-*) keys of an app's desktop file as metadata AsAppJoaquim Rocha2016-07-121-0/+10
* trivial: Remove the X- hack from parsing the category listRichard Hughes2016-07-121-4/+0
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-18/+0
* Ignore desktop files with X-AppStream-IgnoreRichard Hughes2016-04-041-0/+10
* Always veto anything with X-Unity-Settings-PanelRichard Hughes2016-03-311-0/+12
* Rename a symbol to reflect realityRichard Hughes2016-02-251-2/+2
* Move the blacklisted application list to the front-end clientRichard Hughes2016-01-171-4/+0
* Detect web-apps which are added as .desktop filesRichard Hughes2016-01-151-0/+13
* Return the correct error when the desktop file has no [Desktop Entry] groupRichard Hughes2015-11-021-0/+10
* trivial: Fix a typo in commentKalev Lember2015-10-141-1/+1
* Try harder to deal with icons that have extension or full path listedKalev Lember2015-10-141-3/+14
* trivial: Remove a now-unused veto ruleRichard Hughes2015-09-171-9/+0
* trivial: Drop as-cleanup.h include where not neededKalev Lember2015-09-081-1/+0
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-13/+13
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-26/+24
* When building metadata with the use-fallback flag accept legacy icon namesRichard Hughes2015-06-161-1/+27
* Add a flag to use non-optimal data sources when building metadataRichard Hughes2015-06-161-0/+49
* Fix a potential crash spotted by clangRichard Hughes2015-05-281-1/+1
* trivial: Split off the desktop file parsing to it's own source fileRichard Hughes2015-03-091-0/+385