summaryrefslogtreecommitdiff
path: root/qt5/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-21qt5: rename variable to fix shadow warningAlbert Astals Cid1-3/+3
2019-06-05ArthurOutputDev: Fix shadow warningAlbert Astals Cid1-1/+0
2019-06-05OutlineItemData: Rename constructor paramsAlbert Astals Cid1-1/+2
2019-05-25Poppler 0.77.0poppler-0.77.0Albert Astals Cid1-1/+1
2019-05-16qt5: Fix optional content handling with exclusive layersAlbert Astals Cid2-5/+9
2019-05-01Poppler 0.76.1poppler-0.76.1Albert Astals Cid1-1/+1
2019-04-28qt5: Fix regression in annotation handlingAlbert Astals Cid1-1/+1
2019-04-21poppler 0.76.0poppler-0.76.0Albert Astals Cid1-1/+1
2019-04-05Update (C) of previous commitAlbert Astals Cid1-1/+1
2019-04-05Use Ref::INVALID moreAlbert Astals Cid2-4/+4
2019-03-31Update (C) of previous commitAlbert Astals Cid1-1/+1
2019-03-30Implement UnicodeParsedString in terms of QString::fromUtf16 for significant ...Adam Reichold1-30/+7
2019-03-29Make Catalog::findPage just take a Ref instead of num and genAlbert Astals Cid1-2/+2
2019-03-28qt5: small optimization to UnicodeParsedStringAlbert Astals Cid1-0/+1
2019-03-28qt: UnicodeParsedString support UTF16-LE stringsAlbert Astals Cid1-3/+12
2019-03-28Use the newly introduced Ref::INVALID()Albert Astals Cid2-8/+6
2019-03-22Update (C) of past commitsAlbert Astals Cid1-1/+1
2019-03-21Don't error out if there's no DA in FreeText annotationTobias Deiminger1-3/+6
2019-03-21Update (C) from last commitAlbert Astals Cid9-2/+9
2019-03-21Replace 'auto' by actual typesOliver Sander3-4/+4
2019-03-21Remove GooList completelyOliver Sander6-9/+8
2019-03-21Remove method GooList::getOliver Sander4-5/+5
2019-03-21Remove method deleteGooListOliver Sander1-1/+5
2019-03-21Make GooList a template typeOliver Sander6-9/+10
2019-03-21Remove method GooList::getLengthOliver Sander5-9/+8
2019-03-21Add missing include guardsAlbert Astals Cid2-1/+11
2019-03-210.75.0poppler-0.75.0Albert Astals Cid1-1/+1
2019-02-27Change Dict::lookupNF return a const &Albert Astals Cid1-2/+2
2019-02-27Make Annot::getNF and Dict::getNF return const & instead of copyAlbert Astals Cid1-3/+3
2019-02-10Object: Add constructor that takes a const RefAlbert Astals Cid1-2/+2
2019-02-070.74.0poppler-0.74.0Albert Astals Cid2-2/+2
2019-02-06Update (C) of last commitAlbert Astals Cid1-1/+1
2019-02-06Use reinterpret_cast to silence cast-align warningsAlbert Astals Cid1-3/+3
2019-01-09Update (C) of previous commitsAlbert Astals Cid3-1/+5
2019-01-09Update since to 0.74Albert Astals Cid1-2/+2
2019-01-09Add a method the check if an outline item has children to avoid having to eag...Adam Reichold2-0/+18
2019-01-09Add missing doc comments for the lazy outline item API of the Qt5 frontend.Adam Reichold1-0/+46
2019-01-09Remove the intermediate Outline type since all items are owned by the documen...Adam Reichold4-52/+13
2019-01-09Add Qt5 API that lazily builds an outline by wrapping the internal objects.Adam Reichold6-2/+304
2019-01-07Poppler 0.73.0poppler-0.73.0Albert Astals Cid2-2/+2
2019-01-06qt5: Remove CertificateInfo()Albert Astals Cid2-49/+48
2019-01-06Use std::string for the strings in EntityInfoOliver Sander1-8/+8
2019-01-06Use GooString for publicKey, cert_serial, cert_derOliver Sander1-1/+1
2019-01-06Lots of changes to CertificateInfo memory handlingOliver Sander2-24/+33
2019-01-06Expose X509CertificateInfo in qt5 frontendChinmoy Ranjan Pradhan2-0/+355
2019-01-05qt5: undefine major and minor since old glibc defined themAlbert Astals Cid1-1/+7
2019-01-02Fix some trivial warningsAlbert Astals Cid2-3/+3
2019-01-02Add (C) from last commitAlbert Astals Cid1-1/+1
2019-01-01Avoid global display profile state becoming an uncontrolled memory leak by en...Adam Reichold1-0/+4
2018-12-24Windows: only set SOVERSION for shared libsJeroen Ooms1-1/+1