summaryrefslogtreecommitdiff
path: root/goo
AgeCommit message (Expand)AuthorFilesLines
2022-08-07CI: clang 13 -> 14Albert Astals Cid1-2/+8
2022-05-31Make FT support UTF-8 filenames on windowsAdrian Johnson2-0/+96
2022-05-12greallocn: Make gcc 12.1 happierAlbert Astals Cid1-1/+3
2022-05-12NetPBMWriter: Change destructorAlbert Astals Cid1-1/+1
2022-04-22Rework GetWindowsFontDirAlbert Astals Cid1-0/+5
2022-04-08MSVC: More warning fixesAlbert Astals Cid1-1/+2
2022-04-06ImgWriter::init: take double for dpi instead of intAlbert Astals Cid9-23/+42
2022-04-02More GooString to size_t where it makes some senseAlbert Astals Cid1-4/+4
2022-04-02No reason to limit how much we can append in GooString::appendAlbert Astals Cid1-1/+1
2022-04-01Move MSVC warning silencingAlbert Astals Cid1-1/+2
2022-03-30Make GooString::format[v] return an unique_ptrAlbert Astals Cid2-6/+7
2022-03-28Update (C)Albert Astals Cid1-0/+1
2022-03-28GooString: Introduce string_view ends/startsWith functionsAlbert Astals Cid2-16/+5
2022-03-26GooString: only export non-inline methods, not the whole classEven Rouault1-12/+12
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid6-29/+56
2022-03-11Make GooFile::open return an unique_ptrAlbert Astals Cid2-11/+13
2022-03-08GooString: Add lowercase helpers for std::stringAlbert Astals Cid2-4/+19
2022-03-07Move makeFileDescriptorCloexec inside the #if its used inAlbert Astals Cid1-5/+5
2022-01-17Fix including gdir.h in WindowsAlbert Astals Cid1-1/+3
2022-01-17Use GDir in getDefaultFirefoxCertDB_LinuxAlbert Astals Cid1-0/+4
2022-01-17Make GDir::getNextEntry return a unique pointerAlbert Astals Cid2-9/+10
2021-12-01Add note of when we can remove the __GNUC__ checksAlbert Astals Cid1-0/+2
2021-12-01Make checkedMultiply work for long long in MSVCAlbert Astals Cid1-0/+15
2021-11-19Update (C)Albert Astals Cid2-2/+2
2021-11-13gfile: Add GooFile constructor taking a file descriptorChristian Persch2-1/+9
2021-11-07Make GooFile::open take a std::string instead of a GooStringAlbert Astals Cid2-6/+7
2021-10-29Port a few functions from GooString to std::stringAlbert Astals Cid1-1/+2
2021-10-22Don't crash if the GooString * is nullAlbert Astals Cid1-3/+8
2021-09-13Update (C)Albert Astals Cid1-0/+1
2021-09-13greallocn(checkoverflow = true, free_p = true): if memory allocation fails, f...Even Rouault1-1/+7
2021-08-29Update (C)Albert Astals Cid1-0/+1
2021-08-27JpegWriter: include poppler/Error.h soonerPeter Williams1-2/+2
2021-08-27CI: Enable google-explicit-constructorAlbert Astals Cid6-12/+12
2021-05-26uintx -> uintx_tAlbert Astals Cid1-6/+8
2021-03-01Hide symbols by defaultAlbert Astals Cid12-20/+37
2021-01-18Make checkedAdd work for long long in MSVCAlbert Astals Cid1-1/+21
2020-12-13Fixup GooStringThorsten Behrens1-1/+1
2020-12-13Added signing of PDF documents with digital signaturesHans-Ulrich Jüttner1-0/+2
2020-07-03Run clang-formatAlbert Astals Cid31-1975/+2020
2020-02-23GooString: remove duplicated codeAlbert Astals Cid1-3/+3
2020-02-23Update (C) last commitAlbert Astals Cid1-1/+1
2020-02-23Implement fillGooString in terms of fillStringOliver Sander1-0/+1
2020-02-23Implement UnicodeParsedString for std::stringOliver Sander1-0/+2
2020-01-10PSStack::copy: Fix integer overflow leading to potential crashAlbert Astals Cid1-1/+10
2019-12-02Enable modernize-use-equals-deleteAlbert Astals Cid4-15/+17
2019-12-02Enable modernize-use-overrideAlbert Astals Cid4-4/+4
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid10-20/+20
2019-11-29Enable readability-inconsistent-declaration-parameter-nameAlbert Astals Cid2-2/+4
2019-11-24Update (C) of few past commitsAlbert Astals Cid2-0/+2
2019-11-20Allow to append a std::stringOliver Sander1-0/+1