summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-function.c
AgeCommit message (Expand)Author
2018-08-21Bug 699652: Fix postscript value stack underflow for index operator.Sebastian Rasmussen
2018-04-27Use pdf_dict_get_int, etc.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2017-06-16Strip doc out of color space load methodMichael Vrhel
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-29Make PI/RADIAN/SQRT2/LN2 global single precision float constants.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-04-27Remove fz_function abstract structure.Tor Andersson
2017-04-27Remove unused fz_function debug printing.Tor Andersson
2017-03-28pdf: Use FZ_ERROR_SYNTAX code for syntax errors.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-12-08Fix incorrect recursive object marking.Robin Watts
2016-09-01pdf: Load/open streams by indirect reference object when possible.Tor Andersson
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-02-22Remove pointless casts from void*.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-07-31Use new fz_read_int functions.Tor Andersson
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2015-01-20remove some lonely tabs and move some braces onto their own linesSimon Bünzli
2014-10-28fix memory leaks in load_sample_func and pdf_load_compressed_inline_imageSimon Bünzli
2014-02-17Add const to colorspace source arguments and dependencies.Tor Andersson
2014-01-10Bug 694885: Avoid stack overflow in ps_run.Robin Watts
2014-01-06fix various MSVC warningsSimon Bünzli
2013-11-28Bug 694118: Fix valgrind warning caused by overflowing functionRobin Watts
2013-11-26Bug 694113: Solve double free causing valgrind warnings.Robin Watts
2013-06-27Move to using a flags bit rather than "Dirty" dict entries.Robin Watts
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-20Rearrange source files.Tor Andersson