summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-08glib: Add poppler_annot_set_flagsJosé Aliste2-0/+24
2012-12-06implement parallel testing using Python's Queue classAdam Reichold6-34/+104
2012-12-02glib-demo: Do not use deprecated gtk_color_button_{get,set}_rgba()Hib Eris1-0/+16
2012-12-010.21.3poppler-0.21.3Albert Astals Cid6-6/+23
2012-12-01Build on make check correctlyAlbert Astals Cid1-1/+1
2012-12-01Merge commit 'b1dacd1e6ab00eb1976491eb2b45c76671011b38'Albert Astals Cid11-7/+61
2012-12-01Update copyrightsAlbert Astals Cid1-0/+1
2012-12-01Initialize to NULL, fixes crashAlbert Astals Cid1-1/+1
2012-12-01Allow large chars in TextPageJason Crain1-1/+0
2012-12-01Fix compile warning on unused variable filename_gHib Eris1-1/+1
2012-12-01Do not use 'size' uninitializedHib Eris1-3/+3
2012-12-01Fix compile warnings on deprecated conversion from string constant to 'char*'Hib Eris2-3/+4
2012-12-01Fix compile warning on signed/unsigned comparisonHib Eris1-1/+1
2012-12-01Remove unused variableHib Eris1-2/+1
2012-12-01Silence gcc warningAlbert Astals Cid1-2/+2
2012-11-30Splash: Implement bilinear image scalingAdrian Johnson3-18/+188
2012-11-28cmake: Enable compiler warnings for C codePino Toscano1-0/+2
2012-11-28cairo: Fix uninitaliazed warning in CairoOutputDevHib Eris1-1/+1
2012-11-28glib-demo: Fix warning on signednessHib Eris1-1/+1