summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* pdfviewer: Fix zooming of contentTobias Koenig2019-11-251-0/+1
* Refactor the state handling of QPdfDocumentTobias Koenig2019-11-254-49/+198
* Reduce the critical sections of the PDF mutexTobias Koenig2019-11-251-16/+20
* Add metaData() accessor method to QPdfDocumentShawn Rutledge2019-11-254-1/+138
* Add passwordChanged() signal to QPdfDocumentTobias Koenig2019-11-253-2/+43
* Add close() method to QPdfDocumentTobias Koenig2019-11-253-2/+99
* Prospective build fix for gcc 4.9.1Simon Hausmann2019-11-252-5/+2
* Skip build of auto-test when print support is disabled in the Qt buildSimon Hausmann2019-11-251-1/+1
* Exclude from the QNX/iOS/Winphone/WinRT/MinGW buildSimon Hausmann2019-11-251-0/+2
* Add license header boilerplateSimon Hausmann2019-11-2512-0/+251
* Remove stray print statementSimon Hausmann2019-11-251-1/+0
* Smaller coding style fixesTobias Koenig2019-11-253-24/+37
* Update to newer FPDF upstream versionSimon Hausmann2019-11-256-70/+80
* Simplify the build system a little bitSimon Hausmann2019-11-252-10/+7
* Add support for include_dirs in gyp filesSimon Hausmann2019-11-251-9/+33
* QScroller doesn't work unless a gesture is grabbedShawn Rutledge2019-11-251-0/+1
* pdfviewer example: page cache has a page count limitShawn Rutledge2019-11-252-0/+6
* pdfviewer example: QScroller makes kinetic flicking workShawn Rutledge2019-11-252-5/+3
* Fix linking on Mac OS XSimon Hausmann2019-11-251-0/+1
* Fix build with MSVCSimon Hausmann2019-11-251-1/+1
* Fix small memory leak, don't leak the QPdfDocumentSimon Hausmann2019-11-253-8/+7
* Clean up the loadingSimon Hausmann2019-11-254-62/+85
* pdfviewer example: PageRenderer owns document and thread. SmoothShawn Rutledge2019-11-257-140/+136
* pdfviewer example: stop creating placeholder images in PageCacheShawn Rutledge2019-11-254-18/+14
* Fix memory leak, destroy page after usageSimon Hausmann2019-11-251-0/+3
* Fix compilationSimon Hausmann2019-11-251-3/+0
* Clean up error handlingSimon Hausmann2019-11-252-16/+11
* Provide unit test for password protected PDFsSimon Hausmann2019-11-254-2/+19
* Keep reading until all pages are availableSimon Hausmann2019-11-254-7/+34
* pdfviewer example: direct inheritance from QThreadShawn Rutledge2019-11-252-11/+8
* pdfviewer example: add threaded PageCacheShawn Rutledge2019-11-257-35/+172
* fix compile errorShawn Rutledge2019-11-251-0/+1
* Fix compilationSimon Hausmann2019-11-251-0/+1
* Fix build on WindowsSimon Hausmann2019-11-252-4/+33
* Prospective fix for namespace buildsSimon Hausmann2019-11-253-0/+12
* Provide async loading through QNetworkReplySimon Hausmann2019-11-256-32/+225
* pdfviewer example: add rendering statsShawn Rutledge2019-11-252-1/+27
* pdf viewer example: more typical featuresShawn Rutledge2019-11-2514-6/+230
* pdfviewer example: can scroll through pages and render on demandShawn Rutledge2019-11-255-19/+87
* initial single-threaded implementation of pdfviewer exampleShawn Rutledge2019-11-257-0/+264
* Sprinkle global locks around the API callsSimon Hausmann2019-11-251-19/+15
* Allow loading documents synchronously from a QIODeviceSimon Hausmann2019-11-254-53/+95
* Added basic rendering and page size getterSimon Hausmann2019-11-253-2/+41
* Implement basic document loading from a fileSimon Hausmann2019-11-259-1/+235
* Fix the build on Windows with MSVCSimon Hausmann2019-11-252-1/+7
* Build the pdfium sources as a separate static librarySimon Hausmann2019-11-252-3/+15
* Generate pdfium.pri at build timeSimon Hausmann2019-11-254-577/+9
* Update to a newer pdfium snapshotSimon Hausmann2019-11-251-4/+0
* Add stub for JS runtime in order to satisfy link dependenciesSimon Hausmann2019-11-252-0/+46
* Re-organize the build system to turn this into a full-fledged moduleSimon Hausmann2019-11-255-5/+8