summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz
AgeCommit message (Expand)Author
2016-03-21Tweak NULL output code.Robin Watts
2016-03-21Add .ps output to mutool draw.Robin Watts
2016-03-18Add 1bpp cmyk output to mutool draw.Robin Watts
2016-03-16mutool draw: Add banded mode output for pbm files.Robin Watts
2016-03-16Minimize number of extra braces in the try/catch macros.Tor Andersson
2016-03-15Tweak fz_try/catch to fix overflow case.Robin Watts
2016-03-15Mutool draw: Simplify output handling code.Robin Watts
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
2016-03-14ucdn: Add support for UAX#14 linebreaking classes.Sebastian Rasmussen
2016-03-14js: Add buffer.save() to write contents of buffer to file.Tor Andersson
2016-03-11Implement fz_text_language support functions.Robin Watts
2016-03-11Rejig Bidirectional and Text code.Robin Watts
2016-03-02Move UTF-8 string length function to fitz.Sebastian Rasmussen
2016-03-01PCL output: Add code to guess paper sizes.Robin Watts
2016-02-29Create simple font width table when creating the PDF object.Tor Andersson
2016-02-29Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer.Tor Andersson
2016-02-29Add mutool create tool, and PDF font and image resource creation.Michael Vrhel
2016-02-29Make fz_read_line behave like gets and return NULL at EOF.Tor Andersson
2016-02-24Add fz_show_string function and move wmode argument to end.Tor Andersson
2016-02-24Add fz_new_image_from_file.Tor Andersson
2016-02-24Add optional scissor hint argument to text clipping functions.Tor Andersson
2016-02-24Clarify scissor argument to clip device functions.Tor Andersson
2016-02-22Rename fz_path_processor to fz_path_walker.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-15Drop UNUSED macro -- it dirties the namespace and is not needed.Tor Andersson
2016-02-12Inline fz_write function.Tor Andersson
2016-02-10Add bold/italic/monospaced/serif flags to fz_font.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-03Bug 696546: Add fast strtofRobin 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-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-20Tidy bidirectional source.Robin Watts
2016-01-18Process HTML text for directionality.Robin Watts
2016-01-18First import of bidi code.Robin Watts
2016-01-18Add consts to fz_keep/drop_path.Robin Watts
2016-01-18Simplify try/catch macros.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
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-06Add missing signbit definition for MSVC.Robin Watts
2016-01-06epub: Cache font encoding lookups.Tor Andersson