summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2018-07-04Add fz_snap_selection function to snap selection to chars/words/lines.Tor Andersson
2018-07-04Rename pdf_get_annot_contents to pdf_annot_contents.Tor Andersson
2018-07-04Add fz_is_point_inside_rect utility function.Tor Andersson
2018-07-04Allow for CIDToGIDMap in font being "/Identity".Robin Watts
2018-06-22Update base 14 fonts to URW++ release from 2017-07-27.Tor Andersson
2018-06-22Avoid leaking reference to "form" object.Robin Watts
2018-06-22Improve reference handling.Robin Watts
2018-06-22Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.Tor Andersson
2018-06-22Tokenize on all whitespace when parsing DA string.Tor Andersson
2018-06-22Size singleline widget text to fit both width and height.Tor Andersson
2018-06-22Use fz_quad type in structured text and selection/highlighting.Tor Andersson
2018-06-22Add fz_quad type.Tor Andersson
2018-06-22Create appearance streams for Comb text fields.Tor Andersson
2018-06-22Keep copy of decoded utf8 text string in pdf_obj.Tor Andersson
2018-06-22Look up DA in Root/AcroForm/DA if missing in annotation property.Tor Andersson
2018-06-22Merge pdf-annot.c and pdf-annot-edit.c (2/2).Tor Andersson
2018-06-22Merge pdf-annot.c and pdf-annot-edit.c (1/2).Tor Andersson
2018-06-22Move link code to pdf-link.c.Tor Andersson
2018-06-22Fix error check in AFPercent_Format to look for null rather than false.Tor Andersson
2018-06-22Call AA/F formatting when synthesizing appearance stream.Tor Andersson
2018-06-22Use line spacing and padding when creating variable text appearance.Tor Andersson
2018-06-22Support annot/MK/R property in Tx and Ch widget annotations.Tor Andersson
2018-06-22Support undocumented annot/Rotate property in FreeText annotations.Tor Andersson
2018-06-22Remove rich text properties when editing annotation contents or styles.Tor Andersson
2018-06-22Use /Tx BMC ... EMC when creating text widget appearance streams.Tor Andersson
2018-06-22Support rotated QuadPoints when generating markup annotation appearances.Tor Andersson
2018-06-22Create appearance streams for annotations.Tor Andersson
2018-06-22Remember the md5 digest in the fz_font struct.Tor Andersson
2018-06-22Cache base14 and CJK fonts.Tor Andersson
2018-06-22Add pdf_dict_get_name function.Tor Andersson
2018-06-22Check pointer for NULL in fz_free before locking.Tor Andersson
2018-06-21Allow signature saving using pdf_write_documentPaul Gardiner
2018-06-12Run both V and F additional actions when setting field values.Tor Andersson
2018-06-11Use bin2coff to generate font data blobs object files.Tor Andersson
2018-06-02Rework XObject form creation/updating.Tor Andersson
2018-06-02mutool show: Add support for wildcards in path syntax.Tor Andersson
2018-06-02Add a fz_strnlen function (strnlen is not standard C).Tor Andersson
2018-06-01Fix loss of reference to focussed annotation when rereading annotationsPaul Gardiner
2018-05-18Fix 699368: Remember 'sent' text state in sanitize filter.Tor Andersson
2018-05-18Fix segfault in SVG parser when encountering text data.Tor Andersson
2018-05-17mutool extract: Remove spurious 'break' statement and fix double free.Tor Andersson
2018-05-16Don't use pdf_load_object in pdfextract.cTor Andersson
2018-05-16Remove unused variable.Tor Andersson
2018-05-16Keep JBIG2 image data compressed in fz_compressed_buffer.Tor Andersson
2018-05-16Remove needless deep copy of resource dictionary.Tor Andersson
2018-05-16js: Add Shade.bound function and bbox device example.Tor Andersson
2018-05-16Purge unused functions.Tor Andersson
2018-05-16Restore Emoji font.Tor Andersson
2018-05-15Bug 699351: Handle glyphs with uncomputable width.Sebastian Rasmussen
2018-05-11Fix 699332: Copy resources when cleaning content streams.Sebastian Rasmussen