summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-04-16mutool clean -z option to compress streams.Tor Andersson
2015-04-16ASCIIHexEncode inline images during sanitization if do_ascii is set.Tor Andersson
2015-04-14Split fz_meta into separate querying functions.Tor Andersson
2015-04-09Remove the _no_run functions.Tor Andersson
2015-04-07Fix whitespace.Tor Andersson
2015-04-06Move the guts of pdfclean into the lib.Robin Watts
2015-04-03Pages created with pdf_create_page were duff.Robin Watts
2015-04-03Bug 694713: Avoid assert when using pdf_page_writeRobin Watts
2015-04-01fix bug #695895. Uninitialized variable in pdf_parse_file_specfredrossperry
2015-04-01Bug 693719: Attempt #2. Broken trailer repair.Robin Watts
2015-04-01Bug 693719: Improve repairing of files with broken trailers.Robin Watts
2015-03-30Bug 695892: Fix incremental updates of documents with xref streams.Robin Watts
2015-03-30Bug 695549: Avoid returning compressed buffer as uncompressed.Robin Watts
2015-03-25Fix silly typoRobin Watts
2015-03-25Bug 695864: Avoid assertion if a file is saved incrementally twice.Robin Watts
2015-03-25Bug 695878: Add entry to fz_outline to indicate if outline entry is openRobin Watts
2015-03-25Bug 695885: Avoid too many pop clips.Robin Watts
2015-03-25Fix Mutool; was broken due to printf changes.Robin Watts
2015-03-25Avoid calling pdf_dict_finds when we could call pdf_dict_find.Robin Watts
2015-03-25Fix reference counting mistake in forms support.Robin Watts
2015-03-24Update our printf to cope with various useful extensions.Robin Watts
2015-03-24Path rework for improved memory usage.Robin Watts
2015-03-24Reduce pdf_obj memory usage.Robin Watts
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.Tor Andersson
2015-03-23Pass context to pdf_page_contents_process callback.Tor Andersson
2015-03-20Automatically update /Length and /Filter in pdf_update_stream.Tor Andersson
2015-03-01Bug 695658: Fix crash with mutool clean -l -aRobin Watts
2015-02-27Bug 695853: Fix pdf clean operation with invalid refs in input file.Robin Watts
2015-02-26tweak pdf_parse_file_specRobin Watts
2015-02-25Allow pdf_device to be created with pre-populated buffer.Robin Watts
2015-02-25Add post processing option to page operator cleaning.Robin Watts
2015-02-24Bug 695843: Tweak bboxes of type3 fonts; honour the d1 values.Robin Watts
2015-02-24Simplify/Correct logic in pdf_show_charRobin Watts
2015-02-23Update pdf-js-none for context passing changes.Tor Andersson
2015-02-17Fix memory leak in fz_page.Tor Andersson
2015-02-17Use embedded superclass struct instead of user pointer in devices.Tor Andersson
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-02-17Reference count fz_document.Tor Andersson
2015-02-17Reference count fz_path and fz_text.Tor Andersson
2015-02-03Update URW fonts.Tor Andersson
2015-01-21Fix rebase/merge error in previous commit.Tor Andersson
2015-01-21Update MuJS.Tor Andersson
2015-01-20don't omit patterns with huge xstep/ystep valuesSimon Bünzli
2015-01-20don't decode '8' and '9' as octal digitsSimon Bünzli
2015-01-20remove some lonely tabs and move some braces onto their own linesSimon Bünzli
2015-01-20fix crash caused by commit 90c560641d9b459a658029eefc4cbb02fdbca0b5Simon Bünzli
2015-01-20fix memory leak introduced with commit 90c560641d9b459a658029eefc4cbb02fdbca0b5Simon Bünzli