summaryrefslogtreecommitdiff
path: root/poppler/PSOutputDev.cc
AgeCommit message (Expand)AuthorFilesLines
2020-12-05PSOutputDev: fixing two oversights in the rasterization codePhilipp Knechtges1-1/+2
2020-11-02Move psLevel to PSOutputDev creationAlbert Astals Cid1-11/+11
2020-11-01redact splashModeUndefined and as a substitute introduce a boolean value wher...Philipp Knechtges1-2/+2
2020-11-01PSOutputDev: use the DeviceN8 bitmap for rasterization with CMYK-output + ove...Philipp Knechtges1-5/+19
2020-11-01PSOutputDev/pdftops: for splashModeCMYK8 and language level >=2 activate over...Philipp Knechtges1-1/+5
2020-11-01PSOutputDev/pdftops: provide options to set the rasterization color space and...Philipp Knechtges1-25/+101
2020-07-03Run clang-formatAlbert Astals Cid1-7075/+6719
2020-06-21Update (C)Albert Astals Cid1-1/+1
2020-06-21Add a pdftops -rasterize option with values always, never, or whenneededWilliam Bader1-3/+5
2020-05-21Update (C)Albert Astals Cid1-1/+2
2020-05-21make the clang/clazy/Ubuntu/Android pipelines happyPhilipp Knechtges1-1/+1
2020-05-21Use ICC profiles in PS outputAdrian Johnson1-21/+56
2020-01-07Mark some static arrays as constAlbert Astals Cid1-1/+1
2020-01-05Make getUnicodeMap param a const & instead a const *Albert Astals Cid1-2/+2
2020-01-05Update last commit (C)Albert Astals Cid1-1/+1
2020-01-05Remove UnicodeMap reference countingAlbert Astals Cid1-6/+2
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