summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-22Remove pointless casts from void*.Tor Andersson
2016-02-22Drop const from fz_image.Tor Andersson
2016-02-22Drop const from fz_shade.Tor Andersson
2016-02-22Rename fz_add_text to fz_show_glyph.Tor Andersson
2016-02-22html: Don't forget bold/italic when font-family is not set.Tor Andersson
2016-02-15Drop UNUSED macro -- it dirties the namespace and is not needed.Tor Andersson
2016-02-15Convert line cap types to freetype linecap types properly.Tor Andersson
2016-02-15Fix -DNOCJK build warnings.Tor Andersson
2016-02-12Fix PCL output (monochrome).Robin Watts
2016-02-12Bug 696580: Speed up fz_write_pnm_band.Robin Watts
2016-02-12Inline fz_write function.Tor Andersson
2016-02-12Improve performance of fz_write of single bytes.Tor Andersson
2016-02-12Add logo and icon image files.Tor Andersson
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