summaryrefslogtreecommitdiff
path: root/poppler/Annot.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-18Update (C)Albert Astals Cid1-0/+1
2024-02-18Annot: Pull out the font size calculator into a separate routineErich E. Hoover1-0/+2
2023-10-22Simple GooString -> std::string changeAlbert Astals Cid1-2/+2
2023-10-14Update (C)Albert Astals Cid1-1/+1
2023-10-08cairo: write document logical structure if output is pdfAdrian Johnson1-1/+1
2022-08-08Use std::vector to store dash patternsOliver Sander1-4/+2
2022-04-06Forms: Make sure we embedd fonts as neededAlbert Astals Cid1-4/+4
2022-04-06Signatures: Make sure we embed the needed fontsAlbert Astals Cid1-1/+2
2022-04-06Annotations: Make sure we embed fonts for the FreeText annotsAlbert Astals Cid1-2/+5
2022-04-01Export base classes of exported classesAlbert Astals Cid1-1/+1
2022-04-01Annots: Just return the std::vector instead of two gettersAlbert Astals Cid1-3/+2
2022-03-29Rename variable, it's actually the number of cellsAlbert Astals Cid1-1/+1
2022-03-24Annot::drawText: Move combMaxLen to the end since it's only used onceAlbert Astals Cid1-2/+2
2022-03-24Rename comb to combMaxLenAlbert Astals Cid1-1/+1
2022-03-24Unify 2 enums and a set of defines into an enumAlbert Astals Cid1-13/+14
2022-03-24AnnotAppearanceBuilder::drawText: Merge 4 bools into a flags variableAlbert Astals Cid1-2/+11
2022-03-17Move AnnotAppearanceBuilder::writeString to std::stringAlbert Astals Cid1-1/+1
2022-03-10Update (C) of previous commitAlbert Astals Cid1-1/+1
2022-03-09Replace hand-coded reference counting in GfxFont by std::shared_ptrOliver Sander1-1/+1
2022-03-08Annot::getRect: Return a const & instead of a pointerAlbert Astals Cid1-1/+1
2022-03-02AnnotMarkup::setLabel: Take a unique_ptrAlbert Astals Cid1-1/+1
2022-03-02Annot::setContents: Take a unique_ptrAlbert Astals Cid1-3/+3
2022-01-24[qt] Add FormFieldSignature::signAlbert Astals Cid1-0/+7
2022-01-11Add (C)Albert Astals Cid1-0/+1
2022-01-10AnnotAppearanceBuilder: Also use the image when there is left signature textMartin1-2/+1
2022-01-05Make DefaultAppearance::toAppearanceString return a std::stringAlbert Astals Cid1-2/+2
2021-11-22Update (C)Albert Astals Cid1-0/+1
2021-11-22Image embedding APIGeorgiy Sgibnev1-1/+2
2021-09-16Move the code to sign a document from the qt frontend to PDFDocAlbert Astals Cid1-1/+1
2021-09-15Add default appearance for the well known stamp namesMahmoud Khalil1-1/+2
2021-09-12Misc annotation stamp improvementsAlbert Astals Cid1-2/+2
2021-09-12Update (C)Albert Astals Cid1-0/+1
2021-09-12Improve support for custom stamp annotationsMahmoud Khalil1-1/+12
2021-08-27CI: Enable google-explicit-constructorAlbert Astals Cid1-19/+19
2021-07-07Update (C)Albert Astals Cid1-0/+1
2021-07-06Create fallback fonts as needed.Zachary Travis1-8/+9
2021-05-14Update (C) of previous commitAlbert Astals Cid1-1/+1
2021-05-14Fancier left/right signature visual representationAlbert Astals Cid1-0/+1
2021-04-13Annot: Make things more const correctAlbert Astals Cid1-1/+2
2021-03-01Hide symbols by defaultAlbert Astals Cid1-33/+34
2020-12-13AnnotWidget: Don't add two Resources dicts when form has getDefaultResourcesObjAlbert Astals Cid1-2/+2
2020-12-13Improvements to adding digital signaturesAlbert Astals Cid1-4/+3
2020-12-13Render signature rect and signer contentThorsten Behrens1-3/+9
2020-12-13Expose form widget to the related widget annotationKatarina Behrens1-0/+2
2020-12-13Add default appearance and empty appearance streamKatarina Behrens1-1/+1
2020-12-13Add stub of signature field/widget annotationKatarina Behrens1-0/+2
2020-11-22Tweak the don't use Appearance stream if annot is typeHighlightAlbert Astals Cid1-0/+3
2020-11-14Update (C)Albert Astals Cid1-1/+1
2020-11-14Draw better circles for circle annotationsTobias Deiminger1-0/+1
2020-10-29const++Albert Astals Cid1-1/+2