summaryrefslogtreecommitdiff
path: root/qt5
AgeCommit message (Expand)AuthorFilesLines
2018-03-180.63poppler-0.63.0Albert Astals Cid2-2/+2
2018-02-21Fix warnings due to unhandled link types in XML serialization of annotations ...Adam Reichold1-6/+14
2018-02-21Fix warnings due to the use of deprecated overloads of Poppler::Page::Search ...Adam Reichold2-24/+24
2018-02-02Fix some -Wshadow warningsAlbert Astals Cid5-29/+31
2018-02-01Qt5: Add cancellation support to renderToImage and textListAlbert Astals Cid2-61/+185
2018-01-17Enable building all libs as static libssuzuki toshiya1-1/+1
2018-01-14Remove declare but unused Object instancesAlbert Astals Cid1-1/+0
2018-01-09qt5: Implement operator= for PageTransitionAlbert Astals Cid2-1/+14
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid38-134/+136
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid13-21/+60
2018-01-03qt5: make the check for rendition a bit earlierAlbert Astals Cid1-6/+3
2018-01-03qt5: Do not assume all Screen annotation actions are RenditionsAlbert Astals Cid1-1/+5
2017-12-29ArthurOutputDev: Rudimentary support for transparency groupsOliver Sander2-0/+61
2017-12-29ArthurOutputDev: Replace the QPainter by a stack of QPaintersOliver Sander2-45/+50
2017-12-29ArthurOutputDev: Implement updateBlendModeOliver Sander2-0/+53
2017-12-26qt5: demo: don't crash if page is malformedAlbert Astals Cid1-0/+7
2017-12-23Remove libcms1 crumbs from pdftocairo and qt5 frontendsuzuki toshiya1-4/+1
2017-12-19Arthur: 'clip' should intersect new and old clipping pathOliver Sander1-2/+2
2017-12-030.62.0poppler-0.62.0Albert Astals Cid2-2/+2
2017-12-02Fix UTF test failAdrian Johnson1-5/+8
2017-11-15qt5: Add API to let the rendering process callback to get a partial renderingAlbert Astals Cid2-78/+254
2017-11-15Support unicode on windows consoleAdrian Johnson2-0/+88
2017-11-120.61.1poppler-0.61.1Albert Astals Cid1-1/+1
2017-11-03Poppler 0.61poppler-0.61Albert Astals Cid1-1/+1
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid3-0/+3
2017-11-03mingw: change library names to include the soversionSandro Mani1-0/+4
2017-10-31cmake: support GNUInstallDirsEmilio Pozuelo Monfort1-1/+1
2017-10-30Fix leak in ArthurOutputDev::updateFontOliver Sander1-0/+3
2017-10-22Properly implement saveState / restoreStateOliver Sander2-0/+23
2017-10-22Clean up the remaining Splash code in Arthur backendOliver Sander2-34/+18
2017-10-21Remove HAVE_FREETYPE macrosAdrian Johnson1-2/+0
2017-10-21Remove unused t1lib codeAdrian Johnson1-3/+0
2017-10-21Fix some -Wundef warningsAdrian Johnson2-3/+3
2017-10-05Poppler 0.60.1poppler-0.60.1Albert Astals Cid1-1/+1
2017-10-05qt5: ArthurOutputDev: Add missing 'return' in error pathsOliver Sander1-0/+2
2017-10-02Poppler 0.60.0Albert Astals Cid2-2/+2
2017-10-02Add missing (C)poppler-0.60Albert Astals Cid3-2/+3
2017-09-30qt5: ArthurOutputDev: Fix several small bugs related to dash pattern handlingOliver Sander1-1/+20
2017-09-30qt5: ArthurOutputDev: Implement the drawSoftMaskedImage methodOliver Sander2-0/+76
2017-09-21Remove the autotools based build systemAlbert Astals Cid4-285/+0
2017-09-20qt5: The tests don't need GUIAlbert Astals Cid16-16/+16
2017-09-20Remove the moc includesAlbert Astals Cid13-13/+0
2017-09-19autotools: Fix buildAlbert Astals Cid1-1/+2
2017-09-16Fix missing-declarations warningsAlbert Astals Cid4-15/+15
2017-09-16-Woverflow fixesAlbert Astals Cid1-2/+2
2017-09-15Replace Splash font rendering by Qt font renderingOliver Sander2-115/+170
2017-09-13Fix two minor typosOliver Sander1-2/+2
2017-09-08qt5: in development -> is stableAlbert Astals Cid1-1/+1
2017-09-07Added methods to get and set the font size of text fieldsHans-Ulrich Jüttner2-1/+21
2017-09-04Control whether renderToImage shows annotationsOliver Sander2-3/+36