summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2016-02-12Improve performance of fz_write of single bytes.Tor Andersson
2016-02-10Add bold/italic/monospaced/serif flags to fz_font.Tor Andersson
2016-02-10Refactor node shaping code.Robin Watts
2016-02-10Fix hang in bidi directinality detection code.Tor Andersson
2016-02-10html: Consider CJK punctuation in line breaking algorithmSebastian Rasmussen
2016-02-10html: Support vertical alignment to top/bottom of parent boxSebastian Rasmussen
2016-02-09Fix 696552: Double free error in mutool clean -s.Tor Andersson
2016-02-04Make HTML layout use harfbuzz for shaping.Robin Watts
2016-02-04Bug 696546: Minor tweaks to ftoa code.Robin Watts
2016-02-03Move pdf's lex_number routine over to use fast atof.Robin Watts
2016-02-03Bug 696546: Add fast strtofRobin Watts
2016-02-02Fix Gproof DLL calling on windows.Robin Watts
2016-01-29Force all harfbuzz allocations through our allocators.Robin Watts
2016-01-28Add fallback font cache to font context.Tor Andersson
2016-01-28Add Noto fallback fonts.Tor Andersson
2016-01-28MSVC: Fix trace device outputRobin Watts
2016-01-22epub: Ignore missing fallback font for NOCJK builds.Tor Andersson
2016-01-22epub: Implement @font-face rules.Tor Andersson
2016-01-22epub: Fix memory leak of bidi detection scratch buffer.Tor Andersson
2016-01-21Drop const from fz_colorspace.Tor Andersson
2016-01-21epub: Put font fallback chain in fz_font.Tor Andersson
2016-01-21Drop the const on fz_font.Tor Andersson
2016-01-20epub: Adjust text-align based on paragraph directionality.Tor Andersson
2016-01-20Various formatting cleanups.Tor Andersson
2016-01-20Tidy bidirectional source.Robin Watts
2016-01-18Add support for bidirectional mirror charactersRobin Watts
2016-01-18Save some space in fz_html_flow with a union.Robin Watts
2016-01-18Implement R2L characterwise plotting in the html layout.Robin Watts
2016-01-18Ensure layout honours text directional (block level).Robin Watts
2016-01-18Process HTML text for directionality.Robin Watts
2016-01-18First import of bidi code.Robin Watts
2016-01-18Move fz_html_flow to use a bitfield.Robin Watts
2016-01-18Add consts to fz_keep/drop_path.Robin Watts
2016-01-18Simplify try/catch macros.Tor Andersson
2016-01-15pdf: Consume entire token before lexing numbers.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2016-01-08epub: Fix memory leaks.Tor Andersson
2016-01-08epub: Use pool allocator for fz_html box tree.Tor Andersson
2016-01-08Add pool allocator.Tor Andersson
2016-01-08Use a binned cache for font encoding lookups.Tor Andersson
2016-01-08Optimize font advance and encoding caches.Tor Andersson
2016-01-08pdf: Add function to look up the page for a named destination.Tor Andersson
2016-01-08pdf: Fix pdf_annot memory leak.Tor Andersson
2016-01-08Fix conditional jump or move depends on uninitialised value.Tor Andersson
2016-01-08Tweak lex_number to avoid (or minimise) underflowRobin Watts
2016-01-06Squash some warningsRobin Watts
2016-01-06epub: Cache font encoding lookups.Tor Andersson
2016-01-06epub: Only look for CSS in html head node.Tor Andersson
2016-01-06epub: Speed up css application by sorting the matched property list.Tor Andersson
2016-01-06js: Fix error handling bugs and one scoping bug.Tor Andersson