summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2014-03-25Add MuJS submodule, implementation and build.Tor Andersson
2014-03-20pdf-util.js: Simplify padZeros.Tor Andersson
2014-03-20pdf-js.c: Use different random number.Tor Andersson
2014-03-20Respect reverse page ranges in mutool clean.Tor Andersson
2014-03-19Add routine to clean pdf content streams for pages.Robin Watts
2014-03-19Make mutool clean sanitise the Dests lists when subsetting.Robin Watts
2014-03-19Fix MSVC compiles of printf.cRobin Watts
2014-03-19Add %q and %( formatting to fz_printf to print escaped strings.Tor Andersson
2014-03-19Implement our own vsnprintf variant.Tor Andersson
2014-03-18Fix operator buffering of inline images.Robin Watts
2014-03-17Rework fz_streams.Robin Watts
2014-03-17Ensure that small images don't subdivide more than they should.Robin Watts
2014-03-17Don't drop objects if they have been modified.Robin Watts
2014-03-17Ensure that BDC operators get both params.Robin Watts
2014-03-16Avoid premature dropping of objects in pdf_dict_putRobin Watts
2014-03-13Tweak pdfclean and pdfinfo to be useful as libraries.Robin Watts
2014-03-13Make pdf_output_obj consistent with pdf_fprint_objRobin Watts
2014-03-04Fix potential leak of pdf_process state.Robin Watts
2014-03-04Fix memory leaks in pdf-filter code.Robin Watts
2014-03-04Bug 691691: Add way of clearing cached objects out of the xref.Robin Watts
2014-03-04Add pdf_process for filtering operator streams.Robin Watts
2014-03-04Add pdf_process for writing operator streams out to a buffer.Robin Watts
2014-03-04Add pdf_process interface.Robin Watts
2014-02-28Fix harmless copy/paste error in pdf_copy_dict.Robin Watts
2014-02-28Ensure that pdf_array_delete works even with indirected objects.Robin Watts
2014-02-28Fix potential illegal access.Robin Watts
2014-02-25make pdf_new_obj_from_str throw on errorSimon Bünzli
2014-02-25load StandardEncoding for non-embedded non-symbolic encoding-less fontsSimon Bünzli
2014-02-25Bug 695040: prevent hang in path flatteningSimon Bünzli
2014-02-25Bug 695040: prevent integer overflow in pdf_xref_size_from_old_trailerSimon Bünzli
2014-02-25Bug 694851: pass more information to fz_load_system_fontSimon Bünzli
2014-02-25Delete unused variablePaul Gardiner
2014-02-25Support text (aka sticky note) annotationsPaul Gardiner
2014-02-18Make the OpenJPEG I/O callbacks static.....Chris Liddell
2014-02-17Tweak fz_eval_function fakein/out buffer copying.Tor Andersson
2014-02-17Simplify shade vertex preparation and remove redundant memcpy calls.Tor Andersson
2014-02-17Add fz_transform_point_xy to simplify transforming a point.Tor Andersson
2014-02-17Add const to colorspace source arguments and dependencies.Tor Andersson
2014-02-14Add function for creating form fields (widgets)Paul Gardiner
2014-02-14pdf-js: Pass a name string to type constructor.Tor Andersson
2014-02-14pdf-js.c: Cluster test fixes.Tor Andersson
2014-02-13pdf-util.js: Improve alert messages (also include the event value).Tor Andersson
2014-02-13pdf-util.js: Fix some regexps.Tor Andersson
2014-02-13pdf-util.js: Hoist var statements out of for statements.Tor Andersson
2014-02-13pdf-util.js: Always use strict equality comparisons.Tor Andersson
2014-02-13pdf-util.js: Use explicit type conversions in AFParseDateEx and AFParseTime.Tor Andersson
2014-02-12pdf-util.js: Simplify MuPDF object.Tor Andersson
2014-02-11tolerate streamed xrefs where object 0 is missingSimon Bünzli
2014-02-11fix memory leak in 08c632046474e72f2e08e54f31e31a343808f6cbSimon Bünzli
2014-02-10Bug 695022: Add TIFF format handlerRobin Watts