summaryrefslogtreecommitdiffstats
path: root/src/io/base64stream.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: remove Base64OutputStreamThomas Holder2018-10-291-336/+0
| | | | | It was only used in one place. Use "g_base64_encode" instead, like the rest of the codebase.
* Purge gunichar from InkscapestreamEduard Braun2018-09-291-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.
* Misc. typosUnknown2017-11-071-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 ```
* Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-031-2/+3
| | | (bzr r12168)
* fix warnings introduced in revision 12123Kris De Gussem2013-02-141-1/+1
| | | (bzr r12125)
* Dropped duplicate code for dom/io and io/ (Bug #1120585 )Kris De Gussem2013-02-111-3/+20
| | | (bzr r12118)
* variable initialisationKris De Gussem2011-11-191-5/+8
| | | (bzr r10746)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
| | | (bzr r10697)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-1/+1
| | | (bzr r5594)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+315
(bzr r1)