summaryrefslogtreecommitdiff
path: root/pdf/pdf_function.c
AgeCommit message (Expand)Author
2012-07-26Assume default value for negative sample function dimension sizeSebastian Rasmussen
2012-07-24Add upper bound on size of sampled pdf functionsSebastian Rasmussen
2012-07-24Handle out of range pdf subfunction boundariesSebastian Rasmussen
2012-07-24Handle exponential pdf functions with malformed constantsTor Andersson
2012-07-23Warn about out of range values for exponential pdf functionsSebastian Rasmussen
2012-07-23Handle sampled pdf function dimensionalitySebastian Rasmussen
2012-07-23Handle pdf functions with malformed input/output mappingsSebastian Rasmussen
2012-07-23Handle pdf function evaluation with wrong number of inputs/outputsSebastian Rasmussen
2012-07-23Handle pdf functions with too many inputsSebastian Rasmussen
2012-07-23Provide number of inputs/outpus when loading pdf functionsSebastian Rasmussen
2012-07-23Clamp number of pdf function inputs/outputsSebastian Rasmussen
2012-07-23Remove redundant check in pdf function codeSebastian Rasmussen
2012-07-23Whitespace fixes in code for pdf functions.Sebastian Rasmussen
2012-07-06Remove debugging functions for release builds.Sebastian Rasmussen
2012-07-05Move to static inline functions from macros.Robin Watts
2012-06-22Rework pdf_lexbuf to allow for dynamic parsing buffers.Robin Watts
2012-04-05Fix potential problems on malloc failure.Robin Watts
2012-04-05Bug 692141 - Work around bug in VS2005 Team SuiteRobin Watts
2012-03-28Whitespace fixes.Tor Andersson
2012-03-12Merge branch 'master' into header-splitRobin Watts
2012-03-12Squash MSVC warning.Robin Watts
2012-03-12Fix bitshifting by a negative amount in PS functionsRobin Watts
2012-03-12Take care of boundary conditions in ps function evaluation.Sebastian Rasmussen
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-29Fix trailing whitespace and mixed tabs/spaces in indentation.Tor Andersson
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-25Revamp pdf lexing codeRobin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-08Lock reworking.Robin Watts
2012-02-03Make fz_malloc_struct return zeroed memory.Tor Andersson
2012-02-01Fix alpha sort of operators in parse_code.Robin Watts
2012-02-01Fix Bug 692829; add cope to handle true/false in functions.Robin Watts
2012-02-01Fix Bug 692830; remove unnecessary tests.Robin Watts
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-27Whitespace fixes.Tor Andersson
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-09Fix bug where pdf function was used after being dropped.Sebastian Rasmussen
2011-12-16More MemSqueezing fixes.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-15Fix warnings/errors on unix builds.Robin Watts
2011-12-15Remove stray whitespace.Tor Andersson
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-12-08Remove remaining fz_error_note calls in the pdf code.Tor Andersson
2011-12-08Move from volatile to fz_var.Robin 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