<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/winconsole.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>Minor cleanup (remove unneeded win32-specific defines)</title>
<updated>2019-06-09T00:34:06+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-06-09T00:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2b4b777418d9cdf03dcc4e5cf3a1e2ab2c274769'/>
<id>2b4b777418d9cdf03dcc4e5cf3a1e2ab2c274769</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>Use UTF8 encoding for output on windows console.</title>
<updated>2017-05-10T00:21:03+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2017-05-10T00:21:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e1097ab39decf853abbb6a934c47afa841445237'/>
<id>e1097ab39decf853abbb6a934c47afa841445237</id>
<content type='text'>
This avoids the misery and frustration of converting to the overly limited ANSI codepages and does not seem to cause any issues so far.

(bzr r15682)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids the misery and frustration of converting to the overly limited ANSI codepages and does not seem to cause any issues so far.

(bzr r15682)</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation spelling fix</title>
<updated>2013-06-23T19:51:39+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2013-06-23T19:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e4bbe51f2155809c639e86d7b49b24165101638c'/>
<id>e4bbe51f2155809c639e86d7b49b24165101638c</id>
<content type='text'>
(bzr r12386)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12386)</pre>
</div>
</content>
</entry>
<entry>
<title>Another minor pass of Doxygen cleanup.</title>
<updated>2011-10-03T03:44:17+00:00</updated>
<author>
<name>Jon A. Cruz</name>
<email>jon@joncruz.org</email>
</author>
<published>2011-10-03T03:44:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=20097d47e6945bceb57d2335d23fe764f493ab59'/>
<id>20097d47e6945bceb57d2335d23fe764f493ab59</id>
<content type='text'>
(bzr r10659)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10659)</pre>
</div>
</content>
</entry>
<entry>
<title>Add console helper application based on inkscapec.exe from Jos Hirth,</title>
<updated>2010-03-29T20:32:32+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2010-03-29T20:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b8859cd12327c84f5ca8d4bf8614f0d0913d3c25'/>
<id>b8859cd12327c84f5ca8d4bf8614f0d0913d3c25</id>
<content type='text'>
which provides Unix-like behavior on Windows.

(bzr r9254)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which provides Unix-like behavior on Windows.

(bzr r9254)</pre>
</div>
</content>
</entry>
</feed>
