summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-04-05qt4/qt5: remove extra qDebugpoppler-0.24Pino Toscano2-2/+0
2014-04-05qt4/qt5: fix some kinds of OCG modelsPino Toscano2-2/+2
properly pass parent and child when building the tree
2014-01-020.24.5poppler-0.24.5Albert Astals Cid6-5/+9
2014-01-02Update copyrightsAlbert Astals Cid1-0/+1
2013-12-18Fixed some GooString format markersFabio D'Urso1-4/+5
2013-12-07segExtraBytes is a goffset not an int so use lldFabio D'Urso1-1/+1
Fixes KDE bug #328511
2013-11-270.24.4poppler-0.24.4Albert Astals Cid7-7/+25
2013-11-27Warn the user if he provides a wrong rangesuzuki toshiya9-1/+62
2013-11-26Update copyrightsAlbert Astals Cid1-0/+1
2013-11-21Don't end loop if reading from GooFile failsThomas Freitag1-0/+3
Bug #71835
2013-11-18Catalog: sort entries of NameTrees to make sure lookup worksJosé Aliste2-0/+14
Bug #26049
2013-11-15pdftotext: Escape the text of the xml headerssuzuki toshiya1-2/+4
2013-11-15destionation -> destinationAlbert Astals Cid2-3/+5
And this is why the xml based api has to die Bug #71643 Found by Hib
2013-11-15pdftotext: Silence warning for may be used uninitialized variableHib Eris1-1/+1
Bug #71640
2013-11-15Do not close stdout in pdftotextHib Eris1-2/+4
Bug #71639
2013-11-15Forgot to update the copyrightsAlbert Astals Cid4-4/+4
2013-11-15Fix regression in broken endstream detectionAlbert Astals Cid4-11/+8
Rregression was caused by e1ffa9100cf6b4a444be7ed76b11698a5c5bb441 Fixes bug #70854
2013-10-260.24.3poppler-0.24.3Albert Astals Cid6-5/+19
2013-10-26Update copyrightsAlbert Astals Cid2-2/+2
2013-10-24Allow only one %d in the filenameAlbert Astals Cid1-1/+30
Fixes crashes if you had %s and similar in the filename Inspired from patch by Pedro Ribeiro <pedrib@gmail.com> Bug #69434
2013-10-10Return empty if getXRef()->copy() failsAlbert Astals Cid2-0/+12
Seems this can happen by looking at the backtrace in https://bugs.kde.org/show_bug.cgi?id=325810
2013-10-05cairo: Do not set an invalid matrix in drawImage()Carlos Garcia Campos1-1/+2
https://bugs.freedesktop.org/show_bug.cgi?id=70085
2013-10-01Fix PFB font embeddingAdrian Johnson1-6/+46
Bug #69717
2013-09-270.24.2poppler-0.24.2Albert Astals Cid6-5/+13
2013-09-27Update copyrightsAlbert Astals Cid1-0/+1
2013-09-21pdftocairo: check file opening failure in beginDocument()Lu Wang1-0/+7
2013-09-21Windows: Fix CreateFile fails with ERROR_SHARING_VIOLATIONThomas Freitag1-2/+3
Bug #69597
2013-09-16pdfseparate: improve the path buildingPino Toscano1-2/+2
Make use of snprintf to limit the output to the pathName buffer; while I'm there, expand its size to 4096 (might help longer paths), although a better fix would be dynamically allocate its length (and/or using GooString, maybe).
2013-08-260.24.1poppler-0.24.1Albert Astals Cid6-5/+28
2013-08-26Fix typoAlbert Astals Cid1-1/+1
2013-08-26fix typo in pdfimages.1Adrian Johnson1-2/+2
2013-08-25Fix pdftops -eps -level1sep rendering of a fileWilliam Bader1-4/+7
Since 8fb243bf11a979af8bfa36427436940706c9f71d we have case splashModeXBGR8: + cSrcNonIso[3] = 255; and that means splashModeDeviceN8 and splashModeCMYK8 can't skip their breaks anymore otherwise the cSrcNonIso[3] gets overwritten Bug #68321
2013-08-20Don't copy not needed bitmapThomas Freitag1-1/+1
Speeds up rendering of fixes from bug 67105 As example one file is down from 130s to 6.5s
2013-08-20use getRGBLine images if availableAlbert Astals Cid1-11/+19
Speeds up greatly files from bug #66928 E.g. some file went from 21s to 2s in my computer
2013-08-18Fix crash in 1026.asan.0.42.pdfAlbert Astals Cid1-1/+2
We were not checking that bitmapOff was in bounds
2013-08-17Revert "Tagged-PDF: Accessors in Catalog for the MarkInfo dictionary"Albert Astals Cid2-55/+0
This reverts commit 402ee8b4e31630a42a0a38db1d39164cc5789f3c. No clue how this ended up in the stable branch
2013-08-17Revert "pdfinfo: Use Catalog::getMarkInfo() to show mark info properties"Albert Astals Cid1-6/+2
This reverts commit 73cca518c479594e26605196d54b429fbf42dcdc. No clue how this ended up in the stable branch
2013-08-17Fix jpeg image exportAlbert Astals Cid1-1/+3
Use same logic than the one used in ImageOutputDev Bug #48270
2013-08-17Fix exit(1) in 1026.asan.0.42.pdfAlbert Astals Cid1-1/+3
The main crash in discussion with Thomas
2013-08-17use copyString where memory is freed with gfreeThomas Freitag2-2/+2
Bug #67666
2013-08-17pdfinfo: Use Catalog::getMarkInfo() to show mark info propertiesAdrian Perez de Castro1-2/+6
2013-08-17Tagged-PDF: Accessors in Catalog for the MarkInfo dictionaryAdrian Perez de Castro2-0/+55
2013-08-12Fix a typoYury G. Kudryashov1-1/+1
2013-08-08Fix `pdftotext -bbox in.pdf -`Yury G. Kudryashov1-9/+6
Print body text to stdout if invoked as above. Bug #45163
2013-08-08pdfdetach: don't mention xpdfrcYury G. Kudryashov2-24/+5
- drop -cfg command line argument; the old code passed its value to GlobalParams constructor which is the data dir, not a cfg file - remove corresponding lines from pdfdetach.1 - fix '-enc' documentation in pdfdetach.1
2013-07-30glib-demo: Remove GTK_DISABLE_DEPRECATED compilation flagCarlos Garcia Campos1-1/+0
Deprecations are now compile warnings, there's no reason to make them fatal.
2013-07-290.24.0poppler-0.24.0Albert Astals Cid7-9/+16
2013-07-29Update Ed's copyrightAlbert Astals Cid1-0/+1
2013-07-29Make some pdftops conversions *much* fasterAlbert Astals Cid2-35/+13
For example: http://ev.kde.org/resources/expense_report.pdf Without this patch it seems "infinite", which this patch it's a few seconds The change: Instead of just remembering in xobjStack the set of XObjects (and Patterns, the variable name was 'wrong') we are currently setting up (i.e. the current chain), we remember all of them. This has passed the pdf->ps regression test without a single issue
2013-07-29Fallback to 1x1 bitmap If we fail to create the corrent oneAlbert Astals Cid1-1/+7