<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/io/base64stream.cpp, branch livecoding</title>
<subtitle>An experimental livecoding plugin for Inkscape</subtitle>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/'/>
<entry>
<title>cleanup: remove Base64OutputStream</title>
<updated>2018-10-29T09:21:30+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2018-10-28T11:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=348271b8b0a8cdf6b57a377d565f278fae4fd3eb'/>
<id>348271b8b0a8cdf6b57a377d565f278fae4fd3eb</id>
<content type='text'>
It was only used in one place. Use "g_base64_encode" instead, like the
rest of the codebase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was only used in one place. Use "g_base64_encode" instead, like the
rest of the codebase.
</pre>
</div>
</content>
</entry>
<entry>
<title>Purge gunichar from Inkscapestream</title>
<updated>2018-09-29T21:04:56+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-09-24T22:14:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ca9d69e7e53354800b57421d7b0e90191c604d2c'/>
<id>ca9d69e7e53354800b57421d7b0e90191c604d2c</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc. typos</title>
<updated>2017-11-07T18:55:26+00:00</updated>
<author>
<name>Unknown</name>
<email>kunda@scribus.net</email>
</author>
<published>2017-11-07T18:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2659ce5a325688a3db9900d6d662e92048f0539e'/>
<id>2659ce5a325688a3db9900d6d662e92048f0539e</id>
<content type='text'>
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
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
```</pre>
</div>
</content>
</entry>
<entry>
<title>Preparation to merge /dom/io and /io code (bug #1120585 )</title>
<updated>2013-03-03T09:18:37+00:00</updated>
<author>
<name>Kris De Gussem</name>
<email>kris.degussem@gmail.com</email>
</author>
<published>2013-03-03T09:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1279e676eccb0b3786d21fd390e4965f78a003c1'/>
<id>1279e676eccb0b3786d21fd390e4965f78a003c1</id>
<content type='text'>
(bzr r12168)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12168)</pre>
</div>
</content>
</entry>
<entry>
<title>fix warnings introduced in revision 12123</title>
<updated>2013-02-14T06:55:49+00:00</updated>
<author>
<name>Kris De Gussem</name>
<email>kris.degussem@gmail.com</email>
</author>
<published>2013-02-14T06:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1c481ecbd68f2d67985729941fb26fb4bff3c60a'/>
<id>1c481ecbd68f2d67985729941fb26fb4bff3c60a</id>
<content type='text'>
(bzr r12125)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12125)</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped duplicate code for dom/io and io/ (Bug #1120585 )</title>
<updated>2013-02-11T18:32:33+00:00</updated>
<author>
<name>Kris De Gussem</name>
<email>kris.degussem@gmail.com</email>
</author>
<published>2013-02-11T18:32:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=5723519be38287501aa4dd273a7ff907128b3407'/>
<id>5723519be38287501aa4dd273a7ff907128b3407</id>
<content type='text'>
(bzr r12118)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12118)</pre>
</div>
</content>
</entry>
<entry>
<title>variable initialisation</title>
<updated>2011-11-19T18:53:12+00:00</updated>
<author>
<name>Kris De Gussem</name>
<email>kris.degussem@gmail.com</email>
</author>
<published>2011-11-19T18:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d0a75e28a727327d766b9050cda471a12e799511'/>
<id>d0a75e28a727327d766b9050cda471a12e799511</id>
<content type='text'>
(bzr r10746)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10746)</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing more broken and split doc comments.</title>
<updated>2011-10-27T04:55:51+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2011-10-27T04:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2633767789e4264b13ef91a684accf734fb4e94f'/>
<id>2633767789e4264b13ef91a684accf734fb4e94f</id>
<content type='text'>
(bzr r10697)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10697)</pre>
</div>
</content>
</entry>
<entry>
<title>warning cleanup and fixed string free issue</title>
<updated>2008-05-04T05:14:00+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2008-05-04T05:14:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7b781b0f4b6d3c29a2462a53b69789615cc104f9'/>
<id>7b781b0f4b6d3c29a2462a53b69789615cc104f9</id>
<content type='text'>
(bzr r5594)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r5594)</pre>
</div>
</content>
</entry>
<entry>
<title>moving trunk for module inkscape</title>
<updated>2006-01-16T02:36:01+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2006-01-16T02:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=179fa413b047bede6e32109e2ce82437c5fb8d34'/>
<id>179fa413b047bede6e32109e2ce82437c5fb8d34</id>
<content type='text'>
(bzr r1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r1)</pre>
</div>
</content>
</entry>
</feed>
