summaryrefslogtreecommitdiff
path: root/xps/xps_png.c
AgeCommit message (Expand)Author
2012-01-06Various memory leak fixes.Robin Watts
2011-12-30Avoid SEGV when reading PNG from XPSRobin Watts
2011-12-15Remove 'soft limit' on pixmaps in favour of fz_store.Robin Watts
2011-12-08Throw exceptions in xps code.Tor Andersson
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Rename xps_context to xps_document.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-04-08Add soft limit to pixmap allocation.Tor Andersson
2011-04-08Simplify arguments to fz_new_pixmap.Tor Andersson
2011-04-08Remove inline keyword where it is not strictly necessary for performance.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-03xps: Use fz_pixmap directly instead of wrapping it in xps_image.Tor Andersson
2011-04-03xps: Rearrange files, part two.Tor Andersson