summaryrefslogtreecommitdiff
path: root/libappstream-glib
Commit message (Expand)AuthorAgeFilesLines
* Only add registered projects and categories to the metadataRichard Hughes2014-07-298-4/+240
* Validate for a sentance case start in <p>, <li>, <name> and <caption> tagsRichard Hughes2014-07-292-1/+70
* Add open-raw.desktop to the blacklistRichard Hughes2014-07-281-0/+1
* trivial: Allow 'license' for the deprecated fallback tagRichard Hughes2014-07-281-1/+2
* trivial: Do not use g_warning() for invalid UTF8Richard Hughes2014-07-172-37/+20
* Do not allow duplicates to be added when using as_app_add_kudo_kind()Richard Hughes2014-07-161-2/+1
* Be more careful with untrusted XML dataRichard Hughes2014-07-112-11/+30
* Do not parse the license strings when in relaxed validation modeRichard Hughes2014-07-111-2/+4
* Check for duplicate kudos if the input is untrustedRichard Hughes2014-07-101-7/+20
* trivial: Two more applications to the blacklistRichard Hughes2014-07-101-0/+2
* trivial: Add three more non-apps to the blacklistRichard Hughes2014-07-101-0/+4
* Add AS_APP_SUBSUME_FLAG_PARTIALRichard Hughes2014-07-092-1/+19
* Remove as_util_get_possible_kudos() as it's now unusedRichard Hughes2014-07-092-22/+0
* Sort the <component> values alphabeticallyRichard Hughes2014-07-091-0/+19
* trivial: Fix a tiny memory leak when calling as_image_load_filename() more th...Richard Hughes2014-07-081-0/+1
* Add support for <kudo> introduced in AppStream 0.8Richard Hughes2014-07-089-26/+325
* Allow calling as_image_set_pixbuf() with a NULL pixbufRichard Hughes2014-07-081-1/+5
* trivial: Fix a small leak in the self testsRichard Hughes2014-07-081-5/+0
* Add as_store_load_path()Richard Hughes2014-07-072-0/+24
* trivial: Never report padding on images with no alpha channelRichard Hughes2014-07-041-0/+3
* Use as_image_get_alpha_flags() when validating and building metadataRichard Hughes2014-07-041-0/+17
* Add as_image_get_alpha_flags()Richard Hughes2014-07-043-0/+236
* trivial: Do not leak memory if the screenshot is smallRichard Hughes2014-07-031-0/+1
* Never sharpen or scale images exactly the correct sizeRichard Hughes2014-07-031-1/+5
* Sharpen resized screenshots after resizing with a cubic interpolationRichard Hughes2014-07-034-4/+333
* Never scale up small screenshotsRichard Hughes2014-07-021-1/+14
* Revert "Write X-Kudo-Perfect-Screenshots for any application with perfect scr...Richard Hughes2014-07-021-1/+0
* Write X-Kudo-Perfect-Screenshots for any application with perfect screenshotsRichard Hughes2014-07-021-0/+1
* Promote DESKTOP sources to APPDATA if we subsume an appdata.xml fileRichard Hughes2014-07-022-12/+19
* trivial: Fix recently introduced crash when using AS_STORE_ADD_FLAG_PREFER_LOCALRichard Hughes2014-07-011-6/+9
* trivial: Add AS_URL_KIND_MISSINGRichard Hughes2014-07-011-0/+2
* Add as_app_set_state()Richard Hughes2014-07-014-0/+116
* Always check for duplicate screenshots when using as_app_subsume()Richard Hughes2014-07-013-1/+23
* trivial: Allow zero width and height for as_screenshot_get_image()Richard Hughes2014-07-011-2/+0
* Add some useful image size constantsRichard Hughes2014-07-011-0/+8
* Add as_screenshot_get_image()Richard Hughes2014-07-013-2/+53
* Add AS_STORE_ADD_FLAG_PREFER_LOCAL to allow the client to prefer local filesRichard Hughes2014-07-013-33/+119
* Add as_store_set_add_flags()Richard Hughes2014-07-012-0/+49
* Assume local files are untrusted when parsingRichard Hughes2014-06-301-0/+5
* Add as_app_set_trust_flags()Richard Hughes2014-06-302-8/+282
* trivial: Add several more non-applicationsRichard Hughes2014-06-271-1/+6
* Do not parse the .desktop file if the ID already exists in the XML metadataRichard Hughes2014-06-262-0/+70
* trivial: Show the source kinds to allow debugging duplicate entriesRichard Hughes2014-06-261-2/+20
* trivial: Log why a desktop file is being ignoredRichard Hughes2014-06-261-0/+2
* Add as_app_source_kind_to_string()Richard Hughes2014-06-262-0/+50
* trivial: Supress warning when either desktop or appdata paths have subfoldersRichard Hughes2014-06-261-0/+2
* Add as_utils_is_blacklisted_id()Richard Hughes2014-06-267-2/+100
* trivial: Only set the icon kind to stock when using as_store_load()Richard Hughes2014-06-262-4/+1
* Prefix the filename if as_app_parse_appdata_file() failsRichard Hughes2014-06-261-1/+5
* trivial: Add some speed profiling for AppData and desktop filesRichard Hughes2014-06-261-2/+46