<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/io/stringstream.h, 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-override pass.</title>
<updated>2018-06-18T12:27:00+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-06-14T22:45:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7654fc11a6442e6ee2a463d6dee6458c0f53768f'/>
<id>7654fc11a6442e6ee2a463d6dee6458c0f53768f</id>
<content type='text'>
This adds the override specifier on all methods which override a virtual
method, whether they were already virtual or missing this specifier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the override specifier on all methods which override a virtual
method, whether they were already virtual or missing this specifier.
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround usage of deprecated glib symbols in 3rd party libraries</title>
<updated>2013-03-25T17:42:31+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2013-03-25T17:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0cdd007ebf8dcfbd39c1d36ab53f43617eb692df'/>
<id>0cdd007ebf8dcfbd39c1d36ab53f43617eb692df</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/1122774

(bzr r12243)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed bugs:
  - https://launchpad.net/bugs/1122774

(bzr r12243)</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>fixing variable type in stream classes to what was intended (preparation for solving bug #1120585 )</title>
<updated>2013-02-13T19:02:23+00:00</updated>
<author>
<name>Kris De Gussem</name>
<email>kris.degussem@gmail.com</email>
</author>
<published>2013-02-13T19:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=47d871e0b2a9ed5fb58d4d02edf840a0d4b19783'/>
<id>47d871e0b2a9ed5fb58d4d02edf840a0d4b19783</id>
<content type='text'>
(bzr r12123)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12123)</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>
