summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-09-26tiff: Add support for thunder decoding.Sebastian Rasmussen
2016-09-23Clean up annotation enum names.Tor Andersson
2016-09-22Bug 697015: Avoid object references vanishing during repair.Robin Watts
2016-09-20Sync Memento with gs.Robin Watts
2016-09-19fz_store: Reap passes.Robin Watts
2016-09-18Make printing empty hash table entries optional.Sebastian Rasmussen
2016-09-16Add some missing #ifdeffery for Memento.Robin Watts
2016-09-16Tweak store handling of PDF document destroy.Robin Watts
2016-09-16Extend store to cope with references used in keys.Robin Watts
2016-09-14Redirect fprintf to android logcat in debug builds.Robin Watts
2016-09-14Fix typo in Memento header.Robin Watts
2016-09-13Update Memento for Android.Robin Watts
2016-09-13Bug 696984: Type 3 fonts bbox fixes.Robin Watts
2016-09-09Fix VS2005 build; missing stat definition.Robin Watts
2016-09-08Add options to control heuristics in structured text.Sebastian Rasmussen
2016-09-08Make fz_option_eq() available outside of pdf-writer.Sebastian Rasmussen
2016-09-08Add support for GNU tar archives.Sebastian Rasmussen
2016-09-08Make fz_archive a generic archive type.Sebastian Rasmussen
2016-09-01pdf: Load/open streams by indirect reference object when possible.Tor Andersson
2016-09-01Simplify PDF resource caching table handling.Tor Andersson
2016-08-24Add pdf_array_find to look up the index of an object in an array.Tor Andersson
2016-08-22Document part of fz_stream interface.Sebastian Rasmussen
2016-08-21Fix typo in document creation macro.Sebastian Rasmussen
2016-08-01Move to bitfields in fz_font rather than chars/ints etc.Robin Watts
2016-08-01Bug 696984: Badly rendered characters.Robin Watts
2016-07-15Add interface indicating if a document is reflowable.Sebastian Rasmussen
2016-07-13Bug 696699: Fix Text extraction mediabox information.Robin Watts
2016-07-13Fix Memento builds; static references were upsetting refcounting.Robin Watts
2016-07-12Fix typo in comment.Robin Watts
2016-07-09Add documentation for exposed LAB function.Sebastian Rasmussen
2016-07-08Avoid warnings in non-Memento builds.Robin Watts
2016-07-08Use fz_keep_imp and fz_drop_imp for all reference counting.Tor Andersson
2016-07-08git stripspaceTor Andersson
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-07-08Slim pdf_xobject: remove cached colorspace field.Tor Andersson
2016-07-08Slim pdf_xobject: remove cached document field.Tor Andersson
2016-07-08Slim pdf_xobject: remove cached transparency/isolated/knockout fields.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached matrix field.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached bbox field.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached resources field.Tor Andersson
2016-07-08Slim pdf_xobject struct: Rename me to obj.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached page_ctm field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached inv_page_ctm field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached annot_type and widget_type fields.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached matrix field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached rect field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached pagerect field.Tor Andersson
2016-07-06Start slimming pdf_page.Tor Andersson
2016-07-06Add fitz to pdf downcasting functions for pages and annotations.Tor Andersson
2016-07-06Add annotations to murun.Tor Andersson