| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-10-29 | cleanup: remove Base64OutputStream | Thomas Holder | 1 | -336/+0 | |
| It was only used in one place. Use "g_base64_encode" instead, like the rest of the codebase. | |||||
| 2018-09-29 | Purge gunichar from Inkscapestream | Eduard Braun | 1 | -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-07 | Misc. typos | Unknown | 1 | -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-03 | Preparation to merge /dom/io and /io code (bug #1120585 ) | Kris De Gussem | 1 | -2/+3 | |
| (bzr r12168) | |||||
| 2013-02-14 | fix warnings introduced in revision 12123 | Kris De Gussem | 1 | -1/+1 | |
| (bzr r12125) | |||||
| 2013-02-11 | Dropped duplicate code for dom/io and io/ (Bug #1120585 ) | Kris De Gussem | 1 | -3/+20 | |
| (bzr r12118) | |||||
| 2011-11-19 | variable initialisation | Kris De Gussem | 1 | -5/+8 | |
| (bzr r10746) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10697) | |||||
| 2008-05-04 | warning cleanup and fixed string free issue | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r5594) | |||||
