<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/inkscape-application.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>Process actions after new file created when Inkscape is opened.</title>
<updated>2019-09-18T09:07:22+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-09-18T09:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c25abb3e5d85584cd5d224569093a8e36d231c33'/>
<id>c25abb3e5d85584cd5d224569093a8e36d231c33</id>
<content type='text'>
Partial fix for https://gitlab.com/inkscape/inkscape/issues/398
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partial fix for https://gitlab.com/inkscape/inkscape/issues/398
</pre>
</div>
</content>
</entry>
<entry>
<title>fix "File &gt; Quit" heap-use-after-free</title>
<updated>2019-08-14T09:44:20+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-08-14T09:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c41b8618d6e0494f131ad917b6761d51ff73c479'/>
<id>c41b8618d6e0494f131ad917b6761d51ff73c479</id>
<content type='text'>
`it-&gt;second` may be invalid after `destroy_window`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`it-&gt;second` may be invalid after `destroy_window`
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid code duplication in ConcreteInkscapeApplication&lt;T&gt;::on_open()</title>
<updated>2019-07-17T19:21:00+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-07-17T19:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e8017634daeec325373b4c83101e0b47a67b1a31'/>
<id>e8017634daeec325373b4c83101e0b47a67b1a31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CLI: Warn if --export-file is used with multiple input files</title>
<updated>2019-07-11T20:03:22+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-07-11T19:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3ee1ec3df83291d7f8b81e8af94dd8e637b1aa1e'/>
<id>3ee1ec3df83291d7f8b81e8af94dd8e637b1aa1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhancements for --export-type command line option</title>
<updated>2019-07-10T18:15:24+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-07-05T22:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b1676442881596beb47189ec7f8b105c61029222'/>
<id>b1676442881596beb47189ec7f8b105c61029222</id>
<content type='text'>
Now allows to
- export multiple types at once, e.g. using `--export-type=pdf,png`
- export to different file name(s) when using `--export-type` by
  using --export-file option (extension is stripped/added as needed)

Also be more lenient with user-specified file extensions in general:
Warn the user, however do not abort export but continue with what we
would have expected (and the user likely meant to do)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now allows to
- export multiple types at once, e.g. using `--export-type=pdf,png`
- export to different file name(s) when using `--export-type` by
  using --export-file option (extension is stripped/added as needed)

Also be more lenient with user-specified file extensions in general:
Warn the user, however do not abort export but continue with what we
would have expected (and the user likely meant to do)
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement fixes/suggestions by Maren</title>
<updated>2019-07-03T19:49:06+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-07-03T00:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bceefa48058b863a233a241c3631d80b10bf51f9'/>
<id>bceefa48058b863a233a241c3631d80b10bf51f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add additional informational strings for --help output</title>
<updated>2019-07-03T19:49:06+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-07-02T23:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ee0a1d2c5fdb7ce1559a1b06a7056f5ba9e35544'/>
<id>ee0a1d2c5fdb7ce1559a1b06a7056f5ba9e35544</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refine option grouping</title>
<updated>2019-07-03T19:49:06+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-07-02T22:17:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=fc6ccb07891200090e31f4e1f7b857d5abbbe8ab'/>
<id>fc6ccb07891200090e31f4e1f7b857d5abbbe8ab</id>
<content type='text'>
Includes some improvements and consistency fixes for help strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes some improvements and consistency fixes for help strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow option sections without a name (just outputs an empty line)</title>
<updated>2019-07-03T19:49:06+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-07-02T21:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=df87aea687dd15de1d5c44f3901c5928ee21dacb'/>
<id>df87aea687dd15de1d5c44f3901c5928ee21dacb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid outputting control characters to non-tty destinations.</title>
<updated>2019-07-03T19:49:06+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-07-02T19:52:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=08db5acc6befd72c40c3c0e2b0603e7d8a2d7ce8'/>
<id>08db5acc6befd72c40c3c0e2b0603e7d8a2d7ce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
