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