summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/pdf-input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add too-high-precision warning, transientize, copyediting, cosmeticbulia byak2007-08-231-30/+44
| | | (bzr r3574)
* initialize page number and previewbulia byak2007-08-231-0/+2
| | | (bzr r3573)
* Clear Cairo surface to white before rendering previewmiklosh2007-08-231-0/+2
| | | (bzr r3571)
* Display the total number of pages next to the page number spinbuttonmiklosh2007-08-231-1/+16
| | | (bzr r3569)
* Use the embedded thumbnails for preview when poppler-cairo is not availablemiklosh2007-08-201-23/+60
| | | (bzr r3550)
* Disable the page selector when there's only one pagemiklosh2007-08-191-0/+4
| | | (bzr r3541)
* Added checks for pixbuf/pixmap allocation failuremiklosh2007-08-191-2/+7
| | | (bzr r3540)
* Added autoconf checks for poppler-cairo and cairo-ft which are needed for ↵miklosh2007-08-191-1/+11
| | | | | PDF preview to work (bzr r3526)
* Added a PDF import settings dialogmiklosh2007-08-191-4/+495
| | | (bzr r3523)
* Redirected opening of AI files to the poppler-based PDF import extensionmiklosh2007-08-011-2/+16
| | | (bzr r3355)
* Set top-level groups as layers with the name of the PDF documentmiklosh2007-07-281-1/+7
| | | (bzr r3330)
* Added tiling pattern supportmiklosh2007-07-231-1/+1
| | | (bzr r3283)
* Removed transform from <svg> and corrected matrix multiplication order in ↵miklosh2007-07-231-2/+0
| | | | | PdfParser::opConcat (bzr r3282)
* Further development of the PDF import module: continued pruning of ↵miklosh2007-07-211-12/+2
| | | | | | | PdfParser.cpp, added basic text and image support and did some coding style adjustments. (bzr r3272)
* Initial commit of native poppler-based PDF import.miklosh2007-07-121-0/+139
(bzr r3230)