<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/io/sys.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>Clarify licenses</title>
<updated>2018-11-08T17:18:20+00:00</updated>
<author>
<name>Max Gaukler</name>
<email>development@maxgaukler.de</email>
</author>
<published>2018-09-11T14:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=79d82382b3ea1b7d77e3a47a96a786557588787a'/>
<id>79d82382b3ea1b7d77e3a47a96a786557588787a</id>
<content type='text'>
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove #include "config.h" wherever possible</title>
<updated>2018-10-01T22:50:12+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-09-30T23:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=71f15d1e96dab3a48fd8e544561f1830795b56ed'/>
<id>71f15d1e96dab3a48fd8e544561f1830795b56ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use _WIN32 instead of WIN32</title>
<updated>2018-10-01T22:50:12+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-09-30T21:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=172dbd2b94199731c1bbd2f789e55535188ade5c'/>
<id>172dbd2b94199731c1bbd2f789e55535188ade5c</id>
<content type='text'>
The former is guaranteed to be set for any compiler targeting win32,
the latter is implementation dependent (but works for gcc)

See also
http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The former is guaranteed to be set for any compiler targeting win32,
the latter is implementation dependent (but works for gcc)

See also
http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix eaae266840146a0faa3332f253ba7bd63eecbb21</title>
<updated>2018-09-15T13:06:50+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-09-15T12:42:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=05291f649ed454dc8547d5a7d6de4bbb861f7573'/>
<id>05291f649ed454dc8547d5a7d6de4bbb861f7573</id>
<content type='text'>
(cherry picked from commit 11504fc9060729939703c380bcaa71cfc36ea351)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 11504fc9060729939703c380bcaa71cfc36ea351)
</pre>
</div>
</content>
</entry>
<entry>
<title>Support reading and writing pipes</title>
<updated>2018-09-15T13:05:12+00:00</updated>
<author>
<name>Rainer Keller</name>
<email>mail@rainerkeller.de</email>
</author>
<published>2018-08-29T18:01:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=eaae266840146a0faa3332f253ba7bd63eecbb21'/>
<id>eaae266840146a0faa3332f253ba7bd63eecbb21</id>
<content type='text'>
This is useful when using inkscape from the terminal and piping the
output to further programs.

Example usage:
cat vector.svg | inkscape --export-png - --file - | convert - out.jpg

Fixes bug: 171016

(forward-ported from commit fdb3b41a37f5c37bbb8e49d59e7e6195d5363fcb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful when using inkscape from the terminal and piping the
output to further programs.

Example usage:
cat vector.svg | inkscape --export-png - --file - | convert - out.jpg

Fixes bug: 171016

(forward-ported from commit fdb3b41a37f5c37bbb8e49d59e7e6195d5363fcb)
</pre>
</div>
</content>
</entry>
<entry>
<title>Run clang-tidy’s modernize-use-nullptr pass.</title>
<updated>2018-06-18T12:27:01+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-06-15T10:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f4349fb3e45bd44cef0e2b69af4c9b4cf35dcf43'/>
<id>f4349fb3e45bd44cef0e2b69af4c9b4cf35dcf43</id>
<content type='text'>
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop obsolete wrapper around Glib::file_open_tmp</title>
<updated>2017-10-19T17:22:34+00:00</updated>
<author>
<name>Stefano Facchini</name>
<email>stefano.facchini@gmail.com</email>
</author>
<published>2017-10-18T20:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c419daf4e13efc020401b3bcbbe8b6116bb3cdd7'/>
<id>c419daf4e13efc020401b3bcbbe8b6116bb3cdd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create parent directories when opening a file for writing</title>
<updated>2017-09-27T17:50:50+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2017-09-26T18:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=fde4b17b3614d7b51e220e02053b97f66ddd0652'/>
<id>fde4b17b3614d7b51e220e02053b97f66ddd0652</id>
<content type='text'>
- this affects callers of Inkscape::IO::fopen_utf8name
- fixes at least two issues:
   - creating custom shortcuts failed when "/inkscape/keys"
     was missing in the configuration directory, see
     https://bugs.launchpad.net/inkscape/+bug/1719629
   - autosaving probably failed if a non-existent directory
     was specified
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- this affects callers of Inkscape::IO::fopen_utf8name
- fixes at least two issues:
   - creating custom shortcuts failed when "/inkscape/keys"
     was missing in the configuration directory, see
     https://bugs.launchpad.net/inkscape/+bug/1719629
   - autosaving probably failed if a non-existent directory
     was specified
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify code and avoid conditional compilation by consistently using glib functions</title>
<updated>2017-04-22T14:13:50+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2017-04-22T14:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f1f37f4e215993c3e00db3240f6fb132479e6577'/>
<id>f1f37f4e215993c3e00db3240f6fb132479e6577</id>
<content type='text'>
Also fixes a case where the modifier passed to g_fopen() might contain a duplicated binary specifier on Windows (e.g. 'wbb') which broke functionality in MSYS2 builds (see bug 1685091)

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

(bzr r15630)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes a case where the modifier passed to g_fopen() might contain a duplicated binary specifier on Windows (e.g. 'wbb') which broke functionality in MSYS2 builds (see bug 1685091)

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

(bzr r15630)</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup: Remove some unused debug messages</title>
<updated>2017-04-22T13:38:20+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2017-04-22T13:38:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0544189ac396b1ca1053c5f69a1325dd92f8fbf1'/>
<id>0544189ac396b1ca1053c5f69a1325dd92f8fbf1</id>
<content type='text'>
(bzr r15629)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15629)</pre>
</div>
</content>
</entry>
</feed>
