summaryrefslogtreecommitdiffstats
path: root/src/pdf/jsbridge.cpp
Commit message (Collapse)AuthorAgeFilesLines
* change the license to LGPLv3 (with the commercial option)Shawn Rutledge2019-11-251-5/+20
| | | | | | Change-Id: I2caed38ece8067ecdad877dcc278f7828a3cb0bb Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* Prospective build fix for gcc 4.9.1Simon Hausmann2019-11-251-5/+0
| | | | | | | | | Avoid #error "inttypes.h has already been included before this header file, but without __STDC_FORMAT_MACROS defined." by removing PCH. The removal of PCH means we have to define NOMINMAX ourselves, as that came implicitly before that. Change-Id: Ifc4911ddcf6bfab17c3b9853bff5b0c1d96faeb3 Reviewed-by: Tobias Koenig <tobias.koenig@kdab.com>
* Add license header boilerplateSimon Hausmann2019-11-251-0/+20
| | | | | | | Commercial until we have figured out the licensing :) Change-Id: Ibf60ca98cf04ee23928794a96ae33f87608c3236 Reviewed-by: Tobias Koenig <tobias.koenig@kdab.com>
* Update to newer FPDF upstream versionSimon Hausmann2019-11-251-37/+3
| | | | | | | | This required extending the gyp2pri "parser" to add dependencies recursively and to have really primitive condition handling for targets. Change-Id: Icd343ec2be492c0cf4cfd013bf2d4594fe7ba5c3 Reviewed-by: Tobias Koenig <tobias.koenig@kdab.com>
* Implement basic document loading from a fileSimon Hausmann2019-11-251-0/+42