summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-screenshot.c
Commit message (Expand)AuthorAgeFilesLines
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
* Add object type checks on the inputs of all functionsRobert Ancell2018-06-271-0/+19
* trivial: Do not duplicate tiny strings for each <lang> and <caption> tagRichard Hughes2018-05-211-4/+6
* trivial: Do not reallocate all the AsImage URL stringsRichard Hughes2018-05-211-3/+4
* Add more GObject Introspection annotations for PythonRichard Hughes2018-01-221-3/+3
* Write XML for newer AppStream specification versionsRichard Hughes2017-10-091-8/+6
* Lazy load the screenshot captions storageRichard Hughes2016-11-211-5/+19
* Use refcounted strings in all objectsRichard Hughes2016-11-211-3/+7
* trivial: Don't write invalid width and height propertiesRichard Hughes2016-08-021-2/+2
* trivial: Fix some gtk-doc markupRichard Hughes2016-07-251-0/+1
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-4/+4
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-9/+0
* Add as_screenshot_get_image_for_locale()Richard Hughes2016-04-191-8/+70
* trivial: Never write empty <screenshot/> tagsRichard Hughes2016-01-171-1/+5
* Make the check for screenshot equality more robustRichard Hughes2016-01-171-0/+44
* 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-5/+5
* libappstream-glib: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-081-3/+2
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-11/+6
* Create a AsNodeContext object for parsing stateRichard Hughes2015-01-211-10/+14
* trivial: Don't show warnings when doing distcheckRichard Hughes2014-11-041-1/+1
* Write the screenshot priority in the XML fileRichard Hughes2014-10-201-0/+6
* Add as_screenshot_set_priority()Richard Hughes2014-10-201-0/+34
* Use libyaml to read DEP-11 metadataRichard Hughes2014-08-201-0/+51
* trivial: Allow zero width and height for as_screenshot_get_image()Richard Hughes2014-07-011-2/+0
* Add as_screenshot_get_image()Richard Hughes2014-07-011-0/+40
* trivial: Fix up some GObjectIntrospection markupRichard Hughes2014-06-201-1/+1
* Allow as_node_get_attribute_as_int() to parse negative numbersRichard Hughes2014-06-131-2/+2
* Do not write a screenshot type of 'normal' as it's the default valueRichard Hughes2014-06-061-1/+6
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-041-3/+3
* trivial: Use a common style where the _cleanup is done last in the blockRichard Hughes2014-06-031-1/+1
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-011-15/+9
* Fix validation of old-style AppData files without screenshot sizesRichard Hughes2014-05-221-4/+7
* Add as_screenshot_get_source() convenience helperRichard Hughes2014-05-161-0/+25
* trivial: Include captions for slightly over v0.4 API versionRichard Hughes2014-04-231-1/+1
* Support <screenshot> sections without <image>'sRichard Hughes2014-04-201-1/+14
* Do not write xml:lang key versions when the same as the 'C' versionRichard Hughes2014-04-101-2/+6
* Add as_node_get_tag() and only store the name when the tag is unknownRichard Hughes2014-03-261-1/+1
* Add an 'api-version' property to AsStore to generate old-style metadataRichard Hughes2014-03-201-4/+8
* Add gtk-doc file headers and flesh out the documentationRichard Hughes2014-03-181-0/+12
* Unexport things we don't want to keep stableRichard Hughes2014-03-181-2/+3
* If locale is unspecified use the default user LANG choiceRichard Hughes2014-03-171-3/+1
* Add a lot of Gtk-Doc markup and generate a valid GIR fileRichard Hughes2014-03-171-11/+91
* Use strndup so we can use expat-type parsers without an additional copyRichard Hughes2014-03-131-5/+2
* Add functions to parse from and to insert a GNodeRichard Hughes2014-03-131-0/+82
* Add AsScreenshotRichard Hughes2014-03-121-0/+179