summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-appearance.c
AgeCommit message (Expand)Author
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
2014-01-02Bug 694729: Rounding the InkPaul Gardiner
2013-11-05Fix bug 694730: Wrong bbox in one-point ink annotationPaul Gardiner
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-08-28Add MuPDF logo to signature appearancePaul Gardiner
2013-08-13Signature creationPaul Gardiner
2013-08-13Insert the extra layers required for a signature-appearance streamPaul Gardiner
2013-08-13Add support for creating signature-field appearance streamsPaul Gardiner
2013-08-07Use ascender and descender to determine line skipPaul Gardiner
2013-08-02Correctly account for alterations to xobject matrix and bboxPaul Gardiner
2013-08-02Handle more color cases in DA handlingPaul Gardiner
2013-08-02Improve naming consistencyPaul Gardiner
2013-07-30For freetext annotations, distinguish device and page space correctly.Paul Gardiner
2013-07-29Add support for freetext annotationsPaul Gardiner
2013-07-22Collect together all code to do with appearance-stream creationPaul Gardiner