summaryrefslogtreecommitdiff
path: root/pdf/pdf_shade.c
AgeCommit message (Expand)Author
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-03Bug 693503: Fix SEGV during pdf function loading from broken file.Robin Watts
2012-12-21Bug 693503: Fix SEGV in pdf_function.Robin Watts
2012-10-05Make shadings hold the data streams compressed.Robin Watts
2012-10-01Move to consistently refer to "Linear" shadings rather than "Axial" ones.Robin Watts
2012-10-01Use malformed shading entries as far as possibleSebastian Rasmussen
2012-10-01Give better warnings for out of bounds values in shadingsSebastian Rasmussen
2012-10-01Bug 693330: Change shadings to decompose to meshes at render time.Robin Watts
2012-08-06Remove old error mesages turned into comments when adding exceptionsSebastian Rasmussen
2012-07-23Provide number of inputs/outpus when loading pdf functionsSebastian Rasmussen
2012-07-04Reverse order of Y decomposition of mesh shading.Robin Watts
2012-04-05Fix potential problems on malloc failure.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-08Lock reworking.Robin Watts
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-10Fix many spelling errors.Sebastian Rasmussen
2012-01-06Various memory leak fixes.Robin Watts
2011-12-23Remove stray error check. Optional functions in shadings are optional.Tor Andersson
2011-12-23Add some fz_vars to fix exception behaviour.Robin Watts
2011-12-16More MemSqueezing fixes.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-08Move from volatile to fz_var.Robin Watts
2011-11-15Merge branch 'master' into contextRobin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-04-08Remove inline keyword where it is not strictly necessary for performance.Tor Andersson
2011-04-07pdf: Purge unmaintained debug/log printing messages.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04pdf: Rename mupdf directory.Tor Andersson