<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/io/gzipstream.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>Move i/o stream classes into own directory. Add README.</title>
<updated>2018-11-18T10:57:08+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-11-18T10:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=50964e485f3272c8aa7f655d552577771c93bfb3'/>
<id>50964e485f3272c8aa7f655d552577771c93bfb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify licenses</title>
<updated>2018-11-08T17:18:20+00:00</updated>
<author>
<name>Max Gaukler</name>
<email>development@maxgaukler.de</email>
</author>
<published>2018-09-11T14:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=79d82382b3ea1b7d77e3a47a96a786557588787a'/>
<id>79d82382b3ea1b7d77e3a47a96a786557588787a</id>
<content type='text'>
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
</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>Run clang-tidy’s modernize-use-nullptr pass.</title>
<updated>2018-06-18T12:27:01+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-06-15T10:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f4349fb3e45bd44cef0e2b69af4c9b4cf35dcf43'/>
<id>f4349fb3e45bd44cef0e2b69af4c9b4cf35dcf43</id>
<content type='text'>
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add std::nothrow so tests of memory allocation work as expected.</title>
<updated>2016-08-17T07:37:48+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2016-08-17T07:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=65477c4c8456ceb7ee9d1e630421d4d5c79619dc'/>
<id>65477c4c8456ceb7ee9d1e630421d4d5c79619dc</id>
<content type='text'>
Should eventually be replaced by smart pointers.

(bzr r15062)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should eventually be replaced by smart pointers.

(bzr r15062)</pre>
</div>
</content>
</entry>
<entry>
<title>c++ify</title>
<updated>2013-03-12T18:45:10+00:00</updated>
<author>
<name>Kris De Gussem</name>
<email>kris.degussem@gmail.com</email>
</author>
<published>2013-03-12T18:45:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=43d08fe814a052519421650df92da57ab91d391e'/>
<id>43d08fe814a052519421650df92da57ab91d391e</id>
<content type='text'>
(bzr r12198)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12198)</pre>
</div>
</content>
</entry>
<entry>
<title>cppcheck</title>
<updated>2013-03-12T17:51:03+00:00</updated>
<author>
<name>Kris De Gussem</name>
<email>kris.degussem@gmail.com</email>
</author>
<published>2013-03-12T17:51:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=6a0dbf1a55aaa6dad63135c9a4f1294daa55a4f2'/>
<id>6a0dbf1a55aaa6dad63135c9a4f1294daa55a4f2</id>
<content type='text'>
(bzr r12197)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12197)</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>A couple of forward declarations</title>
<updated>2013-02-11T23:34:59+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2013-02-11T23:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c8a761256b40300761c7ff6a0d642ac75b6f541a'/>
<id>c8a761256b40300761c7ff6a0d642ac75b6f541a</id>
<content type='text'>
(bzr r12119)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12119)</pre>
</div>
</content>
</entry>
</feed>
