<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/display/nr-arena-group.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>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>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>Remove irrelevant clip-rule handling bit from NRArenaGroup.</title>
<updated>2011-07-10T03:37:31+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-07-10T03:37:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0d0a5d5453e43fb95e7ff54a59666f72b1c3178d'/>
<id>0d0a5d5453e43fb95e7ff54a59666f72b1c3178d</id>
<content type='text'>
(bzr r10347.1.9)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10347.1.9)</pre>
</div>
</content>
</entry>
<entry>
<title>Implement handling of the clip-rule property. Partially based on</title>
<updated>2011-07-10T03:33:59+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-07-10T03:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3099a49e82622b42547088666099f33d0d55b1ad'/>
<id>3099a49e82622b42547088666099f33d0d55b1ad</id>
<content type='text'>
a patch by Andrew Lutomirski.

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

(bzr r10347.1.8)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a patch by Andrew Lutomirski.

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

(bzr r10347.1.8)</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>Remove more of libnr</title>
<updated>2011-06-23T22:22:07+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2011-06-23T22:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ab143333746e25648b253f13c0539adff089b1b6'/>
<id>ab143333746e25648b253f13c0539adff089b1b6</id>
<content type='text'>
(bzr r10347.1.2)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10347.1.2)</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>
<entry>
<title>update to latest 2geom !</title>
<updated>2011-02-02T21:24:36+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2011-02-02T21:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=53933f5fea9d07d1ba6304b88439fba257ee8c34'/>
<id>53933f5fea9d07d1ba6304b88439fba257ee8c34</id>
<content type='text'>
(bzr r10025)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10025)</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from trunk</title>
<updated>2010-11-25T20:51:17+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2010-11-25T20:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0bd9f7e209d522dbcebe0449a91397fdd9e38977'/>
<id>0bd9f7e209d522dbcebe0449a91397fdd9e38977</id>
<content type='text'>
(bzr r9508.1.70)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r9508.1.70)</pre>
</div>
</content>
</entry>
</feed>
