summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
5 daysFix MSVC buildHEADmasterAlbert Astals Cid1-0/+1
5 daysFix msvc buildSune Vuorela2-1/+2
6 daysAdding missing restoreState()Adrian Johnson1-0/+1
6 daysUpdate (C)Albert Astals Cid7-1/+7
6 dayscopy data streams in 4096 chunks rather than a byte at timeSune Vuorela7-9/+37
6 daysUse std::span for some data, size combosSune Vuorela6-19/+21
6 dayspoppler 24.05.0poppler-24.05.0Albert Astals Cid8-7/+35
2024-04-23Update (C)Albert Astals Cid2-2/+2
2024-04-23signing: Fix modifying the AcroForm dict when it's embedded in the CatalogAlbert Astals Cid2-0/+3
2024-04-22Update nss to the actual release version of Ubuntu 22.04Albert Astals Cid2-2/+2
2024-04-22Increase android-qt imagesAlbert Astals Cid2-9/+9
2024-04-22Increase Minimum supported base to that provided by Ubuntu 22.04Albert Astals Cid5-22/+13
2024-04-22Fix crash in broken filesAlbert Astals Cid3-3/+31
2024-04-22Fix crash in TextStringToUtf8Albert Astals Cid1-3/+4
2024-04-22Add Missing headers to fix compile problemsÖmer Fadıl USTA1-0/+2
2024-04-22Update (C)Albert Astals Cid16-16/+18
2024-04-21Async api for certificate validationSune Vuorela19-134/+477
2024-04-21Increase versionAlbert Astals Cid1-1/+1
2024-04-21Remove redundant conditionalOliver Sander1-2/+2
2024-04-20Update (C)Albert Astals Cid3-2/+3
2024-04-20cpp: Fix crash extracting text and font in some filesAlbert Astals Cid1-1/+1
2024-04-20Fix build after rebaseAlbert Astals Cid1-1/+1
2024-04-20pdftops: Write compliant ps headerSune Vuorela1-3/+13
2024-04-20Add tests for fakebold textStefan Brüns2-0/+122
2024-04-20Move move prependUnicodeMarker to UTF.hOliver Sander6-17/+16
2024-04-20Move method GooString::hasUnicodeMarkerLE to UTF.hOliver Sander7-9/+15
2024-04-20Move method GooString::hasUnicodeMarker to UTF.hOliver Sander18-48/+64
2024-04-10Update (C)Albert Astals Cid5-2/+5
2024-04-08Fix text position in drawSignatureFieldTextNicolas Fella1-1/+1
2024-04-08Take border into account also for height when determining signature font sizeNicolas Fella1-2/+3
2024-04-07Fix Qt text extraction for Landscape/Seascape pagesStefan Brüns4-4/+10
2024-04-07Cover Landscape etc in Qt Page::text testsStefan Brüns2-0/+100
2024-04-07Extend unit tests for Qt Page::text functionalityStefan Brüns2-10/+60
2024-04-06Assume "Adobe-Identity" for character collectionNelson Benítez León1-9/+13
2024-04-05Update (C)Albert Astals Cid5-5/+5
2024-04-04Remove method GooString::clearOliver Sander1-5/+1
2024-04-04Remove GooString::startsWith and GooString::endsWithOliver Sander5-21/+9
2024-04-03Update (C)Albert Astals Cid1-0/+1
2024-04-03pdfdetach: find -> starts_withAlbert Astals Cid1-2/+2
2024-04-03Change type to `std::basic_string<char16_t>`LinuxUserGD1-1/+1
2024-04-01Regenerate pot/po files only if input has changedStefan Brüns1-3/+5
2024-04-01poppler 24.04.0poppler-24.04.0Albert Astals Cid5-5/+21
2024-03-31reset clipping path when the state is restoredNelson Benítez León1-0/+1
2024-03-31CI: Update the hack to change c++ standard to 23 in the clang buildAlbert Astals Cid1-1/+1
2024-03-31Require C++20Albert Astals Cid1-1/+1
2024-03-31CI: Use Fedora for clazy, it's newer and built against a newer clangAlbert Astals Cid3-6/+10
2024-03-31qt: Include less filesAlbert Astals Cid56-56/+58
2024-03-31CI: Use fedora 40Albert Astals Cid1-2/+2
2024-03-31Update (C)Albert Astals Cid2-1/+3
2024-03-30Reduce worst case algorithmic complexity of TextBlock::coalesceStefan Brüns1-49/+60