Console View
|
|
|
|||
| 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 |
|||
| fba5d4ec3a04... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Fix integer overflow in PreScanOutputDev::tilingPatternFill oss-fuzz/542884180 |
|||
| 541f0e8aa157... |
Albert Astals Cid
aacid@kde.org |
|
|
| Update (C) | |||
| 4d5114d762da... |
Diego Costa R.
diegocostar@gmail.com |
|
|
|
pdftotext: Add -urls option to print link URLs next to their text pdftotext extracts only the text content streams, so URLs stored in link annotations (/Annots -> /A -> /URI) are never part of the output. Since 21.11.0 pdfinfo -url can list them, but text-extraction pipelines then need two binaries and two output formats, losing the association between each URL and the text it annotates. With -urls, each link's URL is printed next to its link text, enclosed in square brackets at the end of the line (or line fragment) that contains the linked text, e.g. link text [https://...]. Only links that point to a URL are listed; links to another place in the same document are ignored. URL bytes are sanitized the same way pdfinfo does and are written through the output encoding. The flag is rejected in -bbox, -bbox-layout, -tsv and -htmlmeta modes. Default behavior is unchanged. |
|||
| d1b83b011742... |
Eddie Kohler
ekohler@gmail.com |
|
|
|
pdftohtml: Process tiling patterns by ignoring them once Previously, pdftohtml ran very slowly on tiling patterns: it asked the underlying library to render every tile's drawing commands once per tile, all of which were then ignored. This code ignores each tiling paint request once, which can be thousands of times faster on PDFs that include tiling patterns. |
|||
| 6867baeb458a... |
Albert Astals Cid
aacid@kde.org |
|
|
|
pdfimages: Fix typo in manpage Issue #1769 |
|||
| 7ef1185be1e5... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
Simplify QSTringToGooString It already assumes latin1, make it explicit |
|||
| d50c7b7bf516... |
Albert Astals Cid
aacid@kde.org |
|
|
| A bit more of GooString -> std::string | |||
| 7a45d06ea82d... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
Savannah is down; fetch freetype from Debian It is part of Debian Stable, so it should be there for quite some time. |
|||
| 5d6175cb9877... |
Albert Astals Cid
aacid@kde.org |
|
|
| Increase version so people that track master can add ifdefs on version | |||
| d663f8fe0237... |
Albert Astals Cid
aacid@kde.org |
|
|
| poppler 26.08.0 | |||
| 5368d7e64682... |
Ojas Maheshwari
workonlyojas@gmail.com |
|
|
| Add two-annots-same-font PDF file for a font subsetting test | |||
| ed2a5538cf0a... |
Albert Astals Cid
aacid@kde.org |
|
|
|
FoFiTrueType::mapCodeToGID: Improve b*12 overflow check Issue #1761 |
|||
| 5e49250f13b0... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Fix nullptr + number Issue #1759 |
|||
| 90868d184b6f... |
Albert Astals Cid
aacid@kde.org |
|
|
| CI: apt update before apt install | |||
| 34fbdfcf9786... |
Albert Astals Cid
aacid@kde.org |
|
|
| Update (C) | |||