<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/extension/internal/cairo-render-context.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>refactor SPIEnum: more type safety</title>
<updated>2019-10-28T11:30:14+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-10-28T11:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1a12c0f5f163794584dfe7b25d4f1feb3156cb6d'/>
<id>1a12c0f5f163794584dfe7b25d4f1feb3156cb6d</id>
<content type='text'>
fixes ungrouping of "font-weight:bolder"
fixes "titling-caps" parsing
fixes a casting error in CairoRenderContext::renderGlyphtext
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes ungrouping of "font-weight:bolder"
fixes "titling-caps" parsing
fixes a casting error in CairoRenderContext::renderGlyphtext
</pre>
</div>
</content>
</entry>
<entry>
<title>Add export/import PDF blend modes and add isolation modifier</title>
<updated>2019-10-19T04:33:22+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2019-10-19T04:33:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2d7e690eb6a2add552b84370d56d56ec1b1fbfd4'/>
<id>2d7e690eb6a2add552b84370d56d56ec1b1fbfd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to improve match of image-rendering values to cairo filters</title>
<updated>2019-09-22T18:58:48+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-09-22T18:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8d68ead6a2f33755ec7d1ce3b1929b8623506d1c'/>
<id>8d68ead6a2f33755ec7d1ce3b1929b8623506d1c</id>
<content type='text'>
Specifically image-rendering="crisp-edges" should use a scaling
algorithm that does *not* blur edges.

Unfortunately this only leaves CAIRO_FILTER_NEAREST, but seems to
be the most suitable choice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specifically image-rendering="crisp-edges" should use a scaling
algorithm that does *not* blur edges.

Unfortunately this only leaves CAIRO_FILTER_NEAREST, but seems to
be the most suitable choice.
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate clang warnings</title>
<updated>2019-08-23T08:08:45+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-08-22T17:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a20b38f42bae02da47b7cd668320b08653d7daa6'/>
<id>a20b38f42bae02da47b7cd668320b08653d7daa6</id>
<content type='text'>
-Wconstant-conversion
-Wenum-compare-switch
-Wpointer-bool-conversion
-Wundefined-bool-conversion
-Wunused-value

Excluding deprecation warnings and 3rdparty directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-Wconstant-conversion
-Wenum-compare-switch
-Wpointer-bool-conversion
-Wundefined-bool-conversion
-Wunused-value

Excluding deprecation warnings and 3rdparty directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move reproducible-builds hack out of CairoRenderContext</title>
<updated>2019-07-10T18:15:54+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-07-07T19:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e70c3b470fc68f88eeca2bfc0175899fb6a5c2f1'/>
<id>e70c3b470fc68f88eeca2bfc0175899fb6a5c2f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cairo-renderer: set metadata in output</title>
<updated>2019-07-10T18:15:54+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-07-07T18:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=90b67c899f3a33f4ad8cf6e3d2da6ad57dd29e51'/>
<id>90b67c899f3a33f4ad8cf6e3d2da6ad57dd29e51</id>
<content type='text'>
- metadata is taken from the SVG document;
- fields that are compatible with the target format
  (and also supported by cairo) are set accordingly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- metadata is taken from the SVG document;
- fields that are compatible with the target format
  (and also supported by cairo) are set accordingly
</pre>
</div>
</content>
</entry>
<entry>
<title>cairo-renderer: / cairo-render-context: whitespace fixes</title>
<updated>2019-07-10T18:15:54+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-07-06T19:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2185fad3b6170529ad07aaa0d05874e4c80befa8'/>
<id>2185fad3b6170529ad07aaa0d05874e4c80befa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix link export code</title>
<updated>2019-07-04T09:44:01+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2019-07-04T09:44:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0df291b7bdfe888cb07e35a75eab2c5eb183fef1'/>
<id>0df291b7bdfe888cb07e35a75eab2c5eb183fef1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583</title>
<updated>2019-07-03T23:31:12+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2019-07-03T23:31:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=228e7ba20476cea8f9822d34b0e5b132546a66ee'/>
<id>228e7ba20476cea8f9822d34b0e5b132546a66ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>modernize loops</title>
<updated>2019-01-02T09:41:30+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2019-01-02T09:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=169dff19d4da8d76e69b8e896aa25b0013639c03'/>
<id>169dff19d4da8d76e69b8e896aa25b0013639c03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
