<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/display/nr-arena-item.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>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>Per-item render cache.</title>
<updated>2011-07-28T05:04:08+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-07-28T05:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=905b8a96963f78358abfd109c0c49758c6fe4e9d'/>
<id>905b8a96963f78358abfd109c0c49758c6fe4e9d</id>
<content type='text'>
Cache some offscreen data to facilitate smoother navigation.

(bzr r10347.1.20)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cache some offscreen data to facilitate smoother navigation.

(bzr r10347.1.20)</pre>
</div>
</content>
</entry>
<entry>
<title>Replace direct use of Cairo contexts and surfaces in the rendering tree</title>
<updated>2011-07-22T02:09:27+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-07-22T02:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=328fad57dbfb65e3bd31062021d5cc3081e68515'/>
<id>328fad57dbfb65e3bd31062021d5cc3081e68515</id>
<content type='text'>
with wrappers which keep some extra information about the surface,
amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect.
Should simplify implementing filter primitive subregions.

(bzr r10347.1.17)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with wrappers which keep some extra information about the surface,
amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect.
Should simplify implementing filter primitive subregions.

(bzr r10347.1.17)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crashes during offscreen rendering, part 1</title>
<updated>2011-07-13T21:09:35+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-07-13T21:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7a6b02a54a5516ff17662352903a928f5f5f7afb'/>
<id>7a6b02a54a5516ff17662352903a928f5f5f7afb</id>
<content type='text'>
(bzr r10347.1.12)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10347.1.12)</pre>
</div>
</content>
</entry>
<entry>
<title>Compute different bounding boxes in outline mode to fix partial</title>
<updated>2011-07-12T01:18:44+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-07-12T01:18:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d776f783e99f70029d1ec8d6c938468d7e220de0'/>
<id>d776f783e99f70029d1ec8d6c938468d7e220de0</id>
<content type='text'>
rendering of objects where the clipping path is much larger
than the base object or vice versa. Fixes LP #177687.

Fixed bugs:
  - https://launchpad.net/bugs/177687

(bzr r10347.1.11)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rendering of objects where the clipping path is much larger
than the base object or vice versa. Fixes LP #177687.

Fixed bugs:
  - https://launchpad.net/bugs/177687

(bzr r10347.1.11)</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify rendering of masked / clipped / translucent items.</title>
<updated>2011-07-10T23:05:04+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-07-10T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d35cc479f65a013531ca49b53af8dc9e32671c81'/>
<id>d35cc479f65a013531ca49b53af8dc9e32671c81</id>
<content type='text'>
Handle nested clipping paths correctly.

(bzr r10347.1.10)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle nested clipping paths correctly.

(bzr r10347.1.10)</pre>
</div>
</content>
</entry>
<entry>
<title>Redesign the rendering pipeline. Clipping paths are now rasterized.</title>
<updated>2011-07-09T23:03:55+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-07-09T23:03:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f8a34926de0258e7b82ec5336aa394834f42b55b'/>
<id>f8a34926de0258e7b82ec5336aa394834f42b55b</id>
<content type='text'>
This fixes breakage related to clipped groups and correctly
handles nested clipping paths. Also add the ability to use text
objects as clipping paths.

(bzr r10347.1.7)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes breakage related to clipped groups and correctly
handles nested clipping paths. Also add the ability to use text
objects as clipping paths.

(bzr r10347.1.7)</pre>
</div>
</content>
</entry>
<entry>
<title>Add SPCanvasArena caching layer. Currently breaks for clipped groups</title>
<updated>2011-07-09T00:52:06+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-07-09T00:52:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a3e406b2ceafb8fb6b44db0a7816a083d7b3c8ee'/>
<id>a3e406b2ceafb8fb6b44db0a7816a083d7b3c8ee</id>
<content type='text'>
that contain filtered objects (Cairo clipping bug?)

(bzr r10347.1.6)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that contain filtered objects (Cairo clipping bug?)

(bzr r10347.1.6)</pre>
</div>
</content>
</entry>
<entry>
<title>Warning cleanup.</title>
<updated>2011-06-22T10:07:58+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2011-06-22T10:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8640e3a8755e772cc7982a9d6f8a47c6ee0dae00'/>
<id>8640e3a8755e772cc7982a9d6f8a47c6ee0dae00</id>
<content type='text'>
(bzr r10339)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10339)</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from trunk</title>
<updated>2011-04-07T23:42:04+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-04-07T23:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=945ce419c806c73d70203dec33ececafbe108a92'/>
<id>945ce419c806c73d70203dec33ececafbe108a92</id>
<content type='text'>
(bzr r9508.1.73)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r9508.1.73)</pre>
</div>
</content>
</entry>
</feed>
