summaryrefslogtreecommitdiff
path: root/source/fitz
AgeCommit message (Expand)Author
2015-04-09Remove the _no_run functions.Tor Andersson
2015-04-07Fix whitespace.Tor Andersson
2015-04-07Fix some warnings.Tor Andersson
2015-04-07Trigger default layout in fz_document layer.Tor Andersson
2015-04-07Fix structured text extraction in vertical mode.Robin Watts
2015-04-07Structured text extraction; improve glyph bounding box calculations.Robin Watts
2015-04-07Use fz_advance_glyph rather than direct FT calls during PDF layout.Robin Watts
2015-04-06Add some simple debug code to dump fz_gels.Robin Watts
2015-04-06Antidropout followup: cope with stroking too.Robin Watts
2015-04-06Bug 694367: Attempt to avoid dropouts of rectangles.Robin Watts
2015-04-01Clean up mudraw command line syntax.Tor Andersson
2015-03-30Bug 695549: Avoid returning compressed buffer as uncompressed.Robin Watts
2015-03-30Bug 695556: Use doubles when inverting matrices.Robin Watts
2015-03-26Avoid division by 0 in blend calls.Robin Watts
2015-03-25Fix problems with fz_printf.Robin Watts
2015-03-24Update our printf to cope with various useful extensions.Robin Watts
2015-03-24Path packing for memory efficiency.Robin Watts
2015-03-24Path rework for improved memory usage.Robin Watts
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.Tor Andersson
2015-03-20Workaround bug in ftoa.Tor Andersson
2015-03-20Add fz_fprintf function.Tor Andersson
2015-02-25Add 64 bit windows builds to MSVC solution.Robin Watts
2015-02-25filter-fax.c: remove cf_uncompressed_decode, it's never usedJoseph Heenan
2015-02-25Avoid fz_begin_tile_id ever returning an undefined value.Robin Watts
2015-02-25Text device; collect matrix and bbox for images too.Robin Watts
2015-02-24Update display list tile skipping.Robin Watts
2015-02-24Fix incorrect object culling in display list.Robin Watts
2015-02-24Bug 695843: Tweak bboxes of type3 fonts; honour the d1 values.Robin Watts
2015-02-24fz_irect_from_rect; don't make a non empty irect from an empty rect.Robin Watts
2015-02-24Squash some warnings from scan build.Robin Watts
2015-02-23Merge branch 'html'Tor Andersson
2015-02-23Fix double-malloc error.Tor Andersson
2015-02-20Add fz_trim_path and call it.Robin Watts
2015-02-20Rejig display device to have a more compact memory representation.Robin Watts
2015-02-20Do not crash on text extraction on pages with no text.Robin Watts
2015-02-18Fix 695831: integer overflow in PNG and TIFF loaders.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 helper functions to keep/drop reference counts with locking.Tor Andersson
2015-02-17Remove pointless return value checks when calling fz_open_file.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-10Add some Memento_labels to aid debugging of leaks.Robin Watts
2015-02-10Attempting to render a JPEG with xres and yres set to 1 fails.Robin Watts
2014-12-18Bug 695746: make LZW decoder slightly more tolerantSimon Bünzli
2014-12-12fix memory leaksSimon Bünzli
2014-12-03epub: Add EPUB document type.Tor Andersson
2014-12-03html: Add scaffolding.Tor Andersson