summaryrefslogtreecommitdiff
path: root/xps/xpspng.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* lgtm.com fixes: Multiplication of narrow type in wider context.Robin Watts2020-05-151-1/+1
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Reference count image colorspaces in XPS.Robin Watts2019-07-091-0/+4
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Bug 698794 detect alpha data in PNG imageMichael Vrhel2017-12-091-1/+6
* Squash warnings: XPS MSVCRobin Watts2016-01-041-2/+2
* Bug 696316: Enforce memory alignment for libpngChris Liddell2015-11-191-2/+18
* Fix segfault with ppmraw -r300 from fts_06_0626.pdf.xpse when allocation failsRay Johnston2015-01-031-0/+3
* xps: Remove trailing whitespace.Tor Andersson2014-07-221-1/+1
* Update copyright "headers".Chris Liddell2012-06-131-6/+9
* Update libpng to version 1.5.10Chris Liddell2012-06-081-9/+19
* Move ICC wrapper colorspace out of the xps context.Tor Andersson2010-06-251-16/+17
* Don't throw errors in png_has_alpha function.Tor Andersson2010-06-221-6/+14
* Add error propagation where it is missing, and remove error returns where the...Tor Andersson2010-06-221-8/+5
* Addition of code to use new icc color architecture in xps rendering. Tor to ...Michael Vrhel2010-06-151-1/+16
* Change so that we avoid double decoding of images in xps code. Previously we...Michael Vrhel2010-06-041-0/+73
* Conform to coding style: function return values should be on a separate line.Tor Andersson2010-04-221-4/+8
* Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson2010-04-221-1/+0
* Update GhostXPS copyright blobs for year 2010.Tor Andersson2010-04-201-1/+1
* Reformat GhostXPS source to use 4 spaces for indentation rather than a mix of...Tor Andersson2010-04-201-3/+3
* Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson2009-10-291-0/+5
* Make the libpng input transformations and handling of pixel formats more robu...Tor Andersson2009-10-091-38/+18
* Ask libpng to process tRNS chunks.Tor Andersson2009-10-051-13/+20
* Add copyright and description banners to the xps and svg code.Ralph Giles2008-08-211-0/+15
* Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles2007-09-251-3/+3
* Add stubbed files for visual, image and gradient brushes.Tor Andersson2007-02-201-0/+189