summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-colorspace.c
AgeCommit message (Expand)Author
2016-10-19Rename internal headers to follow pattern *-imp.h.Sebastian Rasmussen
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-09-01Use fz_convert_color().Sebastian Rasmussen
2016-09-01pdf: Load/open streams by indirect reference object when possible.Tor Andersson
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-07-06Expose LAB colorspaceSebastian Rasmussen
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-04-27Fix exception bug: rethrow without a caught exception!Tor Andersson
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-01-21Drop const from fz_colorspace.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-02-17Add const to colorspace source arguments and dependencies.Tor Andersson
2014-01-13tolerate overlong colorspace lookup stringsSimon Bünzli
2014-01-10Bug 694889: Fix valgrind issues due to empty indexed spaces.Robin Watts
2014-01-06fix various MSVC warningsSimon Bünzli
2013-09-27fix bug 694618Simon Bünzli
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-09-10support /Alternate colorspace for ICC basedSimon Bünzli
2013-06-27Move to using a flags bit rather than "Dirty" dict entries.Robin Watts
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-20Rearrange source files.Tor Andersson