summaryrefslogtreecommitdiffstats
path: root/src/io/base64stream.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: remove Base64OutputStreamThomas Holder2018-10-291-124/+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.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-8/+8
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-031-1/+1
| | | (bzr r12168)
* fix warnings introduced in revision 12123Kris De Gussem2013-02-141-1/+1
| | | (bzr r12125)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-4/+6
| | | (bzr r10696)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+122
(bzr r1)