summaryrefslogtreecommitdiff
path: root/poppler/GfxState.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-27clang 15Albert Astals Cid1-52/+13
2022-08-08Use std::vector to store dash patternsOliver Sander1-6/+5
2022-08-07CI: clang 13 -> 14Albert Astals Cid1-13/+52
2022-05-12Update (C)Albert Astals Cid1-1/+1
2022-05-09cairo: preserve text color when drawing type 3 glyphsAdrian Johnson1-0/+2
2022-04-01Silence MSVC warningAlbert Astals Cid1-2/+2
2022-04-01Export base classes of exported classesAlbert Astals Cid1-1/+1
2022-03-10Update (C) of previous commitAlbert Astals Cid1-1/+1
2022-03-09Replace hand-coded reference counting in GfxFont by std::shared_ptrOliver Sander1-3/+3
2021-08-27CI: Enable google-explicit-constructorAlbert Astals Cid1-12/+12
2021-03-01Hide symbols by defaultAlbert Astals Cid1-13/+14
2021-02-12Improve well formed check for shading functionsAlbert Astals Cid1-2/+14
2021-01-27Update (C)Albert Astals Cid1-1/+1
2021-01-20GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptationPhilipp Knechtges1-3/+0
2020-12-26Introduce options to set fallback DefaultGray/DefaultRGB/DefaultCMYK color sp...Philipp Knechtges1-0/+36
2020-12-24Update (C)Albert Astals Cid1-1/+1
2020-12-24don't use colorspace2 optimization if caller wants the spot colorantsThomas Freitag1-0/+1
2020-07-13GfxShading: Simplify holding the FunctionAlbert Astals Cid1-21/+17
2020-07-03Run clang-formatAlbert Astals Cid1-1224/+1230
2020-06-02cleanup displayprofile initializationPhilipp Knechtges1-7/+2
2020-06-02remove sourceProfile variable from GfxColorTransformPhilipp Knechtges1-3/+1
2020-06-02move Postscript CSA generation from GfxColorTransform to GfxICCBasedColorSpacePhilipp Knechtges1-2/+3
2020-05-23GfxState: substitute manual ref counting in GfxColorTransform by a shared_ptrPhilipp Knechtges1-26/+29
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-1/+11
2020-05-21Revert "GfxICCBasedColorSpace: Remove unused member variable"Philipp Knechtges1-2/+4
2019-12-03Add some more constAlbert Astals Cid1-32/+32
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