Console View
|
|
|
|||
| 78b765a82aad... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Fix -Wunused-command-line-argument when using clang It seems that -fno-check-new is being passed both to the compiler and the linker and the clang linker complains about it not existing, with this change it is only passed to the compiler and we're warning free :) |
|||
| 8b5f627c71dd... |
Albert Astals Cid
aacid@kde.org |
|
|
| Make a static lib so we do not compile the same two files 13 times | |||
| 75a7720f7e35... |
Sune Vuorela
sune@vuorela.dk |
|
|
| Less goostring in document info | |||
| 81e2bd49619b... |
Sune Vuorela
sune@vuorela.dk |
|
|
| Appearstate can just be a std::string | |||
| 84c4a202917f... |
Sune Vuorela
sune@vuorela.dk |
|
|
| gfxfont: move member to function scope | |||
| 434dacc917ba... |
Albert Astals Cid
aacid@kde.org |
|
|
| Increase version so people that track master can add ifdefs on version | |||
| b7989c187dae... |
Albert Astals Cid
aacid@kde.org |
|
|
| poppler 26.07.0 | |||
| 0f212b125bdb... |
Albert Astals Cid
aacid@kde.org |
|
|
| Update (C) | |||
| 2db4641725c5... |
Nelson Benítez León
nbenitezl@gmail.com |
|
|
|
Fix adding annots when annotsObj is a Ref to Null when resolvedObj is Null we still need to set annotsObj to null to cover the case of being a Ref to Null, this end up causing the annots not being saved when 'saving as' the file. Fixes #1732 |
|||
| 92a295fa290b... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Fix abort on files with AcroFrom with no Fields inside When signing the file |
|||
| b23024c43fa0... |
evil rabbit
evilrabbit@tutamail.com |
|
|
| pdfinfo: sanitize output | |||
| 3573ca7fbcd7... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Rewrite Parser::getObj Remove gotos Remove "shared" obj |
|||
| 8e3072d4cdc2... |
Albert Astals Cid
aacid@kde.org |
|
|
| Remove Object::arrayAdd | |||
| d9ffc4c29d19... |
Albert Astals Cid
aacid@kde.org |
|
|
| Remove Object::arrayGetNF | |||
| 87edb5a5c40e... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Remove Object::streamGetDict And will this all the Object Stream accessors are gone and we don't need to include Stream.h from Object.h |
|||
| 4206e742a3ef... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
signing: gpgme: dont list untrusted keys rejection will happen at a later point anyways, so no need to offer it |
|||
| 3a4e424e58f5... |
Albert Astals Cid
aacid@kde.org |
|
|
| Update (C) | |||
| 6b72925f653d... |
Albert Astals Cid
aacid@kde.org |
|
|
| Remove Object::streamGetChar | |||
| c94ff02317c1... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Split Ref to its own include Allows some includes to include Ref.h instead of Object.h |
|||
| 17f6fa4df933... |
Albert Astals Cid
aacid@kde.org |
|
|
| Remove Object::streamRewind | |||
| 3fdd19e579b1... |
Albert Astals Cid
aacid@kde.org |
|
|
| Remove a bunch of goto in PSOutputDev::setupEmbeddedType1Font | |||
| 628cd58cb14b... |
Albert Astals Cid
aacid@kde.org |
|
|
| Remove two easy gotos | |||
| bb949d422524... |
Albert Astals Cid
aacid@kde.org |
|
|
| Cleanup include | |||
| 9e34004aae04... |
Albert Astals Cid
aacid@kde.org |
|
|
| Use std::string instead of GooString for label | |||
| d4df9215a687... |
Albert Astals Cid
aacid@kde.org |
|
|
| Remove unused define | |||
| 2c64135f5d28... |
Albert Astals Cid
aacid@kde.org |
|
|
| Make openFileDescriptor file static | |||
| 598c45265e30... |
Sune Vuorela
sune@vuorela.dk |
|
|
| Less data copying in related to AnnotStampImageHelper | |||
| 269a823d5c2e... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
pgp: fix expiry-never in qt bindings Recent changes to fix 32bit time_t as a side effect got never-expiring keys to have expiry on jan 1, 1970. Fix it; and create a test to ensure it stays that way |
|||
| 4d4c5ee7febc... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
gpgme: more cert val fixes Also add unit test for one of the cases |
|||
| 46785c9a414d... |
Sune Vuorela
sune@vuorela.dk |
|
|
| Untrusted signature test data | |||
| d1e17fe6f7e4... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
Save signature correctyl if encrypt stream Fixes: KDE 520496 |
|||
| 6d353c88e99a... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
GPGME: Better certificate validation There were some corners where the certificates wasn't corretly handled when revoked. Rework function. |
|||
| 8e89a7ada77d... |
Albert Astals Cid
aacid@kde.org |
|
|
| More unused GooString forward declarations/includes | |||
| 4eda93a13b01... |
Albert Astals Cid
aacid@kde.org |
|
|
| Remove unneeded forward declaration | |||
| 57dfe0f0dc87... |
Albert Astals Cid
aacid@kde.org |
|
|
| Update (C) | |||
| f4489ac8aac6... |
Albert Astals Cid
aacid@kde.org |
|
|
| Update (C) | |||
| 78953edea644... |
Albert Astals Cid
aacid@kde.org |
|
|
| Add missing array include | |||
| b62e232dbda2... |
Albert Astals Cid
aacid@kde.org |
|
|
|
Fix last GlobalParams::setupBaseFonts Used for no fontoconfig, no android, no windows |
|||
| 3ef748f952ee... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
Fix int overflow in image painting Fixes: #1740 Fixes: #1738 |
|||
| b66d95885dbf... |
Sune Vuorela
sune@vuorela.dk |
|
|
|
Unit test: test cross validation of signatures Sign with one backend and validate with the other. This should just work. |
|||