summaryrefslogtreecommitdiff
path: root/splash/SplashBitmap.cc
AgeCommit message (Expand)AuthorFilesLines
2022-10-30Do not include a poppler/ file from a splash/ headerAlbert Astals Cid1-0/+1
2022-10-19Fix crash in file that wants to do huge transparency groupAlbert Astals Cid1-1/+1
2022-04-06ImgWriter::init: take double for dpi instead of intAlbert Astals Cid1-4/+4
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-12/+24
2021-08-21splash: Make the copy() functions constAlbert Astals Cid1-4/+4
2020-07-03Run clang-formatAlbert Astals Cid1-676/+681
2019-12-03Add some more constAlbert Astals Cid1-1/+1
2019-12-03Enable modernize-loop-convertAlbert Astals Cid1-2/+2
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-4/+4
2019-09-01SplashBitmap: Fix wrong width condition for splashModeDeviceN8Albert Astals Cid1-3/+3
2019-08-24Always enable SPLASH_CMYKAlbert Astals Cid1-20/+0
2019-06-27Convert all files to UTF-8Daniel Schaefer1-1/+1
2019-04-22Add (C) for previous commitAlbert Astals Cid1-1/+1
2019-04-22Fix compile with SPLASH_CMYK enabledWilliam Bader1-9/+9
2019-03-21Update (C) from last commitAlbert Astals Cid1-0/+1
2019-03-21Remove GooList completelyOliver Sander1-3/+2
2019-03-21Remove method GooList::getOliver Sander1-1/+1
2019-03-21Remove method deleteGooListOliver Sander1-1/+4
2019-03-21Make GooList a template typeOliver Sander1-4/+4
2019-03-21Remove method GooList::getLengthOliver Sander1-1/+1
2019-01-05Update (C) of previous commitsAlbert Astals Cid1-0/+1
2019-01-03all: Use the openFile fopen wrapper from gfile.hChristian Persch1-3/+4
2018-12-06Replace Guchar by unsigned charOliver Sander1-9/+9
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-1/+1
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-4/+4
2018-10-21Update (C)Albert Astals Cid1-1/+1
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-23SplashBitmap: const filenameAlbert Astals Cid1-2/+2
2018-07-20Add -jpegopt optimize option support to utilsMartin Packman1-0/+2
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-9/+9
2017-10-21Fix some -Wundef warningsAdrian Johnson1-10/+10
2017-09-01Add missing includesAlbert Astals Cid1-1/+1
2017-08-17pdftoppm: add -jpegopt for setting jpeg compression parametersAdrian Johnson1-6/+19
2016-11-25Fix pdftoppm -tiff -gray/-mono incorrect output.Kenji Uno1-24/+69
2015-08-27Add premultiplied alpha channel to SplashBitmapAdam Reichold1-11/+38
2015-07-15Allow configuring SPLASH_CMYK support from cmake/configureWilliam Bader1-2/+2
2015-07-12Update (C)Albert Astals Cid1-0/+1
2015-07-12Make SplashBitmap XBGR transfer alpha channelAdam Reichold1-5/+22
2015-02-07Fix crash in malformed file from bug #85275Albert Astals Cid1-2/+2
2013-05-16Fix splashModeBGR8 renderingThomas Freitag1-2/+22
2012-12-09jpegwriter: move #include "jpeglib.h" into .cc fileAdrian Johnson1-1/+1
2012-11-23Update copyrightsAlbert Astals Cid1-1/+1
2012-11-17tiff: remove splash dependency and add RGBA supportAdrian Johnson1-2/+21
2012-11-02Implement overprint in qt interfaceThomas Freitag1-0/+70
2012-09-11Splash: Implement DeviceN supportThomas Freitag1-3/+112
2012-06-24Change SplashBitmap gmallocn to gmallocn_checkoverflowAlbert Astals Cid1-7/+11
2012-05-17Fix logic on SplashBitmap::writeImgFileAnthony Wesley1-1/+2
2012-04-29include for memcpyAlbert Astals Cid1-1/+2