summaryrefslogtreecommitdiff
path: root/poppler/Form.cc
AgeCommit message (Expand)AuthorFilesLines
2024-04-08Take border into account also for height when determining signature font sizeNicolas Fella1-2/+3
2024-04-05Update (C)Albert Astals Cid1-1/+1
2024-04-04Remove GooString::startsWith and GooString::endsWithOliver Sander1-2/+2
2024-02-18Update (C)Albert Astals Cid1-1/+1
2024-02-18Form: Allow signDocumentWithAppearance to autocalculate the font sizeErich E. Hoover1-1/+33
2023-10-22Simple GooString -> std::string changeAlbert Astals Cid1-1/+1
2023-09-06FormField::getFullyQualifiedName: Fix infinite loop on malformed filesAlbert Astals Cid1-23/+29
2023-08-02Don't look up same glyph multiple timesSune Vuorela1-0/+6
2023-06-27Allow for stream compression and compress font streams in formsSune Vuorela1-3/+3
2023-06-04Store embedded fonts widths table more effectiveSune Vuorela1-5/+31
2023-05-21Set certificate info a bit earlier; that way we also get it if signature vali...Sune Vuorela1-1/+2
2023-05-17Lookup with same rules as inserting themSune Vuorela1-1/+1
2023-05-12Skip font lookup for nonprintable charactersSune Vuorela1-0/+4
2023-05-12Fix crash when signing existing signatureAndre Heinecke1-2/+23
2023-05-02Update (C)Albert Astals Cid1-1/+1
2023-05-01Form::ensureFontsForAllCharacters: Create resources if there's not oneAlbert Astals Cid1-5/+16
2023-04-30Don't include an empty space at the end of the font name if there's no styleAlbert Astals Cid1-1/+1
2023-04-30Do not hardcode Noto Sans as FontNameAlbert Astals Cid1-1/+1
2023-04-29Set SigFlags when signing unsigned signatureNicolas Fella1-0/+3
2023-04-13Adapt signature code to the backend interfaceSune Vuorela1-43/+44
2023-03-27Split signature handler for signing and verificationSune Vuorela1-4/+4
2023-03-23Remove need for dual signing of dataSune Vuorela1-15/+15
2023-03-22Minor hardeningSune Vuorela1-0/+5
2023-03-20Use vector, not malloc/free for signature dataSune Vuorela1-3/+3
2023-03-18Switch some const char* to std stringSune Vuorela1-7/+7
2023-03-08Update (C)Albert Astals Cid1-1/+2
2023-03-04Remove unused digestName parameterAlbert Astals Cid1-5/+5
2023-03-02Keep nss types in signature classSune Vuorela1-1/+1
2022-11-20Form::addFontToDefaultResources: Be stubborn in finding a font we can useAlbert Astals Cid1-3/+11
2022-10-20Form: Provide Unicode marker when ensuring fontsMarek Kasik1-3/+3
2022-10-19topIdx can't be negativeAlbert Astals Cid1-0/+4
2022-08-29Form: When signing with an appearance, ensure that a Form existsErich E. Hoover1-1/+1
2022-08-04Update (C)Albert Astals Cid1-0/+1
2022-08-03Fix convertToUtf16 so it does not add the Unicode marker to the output stringErich E. Hoover1-1/+1
2022-08-02Fix error() string formattingAlbert Astals Cid1-9/+9
2022-07-04Update (C)Albert Astals Cid1-1/+1
2022-07-03Form.cc: Fix crash in Form::ensureFontsForAllCharacters()Nelson Benítez León1-1/+1
2022-06-01Update (C)Albert Astals Cid1-1/+1
2022-05-31Make FT support UTF-8 filenames on windowsAdrian Johnson1-2/+3
2022-05-17Forms: Fix crash in forms with their own DRAlbert Astals Cid1-13/+39
2022-04-15Update (C)Albert Astals Cid1-0/+1
2022-04-14qt: Pass leftFontSize down to `FormWidgetSignature::signDocumentWithAppearence`Alexander Sulfrian1-1/+2
2022-04-08MSVC: type conversion warning fixAlbert Astals Cid1-1/+6
2022-04-06Forms: Make sure we embedd fonts as neededAlbert Astals Cid1-10/+23
2022-04-06Signatures: Make sure we embed the needed fontsAlbert Astals Cid1-7/+18
2022-04-06Annotations: Make sure we embed fonts for the FreeText annotsAlbert Astals Cid1-1/+300
2022-04-01Move MSVC warning silencingAlbert Astals Cid1-3/+3
2022-04-01Fix typo of d35e11a8f84d396a9d9ef43ef852d377adc3830aAlbert Astals Cid1-1/+1
2022-04-01Annots: Just return the std::vector instead of two gettersAlbert Astals Cid1-4/+3
2022-03-24Unify 2 enums and a set of defines into an enumAlbert Astals Cid1-6/+6