summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-appearance.c
AgeCommit message (Expand)Author
2017-03-22Always use %g for short-as-possible format character.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2016-11-22Fix const compiler warning.Sebastian Rasmussen
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-02Use pdf_annot_border to get the border width of an annotation.fred ross-perry
2016-10-07Remove separate tmp/deleted/changed annotation lists.Tor Andersson
2016-09-23Clean up annotation enum names.Tor Andersson
2016-09-01pdf: Load/open streams by indirect reference object when possible.Tor Andersson
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached matrix field.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached bbox field.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached resources field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached page_ctm field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached inv_page_ctm field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached annot_type and widget_type fields.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached rect field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached pagerect field.Tor Andersson
2016-07-06Start slimming pdf_page.Tor Andersson
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-06-17Add mediabox argument to fz_new_display_list.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-04-26Change order of arguments to pdf_add_page etc.Tor Andersson
2016-04-05Clean up bidi enum names.Tor Andersson
2016-03-21Fix 696661: Missing annotations.Tor Andersson
2016-03-14Take pdf_obj argument to pdf_is_stream.Tor Andersson
2016-03-11Fix various warnings.Robin Watts
2016-03-11Implement fz_text_language support functions.Robin Watts
2016-03-11Rejig Bidirectional and Text code.Robin Watts
2016-03-01Don't use pdf_page struct when creating pages.Tor Andersson
2016-02-24Add fz_show_string function and move wmode argument to end.Tor Andersson
2016-02-22Rename fz_add_text to fz_show_glyph.Tor Andersson
2016-01-20Various formatting cleanups.Tor Andersson
2016-01-06Squash some warningsRobin Watts
2015-12-15Rename fz_buffer_cat to fz_append_buffer.Tor Andersson
2015-12-11Keep spans of multiple fonts and sizes in one fz_text object.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-04-07Fix whitespace.Tor Andersson
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-03-20Automatically update /Length and /Filter in pdf_update_stream.Tor Andersson
2015-02-25Allow pdf_device to be created with pre-populated buffer.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2015-02-17Reference count fz_path and fz_text.Tor Andersson
2014-03-25Break dependencies on pdf-form.c and pdf-js.cTor Andersson
2014-03-19Implement our own vsnprintf variant.Tor Andersson
2014-02-25Delete unused variablePaul Gardiner
2014-02-25Support text (aka sticky note) annotationsPaul Gardiner
2014-01-08fuzzing fix for null colorspace derefence.Robin Watts