summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset
AgeCommit message (Expand)Author
2021-10-17Simplify vector initialization in vclJulien Nabet
2021-04-01cid#1222237 Untrusted loop boundCaolán McNamara
2021-03-30cid#1222237 Untrusted loop boundCaolán McNamara
2021-03-26improve scopingCaolán McNamara
2021-03-24convert m_pFileName to std::stringNoel
2021-03-24cid#1474278 Untrusted divisorCaolán McNamara
2021-03-24cid#1474444 Division or modulo by zeroCaolán McNamara
2021-03-23use unique_ptr in AbstractTrueTypeFontNoel Grandin
2021-03-22cid#1474278 Untrusted divisorCaolán McNamara
2021-03-22cid#1473807 Untrusted divisorCaolán McNamara
2021-03-22cid#1474183 Untrusted allocation sizeCaolán McNamara
2021-03-22convert calloc/free into std::vectorCaolán McNamara
2021-02-01cppcheck: Clean up signed 32 bit shift by 31Dr. David Alan Gilbert
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer
2020-10-19use tools::Long in vclNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-01loplugin:reducevarscope in vclNoel
2020-09-15Forward existing FontCharMap from PhysicalFontFaceJan-Marek Glogowski
2020-09-15Replace FindCmap with ParseCMAPJan-Marek Glogowski
2020-09-11tdf#125234 Qt5 set glpyh font bounding boxJan-Marek Glogowski
2020-08-21cid#1466207 doc as false rather than intentionalCaolán McNamara
2020-08-20cid#1466206 Uninitialized pointer fieldCaolán McNamara
2020-08-15tdf#125234 Qt5 implement CreateFontSubsetJan-Marek Glogowski
2020-08-15Refactor vcl::TrueTypeFont class member accessJan-Marek Glogowski
2020-08-04loplugin:flatten in vclNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-05-29loplugin:simplifybool in ucb..vclNoel Grandin
2020-04-20tdf#130924 [vcl] replace `*printf`s with `SAL_*` logging macros.Yukio Siraichi
2020-04-17loplugin:buriedassign in vclNoel Grandin
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-16cid#1458437: useless call in vcl/sftJulien Nabet
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-03make some headers privateCaolán McNamara
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-12-24sal_Char->char in vclNoel Grandin
2019-12-13loplugin:expandablemethodsNoel Grandin
2019-12-03Use namespaces instead of structsStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-29missing include (for close)Stephan Bergmann
2019-11-26Better fix for GCC -Werror=stringop-truncationStephan Bergmann
2019-11-22GCC trunk towards GCC 9 still emits a bogus -Wstringop-truncationJulien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-16Replace define by constexpr in sft.hxx (vcl)Julien Nabet
2019-10-14fix names of enumsCaolán McNamara
2019-10-13Refactor + fix TrueTypeTableNew_post + some reading types for sft/ttcr (vcl)Julien Nabet
2019-10-13Add glyf constants + remove "offset" pattern for length var (vcl)Julien Nabet
2019-10-12Document and replace some magic values in sft/ttcr (vcl)Julien Nabet