summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-11gl: Use fz_font instead of freetype directly.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-10Add build=sanitize option to makefile.Tor Andersson
2016-02-10Add system harfbuzz pkg-config flags to makefile.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-09Don't use unsafe _snprintf on MSVC older than 2015.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-29Update Android build with HarfbuzzRobin 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 harfbuzz thirdparty submodule.Tor Andersson
2016-01-28Add Noto fallback fonts.Tor Andersson
2016-01-28Import unhinted Noto fonts.Tor Andersson
2016-01-28Revert "Merge DroidSansHebrew and DroidSansArabic into DroidSansFallback."Tor Andersson
2016-01-28Make (old) Win32 viewer honour user css file.Robin Watts
2016-01-28Tweak fontdump .incbin directive.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-20Update manpages.Sebastian Rasmussen
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-18Enable warnings in Android ndk-build.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-15Merge DroidSansHebrew and DroidSansArabic into DroidSansFallback.Tor Andersson
2016-01-15pdf: Consume entire token before lexing numbers.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2016-01-13VS Solution: Add fz_pool files.Robin Watts
2016-01-08gl: Clean up mupdf objects at exit.Tor Andersson