summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-image.c
Commit message (Expand)AuthorAgeFilesLines
* Assume <image>foo</iimagemg> is a source image kind for AppData files0_2_XRichard Hughes2014-12-221-1/+3
* 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
* Add gtk-doc file headers and flesh out the documentationRichard Hughes2014-03-181-0/+13
* Unexport things we don't want to keep stableRichard Hughes2014-03-181-3/+3
* Add a lot of Gtk-Doc markup and generate a valid GIR fileRichard Hughes2014-03-171-11/+101
* trivial: Never use atoi()Richard Hughes2014-03-171-9/+8
* Reduce the amount of string copying when parsing a GNode treeRichard Hughes2014-03-171-3/+8
* Use strndup so we can use expat-type parsers without an additional copyRichard Hughes2014-03-131-5/+3
* Add functions to parse from and to insert a GNodeRichard Hughes2014-03-131-0/+57
* Add AsImageRichard Hughes2014-03-121-0/+188