summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset
AgeCommit message (Expand)Author
2024-11-13loplugin:reftotemp in vclNoel Grandin
2024-04-19mpReqFontName is potentially pointing to freed memoryNoel Grandin
2024-04-19loplugin:constantparam in vclNoel Grandin
2023-12-31Replace "size() == 0 with empty()" (vcl)Julien Nabet
2023-11-29Extended loplugin:ostr: vclStephan Bergmann
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: vclStephan Bergmann
2023-10-15Drop OStringConstExpr, use constexpr OString insteadStephan Bergmann
2023-10-15pStringIds can be constexprStephan Bergmann
2023-07-31tdf#156230 remove now unused various bit and piecesNoel Grandin
2023-07-30Drop freshly unused font subsetting codeKhaled Hosny
2023-07-25tdf#156437: Fix missing name inside embedded Type 1 font in PDFKhaled Hosny
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski
2023-03-07clang-tidy dead-storeNoel Grandin
2023-02-26cid#1521198 Untrusted loop boundCaolán McNamara
2023-02-20cid#1521192 Argument cannot be negativeCaolán McNamara
2023-02-09Enable opening of downloaded fonts only in ForKit in OnlineTor Lillqvist
2022-12-06Shuffle code aroundKhaled Hosny
2022-12-06Simplify PhysicalFontFace::CreateFontSubset() a bitKhaled Hosny
2022-12-06tdf#113048: Fix PDF ascender and descender of some fontsKhaled Hosny
2022-12-05Drop dummy functionKhaled Hosny
2022-11-21be more specific on what "Symbol" isCaolán McNamara
2022-11-21vcl: GCC 12.2.1 -Werror=maybe-uninitializedMichael Stahl
2022-11-21loplugin:unusedfields start removing unused weld fieldsNoel Grandin
2022-11-08Combine o3tl::RestoreGuard into comphelper::ValueRestorationGuardStephan Bergmann
2022-11-08Address some of the sprintf in vcl/source/fontsubset/cff.cxxStephan Bergmann
2022-11-08Address some of the sprintf in vcl/source/fontsubset/cff.cxxStephan Bergmann
2022-11-08Fix string comparisonsStephan Bergmann
2022-11-08Introduce o3tl::RestoreGuardStephan Bergmann
2022-11-08CffSubsetterContext::getString never returns nullStephan Bergmann
2022-10-22loplugin:unusedmethodsNoel Grandin
2022-10-15tdf#123234: Fix subsetting CFF deprecated endcharKhaled Hosny
2022-10-03vcl: Drop redundant checkKhaled Hosny
2022-10-03tdf#112152: Fix subsetting empty glyphsKhaled Hosny
2022-10-01Unused constantsKhaled Hosny
2022-10-01vcl: Move TrueTypeFace where it is usedKhaled Hosny
2022-09-30vcl: Apply variations to font metricsKhaled Hosny
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-26crashtesting: don't assert on bogus font name in embedded ttfCaolán McNamara
2022-09-25Some simplificationMike Kaganski
2022-09-24use faster TempFile for font subset writingNoel Grandin
2022-09-24vcl: accept bitmap fonts in OpenTTFontFile()Khaled Hosny
2022-09-24simplify CmapSubTableNoel Grandin
2022-09-24flattenTrueTypeTableGenericNoel Grandin
2022-09-24flatten TrueTypeTablePostNoel Grandin
2022-09-23remove some dead codeNoel Grandin
2022-09-23vcl: tdf#121327 PDF export for bitmap color fontsKhaled Hosny
2022-09-23cid#1515535 Explicit null dereferencedCaolán McNamara
2022-09-23-Werror=class-memaccessStephan Bergmann
2022-09-23cid#1515534 invalidate_iteratorJulien Nabet
2022-09-22convert TrueTypeTable to C++ classNoel Grandin