Console View
|
|
|
|||
| e27aebe5396d... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
Fix rendition media api internally We were doing some optionally with pointers, but returned address of stack variables and checking for null; that would always fail. Do things with std::optional instead |
|||
| eba77c0ad798... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
Let NSS reuse request-password callback for pin If password callback exist, use it rather than just fail if provided password is bad. This also can help doing fewer signatures in certain cases, especially the case where a hardware token needs to be touched on each operation; here we should get fewer interactions. |
|||
| a7fa63e85835... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Let SEC_ERROR_UNTRUSTED_ISSUER win even if it's not the first error Because this is something the user can potentially fix |
|||
| 782409eded77... |
Albert Astals Cid
aacid@kde.org |
|
|
|
NSS: Fix previous commit array size Apologies |
|||
| 2341db931576... |
Albert Astals Cid
aacid@kde.org |
|
|
| NSS: Be a bit more lenient on what we consider valid cert usage | |||
| 6a9064bc4c08... |
Sune Vuorela
sune@vuorela.dk |
|
|
| Qt: Map the annotation rules flags a bit closer to the spec | |||
| 4ea82ed4e341... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
Qt Signatures: Deprecate publicKey function This is the raw public key or 'the prime(s)' or curve parameters. We don't have them in all cases, and there is no reason to present it to user anyways. |
|||
| aafae2f0bd14... |
Albert Astals Cid
aacid@kde.org |
|
|
| Remove unused ArgKind enum values | |||
| 2ec4523b1675... |
Albert Astals Cid
aacid@kde.org |
|
|
|
XRef::getEntry: Fix limit check Fixes un-initialized memory read on broken files |
|||
| 4fc1c20f120a... |
Albert Astals Cid
aacid@kde.org |
|
|
| ossfuzz: Build brotli | |||
| 90a79db1394c... |
Albert Astals Cid
aacid@kde.org |
|
|
|
CI: Increase minimum clang macos simulation We don't support macos 10.4 anymore |
|||
| dca5f098698e... |
Albert Astals Cid
aacid@kde.org |
|
|
| Fix crash on malformed documents | |||
| 11448b90a804... |
Sune Vuorela
sune@vuorela.dk |
|
|
| Enable brotli streams | |||
| 978549e8a1af... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Fix rendering of some Forms If we are modifying the Fonts and it's a ref (as opossed to just be a inside the dict itself), we need to tell xref that we changed the object, otherwise whoever fetches the object again will not magically get the new data |
|||
| 3e090f4e508b... |
ju1ius
jules.bernable@gmail.com |
|
|
|
catalog: fix dest dict to name tree fallback when resolving named destination. Closes #1788 |
|||
| be09305851e3... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
NSS: export internal error code in weird error msg the PORT_GetError call can give us a hint on what goes wrong (These are still in the area of error messages that hopefully dont reach the user, but if they do, they would need our help to figure things out) |
|||
| 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 | |||