summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Simple commit to avoid CAL being used; for cluster testing.nobble-calRobin Watts2019-09-121-1/+2
* Bug 701568: Fix gdevpx.c RLE stream handling.Robin Watts2019-09-121-4/+6
* Update CAL makefile for NEON cms functions (correction)Robin Watts2019-09-111-1/+1
* Update CAL makefile for NEON cms functions.Robin Watts2019-09-111-0/+4
* Bug 697545 : Prevent memory leaks in gx_image_enum_begin.Shailesh Mistry2019-09-112-1/+2
* Bug 697545 : Propagate error code in pcl_enter_graphics_mode.Shailesh Mistry2019-09-101-1/+1
* Fix bug 701550, problem with forall on strings.Ray Johnston2019-09-101-2/+2
* Bug 697545 : Prevent memory leaks and memory corruption.Shailesh Mistry2019-09-092-2/+5
* Optimise Eval{5,6,7,8}Inputs{,Float}.Robin Watts2019-09-091-232/+156
* Tweak Eval4InputsFloat for speed.Robin Watts2019-09-091-58/+93
* Tweak Eval4Inputs for speed.Robin Watts2019-09-091-60/+99
* Update CAL initialisation to register second lcms2mt plugin.Robin Watts2019-09-061-0/+1
* jbig2dec: Validate coordinates when add image onto page.Sebastian Rasmussen2019-09-051-0/+6
* jbig2dec: Avoid extending page image beyond INT_MAX pixels high.Sebastian Rasmussen2019-09-051-1/+10
* jbig2dec: Validate range of Huffman Table range values.Sebastian Rasmussen2019-09-051-0/+5
* jbig2dec: Avoid double checks for negative coordinates.Sebastian Rasmussen2019-09-051-14/+0
* jbig2dec: A small collection of code cleanups.Sebastian Rasmussen2019-09-053-4/+3
* jbig2dec: Add all ubc test files.Sebastian Rasmussen2019-09-051-81/+70
* Bug 701197: jbig2dec: Fix incorrectly computed halftone skip mask.Sebastian Rasmussen2019-09-051-3/+3
* jbig2dec: Avoid duplicate declarations of Huffman tables in test code.Sebastian Rasmussen2019-09-058-297/+355
* jbig2dec: Fix leak of huffman decoder state in test code.Sebastian Rasmussen2019-09-051-1/+2
* jbig2dec: Declare internal data array static.Sebastian Rasmussen2019-09-051-1/+1
* jbig2dec: Fix leak of log message in command line tool.Sebastian Rasmussen2019-09-051-0/+2
* jbig2dec: Verify file hashes of test files during testing.Sebastian Rasmussen2019-09-051-0/+8
* jbig2dec: Expect test files to reside inside jbig2dec directory.Sebastian Rasmussen2019-09-051-27/+27
* jbig2dec: Indent test code by spaces like the rest of the code.Sebastian Rasmussen2019-09-051-48/+48
* jbig2dec: Make tests expect that some test files return white image.Sebastian Rasmussen2019-09-051-2/+3
* jbig2dec: Indent Makefiles with tabs like the rest of the Makefiles.Sebastian Rasmussen2019-09-051-26/+26
* Implement HyperPentahedral interpolation within lcms2mt.Robin Watts2019-09-042-182/+206
* Bug 700088: Report error if all wanted J2K components are not decoded.Sebastian Rasmussen2019-09-042-11/+44
* Undo commit 95f7befcec1b30fd5014c8ad616485d32901ce33 for releaseMichael Vrhel2019-09-031-5/+2
* Add -sBlendColorProfile into Use.htmMichael Vrhel2019-09-031-0/+11
* Avoid potential UMR with arg checking in arg sanitization code.Robin Watts2019-09-031-7/+10
* Proper fix for deep color overprint.Robin Watts2019-09-021-2/+16
* Fix deep color mattes.Robin Watts2019-09-021-1/+3
* Update overprint hl_color code to cope with 16bit devices too.Robin Watts2019-08-311-2/+4
* Fix deep color transparency overprint.Robin Watts2019-08-311-1/+1
* Avoid overflow in deep color luminosity calculations.Robin Watts2019-08-301-8/+8
* Fix clearing of the drag and drop file listChris Liddell2019-08-303-21/+24
* Fix path permissions added from cidfmap.Chris Liddell2019-08-301-1/+1
* Fix font file finding with -PChris Liddell2019-08-301-1/+5
* Make it clear: file/path matching is always case sensitiveChris Liddell2019-08-301-3/+9
* Fix overflow in 16bit blending calculations.Robin Watts2019-08-292-49/+80
* Remove outdated FIXME's.Robin Watts2019-08-281-3/+0
* Bug 701446: Avoid divide by zero in shading.Robin Watts2019-08-281-4/+9
* Fix deep color transparency saturation blending.Robin Watts2019-08-271-6/+5
* Bug 701446: Avoid division by zero in gx_shade_trapezoidRobin Watts2019-08-271-9/+11
* Exit early from gx_shade_trapezoid in more cases.Robin Watts2019-08-271-3/+3
* Fix deep colour transparency "uncompositing".Robin Watts2019-08-271-2/+5
* Handle relative FONTPATH valuesChris Liddell2019-08-271-3/+11