summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-10-12Use pool allocator when parsing CSS.Tor Andersson
2016-10-12Split fz_html into fz_html and fz_html_box for nodes.Tor Andersson
2016-10-12Change code from using bandheight to using band_height.Robin Watts
2016-10-12Regularize band writer interface.Robin Watts
2016-10-10PDF Images: Add a flag for if we need to apply the decode arrayRobin Watts
2016-10-10HTML: Keep 'Anchors' in the html box list.Robin Watts
2016-10-10Use more bitfields in HTML.Robin Watts
2016-10-10Change HTML agent to use bitfields rather than chars.Robin Watts
2016-10-07More SWAR optimisation in plotters.Robin Watts
2016-10-07Correct maths error in painters.Robin Watts
2016-10-07Rename fz_process_mesh to fz_process_shade.Robin Watts
2016-10-07Add API comments for fz_shade.Robin Watts
2016-10-07Add ctx to fz_font functions.Robin Watts
2016-10-07Add comments to API declarations.Robin Watts
2016-10-07pdf: Separate functions to read text strings and text streams as UTF-8.Tor Andersson
2016-10-07pdf: Remove unneccessary document argument to pdf_to_utf8 etc.Tor Andersson
2016-10-07Add annotation editing functions and clean interface of existing ones.Tor Andersson
2016-10-07Remove separate tmp/deleted/changed annotation lists.Tor Andersson
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-10-05Add a const to a lookup function.Robin Watts
2016-10-05Uncouple font shaper data from harfbuzz.Robin Watts
2016-10-05Move fz_font definition to be private.Robin Watts
2016-10-05Add some more comments to API headersRobin Watts
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