summaryrefslogtreecommitdiff
path: root/poppler/SplashOutputDev.cc
AgeCommit message (Expand)AuthorFilesLines
2017-10-21Remove HAVE_FREETYPE macrosAdrian Johnson1-8/+0
2017-10-21Remove unused t1lib codeAdrian Johnson1-3/+0
2017-10-21Fix some -Wundef warningsAdrian Johnson1-79/+79
2017-10-19Remove various never called internal setters from GlobalParams.hAlbert Astals Cid1-45/+21
2017-09-17Make newer gcc happy about fallthroughAlbert Astals Cid1-0/+8
2017-09-08SplashOutputDev: Fix crash on broken filesAlbert Astals Cid1-1/+5
2017-06-17Merge remote-tracking branch 'origin/master' into better_objectAlbert Astals Cid1-1/+2
2017-06-16Fix crash on broken fileEven Rouault1-1/+2
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