<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/io/file-export-cmd.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 a lot of the parameter handling code</title>
<updated>2019-08-31T14:50:38+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-07-22T23:06:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8f7a3a637f6a465e78e88490a03f539f0d8fdc1a'/>
<id>8f7a3a637f6a465e78e88490a03f539f0d8fdc1a</id>
<content type='text'>
Many fixes, improvements and simplifications to existing code.

Implements the first part of the changes discussed in
  https://gitlab.com/inkscape/inkscape/issues/333
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many fixes, improvements and simplifications to existing code.

Implements the first part of the changes discussed in
  https://gitlab.com/inkscape/inkscape/issues/333
</pre>
</div>
</content>
</entry>
<entry>
<title>reduce usage of desktop coordinates (#341)</title>
<updated>2019-08-18T15:29:16+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-08-18T15:29:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=3ffefe1e05e3858ce6584dc644817c411232dc77'/>
<id>3ffefe1e05e3858ce6584dc644817c411232dc77</id>
<content type='text'>
- avoid unnecessary internal usage of desktop coordinates, e.g.
  in SpellCheck::compareTextBboxes
- document whether a function argument is in document  or desktop
  coordinates, e.g. for SPDocument::getItemsInBox
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- avoid unnecessary internal usage of desktop coordinates, e.g.
  in SpellCheck::compareTextBboxes
- document whether a function argument is in document  or desktop
  coordinates, e.g. for SPDocument::getItemsInBox
</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>Correct a typo</title>
<updated>2019-07-10T14:14:13+00:00</updated>
<author>
<name>Mehran-Baghi</name>
<email>1mehranbaghi@gmail.com</email>
</author>
<published>2019-07-10T14:14:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2f2882d0861b1d84b29cccfabf608e24b02c9ca8'/>
<id>2f2882d0861b1d84b29cccfabf608e24b02c9ca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify piping through Inkscape. Reduce code duplication.</title>
<updated>2019-06-19T12:42:34+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-06-19T12:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b2294c5603312ff44d5fe2c3b4c7d6f8e908d80d'/>
<id>b2294c5603312ff44d5fe2c3b4c7d6f8e908d80d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More document.h cleanup.</title>
<updated>2019-04-06T18:54:25+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-04-06T18:54:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=87eb273ceca7e4212a4bfbf2e04b616bac73a701'/>
<id>87eb273ceca7e4212a4bfbf2e04b616bac73a701</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Give more descriptive names to document file related variables and functions.</title>
<updated>2019-02-20T09:50:38+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-02-20T09:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=774bee47ed685bd666173cb4d1664933217371c9'/>
<id>774bee47ed685bd666173cb4d1664933217371c9</id>
<content type='text'>
Makes searching through code for them easier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes searching through code for them easier.
</pre>
</div>
</content>
</entry>
<entry>
<title>run clang tidy modernize pass</title>
<updated>2019-01-02T10:56:56+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2019-01-02T10:56:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c9e6cec9f909db85df80688c7a5b2a0c97e56c3f'/>
<id>c9e6cec9f909db85df80688c7a5b2a0c97e56c3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc. source comment typo fixes</title>
<updated>2018-12-13T07:26:34+00:00</updated>
<author>
<name>luz.paz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2018-12-07T15:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ccfb83dd7eb85287b931343b46487ee8389bc7c1'/>
<id>ccfb83dd7eb85287b931343b46487ee8389bc7c1</id>
<content type='text'>
Found via `codespell`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found via `codespell`</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rendering tests (Launchpad bug 1805804).</title>
<updated>2018-12-03T16:23:59+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-12-03T16:23:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e592349e6831dc3ea7c665f3672bbbcd7afd739b'/>
<id>e592349e6831dc3ea7c665f3672bbbcd7afd739b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
