Age | Commit message (Expand) | Author |
2012-08-06 | Remove old error mesages turned into comments when adding exceptions | Sebastian Rasmussen |
2012-08-06 | Rewording of warning messages for PDF functions | Sebastian Rasmussen |
2012-08-06 | Only warn on stitching function's sub function with wrong arity | Sebastian Rasmussen |
2012-08-06 | Fix typo in PDF function code | Sebastian Rasmussen |
2012-07-26 | Assume default value for negative sample function dimension size | Sebastian Rasmussen |
2012-07-24 | Add upper bound on size of sampled pdf functions | Sebastian Rasmussen |
2012-07-24 | Handle out of range pdf subfunction boundaries | Sebastian Rasmussen |
2012-07-24 | Handle exponential pdf functions with malformed constants | Tor Andersson |
2012-07-23 | Warn about out of range values for exponential pdf functions | Sebastian Rasmussen |
2012-07-23 | Handle sampled pdf function dimensionality | Sebastian Rasmussen |
2012-07-23 | Handle pdf functions with malformed input/output mappings | Sebastian Rasmussen |
2012-07-23 | Handle pdf function evaluation with wrong number of inputs/outputs | Sebastian Rasmussen |
2012-07-23 | Handle pdf functions with too many inputs | Sebastian Rasmussen |
2012-07-23 | Provide number of inputs/outpus when loading pdf functions | Sebastian Rasmussen |
2012-07-23 | Clamp number of pdf function inputs/outputs | Sebastian Rasmussen |
2012-07-23 | Remove redundant check in pdf function code | Sebastian Rasmussen |
2012-07-23 | Whitespace fixes in code for pdf functions. | Sebastian Rasmussen |
2012-07-06 | Remove debugging functions for release builds. | Sebastian Rasmussen |
2012-07-05 | Move to static inline functions from macros. | Robin Watts |
2012-06-22 | Rework pdf_lexbuf to allow for dynamic parsing buffers. | Robin Watts |
2012-04-05 | Fix potential problems on malloc failure. | Robin Watts |
2012-04-05 | Bug 692141 - Work around bug in VS2005 Team Suite | Robin Watts |
2012-03-28 | Whitespace fixes. | Tor Andersson |
2012-03-12 | Merge branch 'master' into header-split | Robin Watts |
2012-03-12 | Squash MSVC warning. | Robin Watts |
2012-03-12 | Fix bitshifting by a negative amount in PS functions | Robin Watts |
2012-03-12 | Take care of boundary conditions in ps function evaluation. | Sebastian Rasmussen |
2012-03-06 | Split fitz.h/mupdf.h into internal/external headers. | Robin Watts |
2012-02-29 | Fix trailing whitespace and mixed tabs/spaces in indentation. | Tor Andersson |
2012-02-26 | Move fz_obj to be pdf_obj. | Robin Watts |
2012-02-25 | Revamp pdf lexing code | Robin Watts |
2012-02-25 | Rework image handling for on demand decode | Robin Watts |
2012-02-08 | Lock reworking. | Robin Watts |
2012-02-03 | Make fz_malloc_struct return zeroed memory. | Tor Andersson |
2012-02-01 | Fix alpha sort of operators in parse_code. | Robin Watts |
2012-02-01 | Fix Bug 692829; add cope to handle true/false in functions. | Robin Watts |
2012-02-01 | Fix Bug 692830; remove unnecessary tests. | Robin Watts |
2012-01-27 | Rename pdf_xref type to pdf_document. | Tor Andersson |
2012-01-27 | Whitespace fixes. | Tor Andersson |
2012-01-19 | Multi-threading support for MuPDF | Robin Watts |
2012-01-09 | Fix bug where pdf function was used after being dropped. | Sebastian Rasmussen |
2011-12-16 | More MemSqueezing fixes. | Robin Watts |
2011-12-16 | Add fz_malloc_struct, and make code use it. | Robin Watts |
2011-12-15 | Fix warnings/errors on unix builds. | Robin Watts |
2011-12-15 | Remove stray whitespace. | Tor Andersson |
2011-12-15 | Rework pdf_store to fz_store, a part of fz_context. | Robin Watts |
2011-12-08 | Remove remaining fz_error_note calls in the pdf code. | Tor Andersson |
2011-12-08 | Move from volatile to fz_var. | Robin Watts |
2011-10-04 | Move to exception handling rather than error passing throughout. | Robin Watts |
2011-09-21 | Add warning context. | Tor Andersson |