<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/path-prefix.h, 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>Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.</title>
<updated>2019-08-19T18:38:08+00:00</updated>
<author>
<name>Valentin Ionita</name>
<email>valentin.ionita1201@gmail.com</email>
</author>
<published>2019-08-19T18:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=daf25233fe9b7713f0b5c3c6f1b42b3fac8abb1c'/>
<id>daf25233fe9b7713f0b5c3c6f1b42b3fac8abb1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use share/inkscape subfolder on Windows</title>
<updated>2019-06-06T23:20:42+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-06-06T22:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=47ba544abac1dc54a73a44b2b8eec45d92cb83a1'/>
<id>47ba544abac1dc54a73a44b2b8eec45d92cb83a1</id>
<content type='text'>
First part of https://gitlab.com/inkscape/inkscape/issues/82
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First part of https://gitlab.com/inkscape/inkscape/issues/82
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused INKSCAPE_APPICONDIR and INKSCAPE_BINDDIR</title>
<updated>2019-03-31T16:36:12+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-03-31T16:36:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=75ba3f4238ffbf85dd55429bab97b67799a64109'/>
<id>75ba3f4238ffbf85dd55429bab97b67799a64109</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid redefining INKSCAPE_DATADIR</title>
<updated>2019-03-30T20:47:00+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-03-30T19:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=57b146853fad8497bd8d3b8dce38c14f11f46e48'/>
<id>57b146853fad8497bd8d3b8dce38c14f11f46e48</id>
<content type='text'>
Define and use INKSCAPE_DATADIR_REAL instead, which avoids potential
include order issues and avoids some semantic ambiguity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define and use INKSCAPE_DATADIR_REAL instead, which avoids potential
include order issues and avoids some semantic ambiguity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "get_extensions_path()"</title>
<updated>2019-03-30T20:30:51+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-03-30T18:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=09b38582c874646b49d10a8f11850c10b9c6ad39'/>
<id>09b38582c874646b49d10a8f11850c10b9c6ad39</id>
<content type='text'>
Contrary to what the name and placing suggest it's not a general
utility function but a specialized function that constructs the full
value to set for PYTHONPATH.

Despite the misleading placement most functionality is unneeded:
* INKSCAPE_EXTENSIONDIR should always be absolute
* g_setenv recommends UTF-8 on Windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Contrary to what the name and placing suggest it's not a general
utility function but a specialized function that constructs the full
value to set for PYTHONPATH.

Despite the misleading placement most functionality is unneeded:
* INKSCAPE_EXTENSIONDIR should always be absolute
* g_setenv recommends UTF-8 on Windows
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused "get_datadir_path()"</title>
<updated>2019-03-30T20:30:51+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-03-30T18:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=565ffa01dc2fdc8a6a259c429dc03de50ea5a20e'/>
<id>565ffa01dc2fdc8a6a259c429dc03de50ea5a20e</id>
<content type='text'>
This should be a function in Inkscape::IO::Resource (which it
already references) if re-added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should be a function in Inkscape::IO::Resource (which it
already references) if re-added.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add inscape to search path</title>
<updated>2019-03-30T20:30:51+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-03-30T18:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4eb1edd5538af23101a0dc765abc394a06fbd3c0'/>
<id>4eb1edd5538af23101a0dc765abc394a06fbd3c0</id>
<content type='text'>
This primarily allows extensions to simply call "inkscape"
without requiring the user to modify environment variables or
worrying about different versions of inkscape on the same machine
(as we prefix the search path).

We did this already for Windows but the code was removed in
  db05b842cba28f01b431eee890537959aa2d8fe3

Partially fixes https://gitlab.com/inkscape/inkscape/issues/115
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This primarily allows extensions to simply call "inkscape"
without requiring the user to modify environment variables or
worrying about different versions of inkscape on the same machine
(as we prefix the search path).

We did this already for Windows but the code was removed in
  db05b842cba28f01b431eee890537959aa2d8fe3

Partially fixes https://gitlab.com/inkscape/inkscape/issues/115
</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>Avoid duplicating defines in config.h and on command line</title>
<updated>2018-10-01T22:50:13+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-10-01T20:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8a63ecf127e7ee87716367ae7b2e19267e19d09f'/>
<id>8a63ecf127e7ee87716367ae7b2e19267e19d09f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
