summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-25Fix leak in SplashOutputDev::axialShadedFillAlbert Astals Cid1-1/+2
2011-01-24Include zlib header since we use things defined thereThomas Klausner1-0/+3
2011-01-24Poppler: Fix line selection, dont check y for Line selectionSam Liao1-8/+8
2011-01-21Fix rendering for some pdf with -level1sepWilliam Bader2-50/+170
2011-01-21fix (C) yearsAlbert Astals Cid4-4/+4
2011-01-21Access the correct variableAlbert Astals Cid1-2/+2
2011-01-17fix unicodeToQString() to correctly decode the Unicode sequencePino Toscano2-6/+45
2011-01-09Do not crash in case jpeg_create_decompress failsDaiki Ueno2-11/+18
2011-01-08Remove declaration of function without implementationAlbert Astals Cid1-2/+1
2011-01-08glib: Fix memory leak when calling poppler_page_get_text_layout() for pages w...Carlos Garcia Campos1-1/+4
2011-01-08glib: Use NULL instead of FALSE in g_return_val_if_fail() for functions retur...Carlos Garcia Campos1-6/+6
2011-01-04cairo: Don't set JPX mime data if the stream specifies a colorspaceAdrian Johnson2-15/+32
2010-12-27bump soname just in case the getPage change is not BCpoppler-0.16.0Albert Astals Cid2-2/+2
2010-12-27Make distcheck workAlbert Astals Cid1-1/+1
2010-12-27increase core sonameAlbert Astals Cid2-2/+2
2010-12-270.16.0 project version increaseAlbert Astals Cid4-6/+6
2010-12-270.16.0 NEWSAlbert Astals Cid1-0/+24
2010-12-23Be more correct when drawing radial shadingsThomas Freitag1-9/+16
2010-12-19Seems to work with this version, so enable itAlbert Astals Cid1-2/+2
2010-12-19Fix last commitAlbert Astals Cid1-2/+2
2010-12-19Windows fixesPhilip Lorenz1-2/+3
2010-12-19build on newer MSVCPhilip Lorenz1-3/+4
2010-12-18compile in windowsThomas Freitag1-1/+2
2010-12-17Remove -resolutionAlbert Astals Cid2-12/+6
2010-12-16kill useless codeAlbert Astals Cid1-8/+0
2010-12-16static-ify some varsAlbert Astals Cid2-13/+4
2010-12-14We need this to make the define really be definedAlbert Astals Cid1-0/+3
2010-12-14cairo: Use A1 instead of A8 for imagemaskAdrian Johnson3-7/+21
2010-12-13Move -fno-exceptions -fno-check-new to default flagsAlbert Astals Cid2-2/+2
2010-12-13More gcc flags movementAlbert Astals Cid2-4/+4
2010-12-13Promote -Wcast-align to the general warnings we ask gcc to giveAlbert Astals Cid2-2/+2
2010-12-12Do not return 99 (or 1) with -h, -v and -printencAlbert Astals Cid6-1/+16
2010-12-11Fix the preliminary bbox/clip calculationAlbert Astals Cid1-6/+9
2010-12-11Remove the * we just need to increase the pointerAlbert Astals Cid1-3/+3
2010-12-10Make PreScanOutputDev be less agressive when deciding to rasterizeAlbert Astals Cid2-1/+17
2010-12-05Adapt the zlib-base FlateStream code to API changesAlbert Astals Cid2-3/+15
2010-11-290.15.3poppler-0.15.3Albert Astals Cid6-6/+24
2010-11-29Add some more isNum before calling getNumAlbert Astals Cid1-16/+32
2010-11-29pass fetchOriginatorNums in some more callsAlbert Astals Cid3-4/+10
2010-11-29Skip over loops in Pages treeHib Eris1-5/+10
2010-11-28this var is not about xobjects only anymroeAlbert Astals Cid2-4/+4
2010-11-28find fonts inside patternsAdrian Johnson1-23/+27
2010-11-28Use sets instead of arraysAlbert Astals Cid2-46/+11
2010-11-28Use FontInfoScannerAlbert Astals Cid1-159/+26
2010-11-24protect against null ref hereAlbert Astals Cid1-1/+1
2010-11-24Protect against NULL values hereAlbert Astals Cid1-0/+2
2010-11-24Check the objects are numbers before using themAlbert Astals Cid1-8/+18
2010-11-23If it is not a Page but has no Kids either let's just pretend it's a pageAlbert Astals Cid3-1/+7
2010-11-22Use gmallocn_checkoverflow when parsing Hints tableHib Eris1-13/+13
2010-11-22Improve rendering of radial shadingsThomas Freitag1-37/+34