summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
2016-02-24Add fz_show_string function and move wmode argument to end.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-15Drop UNUSED macro -- it dirties the namespace and is not needed.Tor Andersson
2016-02-15Fix -DNOCJK build warnings.Tor Andersson
2016-02-10Add bold/italic/monospaced/serif flags to fz_font.Tor Andersson
2016-02-09Fix 696552: Double free error in mutool clean -s.Tor Andersson
2016-02-03Move pdf's lex_number routine over to use fast atof.Robin Watts
2016-01-28Add Noto fallback fonts.Tor Andersson
2016-01-21Drop const from fz_colorspace.Tor Andersson
2016-01-21Drop the const on fz_font.Tor Andersson
2016-01-20Various formatting cleanups.Tor Andersson
2016-01-15pdf: Consume entire token before lexing numbers.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
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-08Tweak lex_number to avoid (or minimise) underflowRobin Watts
2016-01-06Squash some warningsRobin Watts
2016-01-06js: Fix error handling bugs and one scoping bug.Tor Andersson
2016-01-05Separate pdf_drop_annots (that drops lists) and fz_drop_annot.Tor Andersson
2016-01-05Stylistic naming cleanups.Tor Andersson
2016-01-05Clean up trailing whitespace.Tor Andersson
2016-01-05Remove fz_page argument from fz_annot function calls.Tor Andersson
2015-12-28Drop 'jsimp' abstraction and use mujs directly.Tor Andersson
2015-12-28Rename fz_image_get_pixmap to fz_get_pixmap_from_image.Tor Andersson
2015-12-18Remove fz_save_document and use pdf_save_document directly instead.Tor Andersson
2015-12-15Rename fz_buffer_cat to fz_append_buffer.Tor Andersson
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
2015-12-11Remove text clip accumulation.Tor Andersson
2015-12-11Keep spans of multiple fonts and sizes in one fz_text object.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-10-21Fix signatures for files created with pdf_create_document.Simon Reinhardt
2015-10-19Fix 695582: add knockout group for text that is both stroke and fill.Tor Andersson
2015-10-15Fix 696241: fix bracketing of begin_group/end_group for text objects.Tor Andersson
2015-10-14Remove unused variable.Michael Vrhel
2015-10-14Add proper support for when a combobox widget has options that are 2-element ...Michael Vrhel
2015-10-14Fix incremental xref stream.Simon Reinhardt
2015-10-14Fix pdf_create_document.Simon Reinhardt
2015-10-14pdf: Handle surrogate pairs in pdf_to_utf8.Tor Andersson
2015-10-14pdf: Flush text if content stream processing is cut short by errors.Tor Andersson
2015-10-02Don't stretch CJK substitute fonts.Tor Andersson