summaryrefslogtreecommitdiff
path: root/qt5
AgeCommit message (Expand)AuthorFilesLines
2019-04-05Update (C) of previous commitAlbert Astals Cid1-1/+1
2019-04-05Use Ref::INVALID moreAlbert Astals Cid2-4/+4
2019-04-02Make test pass on MSVCAlbert Astals Cid1-1/+1
2019-04-02add testcase for issue #743Nelson Benítez León1-0/+31
2019-03-30Form.cc: fix radiobutton reporting wrong stateNelson Benítez León1-0/+47
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-30Add test case for annotations containing UTF-16LE-encoded text.Adam Reichold1-0/+20
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 Cid2-3/+14
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-17Remove the "long" Object objRef constructorAlbert Astals Cid1-2/+2
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-10qt5: demo: Actually use the lazy toc model lazylyAlbert Astals Cid2-27/+124
2019-01-09Update (C) of previous commitsAlbert Astals Cid4-1/+6
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 Reichold3-0/+20
2019-01-09Port the Qt5 viewer demo to use the lazy outline item API (even if for loadin...Adam Reichold1-14/+13
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 Reichold5-61/+17
2019-01-09Add Qt5 API that lazily builds an outline by wrapping the internal objects.Adam Reichold8-2/+360
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
2018-12-22qt5: test-render-to-file: Save files as pngAlbert Astals Cid1-1/+1