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
GfxState: Separate curTextXY from curXY
The specification says one is not allowed to mix text and path
operations so using a single variable should be enough
but there are some files out there that don't respect the specification
and Adobe Reader renders them as if they had separate current positions
for path construction and text generation so do the same.

Fixes #1602
Albert Astals Cid
No need for chunks to be a pointer
Albert Astals Cid
Mark the unique_ptr as const
Albert Astals Cid
Update (C)
Albert Astals Cid
Revert "CI: Ubuntu use ftp since http is giving us 403 errors"
This reverts commit d72ff002d2bd43399b6fdb2d69167a7f76dd671f.
Sune Vuorela
Refcount CachedFile with shared_ptr
Albert Astals Cid
test-files: Add file from issue 1602
Sune Vuorela
HtmlFonts: font names can be std::string
Sune Vuorela
HtmlFonts: color things can just use std::string
Sune Vuorela
CharCodeToUnicode: convert a goostring usage to std string
Sune Vuorela
GooString: make insert char look like stdstring
Sune Vuorela
GooString: remove cmpN
Sune Vuorela
Object: Remove a bit more getName usages
Sune Vuorela
Don't access span[span.size()] - it asserts.
Fixes #1604
Albert Astals Cid
Iniital version of test files, needs filling in
James Coglan
fix: Adjust InterruptibleQueue wait timeout
This reverts commit ebff7e0a8897909fab82d48e7fe71250cedde15f.
Alba Herrerias
Add README to `regtest` directory
James Coglan
Allow any number of spaces between the hash and the filename in .md5 files
James Coglan
More robust handling of relative report paths
James Coglan
Fix relative image paths in pretty HTML diff
James Coglan
Render relative paths to reference docs an HTML reports
Jan Lehnardt
Fix issue with time_t size on 64-bit systems
Jan Lehnardt
Run poppler-regtest with python3
Juraj Šarinay
rephrase a condition to make it more readable
Juraj Šarinay
Only accept signatures with non-empty encapsulated content if SubFilter == 'adbe.pkcs7.sha1' and enforce the use of SHA-1 when hashing the BytesRange.
Juraj Šarinay
Test PDF signature validation, including 'adbe.pkcs7.sha1' and cases of discrepancies between SubFilter and the actual signature format.
Albert Astals Cid
Update (C)
Sune Vuorela
FoFi memory handling cleanups
Albert Astals Cid
Increase version so people that track master can add ifdefs on version
Albert Astals Cid
poppler 25.06.0
Albert Astals Cid
Update (C)
Sune Vuorela
Limit ammount of annots per document/page
Albert Astals Cid
po: Update line numbers
Sune Vuorela
More unique_ptr in function and color spaces
Less malloc/free and similar manual memory handlings
Markus Kurtz
Add regression tests for `pdfinfo`
Sune Vuorela
pdfsig: assert-signer and error code on error
Let pdfsig error out on signature validation failure.

Also add a feature to be 'tighter' in only asking to validate using a
specific set of certificate fingerprints.
This feature only works for the GnuPG backend, and is modelled after
gpg's --assert-signer flag.
Albert Astals Cid
Update (C)
Marco Trevisan
glib: Add missing autopointers definitions
Albert Astals Cid
CI: Ubuntu use ftp since http is giving us 403 errors
Albert Astals Cid
Update (C)