summaryrefslogtreecommitdiff
path: root/splash/Splash.cc
AgeCommit message (Expand)AuthorFilesLines
2016-10-24Fix crash on broken filesAlbert Astals Cid1-18/+20
2016-09-04Always delete aaBuf if it is thereAlbert Astals Cid1-3/+1
2016-05-21Fix memory leak in Splash::gouraudTriangleShadedFillAlbert Astals Cid1-1/+4
2016-05-17Improve rendering of some dotted linesThomas Freitag1-4/+5
2015-10-28Multiply opacity in case of pattern colorspaceThomas Freitag1-2/+14
2015-08-19Splash: Fix wrong memory accessWilliam Bader1-0/+2
2015-07-15Allow configuring SPLASH_CMYK support from cmake/configureWilliam Bader1-1/+1
2015-05-24Splash: Speed up of rendering icc based imagesThomas Freitag1-4/+13
2015-02-25Fix last commit regressionAlbert Astals Cid1-1/+2
2015-02-25Fix uninitialized variable in Splash::pipeRunWilliam Bader1-2/+2
2015-02-07Fix crash in malformed file from bug #85275Albert Astals Cid1-1/+9
2014-07-21Improve Overprintmode and shadingsAlbert Astals Cid1-2/+22
2014-04-06Don't check twice for the same variable ^_^Albert Astals Cid1-1/+1
2014-04-06Fix memory leakAlbert Astals Cid1-0/+2
2014-03-28Fix error reported by ASAN in 3628.asan.0.3910.pdfAlbert Astals Cid1-0/+3
2014-03-22Make the test rect go to xMax, yMax not xMax-1,yMax-1Albert Astals Cid1-2/+2
2014-02-12blend usage in PDF with spot colors casue random outputThomas Freitag1-1/+8
2013-12-10correction for knockout transparency groupsThomas Freitag1-16/+47
2013-08-25Fix pdftops -eps -level1sep rendering of a fileWilliam Bader1-4/+7
2013-08-18Fix crash in 1026.asan.0.42.pdfAlbert Astals Cid1-1/+2
2013-08-17Fix exit(1) in 1026.asan.0.42.pdfAlbert Astals Cid1-1/+3
2013-06-06Speed-up some tiling on a 10x factorThomas Freitag1-4/+11
2013-05-16Fix splashModeBGR8 renderingThomas Freitag1-2/+2
2013-05-13Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-1/+1
2013-05-13Fix compilation with fixed point mode enabledAlbert Astals Cid1-1/+1
2013-03-19Avoid blackboxes on weird files using the thin line modeAlbert Astals Cid1-0/+35
2013-03-04Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-0/+2
2013-03-04Make sure we don't try to paint in x < 0Albert Astals Cid1-0/+2
2013-02-23Refine splashThinLineShape supportThomas Freitag1-3/+11
2013-02-20Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-1/+2
2013-02-19Initialize cSrcNonIso[3] in splashModeXBGR8Albert Astals Cid1-1/+2
2013-02-19Fix indentAlbert Astals Cid1-1/+1
2013-02-19Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-2/+2
2013-02-19fix indentAlbert Astals Cid1-2/+2
2013-02-12Introduce option SplashThinLineModeThomas Freitag1-7/+30
2013-01-10Fix invalid memory access in 1150.pdf.asan.8.69Albert Astals Cid1-1/+4
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
2012-12-15Updated copyrightsAlbert Astals Cid1-0/+1
2012-12-08Fix linewidths in monochrome mode.Matthias Kramm1-1/+1
2012-11-30Splash: Implement bilinear image scalingAdrian Johnson1-10/+173
2012-09-11Splash: Implement DeviceN supportThomas Freitag1-10/+245
2012-08-03Fix segfault when scaleImage returns NULLMarkus Trippelsdorf1-0/+7
2012-08-01Splash: Blend mode enhancements for CMYKThomas Freitag1-22/+0
2012-07-13Fix Splash::arbitraryTransformImage causes bogus memory allocation sizeThomas Freitag1-34/+45
2012-06-24Change SplashBitmap gmallocn to gmallocn_checkoverflowAlbert Astals Cid1-14/+23
2012-05-10splash uses cmykTransferC for M, Y and K in two placesWilliam Bader1-7/+7