summaryrefslogtreecommitdiff
path: root/poppler/SplashOutputDev.cc
AgeCommit message (Expand)AuthorFilesLines
2017-05-12SplashOutputDev::doUpdateFont - Fix crash on broken fileAlbert Astals Cid1-1/+3
2017-05-09New Object APIAlbert Astals Cid1-10/+5
2017-03-09Add override markersAlbert Astals Cid1-1/+1
2017-03-06SplashOutputDev: Fix memory leak when rendering images with colormap and matt...Albert Astals Cid1-4/+4
2016-11-30Read softmask into memstrean in case of matteThomas Freitag1-1/+17
2016-11-02merge type3 glyph handling from xpdf 3.04Thomas Freitag1-5/+23
2016-10-24Fix memory leak in parametrized gouraudTriangleShadedFillAlbert Astals Cid1-2/+2
2016-05-29SplashOutputDev: Fix iccTransform + splashModeXBGR8Albert Astals Cid1-8/+8
2016-05-04Fix potential crash in SplashOutputDev::doUpdateFontAlbert Astals Cid1-1/+2
2016-04-27Compile with C++11 compilers that don't define isinfiniteTakahiro Hashimoto1-0/+8
2016-03-16Some (C) updatingAlbert Astals Cid1-1/+1
2016-03-10Implement function shading in splashThomas Freitag1-0/+117
2016-03-08assure line width > 0 in case of text strokeThomas Freitag1-0/+4
2016-03-02Splash: Implementation of matte entries in softmasks of softmasked imagesThomas Freitag1-1/+79
2016-02-17Fall back to Gfx implementation of tiling pattern if repetition rate is smallThomas Freitag1-1/+1
2016-02-17Check if PDF knows the witdh of 'm' in case of substituted fontThomas Freitag1-2/+3
2016-02-16Adjust limit check and check in addition bitmap pointerThomas Freitag1-2/+9
2015-10-28Multiply opacity in case of pattern colorspaceThomas Freitag1-0/+8
2015-09-27Fix memory leak on font reloadAlbert Astals Cid1-1/+6
2015-09-27Try to use an external font if the internal one is invalidThomas Freitag1-0/+8
2015-09-25Fix the fix of the fix for SplashOutputDev::beginTransparencyGroup and malfor...Albert Astals Cid1-2/+1
2015-09-25Fix crash in malformed document in SplashOutputDev::drawMaskedImageAlbert Astals Cid1-2/+7
2015-09-25Fix crash in SplashOutputDev::beginTransparencyGroup in malformed fileAlbert Astals Cid1-0/+6
2015-09-16SplashOuputDev: Protect calls to set/getAA with the proper #if guardsKenji Uno1-0/+7
2015-07-17Silly micro optimization: Move vars inside case {}Albert Astals Cid1-7/+12
2015-07-17[Splash] Fix wrong writes on non rgb outputsWilliam Bader1-1/+51
2015-07-15Allow configuring SPLASH_CMYK support from cmake/configureWilliam Bader1-2/+2
2015-07-07[Splash] Fix crash in PDF with nested softmasksThomas Freitag1-8/+12
2015-07-03std::max/min need <algorithm>Tamas Szekeres1-0/+2
2015-05-24Splash: Speed up of rendering icc based imagesThomas Freitag1-5/+137
2015-03-26Fix previous commit about initializing on failureAlbert Astals Cid1-2/+13
2015-03-26memset on error to have reproducible outputsAlbert Astals Cid1-1/+2
2015-03-07Update (C)Albert Astals Cid1-1/+1
2015-03-06Fix Wrong colour shown when GouraudTriangleShFill uses a DeviceN colorspaceThomas Freitag1-1/+1
2015-02-07Fix crash in malformed file from bug #85275Albert Astals Cid1-2/+2
2015-01-18Move more variables from GlobalParams to PSOutputDevAlbert Astals Cid1-1/+1
2015-01-14Add rasterization option to pdftopsWilliam Bader1-11/+8
2014-11-30The isfinite macro is defined on SunOS under c99Richard PALO1-0/+3
2014-11-14Solve blend mode problem in CYMK and DeviceN for separable blend modesThomas Freitag1-122/+155
2014-08-03Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid1-5/+4
2014-08-03Don't check for inlineImg twiceEd Porras1-5/+4
2014-07-21Improve Overprintmode and shadingsAlbert Astals Cid1-2/+4
2014-04-06Fix memory leakAlbert Astals Cid1-1/+2
2013-12-10correction for knockout transparency groupsThomas Freitag1-4/+14
2013-08-25use getCMYK/DeviceNLine in CMYK mode if availableThomas Freitag1-10/+18
2013-08-20Don't copy not needed bitmapThomas Freitag1-1/+1
2013-08-20use getRGBLine images if availableAlbert Astals Cid1-11/+19
2013-07-29Fallback to 1x1 bitmap If we fail to create the corrent oneAlbert Astals Cid1-1/+7
2013-06-06Speed-up some tiling on a 10x factorThomas Freitag1-1/+14
2013-06-06Fix memory leakLi Junling1-0/+2