summaryrefslogtreecommitdiffstats
path: root/src/io/base64stream.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-29cleanup: remove Base64OutputStreamThomas Holder1-336/+0
It was only used in one place. Use "g_base64_encode" instead, like the rest of the codebase.
2018-09-29Purge gunichar from InkscapestreamEduard Braun1-1/+1
None of these functions seems to expect an actual gunichar (which is a 32-bit type and can hold any UTF-32 or UCS-4 character code, also known as a Unicode code point). Instead we want UTF-8 encoded character data (i.e. gchar, which is equivalent to char) that can be output byte-wise to form a valid UTF-8 encoded string.
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2013-03-03Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem1-2/+3
(bzr r12168)
2013-02-14fix warnings introduced in revision 12123Kris De Gussem1-1/+1
(bzr r12125)
2013-02-11Dropped duplicate code for dom/io and io/ (Bug #1120585 )Kris De Gussem1-3/+20
(bzr r12118)
2011-11-19variable initialisationKris De Gussem1-5/+8
(bzr r10746)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
(bzr r10697)
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-1/+1
(bzr r5594)