Age | Commit message (Expand) | Author |
2024-04-19 | loplugin:constantparam in vcl | Noel Grandin |
2023-11-29 | Extended loplugin:ostr: vcl | Stephan Bergmann |
2023-07-30 | Drop freshly unused font subsetting code | Khaled Hosny |
2023-04-10 | Drop SvStream::WriteCharPtr | Mike Kaganski |
2023-03-07 | clang-tidy dead-store | Noel Grandin |
2023-02-26 | cid#1521198 Untrusted loop bound | Caolán McNamara |
2023-02-20 | cid#1521192 Argument cannot be negative | Caolán McNamara |
2023-02-09 | Enable opening of downloaded fonts only in ForKit in Online | Tor Lillqvist |
2022-12-06 | Shuffle code around | Khaled Hosny |
2022-12-06 | Simplify PhysicalFontFace::CreateFontSubset() a bit | Khaled Hosny |
2022-12-06 | tdf#113048: Fix PDF ascender and descender of some fonts | Khaled Hosny |
2022-11-21 | be more specific on what "Symbol" is | Caolán McNamara |
2022-10-22 | loplugin:unusedmethods | Noel Grandin |
2022-10-03 | vcl: Drop redundant check | Khaled Hosny |
2022-10-03 | tdf#112152: Fix subsetting empty glyphs | Khaled Hosny |
2022-10-01 | Unused constants | Khaled Hosny |
2022-10-01 | vcl: Move TrueTypeFace where it is used | Khaled Hosny |
2022-09-30 | vcl: Apply variations to font metrics | Khaled Hosny |
2022-09-29 | split utl::TempFile into fast and named variants | Noel Grandin |
2022-09-26 | crashtesting: don't assert on bogus font name in embedded ttf | Caolán McNamara |
2022-09-24 | use faster TempFile for font subset writing | Noel Grandin |
2022-09-24 | vcl: accept bitmap fonts in OpenTTFontFile() | Khaled Hosny |
2022-09-23 | vcl: tdf#121327 PDF export for bitmap color fonts | Khaled Hosny |
2022-09-23 | cid#1515535 Explicit null dereferenced | Caolán McNamara |
2022-09-22 | convert TrueTypeTable to C++ class | Noel Grandin |
2022-09-21 | convert TrueTypeCreator to a C++ class | Noel Grandin |
2022-09-21 | use more unique_ptr | Noel Grandin |
2022-09-21 | convert GlyphOffsets to a C++ class | Noel Grandin |
2022-09-21 | convert HexFmt to a C++ class | Noel Grandin |
2022-09-20 | use O[U]String in TrueType code | Noel Grandin |
2022-09-20 | vcl: tdf#138325 pass PostScript name down to CreateCFFfontSubset() | Khaled Hosny |
2022-09-19 | vcl: Don’t use temporary files for CreateFontSubset() | Khaled Hosny |
2022-09-14 | use a std::vector and can avoid a copy | Caolán McNamara |
2022-09-14 | always > 0 here due to preceding empty() check | Caolán McNamara |
2022-09-14 | ofz#51205 Timeout | Caolán McNamara |
2022-09-13 | vcl: Simplify calling FillFontSubsetInfo() | Khaled Hosny |
2022-09-13 | vcl: Move subsetting helper functions to sft.cxx | Khaled Hosny |
2022-09-11 | vcl: Add a PhysicalFontFace-backed TrueTypeFont | Khaled Hosny |
2022-09-11 | vcl: Fix setting symbol flag on TrueTypeFont | Khaled Hosny |
2022-09-09 | ofz: Undefined-shift | Caolán McNamara |
2022-09-08 | vcl: Get FontCharMap from HarfBuzz | Khaled Hosny |
2022-03-20 | add system-libfixmath | Rene Engelhard |
2022-03-19 | reduce down to the part and config we are using and move to tools | Caolán McNamara |
2022-03-09 | ofz#45373 and ofz#45362 fix ubsan issues | Caolán McNamara |
2022-03-08 | ofz: Timeout, give up earlier with a broken font | Caolán McNamara |
2022-03-08 | ofz#45357 Floating-point-exception | Caolán McNamara |
2022-03-08 | move variables to where they are first assigned | Caolán McNamara |
2022-03-06 | ofz#45255 handle short O_hhea table | Caolán McNamara |
2022-03-05 | ofz: record less than 10 bytes is invalid | Caolán McNamara |
2022-03-03 | ofz: Use-of-uninitialized-value | Caolán McNamara |