<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/livarot/PathStroke.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>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>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>Fix calls to Geom::cross() - sign change.</title>
<updated>2015-04-28T23:02:19+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2015-04-28T23:02:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=cfa7054c950050095e596edd18fedad53e7ed636'/>
<id>cfa7054c950050095e596edd18fedad53e7ed636</id>
<content type='text'>
(bzr r14059.2.2)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r14059.2.2)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix modelines</title>
<updated>2014-08-30T11:00:43+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2014-08-30T11:00:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=9066e62e9f0cb4972f3b7988004393e96e55e09d'/>
<id>9066e62e9f0cb4972f3b7988004393e96e55e09d</id>
<content type='text'>
(bzr r13341.1.183)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.1.183)</pre>
</div>
</content>
</entry>
<entry>
<title>Undo changes in r13391</title>
<updated>2014-06-07T01:19:18+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebronyat-signgmaildotcom</email>
</author>
<published>2014-06-07T01:19:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=48ddc5ea8c9ee44c7ae388d43f9be9552acf64ae'/>
<id>48ddc5ea8c9ee44c7ae388d43f9be9552acf64ae</id>
<content type='text'>
(bzr r13341.1.51)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.1.51)</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up some unnecessary pointer usage in livarot</title>
<updated>2014-06-06T21:01:38+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebronyat-signgmaildotcom</email>
</author>
<published>2014-06-06T21:01:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1fd57a41383419cbeddbaef27e52d55c0d02400f'/>
<id>1fd57a41383419cbeddbaef27e52d55c0d02400f</id>
<content type='text'>
(bzr r13341.1.50)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.1.50)</pre>
</div>
</content>
</entry>
<entry>
<title>Path-&gt;Inset. remove redundant node on inner join. (Bug 1218333)</title>
<updated>2013-09-14T19:54:11+00:00</updated>
<author>
<name>Alvin Penner</name>
<email>penner@vaxxine.com</email>
</author>
<published>2013-09-14T19:54:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7debcf27e2e4b795a1a8d56155515ddf5fecf33d'/>
<id>7debcf27e2e4b795a1a8d56155515ddf5fecf33d</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/1218333

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

(bzr r12518)</pre>
</div>
</content>
</entry>
<entry>
<title>code cleanup: quiet warnings with gcc.</title>
<updated>2012-11-20T22:55:55+00:00</updated>
<author>
<name>Campbell Barton</name>
<email>ideasman42@gmail.com</email>
</author>
<published>2012-11-20T22:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d463240d8fd961d45b47ba96e0d93c37e1719da7'/>
<id>d463240d8fd961d45b47ba96e0d93c37e1719da7</id>
<content type='text'>
(bzr r11888)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11888)</pre>
</div>
</content>
</entry>
<entry>
<title>Patch by Johan for 445790</title>
<updated>2009-11-08T01:19:29+00:00</updated>
<author>
<name>Josh Andler</name>
<email>scislac@gmail.com</email>
</author>
<published>2009-11-08T01:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a5433a16699362caee5735d5b907f6d4efbf1eac'/>
<id>a5433a16699362caee5735d5b907f6d4efbf1eac</id>
<content type='text'>
(bzr r8824)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r8824)</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug !</title>
<updated>2009-01-17T20:27:13+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2009-01-17T20:27:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f6cba1ddd430dce62f029c66995bfe73c4790c2f'/>
<id>f6cba1ddd430dce62f029c66995bfe73c4790c2f</id>
<content type='text'>
(bzr r7141)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r7141)</pre>
</div>
</content>
</entry>
</feed>
