<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/extension/internal/Makefile_insert, 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>Remove deprecated Autotools and btool files.  Please use CMake instead</title>
<updated>2016-08-08T12:56:40+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2016-08-08T12:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e471a664f923f517b68071f2e33fbb6ce070f8b7'/>
<id>e471a664f923f517b68071f2e33fbb6ce070f8b7</id>
<content type='text'>
(bzr r15046)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15046)</pre>
</div>
</content>
</entry>
<entry>
<title>merge pdf import via poppler-cairo into native importer</title>
<updated>2014-06-06T21:56:26+00:00</updated>
<author>
<name>Adib Taraben</name>
<email>theadib@gmail.com</email>
</author>
<published>2014-06-06T21:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=67668ace6f9afe7861fe220a7a2f1c28fd7e22d0'/>
<id>67668ace6f9afe7861fe220a7a2f1c28fd7e22d0</id>
<content type='text'>
(bzr r13409)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13409)</pre>
</div>
</content>
</entry>
<entry>
<title>libUEMF update; EMF linear gradient bug fixes (bug #1263242)</title>
<updated>2014-01-17T23:24:11+00:00</updated>
<author>
<name>David Mathog</name>
<email>mathog@caltech.edu</email>
</author>
<published>2014-01-17T23:24:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0564ac341f92d0d892d046a9096ac50fb0a9a27d'/>
<id>0564ac341f92d0d892d046a9096ac50fb0a9a27d</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/1263242

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

(bzr r12953)</pre>
</div>
</content>
</entry>
<entry>
<title>Unduplicate some code in the metafile printing extensions</title>
<updated>2013-09-01T23:39:00+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2013-09-01T23:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2549a383386efa10d4298daef2494927ebdc5ca8'/>
<id>2549a383386efa10d4298daef2494927ebdc5ca8</id>
<content type='text'>
(bzr r12499)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12499)</pre>
</div>
</content>
</entry>
<entry>
<title>Move libuemf to a separate directory.</title>
<updated>2013-08-31T16:05:13+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2013-08-31T16:05:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=14f607efe6cb318756d74604c3cd6810799b5434'/>
<id>14f607efe6cb318756d74604c3cd6810799b5434</id>
<content type='text'>
Rename libunicode-convert to symbol_convert and put it in libuemf.

(bzr r12490)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename libunicode-convert to symbol_convert and put it in libuemf.

(bzr r12490)</pre>
</div>
</content>
</entry>
<entry>
<title>changes_2013_02_25a.patch</title>
<updated>2013-03-08T08:27:50+00:00</updated>
<author>
<name>David Mathog</name>
<email></email>
</author>
<published>2013-03-08T08:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e298aeb969151e2a523d3aaef737ac04b6e5b0e8'/>
<id>e298aeb969151e2a523d3aaef737ac04b6e5b0e8</id>
<content type='text'>
New: WMF import/export

implements WMF (Windows Metafile) read and write.  Inkscape previously
supported that through uniconverter, which was not very good with WMF
files.  The new version now has a complete wmf-print/wmf-inout
implementation, analogous to the previous emf-print/emf-inout.  This
handles images, patterns, and various other goodies to the extent that
WMF does.  WMF is a bit primitive, many fields are only 16 bits, so it
even more resolution sapping issues than does EMF. Given the choice,
always use the latter format.

(bzr r11668.1.52)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New: WMF import/export

implements WMF (Windows Metafile) read and write.  Inkscape previously
supported that through uniconverter, which was not very good with WMF
files.  The new version now has a complete wmf-print/wmf-inout
implementation, analogous to the previous emf-print/emf-inout.  This
handles images, patterns, and various other goodies to the extent that
WMF does.  WMF is a bit primitive, many fields are only 16 bits, so it
even more resolution sapping issues than does EMF. Given the choice,
always use the latter format.

(bzr r11668.1.52)</pre>
</div>
</content>
</entry>
<entry>
<title>merge from trunk (r12122)</title>
<updated>2013-02-13T18:36:57+00:00</updated>
<author>
<name>su_v</name>
<email>suv-sf@users.sourceforge.net</email>
</author>
<published>2013-02-13T18:36:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=77b788bb1c5fa861a3f12c76ad3f17bc8edc35b8'/>
<id>77b788bb1c5fa861a3f12c76ad3f17bc8edc35b8</id>
<content type='text'>
(bzr r11668.1.51)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11668.1.51)</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for libcdr</title>
<updated>2013-01-24T16:44:22+00:00</updated>
<author>
<name>su_v</name>
<email>suv-sf@users.sourceforge.net</email>
</author>
<published>2013-01-24T16:44:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a11039985c1101b12665e85a8368a46b77f9de10'/>
<id>a11039985c1101b12665e85a8368a46b77f9de10</id>
<content type='text'>
(bzr r12059.1.1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12059.1.1)</pre>
</div>
</content>
</entry>
<entry>
<title>preliminary release of the EMF import text reassembly feature. </title>
<updated>2012-12-13T04:10:54+00:00</updated>
<author>
<name>David Mathog</name>
<email></email>
</author>
<published>2012-12-13T04:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=583d0895ad53ea5257099ab997527ed44649ff71'/>
<id>583d0895ad53ea5257099ab997527ed44649ff71</id>
<content type='text'>
(based on libTERE (TExt REassembly), not yet published)

libTERE examines all the text in an EMF file, which consists only of 
little chunks in different formats, and attempts to reassemble it into 
an editable SVG text object, with color, different fonts and so forth.
(only tested with English)

(bzr r11668.1.45)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(based on libTERE (TExt REassembly), not yet published)

libTERE examines all the text in an EMF file, which consists only of 
little chunks in different formats, and attempts to reassemble it into 
an editable SVG text object, with color, different fonts and so forth.
(only tested with English)

(bzr r11668.1.45)</pre>
</div>
</content>
</entry>
<entry>
<title>merge from trunk (r11903)</title>
<updated>2012-11-26T06:56:29+00:00</updated>
<author>
<name>su_v</name>
<email>suv-sf@users.sourceforge.net</email>
</author>
<published>2012-11-26T06:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0f140e037d3b84ca7664c9a18b5bd977b912d6c2'/>
<id>0f140e037d3b84ca7664c9a18b5bd977b912d6c2</id>
<content type='text'>
(bzr r11668.1.42)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11668.1.42)</pre>
</div>
</content>
</entry>
</feed>
