Kilian Schüttler Marmelator
  • Joined on 2025-01-31
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-05-09 23:11:02 +02:00
293506ada7 Merge pull request #19903 from Snuffleupagus/shorten-fieldObjects-getter
ff0d9b13a7 Merge pull request #19902 from Snuffleupagus/core-document-shorten
a806f00ea1 Merge pull request #19755 from calixteman/reduce_canvas_size
1225c1e39a Add a pref in order to cap the canvas area to a factor of the window one (bug 1958015)
1f7581b5c6 Shorten the PDFDocument.prototype.fieldObjects getter slightly
Compare 9 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-05-08 14:31:02 +02:00
69595a2919 Merge pull request #19905 from Snuffleupagus/locales-update-repo
360d287d55 Update l10n files
feea4007b5 Update the Firefox repository used in external/importL10n/locales.mjs
Compare 3 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-05-06 21:41:01 +02:00
6f052312d6 Merge pull request #19895 from Snuffleupagus/ObjectLoader-improve
62009ffa70 Simplify how the ObjectLoader is used
ef1ad675c2 Unify method return values in the ObjectLoader class
Compare 3 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-05-06 05:21:02 +02:00
04400c588f Merge pull request #19893 from calixteman/issue19517
ac925f4f1b Downscale jpeg2000 images, if needed, while decoding them
Compare 2 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-05-04 20:41:01 +02:00
06f44916c8 Merge pull request #19889 from Snuffleupagus/loadXfaResources
d9548b1c18 Slightly re-factor how we pre-load fonts and images in XFA documents
604153957a Reduce duplication when parsing fonts in loadXfaFonts
2979e23f3c Ensure that XFAFactory.prototype.isValid returns a boolean value
5ca57fbd4b Merge pull request #19885 from Snuffleupagus/loadXfaImages-simplify
Compare 10 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-05-02 03:21:01 +02:00
91bfe12f38 Merge pull request #19883 from gpanakkal/checkbutton-tostyle
7bba3bd4ad Add missing this arg to toStyle in CheckButton.prototype.[$toHTML]
Compare 2 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-05-01 19:11:01 +02:00
fc92e4059a Merge pull request #19884 from Snuffleupagus/issue-19835-2
b629bafd1c Allow to, optionally, keep Unicode escape sequences in stringToPDFString (PR 17331 follow-up)
254431df1e Avoid extra lookup/parsing when all destinations are already available
Compare 3 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-04-30 02:21:02 +02:00
b8de9a372f Merge pull request #19856 from calixteman/bug1936605
0922aa9e9d Merge pull request #19880 from Snuffleupagus/numberToString-assert-number
262a1f9895 Merge pull request #19881 from calixteman/bug1963407
f5faf86180 Assert that numberToString is called with a number (issue 19877)
7a251b206e Fix the bbox when saving a rotated text field (bug 1963407)
Compare 6 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-04-29 18:11:02 +02:00
c1a398d932 Merge pull request #19876 from Snuffleupagus/Node-polyfill-navigator
3d4e8bb17e Add a basic navigator polyfill for older Node.js versions
Compare 2 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-04-28 17:41:02 +02:00
2e10ff6dd4 Merge pull request #19855 from 1Jesper1/hotfix/useractivation-response
8af06a4c60 Add useractivation check for response function
Compare 2 commits »
Marmelator synced new reference refs/tags/v5.2.133 to Marmelator/pdf.js.mirror from mirror 2025-04-27 17:11:02 +02:00
Marmelator synced commits to refs/tags/v5.2.133 at Marmelator/pdf.js.mirror from mirror 2025-04-27 17:11:02 +02:00
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-04-27 17:11:02 +02:00
b47b248e15 Merge pull request #19875 from timvandermeij/bump
6d0e8d752d Bump the stable version in pdfjs.config
4f7761353c Merge pull request #19873 from timvandermeij/fix-editor-undo-bar-intermittents
967e34046a Fix the "must work properly when selecting undo by keyboard" integration test
9e1f93e5eb Merge pull request #19874 from Snuffleupagus/issue-19871
Compare 6 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-04-27 00:51:04 +02:00
48b7d9f424 Merge pull request #19869 from timvandermeij/updates
b8dd236ae6 Update translations to the most recent versions
cbf61712f9 Update dependencies to the most recent versions
Compare 3 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-04-26 16:41:01 +02:00
a40bf37184 Merge pull request #19866 from Snuffleupagus/updateUrlHash
c2d88540b4 Merge pull request #19868 from Snuffleupagus/MathClamp-4
6891602e7f Merge pull request #19858 from luckymore/master
2fc325e4f8 Merge pull request #19814 from loganrosen/beginner-bug-readme
af3d13c22d Use the MathClamp helper function more in the web/ folder (PR 19617 follow-up)
Compare 8 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-04-25 16:11:03 +02:00
efc5c3c231 Merge pull request #19862 from calixteman/bug1961423
312c85bfd6 Merge pull request #19815 from Snuffleupagus/getMergedResources-size
1a5c9e90dd Merge pull request #19861 from Snuffleupagus/debugger-fix-light-dark-fallout
785991a97c Fix 'print to pdf' on Mac with a cid font (bug 1961423)
6b76bdac3a Fix the debugger CSS when using the dark theme (PR 19819 follow-up)
Compare 6 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-04-24 15:41:02 +02:00
91175dc67d Merge pull request #19854 from calixteman/fix_find_in_tests
8630822a63 Fix errors when running the integration tests
Compare 2 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-04-23 23:21:03 +02:00
de2a44a558 Merge pull request #19849 from Snuffleupagus/issue-19848
01c1c6e60f Merge pull request #19819 from Snuffleupagus/CSS-light-dark
627a935baf Merge pull request #19853 from calixteman/issue19850
ae1cbc6a9e Use the light-dark CSS function in the viewer (issue 17780)
05a45346a5 Disable userActivation before executing a setTimeout/setInterval callback
Compare 6 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-04-22 22:51:04 +02:00
63e6566597 Merge pull request #19816 from Snuffleupagus/bug-1957401
213d51d7e9 Merge pull request #19823 from Snuffleupagus/rm-duplicate-secondaryToolbar-mask-image
c8ed291cf9 Merge pull request #19836 from Snuffleupagus/issue-19835
c63c51e016 Merge pull request #19841 from Snuffleupagus/issue-19840
b4626a77a2 Fix printing of XFA documents, by calling XfaLayerBuilder.prototype.render correctly (issue 19840)
Compare 8 commits »
Marmelator synced commits to master at Marmelator/pdf.js.mirror from mirror 2025-04-18 20:51:03 +02:00
d8d3e0abf5 Merge pull request #19829 from calixteman/info_icon
75e9f2a0e8 Replace the info icon in the undo bar by the right one (bug 1960523)
87a143dbbc Merge pull request #19828 from Snuffleupagus/worker-check-Object-prototype
91ba147317 Check that the Object.prototype hasn't been incorrectly extended (PR 11582 follow-up)
Compare 4 commits »