index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
pdf
/
pdf-colorspace.c
Age
Commit message (
Expand
)
Author
2018-09-05
Use colorspace type enum instead of magic profile names.
Tor Andersson
2018-04-27
Use pdf_dict_get_int, etc.
Tor Andersson
2018-04-24
Remove need for namedump by using macros and preprocessor.
Tor Andersson
2018-01-10
Add colorspace type enum and use it instead of hardcoded checks on N.
Tor Andersson
2017-10-24
Change colorspace 'device_n' field to be a flags word.
Robin Watts
2017-10-24
Logic for Sep and DeviceN colorspaces with C,M,Y, or K.
Michael Vrhel
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-07-27
Remove unnecessary check of colorspace pointer.
Sebastian Rasmussen
2017-07-19
Add some consts to color conversions.
Robin Watts
2017-07-19
Extend fz_colorspaces to better cope with DeviceN.
Robin Watts
2017-07-17
Set colorspace name field.
Tor Andersson
2017-07-04
Remove is_static from fz_new{,_icc}_colorspace.
Robin Watts
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-06-16
Strip doc out of color space load method
Michael Vrhel
2017-04-27
Include required system headers.
Tor Andersson
2017-04-27
Remove fz_function abstract structure.
Tor Andersson
2017-03-28
pdf: Use FZ_ERROR_SYNTAX code for syntax errors.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-27
Common code to ensure we only premultiply pixmaps with additive colors.
Tor Andersson
2016-12-08
Fix incorrect recursive object marking.
Robin Watts
2016-10-19
Rename internal headers to follow pattern *-imp.h.
Sebastian Rasmussen
2016-10-06
Hide internals of fz_colorspace
Robin Watts
2016-09-01
Use fz_convert_color().
Sebastian Rasmussen
2016-09-01
pdf: Load/open streams by indirect reference object when possible.
Tor Andersson
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-07-06
Expose LAB colorspace
Sebastian Rasmussen
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-04-27
Fix exception bug: rethrow without a caught exception!
Tor Andersson
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-01-21
Drop const from fz_colorspace.
Tor Andersson
2016-01-13
Add lots of consts.
Robin Watts
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-02-17
Add const to colorspace source arguments and dependencies.
Tor Andersson
2014-01-13
tolerate overlong colorspace lookup strings
Simon Bünzli
2014-01-10
Bug 694889: Fix valgrind issues due to empty indexed spaces.
Robin Watts
2014-01-06
fix various MSVC warnings
Simon Bünzli
2013-09-27
fix bug 694618
Simon Bünzli
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-09-10
support /Alternate colorspace for ICC based
Simon Bünzli
2013-06-27
Move to using a flags bit rather than "Dirty" dict entries.
Robin Watts
2013-06-25
Rid the world of "pdf_document *xref".
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson