summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-25Add Int64 object typeAdrian Johnson7-59/+60
2013-01-25use getNum instead of getRealAdrian Johnson1-3/+3
2013-01-19Don't use config.h but poppler-config.hAlbert Astals Cid1-2/+1
2013-01-19Make rendering thread-safeThomas Freitag45-283/+793
2013-01-19Add a null check for gfxFontJosé Aliste1-1/+2
2013-01-11Use CPPFLAGS for CPPFLAGS not CFLAGSPeter Dyballa1-1/+1
2013-01-10Fix invalid memory access in 1150.pdf.asan.8.69Albert Astals Cid1-1/+4
2013-01-10Fix invalid memory access in 2030.pdf.asan.69.463Albert Astals Cid1-1/+5
2013-01-10Fix another invalid memory access in 1091.pdf.asan.72.42Albert Astals Cid1-2/+8
2013-01-10Fix invalid memory accesses in 1091.pdf.asan.72.42Albert Astals Cid1-1/+6
2013-01-10Fix invalid memory accesses in 1036.pdf.asan.23.17Albert Astals Cid1-2/+12
2013-01-09Fix crash in broken file 1031.pdf.asan.48.15Albert Astals Cid1-3/+6
2013-01-09Forgot the C of the last commitAlbert Astals Cid1-1/+1
2013-01-09Do not crash in broken documents like 1007.pdf.asan.48.4Albert Astals Cid1-1/+11
2013-01-09Initialize refLine totallyAlbert Astals Cid1-3/+4
2013-01-04Parser: return error if stream encountered when allowStreams = falseAdrian Johnson1-7/+7
2012-12-290.22.0poppler-0.22.0Albert Astals Cid6-8/+22
2012-12-29regtest: Print test results when the test has finishedCarlos Garcia Campos2-15/+28
2012-12-29TextOutputDev: Use page size for max value in TextPage::visitSelectionJason Crain1-1/+2
2012-12-29pdf-inspector Change from the deprecated GtkTable to GtkGridRoss Lagerwall1-24/+15
2012-12-29pdf-inspector: Remove deprectated has-separator propertyRoss Lagerwall1-1/+0
2012-12-29pdf-inspector: Add correct title and copyrightRoss Lagerwall1-3/+2
2012-12-29pdf-inspector: Fix crash by not freeing filename_gRoss Lagerwall1-1/+0
2012-12-28Repair pdfuniteThomas Freitag3-6/+8
2012-12-28dos2unixAlbert Astals Cid1-18/+18
2012-12-28Fix very long loop in JPXStream::getImageParams()Even Rouault1-4/+10
2012-12-28Avoid DoS due to huge number of JPX tiles in a streamEven Rouault1-1/+2
2012-12-28Do not crash on 0 or negative nBits valuesEven Rouault1-2/+3
2012-12-27Fix arg typoAlbert Astals Cid1-1/+1
2012-12-150.21.4 soversion increasespoppler-0.21.4Albert Astals Cid4-4/+4
2012-12-150.21.4 version increaseAlbert Astals Cid4-4/+4
2012-12-150.21.4 NEWSAlbert Astals Cid1-0/+18
2012-12-15Updated copyrightsAlbert Astals Cid9-2/+9
2012-12-13Check obj1 is a dict before using itAlbert Astals Cid1-1/+1
2012-12-13Fix crop on EPS conversionAlbert Astals Cid4-1/+13
2012-12-11Correct bad semanticsPeter Breitenlohner1-1/+1
2012-12-09pngwriter: move #include <png.h> into .cc filePino Toscano3-50/+64
2012-12-09tiffwriter: move #include <tiffio.h> into .cc filePino Toscano2-50/+56
2012-12-09Having a look at the log Marek has (C) in this fileAlbert Astals Cid1-0/+1
2012-12-09Fix crash when rendering on mono1Thomas Freitag1-1/+1
2012-12-09Filter stuff that might end up in the shellMarek Kasik1-4/+17
2012-12-08Add private copy constructor and operator= to make sure we don't use the defa...Albert Astals Cid5-2/+44
2012-12-09jpegwriter: move #include "jpeglib.h" into .cc fileAdrian Johnson4-56/+95
2012-12-09Reformat goo/*Writer files to poppler styleAdrian Johnson7-313/+313
2012-12-08Fix linewidths in monochrome mode.Matthias Kramm1-1/+1
2012-12-08glib-demo: Update the demo to modify flags of annotationsJosé Aliste1-0/+65
2012-12-08regtest: Use the number of cpus as default number of worker threadsCarlos Garcia Campos1-3/+5
2012-12-08regtest: Remove trailing whitespacesCarlos Garcia Campos3-13/+13
2012-12-08Fix compile warning on deprecated conversion from string constantHib Eris1-1/+1
2012-12-08Fixed check_lexer on 32-bit systemsFabio D'Urso1-2/+2