summaryrefslogtreecommitdiff
path: root/goo
AgeCommit message (Expand)AuthorFilesLines
2024-04-20Move move prependUnicodeMarker to UTF.hOliver Sander2-7/+0
2024-04-20Move method GooString::hasUnicodeMarkerLE to UTF.hOliver Sander1-3/+0
2024-04-20Move method GooString::hasUnicodeMarker to UTF.hOliver Sander1-2/+0
2024-04-05Update (C)Albert Astals Cid2-2/+2
2024-04-04Remove method GooString::clearOliver Sander1-5/+1
2024-04-04Remove GooString::startsWith and GooString::endsWithOliver Sander2-15/+3
2023-10-18Update (C)Albert Astals Cid1-1/+1
2023-10-17Remove method GooString::hasJustUnicodeMarkerOliver Sander1-2/+1
2023-10-16Move the method sanitizedName from GooString to PDFDocOliver Sander2-22/+0
2023-09-05Update (C)Albert Astals Cid1-0/+1
2023-08-31GooString::appendfv(): emit warning on strings > 2 GBEven Rouault1-2/+10
2023-08-31GooString::appendfv(): avoid int overflow on strings > 2 GBEven Rouault1-1/+3
2023-05-16Update (C)Albert Astals Cid1-0/+1
2023-05-16Add missing #include <cstdio> prior to jpeglib.hJordan Abrahams-Whitehead1-1/+1
2023-03-27clang 15Albert Astals Cid1-8/+2
2023-02-04Update (C)Albert Astals Cid1-1/+1
2023-02-02PngWriter: Fix uninitialized memory useAlbert Astals Cid1-12/+12
2022-09-15Update (C)Albert Astals Cid2-2/+2
2022-09-15Remove the psmode argument from GooString::sanitizedNameOliver Sander2-13/+2
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