<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/ui/cache/svg_preview_cache.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>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>Fix for 165865 : markers must take object's stroke color</title>
<updated>2012-08-20T12:53:17+00:00</updated>
<author>
<name>John Smith</name>
<email>john.smith7545@yahoo.com</email>
</author>
<published>2012-08-20T12:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e92962ddc609aaba91d1b9781ea044e84bafeb1b'/>
<id>e92962ddc609aaba91d1b9781ea044e84bafeb1b</id>
<content type='text'>
(bzr r11614)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11614)</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up display-forward.h, including many redundant usages.</title>
<updated>2011-10-04T19:04:58+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2011-10-04T19:04:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c0f82d2110bcb8226efbe8435b76dcc6e0e48f70'/>
<id>c0f82d2110bcb8226efbe8435b76dcc6e0e48f70</id>
<content type='text'>
(bzr r10666)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10666)</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite NRArena -&gt; Inkscape::Drawing. Call render and update</title>
<updated>2011-08-07T10:53:12+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-08-07T10:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=75976ea07dba9b97186667524d0a76603de416af'/>
<id>75976ea07dba9b97186667524d0a76603de416af</id>
<content type='text'>
methods on the Drawing rather than on the root DrawingItem.

(bzr r10347.1.25)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
methods on the Drawing rather than on the root DrawingItem.

(bzr r10347.1.25)</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite NRArenaItem hierarchy into C++</title>
<updated>2011-08-06T12:18:32+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-08-06T12:18:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4dd33aa4d5c57706c7f64f63391174954160a308'/>
<id>4dd33aa4d5c57706c7f64f63391174954160a308</id>
<content type='text'>
(bzr r10347.1.21)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10347.1.21)</pre>
</div>
</content>
</entry>
<entry>
<title>Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in all 1074 Vim modelines.</title>
<updated>2010-11-17T02:12:56+00:00</updated>
<author>
<name>Chris Morgan</name>
<email>chris.morganiser@gmail.com</email>
</author>
<published>2010-11-17T02:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=144819c918dc761641c3cb5a490205fb73194ee3'/>
<id>144819c918dc761641c3cb5a490205fb73194ee3</id>
<content type='text'>
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").

Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99

That's my geekiest commit yet.

(bzr r9900)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").

Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99

That's my geekiest commit yet.

(bzr r9900)</pre>
</div>
</content>
</entry>
<entry>
<title>NR:: =&gt; Geom:: for much of src/ui and src/widgets</title>
<updated>2008-08-04T22:32:05+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2008-08-04T22:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=176622db4325921b8a52e4d4605452ef9ce41e5f'/>
<id>176622db4325921b8a52e4d4605452ef9ce41e5f</id>
<content type='text'>
(bzr r6561)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r6561)</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes issue where a modified stock marker's preview image appears in the</title>
<updated>2007-02-21T09:32:19+00:00</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@bryceharrington.org</email>
</author>
<published>2007-02-21T09:32:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1d29e3ba77e51174028c84be9b37fc675c32947d'/>
<id>1d29e3ba77e51174028c84be9b37fc675c32947d</id>
<content type='text'>
marker dropdown with the same preview image as the unmodified stock
marker.  This adds the source document's uri to the cache index.

(bzr r2413)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
marker dropdown with the same preview image as the unmodified stock
marker.  This adds the source document's uri to the cache index.

(bzr r2413)</pre>
</div>
</content>
</entry>
<entry>
<title>Moving cache management code from .h to .cpp.</title>
<updated>2007-02-20T08:08:25+00:00</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@bryceharrington.org</email>
</author>
<published>2007-02-20T08:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c8106f51b4f2f77e7ce9e65ecd9b75acf1696a79'/>
<id>c8106f51b4f2f77e7ce9e65ecd9b75acf1696a79</id>
<content type='text'>
Making the marker dropdowns static so they can be updated.

(bzr r2403)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Making the marker dropdowns static so they can be updated.

(bzr r2403)</pre>
</div>
</content>
</entry>
<entry>
<title>Moving functions from svg_preview_cache.h to a new .cpp</title>
<updated>2007-02-20T07:28:05+00:00</updated>
<author>
<name>Bryce Harrington</name>
<email>bryce@bryceharrington.org</email>
</author>
<published>2007-02-20T07:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a883506dfc9b0f30197d82354d5332446e4325ba'/>
<id>a883506dfc9b0f30197d82354d5332446e4325ba</id>
<content type='text'>
(bzr r2402)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r2402)</pre>
</div>
</content>
</entry>
</feed>
