summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-image.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/+29
* trivial: Do not reallocate all the AsImage URL stringsRichard Hughes2018-05-211-0/+7
* Add AS_IMAGE_LOAD_FLAG_ALWAYS_RESIZE to always resize the pixbufRichard Hughes2018-03-091-0/+11
* Fix the arithmetic when fitting an image in 16:9Joaquim Rocha2017-11-101-1/+3
* trivial: Fix up several small memory leaksRichard Hughes2017-06-221-5/+7
* Fix compile with -Wdiscarded-qualifiersRichard Hughes2017-03-151-2/+2
* Allow loading application XPM iconsRichard Hughes2017-01-041-0/+1
* Use refcounted strings in all objectsRichard Hughes2016-11-211-30/+26
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-59/+56
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-12/+0
* Add as_screenshot_get_image_for_locale()Richard Hughes2016-04-191-1/+44
* Implement DEP-11 MediaBaseUrl supportRobert Ancell2016-03-041-2/+10
* Only load supported icon kinds when using appstream-composeRichard Hughes2016-01-221-0/+23
* Add as_image_load_filename_full()Richard Hughes2016-01-211-24/+152
* Make the check for screenshot equality more robustRichard Hughes2016-01-171-0/+37
* Use g_set_object() to fix potential crash when adding pixbufsRichard Hughes2015-09-231-6/+2
* 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-4/+4
* Always upscale screenshots if they are too smallKalev Lember2015-03-251-15/+0
* Create a AsNodeContext object for parsing stateRichard Hughes2015-01-211-4/+8
* Assume <image>foo</iimagemg> is a source image kind for AppData filesRichard Hughes2014-12-191-1/+3
* trivial: Don't show warnings when doing distcheckRichard Hughes2014-11-041-1/+1
* Add BLUR and SHARPEN values for AsImageSaveFlagsRichard Hughes2014-10-241-3/+10
* trivial: Do not print a critical warning when saving a pixbug that's not setRichard Hughes2014-10-231-0/+4
* Use libyaml to read DEP-11 metadataRichard Hughes2014-08-201-0/+31
* trivial: Fix various GObject Introspection markup problemsRichard Hughes2014-08-061-0/+2
* trivial: Fix a tiny memory leak when calling as_image_load_filename() more th...Richard Hughes2014-07-081-0/+1
* Allow calling as_image_set_pixbuf() with a NULL pixbufRichard Hughes2014-07-081-1/+5
* trivial: Never report padding on images with no alpha channelRichard Hughes2014-07-041-0/+3
* Add as_image_get_alpha_flags()Richard Hughes2014-07-041-0/+142
* 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-031-4/+7
* Never scale up small screenshotsRichard Hughes2014-07-021-1/+14
* 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
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-041-5/+5
* trivial: Use a common style where the _cleanup is done last in the blockRichard Hughes2014-06-031-2/+2
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-011-32/+16
* Add as_image_get_basename()Richard Hughes2014-05-161-0/+43
* Add as_image_save_pixbuf()Richard Hughes2014-05-161-40/+63
* Add as_image_load_filename()Richard Hughes2014-05-141-0/+47
* Update the image size when using as_image_set_pixbuf()Richard Hughes2014-05-141-0/+2
* Add as_image_get_md5()Richard Hughes2014-05-131-0/+27
* Add as_image_save_filename()Richard Hughes2014-05-131-0/+87
* Add as_image_set_pixbuf()Richard Hughes2014-05-131-0/+38
* Add an 'api-version' property to AsStore to generate old-style metadataRichard Hughes2014-03-201-1/+2