summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-02-18PSOutputDev: initialize fontFileNameLen and psFileNamespoppler-0.18Pino Toscano1-0/+4
avoid crashing in ~PSOutputDev when the PSOutputDev instance is not "ok"
2012-03-20cmake: reset CMAKE_REQUIRED_INCLUDES/CMAKE_REQUIRED_LIBRARIESPino Toscano1-0/+3
(cherry picked from commit f69f41056fc8cd8a70b38024f255e9074af20bdc)
2012-02-150.18.4poppler-0.18.4Albert Astals Cid5-4/+36
2012-02-15New copyrightsAlbert Astals Cid7-3/+20
2012-02-12Improve moc detection when cross compilingHib Eris1-2/+4
(cherry picked from commit 9250449aaa279840d789b3a7cef75d06a0fd88e7)
2012-02-12qt4: remove non-existing 'qt' include dirsPino Toscano3-3/+0
(cherry picked from commit 66cf1fdb3ba6894f61d9078f5c30046b464347ae)
2012-02-12man pages: fix minor issues with hypens and %Pino Toscano2-5/+5
(cherry picked from commit 53d8fc4d2978b70e8926e3df71facd1f39de9348)
2012-02-09Close li tags in generated outlines.Igor Slepchin1-3/+6
Also, add newlines after ul tags for better readability. Bug #45807
2012-02-08Fix memory leak when using HtmlOutputDev::mapEncodingToHtmlAlbert Astals Cid2-26/+28
Bug #45805
2012-02-08Fix leak in pdftohtml getInfoStringAlbert Astals Cid1-2/+1
Bug #45805
2012-02-05Proper unicode support when dumping PDF outline.Igor Slepchin3-93/+112
Also use of already existing Outline class rather than parsing the outline anew. Bug 45572
2012-02-06Lexer: convert integer to real when overflow occursAdrian Johnson1-2/+4
Bug 45605 (cherry picked from commit 38ec58ed1cb54722aece875287b847643aa2c4b8)
2012-02-04glib: Exclude poppler-private.h from introspection filesHib Eris2-2/+2
Fixes bug #45455.
2012-02-04gtk-doc: Fix build when builddir != srcdirHib Eris1-5/+5
Bug #45549.
2012-02-04gtk-doc: Fix API documentation for poppler_page_free_annot_mapping()Hib Eris1-2/+2
Remove reference to non existent method poppler_annot_free() and use ref/unref instead of copy/free. Bug #45549.
2012-02-04gtk-doc: Remove reference to non existent method poppler_layer_free()Carlos Garcia Campos1-4/+3
Bug #45549.
2012-02-04gtk-doc: Add more glib API documentation for poppler-documentHib Eris1-13/+13
Fixes several gtk-doc warnings. Bug #45549.
2012-02-04gtk-doc: remove references to removed pixbuf functionsHib Eris2-8/+2
Bug #45549.
2012-02-04gtk-doc: do not build doc for glib-demoHib Eris1-1/+1
Fixes glib-demo symbols in poppler-unused.txt Bug #45549.
2012-02-04gtk-doc: Fix typo'sHib Eris7-11/+12
Bug #45549.
2012-02-04cairo: Remove unused variable in CairoFontEngine.ccHib Eris1-2/+1
Fixes bug #45442.
2012-02-04Fix return value of downscale_box_filter()Hib Eris1-1/+1
Fixes bug #45441.
2012-02-04Fix return value of poppler_attachment_saveHib Eris1-1/+1
Fixes bug #45440.
2012-02-04Fix build for builddir != srcdirHib Eris1-1/+1
Fixes bug #45434.
2012-01-30Fix build with latest mingw-w64 headersHib Eris2-0/+2
Fixes bug #45407.
2012-01-30pdftocairo/automake: link with lcmsSuzuki Toshiya1-0/+5
(cherry picked from commit acbc63348ce5e279e4d66ed4f240dc8d61df4e57)
2012-01-30glib/cmake: various minor introspection improvementsPino Toscano1-0/+3
"port" to CMake of the automake equivalents of 5ab46f9881067ce8aa203a330e2ddbe75744c50e
2012-01-30cmake: support $(gir_name)_EXPORT_PACKAGES for g-ir-scannerPino Toscano1-0/+2
2012-01-27Set OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG if you have itAlbert Astals Cid4-1/+30
Fixes/workarounds bug 43414 with openjpeg 1.5 (unreleased)
2012-01-27jpeg: set image parameters after jpeg_set_defaults()Adrian Johnson1-2/+4
so the resolution does not get overwritten by the defaults. The libjpeg documentation for jpeg_set_defaults() states: "This routine sets all JPEG parameters to reasonable defaults, using only the input image's color space (field in_color_space, which must already be set in cinfo)" Bug 45224
2012-01-26glib: add section in docs for new symbols in 0.18Adrian Johnson1-0/+4
2012-01-23Do not use 50Kb of stack in SplashXPath::addCurveAlexander Saprykin1-20/+49
Bug 44905
2012-01-21cairo: Use fabs when comparing the transformed line widthAdrian Johnson1-1/+1
as the transform may cause a negative width Bug 43441
2012-01-20glib: various minor introspection and documentation improvementsEvan Nemerson6-21/+34
Bug 44790
2012-01-19cairo: ensure paintTransparencyGroup uses same ctm as beginTransparencyGroupAdrian Johnson2-2/+7
Bug 29968
2012-01-16cairo: restore temporary clip used in CairoOutputDev::fill when painting a maskAdrian Johnson1-1/+1
The clip is only used to clip the paint to the fill path so it should be moved inside the save/restore. (cherry picked from commit 100488ec7db2d1f3e25bfda42c1603ca86696195)
2012-01-150.18.3poppler-0.18.3Albert Astals Cid5-4/+19
2012-01-15Add copyrights since last releaseAlbert Astals Cid3-1/+3
2012-01-15Fix stack overflow in PDFDoc::markObject()Thomas Freitag1-1/+3
Bug 44660
2012-01-15Correctly initialize globalParamsThomas Freitag1-1/+4
2012-01-16parseargs: don't use arg->size with GooString argumentAdrian Johnson1-2/+1
40b56994 added GooString arguments but incorrectly used arg->size as the string length. arg->size is always 0 for GooString arguments. This worked because the arg->size - 1 string length passed to GooString::Set() just happened to be the the same value as the CALC_STRING_LEN default argument indicating the string length is to be calculated with strlen. (cherry picked from commit 4e205a6625431dcf95375de009b4354746a4f0b7)
2012-01-13Properly initialize globalParamsArseny Solokha1-0/+4
Bug 44659
2012-01-07regtest: read stderr output before calling wait to fix a possible deadlockThomas Freitag1-4/+4
In the way the scripts starts it subprocesses, stderr becomes buffered for the subprocesses. And unforunately, when the buffer limit is reached, the subprocess suspends it work until it can print again on stderr. That's why the python script runs into a deadlock when the subprocess produces a lot of error messages. A small rearrange of the commands, first read the stderr output and then wait that the subprocess ends, will remove this deadlock.
2012-01-07Include .otf fonts when finding substitute fontsYi Yang2-2/+2
Bug 44412 (cherry picked from commit 9979b1b3e36dc8085d8c684692fece463fa474b1)
2011-12-23autoconf: Check for cairo-ft and other cairo backendsAdrian Johnson2-4/+14
so that CAIRO_LIBS includes the freetype dependency and pdftocairo includes the dependencies for optional cairo backends. Bug 43969 (cherry picked from commit ebfab832ab4f2642b9ab2ededd25de670a3c7147)
2011-12-06include strings.h as we use memcpyAlbert Astals Cid1-1/+2
Fixes bug 43558 (cherry picked from commit 388d72ac27ae98fe3a1ebd21760f2b0fa0249a9b)
2011-12-04Do not fail if we are trying to save a file with Encrypt but that we have ↵Albert Astals Cid1-20/+29
not modified at all Fixes KDE bug #288045 (cherry picked from commit 63c942a45227ef28fb94ef4765171d9812fffafa)
2011-12-040.18.2poppler-0.18.2Albert Astals Cid5-4/+21
2011-12-04update name and copyrightAlbert Astals Cid1-1/+2
2011-11-24Fix typo/regression introduced in f6d026bfa18624ccd321e102bb39ba744998de1eAxel Strübing1-1/+2
(cherry picked from commit bdb439ac5a751d6146204ae0d61fdbf7828c89c3)