summaryrefslogtreecommitdiff
path: root/poppler/GfxState.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Enable modernize-use-overrideAlbert Astals Cid1-19/+19
2019-12-01Move the clear for loops into a functionAlbert Astals Cid1-0/+4
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-1/+1
2019-11-29Enable readability-inconsistent-declaration-parameter-nameAlbert Astals Cid1-3/+3
2019-11-24Add const to TextOutputDev & friendsAlbert Astals Cid1-1/+1
2019-11-23Add some const to GfxState & friendsAlbert Astals Cid1-64/+65
2019-09-27Add some constAlbert Astals Cid1-9/+9
2019-08-24GfxDeviceNColorSpace: Port to std::vector<std::string>Albert Astals Cid1-6/+5
2019-06-21GfXShading: Prepend some variables with bbox_Albert Astals Cid1-2/+2
2019-03-28GfxICCBasedColorSpace: Remove unused member variableAlbert Astals Cid1-4/+2
2019-03-21Update (C) from last commitAlbert Astals Cid1-1/+1
2019-03-21Remove GooList completelyOliver Sander1-12/+7
2019-03-21Make GooList a template typeOliver Sander1-7/+12
2018-12-20Fix minor typosYuri Chornoivan1-2/+2
2018-12-06Remove the file gtypes.h completelyOliver Sander1-1/+0
2018-12-06Replace Guint by unsigned intOliver Sander1-5/+5
2018-12-06Replace Gushort by unsigned shortOliver Sander1-2/+2
2018-12-06Replace Guchar by unsigned charOliver Sander1-52/+52
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-75/+75
2018-10-21Update (C)Albert Astals Cid1-0/+1
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-10-04Turn PopplerCache into a template to avoid double indirection for look-up via...Adam Reichold1-1/+0
2018-10-05Some more NULL to nullptrAlbert Astals Cid1-15/+15
2018-09-24More constAlbert Astals Cid1-206/+206
2018-09-23More constAlbert Astals Cid1-4/+4
2018-05-25SplashUnivariatePattern::getColor: Fix potential uninitialized memory readAlbert Astals Cid1-1/+3
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-1/+25
2017-11-17Document the meaning of the 'type' integer of a shadingOliver Sander1-0/+8
2017-10-02Add missing (C)poppler-0.60Albert Astals Cid1-1/+1
2017-09-25Fix infinite recursion on broken filesAlbert Astals Cid1-6/+9
2017-03-19Update (C)Albert Astals Cid1-1/+1
2017-03-09Add override markersAlbert Astals Cid1-183/+183
2017-03-04pdfimages: support 16bpc png and tiff imagesAdrian Johnson1-0/+4
2016-09-06Make some classes smaller in memory (amd64)Albert Astals Cid1-3/+3
2016-03-02Splash: Implementation of matte entries in softmasks of softmasked imagesThomas Freitag1-1/+6
2015-12-17Prepare for 0.39Albert Astals Cid1-0/+1
2015-12-03pdftops: fix %%PageBoundingBoxAdrian Johnson1-0/+5
2014-11-28Use correct LAB byte array for lcms inputThomas Freitag1-1/+3
2014-11-14Use Default colorspaces if present instead of Device colorspacesThomas Freitag1-15/+16
2013-10-02Use icc profile in OutputIntentsThomas Freitag1-19/+53
2013-10-01cache cms values in getGray(), getRGB() and getCMYK()Thomas Freitag1-0/+2
2013-08-25use getCMYK/DeviceNLine in CMYK mode if availableThomas Freitag1-1/+31
2013-06-04Move the iccColorSpaceCache from Gfx to OutputDevAlbert Astals Cid1-16/+17
2013-01-26Rename functionLu Wang1-1/+2
2012-09-11Splash: Implement DeviceN supportThomas Freitag1-5/+36
2012-02-01[xpdf303] More merges from Thomas (with minor fixes from me)Albert Astals Cid1-0/+2
2012-01-15[xpdf] More Splash and Gfx changes from ThomasAlbert Astals Cid1-18/+19
2012-01-10[xpdf303] tiling "merges" from Thomas, using mostly our "old" code instead of...Albert Astals Cid1-3/+4
2012-01-07xpdf303: Merge some stuff in Splash [Thomas Freitag]Albert Astals Cid1-1/+16
2011-10-04xpdf303: Limit recursion in GfxColorSpace parsingAlbert Astals Cid1-7/+7