summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-appearance.c
AgeCommit message (Expand)Author
2018-11-13Add more encoding tables.Tor Andersson
2018-11-07Write placeholder appearance streams for digital signatures.Tor Andersson
2018-08-22Plug leak of buffer when button widgets are ignored.Sebastian Rasmussen
2018-08-21Fix 699625: Apply more vertical padding for multiline form fields.Tor Andersson
2018-08-10Use proper name space for form field flag constants.Tor Andersson
2018-08-10Rejig pdf_update_page and pdf_update_annot.Tor Andersson
2018-07-17Fix memory leaks in document signing functionsPaul Gardiner
2018-07-06Add pdf_dict_get_rect and pdf_dict_get_matrix helpers.Tor Andersson
2018-07-05Add digital signature appearance synthesis.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-07-05Use separate X and Y text padding in text appearance streams.Tor Andersson
2018-07-05Use real WinAnsi encoding when writing appearance stream text.Tor Andersson
2018-07-05Support background and border color in Widget/Tx and Widget/Ch.Tor Andersson
2018-07-04Fix bugs in triggering has_new_ap update.Tor Andersson
2018-07-04Rename pdf_get_annot_contents to pdf_annot_contents.Tor Andersson
2018-06-22Improve reference handling.Robin Watts
2018-06-22Size singleline widget text to fit both width and height.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-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-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-02Rework XObject form creation/updating.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-03-22Load most annotations, even if they are missing appearances.Tor Andersson
2018-03-22Fix leak of form object when updating text appearance.Sebastian Rasmussen
2018-03-16Fix 699026: Create missing font resource.Tor Andersson
2018-02-27Remove pdf_xobject wrapper struct.Tor Andersson
2018-02-27Remove typedef in favor of explicit enum keyword.Tor Andersson
2018-02-12Fix changed annotations not marked as dirtyPaul Gardiner
2018-02-06Include limits.h where INT_MAX/INT_MIN/PATH_MAX/UINT_MAX are used.Sebastian Rasmussen
2018-01-31Don't load an xobject before the stream is final when creating new forms.Tor Andersson
2017-12-20Bug 698826: Plug leak of font names when parsing appearance string.Sebastian Rasmussen
2017-12-19Bug 698825: Do not drop borrowed colorspaces.Sebastian Rasmussen
2017-11-22jni: Make sure to dirty annotation whenever it changes.Fred Ross-Perry
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-07-24Fix ordering of quadpoints in highlight synthesis.Tor Andersson
2017-07-20Use annotation color when synthesizing text annotations.Sebastian Rasmussen
2017-07-20Synthesize annotation appearance if normal appearance is absent.Sebastian Rasmussen
2017-07-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-06-29pdf: Drop appearance stream content buffer upon error.Sebastian Rasmussen
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-04-27Ensure we can compile as -pedantic -std=c99.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-20The default color of ink annotation is transparent.Sebastian Rasmussen