Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-05 | qt4/qt5: remove extra qDebugpoppler-0.24 | Pino Toscano | 2 | -2/+0 | |
2014-04-05 | qt4/qt5: fix some kinds of OCG models | Pino Toscano | 2 | -2/+2 | |
properly pass parent and child when building the tree | |||||
2014-01-02 | 0.24.5poppler-0.24.5 | Albert Astals Cid | 6 | -5/+9 | |
2014-01-02 | Update copyrights | Albert Astals Cid | 1 | -0/+1 | |
2013-12-18 | Fixed some GooString format markers | Fabio D'Urso | 1 | -4/+5 | |
2013-12-07 | segExtraBytes is a goffset not an int so use lld | Fabio D'Urso | 1 | -1/+1 | |
Fixes KDE bug #328511 | |||||
2013-11-27 | 0.24.4poppler-0.24.4 | Albert Astals Cid | 7 | -7/+25 | |
2013-11-27 | Warn the user if he provides a wrong range | suzuki toshiya | 9 | -1/+62 | |
2013-11-26 | Update copyrights | Albert Astals Cid | 1 | -0/+1 | |
2013-11-21 | Don't end loop if reading from GooFile fails | Thomas Freitag | 1 | -0/+3 | |
Bug #71835 | |||||
2013-11-18 | Catalog: sort entries of NameTrees to make sure lookup works | José Aliste | 2 | -0/+14 | |
Bug #26049 | |||||
2013-11-15 | pdftotext: Escape the text of the xml headers | suzuki toshiya | 1 | -2/+4 | |
2013-11-15 | destionation -> destination | Albert Astals Cid | 2 | -3/+5 | |
And this is why the xml based api has to die Bug #71643 Found by Hib | |||||
2013-11-15 | pdftotext: Silence warning for may be used uninitialized variable | Hib Eris | 1 | -1/+1 | |
Bug #71640 | |||||
2013-11-15 | Do not close stdout in pdftotext | Hib Eris | 1 | -2/+4 | |
Bug #71639 | |||||
2013-11-15 | Forgot to update the copyrights | Albert Astals Cid | 4 | -4/+4 | |
2013-11-15 | Fix regression in broken endstream detection | Albert Astals Cid | 4 | -11/+8 | |
Rregression was caused by e1ffa9100cf6b4a444be7ed76b11698a5c5bb441 Fixes bug #70854 | |||||
2013-10-26 | 0.24.3poppler-0.24.3 | Albert Astals Cid | 6 | -5/+19 | |
2013-10-26 | Update copyrights | Albert Astals Cid | 2 | -2/+2 | |
2013-10-24 | Allow only one %d in the filename | Albert Astals Cid | 1 | -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-10 | Return empty if getXRef()->copy() fails | Albert Astals Cid | 2 | -0/+12 | |
Seems this can happen by looking at the backtrace in https://bugs.kde.org/show_bug.cgi?id=325810 | |||||
2013-10-05 | cairo: Do not set an invalid matrix in drawImage() | Carlos Garcia Campos | 1 | -1/+2 | |
https://bugs.freedesktop.org/show_bug.cgi?id=70085 | |||||
2013-10-01 | Fix PFB font embedding | Adrian Johnson | 1 | -6/+46 | |
Bug #69717 | |||||
2013-09-27 | 0.24.2poppler-0.24.2 | Albert Astals Cid | 6 | -5/+13 | |
2013-09-27 | Update copyrights | Albert Astals Cid | 1 | -0/+1 | |
2013-09-21 | pdftocairo: check file opening failure in beginDocument() | Lu Wang | 1 | -0/+7 | |
2013-09-21 | Windows: Fix CreateFile fails with ERROR_SHARING_VIOLATION | Thomas Freitag | 1 | -2/+3 | |
Bug #69597 | |||||
2013-09-16 | pdfseparate: improve the path building | Pino Toscano | 1 | -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-26 | 0.24.1poppler-0.24.1 | Albert Astals Cid | 6 | -5/+28 | |
2013-08-26 | Fix typo | Albert Astals Cid | 1 | -1/+1 | |
2013-08-26 | fix typo in pdfimages.1 | Adrian Johnson | 1 | -2/+2 | |
2013-08-25 | Fix pdftops -eps -level1sep rendering of a file | William Bader | 1 | -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-20 | Don't copy not needed bitmap | Thomas Freitag | 1 | -1/+1 | |
Speeds up rendering of fixes from bug 67105 As example one file is down from 130s to 6.5s | |||||
2013-08-20 | use getRGBLine images if available | Albert Astals Cid | 1 | -11/+19 | |
Speeds up greatly files from bug #66928 E.g. some file went from 21s to 2s in my computer | |||||
2013-08-18 | Fix crash in 1026.asan.0.42.pdf | Albert Astals Cid | 1 | -1/+2 | |
We were not checking that bitmapOff was in bounds | |||||
2013-08-17 | Revert "Tagged-PDF: Accessors in Catalog for the MarkInfo dictionary" | Albert Astals Cid | 2 | -55/+0 | |
This reverts commit 402ee8b4e31630a42a0a38db1d39164cc5789f3c. No clue how this ended up in the stable branch | |||||
2013-08-17 | Revert "pdfinfo: Use Catalog::getMarkInfo() to show mark info properties" | Albert Astals Cid | 1 | -6/+2 | |
This reverts commit 73cca518c479594e26605196d54b429fbf42dcdc. No clue how this ended up in the stable branch | |||||
2013-08-17 | Fix jpeg image export | Albert Astals Cid | 1 | -1/+3 | |
Use same logic than the one used in ImageOutputDev Bug #48270 | |||||
2013-08-17 | Fix exit(1) in 1026.asan.0.42.pdf | Albert Astals Cid | 1 | -1/+3 | |
The main crash in discussion with Thomas | |||||
2013-08-17 | use copyString where memory is freed with gfree | Thomas Freitag | 2 | -2/+2 | |
Bug #67666 | |||||
2013-08-17 | pdfinfo: Use Catalog::getMarkInfo() to show mark info properties | Adrian Perez de Castro | 1 | -2/+6 | |
2013-08-17 | Tagged-PDF: Accessors in Catalog for the MarkInfo dictionary | Adrian Perez de Castro | 2 | -0/+55 | |
2013-08-12 | Fix a typo | Yury G. Kudryashov | 1 | -1/+1 | |
2013-08-08 | Fix `pdftotext -bbox in.pdf -` | Yury G. Kudryashov | 1 | -9/+6 | |
Print body text to stdout if invoked as above. Bug #45163 | |||||
2013-08-08 | pdfdetach: don't mention xpdfrc | Yury G. Kudryashov | 2 | -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-30 | glib-demo: Remove GTK_DISABLE_DEPRECATED compilation flag | Carlos Garcia Campos | 1 | -1/+0 | |
Deprecations are now compile warnings, there's no reason to make them fatal. | |||||
2013-07-29 | 0.24.0poppler-0.24.0 | Albert Astals Cid | 7 | -9/+16 | |
2013-07-29 | Update Ed's copyright | Albert Astals Cid | 1 | -0/+1 | |
2013-07-29 | Make some pdftops conversions *much* faster | Albert Astals Cid | 2 | -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-29 | Fallback to 1x1 bitmap If we fail to create the corrent one | Albert Astals Cid | 1 | -1/+7 | |