summaryrefslogtreecommitdiff
path: root/goo
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-19fix commentAlbert Astals Cid1-1/+1
2019-11-19Remove GooString::upperCaseOliver Sander2-11/+0
2019-11-18Replace GooString::fromInt by std::to_stringOliver Sander2-12/+0
2019-08-24GfxDeviceNColorSpace: Port to std::vector<std::string>Albert Astals Cid1-1/+2
2019-08-20Remove USE_FIXEDPOINT supportAdrian Bunk2-321/+0
2019-07-17gfree: No need to check for p != nullptr, std::free already does thatAlbert Astals Cid1-4/+2
2019-07-04TextOuputDev: Fix crash when grealloc would overflowAlbert Astals Cid1-4/+8
2019-04-10avoid warning C4310: cast truncates constant valuehimajin1000001-2/+3
2019-04-02Fix MSVC compileAlbert Astals Cid1-6/+7
2019-03-31ofz-8443: Integer-overflow in identifyCFFLE GARREC Vincent1-11/+15
2019-03-31Integer-overflow in Gfx::doAxialShFillLE GARREC Vincent1-0/+11
2019-03-30(C) of previous commitsAlbert Astals Cid1-0/+1
2019-03-28document: Handle UTF16-LE annotationsChristophe Fergeau1-0/+1
2019-03-21Remove GooList completelyOliver Sander1-53/+0
2019-03-21Remove method GooList::getOliver Sander1-4/+0
2019-03-21Remove method deleteGooListOliver Sander1-8/+0
2019-03-21Make GooList a template typeOliver Sander1-6/+7
2019-03-21Remove method GooList::getLengthOliver Sander1-3/+0
2019-02-10gbasename: Include stdlib for freeAlbert Astals Cid1-0/+2
2019-02-10Update (C)Albert Astals Cid1-1/+1
2019-02-10MSVC build fix: gbasename: basename()/libgen.h don't exist in MSVC-land. Inst...1-1/+9
2019-02-10Introduce gbase64Greg Knight2-0/+78
2019-02-10Introduce gbasenameGreg Knight2-0/+73
2019-01-19Update (C)Albert Astals Cid1-0/+1
2019-01-18all: Remove support for obsolete systemsChristian Persch3-184/+10
2019-01-05gfile: Fix the build on WIN32Christian Persch2-0/+8
2019-01-05Update (C) of previous commitsAlbert Astals Cid2-0/+2
2019-01-03gfile: Open files with CLOEXEC flag setChristian Persch1-2/+45
2019-01-03gfile: Add wrapper for open(3p) and use it instead of directly calling openChristian Persch2-1/+8
2018-12-06Remove the file gtypes.h completelyOliver Sander7-39/+0
2018-12-06Replace Gulong by unsigned longOliver Sander2-7/+2
2018-12-06Replace Guint by unsigned intOliver Sander2-3/+2
2018-12-06Replace Gushort by unsigned shortOliver Sander1-1/+0
2018-12-06Replace Guchar by unsigned charOliver Sander3-4/+3
2018-12-06Move definition of type Goffset from gtypes.h to gfile.hOliver Sander2-1/+3
2018-11-28Update (C)Albert Astals Cid1-0/+1
2018-11-27gooString::fromInt: Repair the return value.Greg Knight1-1/+1
2018-11-16Make GooString constructible and assignable from null pointers again since so...Adam Reichold1-6/+6
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander3-18/+18