Console View
|
|
|
|||
| 35626a614d3c... |
Sune Vuorela
sune@vuorela.dk |
|
|
| Write some error message if signing fails | |||
| 88d9d46874e7... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
Build system: dont scan for c++ modules We don't currently use or provide them, so no need to do the work to support it. |
|||
| 557c83abb9a1... |
Sune Vuorela
sune@vuorela.dk |
|
|
| Fix a format string | |||
| eead04e06bbf... |
ojasmaheshwari
ojasmaheshwari@gmail.com |
|
|
| Build and enable harfbuzz | |||
| 4b6c157de6a6... |
William Bader
william@newspapersystems.com |
|
|
| Change .gitignore from /build/ to /build*/ to allow multiple builds. | |||
| 0e61e7e6a324... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Improve code a bit when finding fonts fails Be verbose that finding failed and do not try to add anything if it does not have a file |
|||
| 878669585dd3... |
Sune Vuorela
sune@vuorela.dk |
|
|
| NSS Signatures: Mark hardware keys as such | |||
| f1f861a969af... |
Funda Wang
fundawang@yeah.net |
|
|
|
Fix intermittent glib API docs build failure ninja could run make-glib-api-docs in parallel with g-ir-scanner, both sharing the glib build dir (g-ir-scanner writes tmp-introspect* temp files there while gtkdoc-scan scans that dir). Depend the docs stamp on the gir-typelibs target when introspection is enabled to serialize them. Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com> |
|||
| 1ce3f34b4487... |
Albert Astals Cid
aacid@kde.org |
|
|
| Increase version so people that track master can add ifdefs on version | |||
| e661b7b61a1b... |
Albert Astals Cid
aacid@kde.org |
|
|
| poppler 26.09.0 | |||
| cbf801f06fbd... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Revert "Fix intermittent glib API docs build failure" This reverts commit ad34cc58a1a3542d10bb98b7212ac8c0314bfba9. |
|||
| c1948b1d66b2... |
Albert Astals Cid
aacid@kde.org |
|
|
| Update (C) | |||
| 737000618edf... |
Albert Astals Cid
aacid@kde.org |
|
|
| Make redundant-qualified-alias from clang-tidy 23 happy | |||
| ad34cc58a1a3... |
Funda Wang
fundawang@yeah.net |
|
|
|
Fix intermittent glib API docs build failure Fixes #1781 |
|||
| 2191210e5804... |
Ojas Maheshwari
workonlyojas@gmail.com |
|
|
| Font subsetting for form fields | |||
| 0cc3f68f4357... |
Albert Astals Cid
aacid@kde.org |
|
|
| Add std::move as suggested by clang-tidy 23 | |||
| 8bf4c5b81c68... |
Albert Astals Cid
aacid@kde.org |
|
|
| Use more string_view as suggested by clang-tidy 23 | |||
| 5e086eea01af... |
Albert Astals Cid
aacid@kde.org |
|
|
| Update (C) | |||
| b075a749b79d... |
Albert Astals Cid
aacid@kde.org |
|
|
| Make clang-tidy 23 performance-prefer-single-char-overloads happy | |||
| 08f3940b6a67... |
Albert Astals Cid
aacid@kde.org |
|
|
| FontSubsetter: get widths from oldFont instead of freetype | |||
| 5456d02652af... |
Albert Astals Cid
aacid@kde.org |
|
|
| Add missing include | |||
| 012139aaad90... |
Albert Astals Cid
aacid@kde.org |
|
|
| Only include the needed includes | |||
| c384465881a1... |
Albert Astals Cid
aacid@kde.org |
|
|
| test: Remove unused variables | |||
| dec3ad15d15b... |
Albert Astals Cid
aacid@kde.org |
|
|
| Add missing include | |||
| 52fd9e36fb07... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Move SubsetFontResult into createNewSubsetFont We are later moving its internal data vector so make it clear it's not something that should be used later in the caller |
|||
| e8631df8847c... |
Maximiliano Sandoval
msandova@protonmail.com |
|
|
|
glib: Remove G_GNUC_CONST in enum _get_type funcs Continuation of a67d5f157. |
|||
| 551ab2a9c28a... |
ojasmaheshwari
ojasmaheshwari@gmail.com |
|
|
| Don't remove original fonts if any entity fails subsetting | |||
| 3d44f634c5b3... |
Albert Astals Cid
aacid@kde.org |
|
|
| Move the font subsetting just under font configuration | |||
| b0d7e0b1d4f4... |
Albert Astals Cid
aacid@kde.org |
|
|
|
CI: Make the build_nondefault_options use generic FONT_CONFIGURATION All the other FONT_CONFIGURATION are CI-tested but not this one |
|||
| 6f22dbfbda02... |
Albert Astals Cid
aacid@kde.org |
|
|
| Disable ENABLE_HARFBUZZ for the oss-fuzz build for now | |||
| 7c5f988cfd02... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Disable ENABLE_HARFBUZZ if not using fontconfig It could be made to work but no one has tested it, so disable it for now |
|||
| 28c48a574543... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
NSS: Don't inf loop on wrong password If we are retrying here, returning the same thing doesn't work, so return a nullptr instead to terminate/fail the signing |
|||
| 9c48282ba37b... |
Ojas Maheshwari
workonlyojas@gmail.com |
|
|
| Font Subsetting for FreeText annotations | |||
| 48b6219b84fc... |
ojasmaheshwari
ojasmaheshwari@gmail.com |
|
|
| Add PDF file | |||
| ba9a021b4528... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Mini-optimize FontInfoScanner::scan In case getPage fails there's no need to copy the xref Issue #1748 |
|||
| 38dbbec3c279... |
Albert Astals Cid
aacid@kde.org |
|
|
| XRef::copy now returns a unique_ptr | |||
| 245d3c682337... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Fix integer overflow in FoFiTrueType::cvtSfnts Issue #1762 |
|||
| 786b06dac87d... |
Albert Astals Cid
aacid@kde.org |
|
|
| FoFiTrueType::cvtSfnts: Move variables closer to where they are used | |||
| 323c91036d99... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Fix integer overflow in SplashClip::clipToPath Issue #1763 |
|||
| eb87cf711563... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Fix integer overflow in JBIG2Stream::readCodeTableSeg Issue #1760 |
|||