summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2016-02-29Rename some functions.Tor Andersson
2016-02-29Fix silly typo. Set default output file for pdfwrite device.Tor Andersson
2016-02-29Don't deflate the font file stream.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-29Improve pretty-print formatting of arrays.Tor Andersson
2016-02-29Print newlines before 'endobj' in mutool show.Tor Andersson
2016-02-29Remove useless FT_Set_Char_Size call.Tor Andersson
2016-02-25Skip the newline before endstream if the stream ends in a newline.Tor Andersson
2016-02-24Always write a newline after pdf_print_obj.Tor Andersson
2016-02-24Strip trailing whitespace.Tor Andersson
2016-02-24Add fz_show_string function and move wmode argument to end.Tor Andersson
2016-02-24html: Rewrite handling of whitespace collapsing.Tor Andersson
2016-02-24xml: Implement SGML line break rules.Tor Andersson
2016-02-24html: Add support for soft hyphens in line breaking.Sebastian Rasmussen
2016-02-24html: Introduce a new line breaking algorithm.Sebastian Rasmussen
2016-02-24html: Split glue nodes into space and soft break nodes.Sebastian Rasmussen
2016-02-24html: Fix typo.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-22Fix leaks in pdf-device.cMichael Vrhel
2016-02-22Fix Annot handling in mutool clean.Robin Watts
2016-02-22Fix flaw in printing objects.Robin Watts
2016-02-22Add some helpful debugging code to the mark and sweep code.Robin Watts
2016-02-22Rename fz_path_processor to fz_path_walker.Tor Andersson
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-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