summaryrefslogtreecommitdiff
path: root/poppler/PSOutputDev.cc
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Enable modernize-loop-convertAlbert Astals Cid1-4/+2
2019-12-02Enable modernize-use-overrideAlbert Astals Cid1-1/+1
2019-11-30Improve pdftops -optimizecolorspace by implementing the CMYK to K conversion ...William Bader1-49/+132
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-6/+6
2019-11-29Enable readability-inconsistent-declaration-parameter-nameAlbert Astals Cid1-2/+2
2019-11-24Make Stream::getKind constAlbert Astals Cid1-1/+1
2019-11-23Add some const to GfxState & friendsAlbert Astals Cid1-7/+5
2019-10-20CharCodeToUnicode::mapToUnicode: Make clear the data is constAlbert Astals Cid1-1/+1
2019-10-02Enable clang-tidy bugprone-too-small-loop-variableAlbert Astals Cid1-3/+3
2019-09-27Add some constAlbert Astals Cid1-5/+5
2019-08-24GfxDeviceNColorSpace: Port to std::vector<std::string>Albert Astals Cid1-8/+8
2019-08-24Always enable SPLASH_CMYKAlbert Astals Cid1-2/+0
2019-06-07Fix last two shadow warnings in PSOutputDevAlbert Astals Cid1-5/+5
2019-06-05Fix shadow warning in PSOutputDev::tilingPatternFillAlbert Astals Cid1-6/+5
2019-06-05Rename fontMaxValidGlyph map to perFontMaxValidGlyphAlbert Astals Cid1-2/+2
2019-06-05PSOutputDev::writeHeader: pass int instead of vectorAlbert Astals Cid1-4/+4
2019-06-05PSOutputDev: psTitle -> title as a function parameterAlbert Astals Cid1-3/+3
2019-06-05PSOutputDev: Move variable declaration inside loopAlbert Astals Cid1-2/+2
2019-06-05PSOuputDev: Rename rotate local variable to pageRotateAlbert Astals Cid1-2/+2
2019-06-05PSOutputDev: rename variables to make things less confusingAlbert Astals Cid1-6/+6
2019-03-29Use the existing Ref operator==Albert Astals Cid1-16/+9
2019-03-21Update (C) from last commitAlbert Astals Cid1-0/+1
2019-03-21Remove GooList completelyOliver Sander1-2/+1
2019-03-21Remove method GooList::getOliver Sander1-4/+4
2019-03-21Remove method deleteGooListOliver Sander1-1/+4
2019-03-21Make GooList a template typeOliver Sander1-2/+2
2019-03-21Remove method GooList::getLengthOliver Sander1-3/+3
2019-02-27Change Dict::lookupNF return a const &Albert Astals Cid1-1/+1
2019-02-27Make Annot::getNF and Dict::getNF return const & instead of copyAlbert Astals Cid1-4/+4
2019-02-10Object: Add constructor that takes a const RefAlbert Astals Cid1-2/+2
2019-01-18all: Remove support for obsolete systemsChristian Persch1-8/+0
2019-01-05Update (C) of previous commitsAlbert Astals Cid1-0/+1
2019-01-03all: Use the openFile fopen wrapper from gfile.hChristian Persch1-2/+2
2018-12-06Replace Guint by unsigned intOliver Sander1-1/+1
2018-12-06Replace Guchar by unsigned charOliver Sander1-16/+16
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-45/+45
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-292/+292
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-10-05Remove GooList::append since the single element variant is std::vector::push_...Adam Reichold1-1/+1
2018-10-05Turn deleteGooList macro into a template to improve type checking and diagnos...Adam Reichold1-1/+1
2018-09-24More constAlbert Astals Cid1-25/+20
2018-09-23More constAlbert Astals Cid1-1/+1
2018-09-23Don't cast nullptrAlbert Astals Cid1-3/+3
2018-08-30PSOutputDev: Hopefully fix compilation under MSVCAlbert Astals Cid1-0/+1
2018-08-30PSOutputDev: add native support for type 7 shadings when using level 3Philipp Knechtges1-0/+55
2018-06-22Gfx:Generalize protection against a pattern drawing itselfAlbert Astals Cid1-1/+1
2018-05-06Replace GooHash by std::unordered_map in PSOutputDev.Adam Reichold1-20/+11
2018-04-06OutputDev: change functions taking GooString * to make it constAlbert Astals Cid1-2/+2
2018-04-06PSOuputDev writePSString and writePSTextLine take constAlbert Astals Cid1-2/+2
2018-04-05More const in GfxFont methodsAlbert Astals Cid1-1/+1