<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/help.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>Unify translatable inkscape.org links and add translation comments</title>
<updated>2019-08-28T08:55:14+00:00</updated>
<author>
<name>Gyuris Gellért</name>
<email>bubu@ujevangelizacio.hu</email>
</author>
<published>2019-08-28T08:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bba805fa6bf00581c496b28f0ed1df2ac881e6ac'/>
<id>bba805fa6bf00581c496b28f0ed1df2ac881e6ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make InkscapeApplication responsible for managing documents and windows.</title>
<updated>2019-03-15T14:21:30+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-03-15T14:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1602477dfd4371a17639b0b6e4f59f5a5ea9565a'/>
<id>1602477dfd4371a17639b0b6e4f59f5a5ea9565a</id>
<content type='text'>
Any change from previous behavior is a bug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Any change from previous behavior is a bug.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move logic to build localized filenames into io/ressource.cpp</title>
<updated>2019-02-17T00:13:52+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-02-17T00:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b1217475b861a290b8ef783330c6b97dedadd826'/>
<id>b1217475b861a290b8ef783330c6b97dedadd826</id>
<content type='text'>
Now all that's needed to prefer a localized version of the file
(if available) is a Boolean.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now all that's needed to prefer a localized version of the file
(if available) is a Boolean.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tutorials: Improve logic for loading localized versions</title>
<updated>2019-02-16T22:44:21+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-02-16T22:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=48d75545fec31f7121cdd0073e2ce7a1de2d9ca0'/>
<id>48d75545fec31f7121cdd0073e2ce7a1de2d9ca0</id>
<content type='text'>
There's no need to translate every filename, just translate the
language code.

Also use Inkscape::IO::Resource::get_filename to ensure we fall-back
to Englishstutorials should the localized versions not be available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no need to translate every filename, just translate the
language code.

Also use Inkscape::IO::Resource::get_filename to ensure we fall-back
to Englishstutorials should the localized versions not be available.
</pre>
</div>
</content>
</entry>
<entry>
<title>Show helpful message if tutorials are not installed</title>
<updated>2019-02-16T21:12:41+00:00</updated>
<author>
<name>Max Gaukler</name>
<email>development@maxgaukler.de</email>
</author>
<published>2019-02-10T14:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b928f75a6e40661f9e2dff482d738a536276764a'/>
<id>b928f75a6e40661f9e2dff482d738a536276764a</id>
<content type='text'>
Fixes https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1803021  (for 1.0-alpha)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1803021  (for 1.0-alpha)
</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>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>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>Fix build (not pretty).</title>
<updated>2014-08-18T21:18:05+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebrony@gmail.com</email>
</author>
<published>2014-08-18T21:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a5e84125b62bf41871b57d93e457db81ee139485'/>
<id>a5e84125b62bf41871b57d93e457db81ee139485</id>
<content type='text'>
(bzr r13341.1.146)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.1.146)</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanup.</title>
<updated>2014-08-18T20:19:55+00:00</updated>
<author>
<name>Liam P. White</name>
<email>inkscapebrony@gmail.com</email>
</author>
<published>2014-08-18T20:19:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=dce3466274e04364e25c47b0b71007a65c9cf9dd'/>
<id>dce3466274e04364e25c47b0b71007a65c9cf9dd</id>
<content type='text'>
(bzr r13341.1.145)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.1.145)</pre>
</div>
</content>
</entry>
</feed>
