Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About
Login

Console View

Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

Albert Astals Cid
Make clang-tidy-21 optional checker happy
Albert Astals Cid
Replace finds with proper calls
Where we did just find, use contains

Where we did find+insert, use just insert since it already tells us if
it was in the container
998c6a79571a...
Sune Vuorela
Limit recursion in cmap parsing
fixes #1632
11b859f559d3...
Juraj Ĺ arinay
call PORT_GetError() only if the preceding CERT_PKIXVerifyCert() fails
759ec7714041...
William Bader
glib/poppler.h: Place POPPLER_RENDER_ANNOTS_PRINT_MARKUP on a single line to fix "WARNING: Failed to parse" from glib-mkenums
b1cd3dc18151...
Albert Astals Cid
Increase version so people that track master can add ifdefs on version
da906ddbfa5a...
Albert Astals Cid
poppler 25.10.0
8c920bcfc4e6...
Sune Vuorela
Fix data driven tests for non-signature builds
Make the ifdeffery a bit more complicated to allow functioning things
for builds without signatures enabled.
d916b885bee0...
Albert Astals Cid
Update po files
68f2e306cb2e...
Albert Astals Cid
Update (C)
358411b04fbf...
Lucas Baudin
Add an attribute to the AnnotInk class to make annotation drawn "below", i.e. with a multiply blend mode.
This may be used for highlighting.
Also add the necessary GLib binding.
de44e3476fa8...
Lucas Baudin
Refactor AnnotInk to generate appearance when the ink list is set and not only for drawing.
This is useful when a file is saved and the annotation has not been drawn yet.
62747813b3f4...
Zsombor Hollay-Horvath
CPP API: fix for bad embedded file name
Changes on the `embedded_file` type:
- new `unicodeName()` method
- deprecate old `name()` method
4ce27cc826bf...
Kevin Backhouse
Check for duplicate entries
3b605b9fb8ab...
Sune Vuorela
Don't embed substitutions for base14 fonts
If one asks for a base14 font, but receives some kind of substitution
(e.g. Arial for Helvetica), don't actually embed it, but just reference
it instead.

This helps us finding especially base14 fonts if asked to be used for
annotations
67b659881837...
Sune Vuorela
Revert "FormWidgetSignature::signDocumentWithAppearance: add imagePath parameter"
It in general mostly triggered bugs downstream and didn't fix anything.

For certain signature patterns from at least Okular, where replacing the
background on signing previously created signatures was not expected.

See for example KDE bug 508518

This reverts commit 61e4f56ea85f6c094eddf7df56cc6eb2d688d7f4.
d3c7a0e3075b...
Sune Vuorela
Add and restructure unit test
Move the pgp tests to a seperate file for convenience

Add an extra document to loop all the 'normal' tests over
to ensure that we also handle randomly-padded documents
7937d16e0f86...
Sune Vuorela
Handle signatures padded with random
At least some official austrian signature tools pads their signatures
with random instead of padding with nulls as what is specified.

Let our partial asn1-parser get the actual signature in those cases and
read it from the signature data rather than re-reading the document.
1e128a8dc6ca...
lbaudin
glib: fix signature text in glib binding
A typo replaced the signature text with the left signature text.
Fix https://gitlab.freedesktop.org/poppler/poppler/-/commit/c3b2c097ac0a38db0671bd4d78a917d5b9892da4
f72b4935c2b1...
Albert Astals Cid
Fix pdf-fullrewrite destroying documents
It's a good thing we don't install this ^_^
99bc26379897...
Albert Astals Cid
Don't search+insert in std::sets
insert and use the bool that tells us if it was inserted
bb547a3ccbcd...
Albert Astals Cid
Dict * to const Dict &
56d32b0aff02...
Albert Astals Cid
A few Array * to const Array &
ae783b8a7a72...
Albert Astals Cid
MediaRendition::MediaRendition: take const Dict &
f2d0fd13293d...
Albert Astals Cid
MediaParameters::parseMediaScreenParameters; Take const &
6d7c640ab330...
Albert Astals Cid
MediaParameters::parseMediaPlayParameters: Take const Dict &
219d83e30b1f...
Albert Astals Cid
MediaWindowParameters::parseFWParams: Take const Dict &
898f740b15ea...
Albert Astals Cid
PageLabelInfo::PageLabelInfo: Take Dict
3156b0900447...
Albert Astals Cid
Interval::Interval: Take Dict
135b11dfd956...
Albert Astals Cid
Interval::Interval: Take const &
3832aa50afea...
Albert Astals Cid
PageLabelInfo::labelToIndex: Return std::optional
0ab2f014d621...
Albert Astals Cid
PageLabelInfo::PageLabelInfo: Take const &
5a57027bd0d9...
Albert Astals Cid
PageLabelInfo::labelToIndex; Take std::string
7af8aa5935dc...
Albert Astals Cid
Catalog::labelToIndex: Take const &
c7515614dcd5...
Albert Astals Cid
PageLabelInfo::labelToIndex: Take const &
42278b2d5bbc...
Adam Sampson
Remove unused splashColorXor
Like Splash::xorFill, this was only used by xpdf to highlight the
selection.
4d9f78638378...
Sune Vuorela
CI: Use newer gnupg 2.4
We now have gcc 15 in our CI and that one fails to compile us a gnupg
2.4.4, because of different default standards versions. Bump to a newer
gnupg that isn't using the keywords of the new standard version keywords
as variable names
490b964ee14a...
Albert Astals Cid
Add static assert to check formatStrings is the correct size
062ab87df73f...
Sune Vuorela
mingw warnings
b3ed0b8a8991...
Sune Vuorela
GooString: append(char) return void like std::string::push_back