summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
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
2015-10-02Fix 696148: Always create a glyph width table.Tor Andersson
2015-10-02Bug 696131: Detect some overflow conditionsRobin Watts
2015-10-02Bug 696129: Be more forgiving of broken files.Robin Watts
2015-10-02Reference count fz_outline struct.Robin Watts
2015-10-01Bug 696146: Improve pdf_repair to find /Root in new style XRefs.Robin Watts
2015-09-28Bug 696170: Fix typo.Robin Watts
2015-09-28Bug 696182: Fix Revision 6 PDF encryption.Robin Watts
2015-09-25Abort repairing if we cannot find any objects.Tor Andersson
2015-09-01Default to invert_cmyk_jpeg for all formats other than PDF.Tor Andersson
2015-08-27Support several levels of incremental xrefPaul Gardiner
2015-08-27Move objects to the incremental xref before changing themPaul Gardiner
2015-08-27In pdf_write_document, factor out init/fin of pdf_write_optionsPaul Gardiner
2015-08-27Fix bug in setting of opts->ofs_listPaul Gardiner
2015-08-27Add a deep-copy function for pdf objectsPaul Gardiner
2015-08-27Ensure the unsaved signatures list is held in ascending orderPaul Gardiner
2015-08-20Remove duplicate inclusions of headers.Sebastian Rasmussen