summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2013-04-26Fix SNAFU in the store handling.Robin Watts
2013-04-26Multi-threaded store SEGV fixes and debug improvements.Robin Watts
2013-04-26Squash 2 const warnings.Robin Watts
2013-04-26Add image output for HTML.Robin Watts
2013-04-26Hint enabling/disabling for devices.Robin Watts
2013-04-25Generalise fz_write_png to fz_output_pixmap_to_pngRobin Watts
2013-04-25Add fz_write method for output streams.Robin Watts
2013-04-25Tweak fz_text_page to include image records.Robin Watts
2013-04-22Fix various multi-threading problems with the store.Robin Watts
2013-04-19When triangulating quads, send edges in consistent order.Robin Watts
2013-04-19Rename internal mesh processing functions.Robin Watts
2013-04-19Add new function to return the accurate bbox of a path.Robin Watts
2013-04-19Optimised mesh bounding functionsRobin Watts
2013-04-16Avoid expanding path for stroke twice.Robin Watts
2013-04-16Mesh painting optimisation; tensor patch color splitting.Robin Watts
2013-04-16Avoid more needless copying in mesh processingRobin Watts
2013-04-16Try to copy less needless information in mesh processingRobin Watts
2013-04-11Remove fz_load_jpeg as now unused.Robin Watts
2013-04-11Move pdf_image to fz_image.Robin Watts
2013-03-29Avoid uncompressing indexed images at load time.Robin Watts
2013-03-29Move bpc into fz_imageRobin Watts
2013-03-26Make pdf_functions public as fz_functions.Robin Watts
2013-03-26Reflow: Move from html output using tables to html output using div/spanRobin Watts
2013-03-26Spot indents.Robin Watts
2013-03-26Add superscript and subscript handling.Robin Watts
2013-03-26Simple dehyphenation support.Robin Watts
2013-03-26Text region analysis.Robin Watts
2013-03-26Add simple bullet point detection to paragraph analysis.Robin Watts
2013-03-26Rework text extraction structures.Robin Watts
2013-03-25Fix error in store exception handling code.Robin Watts
2013-03-25Fix device node bboxes for stroked paths.Robin Watts
2013-03-25Avoid store collisions causing unnecessary evictions.Robin Watts
2013-03-25Ensure that store bookkeeping doesn't go wrong on reinsertion.Robin Watts
2013-03-25Support creation of Ink annotations in MuPDF libraryPaul Gardiner
2013-03-22Bug 693708: Fix unclosed XML entry in fz_trace output.Robin Watts
2013-03-22Squash some warnings.Robin Watts
2013-03-22Fix store debugging fns so that all output goes to the same file.Robin Watts
2013-03-21Add 'void' to a function declaration.Robin Watts
2013-03-21Bug 693708: Avoid dereferencing null pointer.Robin Watts
2013-03-21Simple debug code to quantify locking timesRobin Watts
2013-03-20Add caching of rendered tiles.Robin Watts
2013-03-20Fix invalid font bboxesRobin Watts
2013-03-20Add noreturn attribute to throw/rethrow to help improve compiler warnings.Tor Andersson
2013-03-18Auto-generate appearance streams for strikeout, underline, highlightPaul Gardiner
2013-03-01Bug 693624: Ensure that windows copes with utf8 filenamesRobin Watts
2013-02-28Pass bbox to pdf_set_annot_appearance rather than base on display listPaul Gardiner
2013-02-28Force colorspaces to match with JPX images.Robin Watts
2013-02-26Include required quadPoints entry in created markup annotations.Paul Gardiner
2013-02-26Implement annotation deletion, with necessary changes to partial updatePaul Gardiner
2013-02-22Add fz_get_annot_typePaul Gardiner