summaryrefslogtreecommitdiff
path: root/splash
AgeCommit message (Expand)AuthorFilesLines
2014-12-01Run dos2unix as suggested by Volker GrabschAlbert Astals Cid1-139/+139
2014-09-30Map Standard/Expert encoding ligatures to AGLFN namesAdrian Johnson1-0/+8
2014-08-12Makefile.am cleanupsHib Eris1-21/+21
2014-07-21Improve Overprintmode and shadingsAlbert Astals Cid2-3/+27
2014-07-20Update Thomas' (C)Albert Astals Cid2-2/+2
2014-07-12Error out instead of exiting if allInter grows too muchThomas Freitag2-9/+18
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-28Fix error reported by ASAN in 590.asan.0.7288.pdfAlbert Astals Cid1-1/+1
2014-03-28Fix error reported by ASAN in 2279.asan.0.1904.pdfAlbert Astals Cid1-2/+2
2014-03-27Fix error reported by ASAN in 2010.asan.0.1506.pdfAlbert Astals Cid1-4/+9
2014-03-27Fix error reported by ASAN in 139.asan.0.581.pdfAlbert Astals Cid1-2/+2
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 Freitag4-16/+68
2013-08-25use getCMYK/DeviceNLine in CMYK mode if availableThomas Freitag1-2/+0
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 Freitag2-5/+13
2013-05-16Fix splashModeBGR8 renderingThomas Freitag2-4/+24
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 Cid2-0/+36
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 Freitag9-22/+100
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-09jpegwriter: move #include "jpeglib.h" into .cc fileAdrian Johnson1-1/+1
2012-12-08Fix linewidths in monochrome mode.Matthias Kramm1-1/+1
2012-12-01Merge commit 'b1dacd1e6ab00eb1976491eb2b45c76671011b38'Albert Astals Cid1-1/+1
2012-11-30Splash: Implement bilinear image scalingAdrian Johnson2-13/+183
2012-11-23Update copyrightsAlbert Astals Cid1-1/+1
2012-11-17tiff: remove splash dependency and add RGBA supportAdrian Johnson1-2/+21
2012-11-14Remove unused codeAlbert Astals Cid1-41/+1
2012-11-13Remove < 0 ifs for unsignedAlbert Astals Cid1-8/+0
2012-11-02Implement overprint in qt interfaceThomas Freitag2-1/+74