Age | Commit message (Expand) | Author |
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-12-05 | Drop dummy function | Khaled Hosny |
2022-11-21 | be more specific on what "Symbol" is | Caolán McNamara |
2022-11-21 | vcl: GCC 12.2.1 -Werror=maybe-uninitialized | Michael Stahl |
2022-11-21 | loplugin:unusedfields start removing unused weld fields | Noel Grandin |
2022-11-08 | Combine o3tl::RestoreGuard into comphelper::ValueRestorationGuard | Stephan Bergmann |
2022-11-08 | Address some of the sprintf in vcl/source/fontsubset/cff.cxx | Stephan Bergmann |
2022-11-08 | Address some of the sprintf in vcl/source/fontsubset/cff.cxx | Stephan Bergmann |
2022-11-08 | Fix string comparisons | Stephan Bergmann |
2022-11-08 | Introduce o3tl::RestoreGuard | Stephan Bergmann |
2022-11-08 | CffSubsetterContext::getString never returns null | Stephan Bergmann |
2022-10-22 | loplugin:unusedmethods | Noel Grandin |
2022-10-15 | tdf#123234: Fix subsetting CFF deprecated endchar | Khaled Hosny |
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-25 | Some simplification | Mike Kaganski |
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-24 | simplify CmapSubTable | Noel Grandin |
2022-09-24 | flattenTrueTypeTableGeneric | Noel Grandin |
2022-09-24 | flatten TrueTypeTablePost | Noel Grandin |
2022-09-23 | remove some dead code | Noel Grandin |
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-23 | -Werror=class-memaccess | Stephan Bergmann |
2022-09-23 | cid#1515534 invalidate_iterator | Julien Nabet |
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-18 | tdf#151039: use the same defaults also for FontSubsetInfo::m_aFontBBox | Mike Kaganski |
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 | tdf#126242: Handle fractional values when subsetting CFF | Khaled Hosny |