<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/ui/dialog/filedialogimpl-win32.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>Fix a crash in CUSTOM_TYPE Windows native file open dialogs</title>
<updated>2019-09-24T17:51:55+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-09-24T17:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c5df47d03e1d4ba01ecbbd97cf8ae9c82d552fd3'/>
<id>c5df47d03e1d4ba01ecbbd97cf8ae9c82d552fd3</id>
<content type='text'>
See also 49ea08c12ce0f931ba7fc79d8ad9f2fa42a7dca7

Fixes https://gitlab.com/inkscape/inkscape/issues/378
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also 49ea08c12ce0f931ba7fc79d8ad9f2fa42a7dca7

Fixes https://gitlab.com/inkscape/inkscape/issues/378
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement "translationdomain" attribute for extensions</title>
<updated>2019-08-31T14:50:38+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-08-03T23:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ea05ba3338bec1517826614f27935a36c3b0f0f8'/>
<id>ea05ba3338bec1517826614f27935a36c3b0f0f8</id>
<content type='text'>
Will allow extensions to ship their own message catalog used for
translation of the extension#s strings.

Needs to be set on the root &lt;inkscape-extension&gt; element of the .inx

Currently supported values:
- unset: use default textdomain (which happens to be 'inkscape')
- 'inkscape': use Inkscape's message catalog
- 'none': disable translation for the extension's strings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Will allow extensions to ship their own message catalog used for
translation of the extension#s strings.

Needs to be set on the root &lt;inkscape-extension&gt; element of the .inx

Currently supported values:
- unset: use default textdomain (which happens to be 'inkscape')
- 'inkscape': use Inkscape's message catalog
- 'none': disable translation for the extension's strings
</pre>
</div>
</content>
</entry>
<entry>
<title>Hackfest2019: Rm tautological tests</title>
<updated>2019-05-27T10:35:12+00:00</updated>
<author>
<name>Alexander Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2019-05-27T10:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=05a6cdb8047e9ffedeb27ebc025ea7b700402e29'/>
<id>05a6cdb8047e9ffedeb27ebc025ea7b700402e29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid the “using std::*;” or “using namespace std;” constructs.</title>
<updated>2019-03-06T01:26:24+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2019-01-23T01:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e71e984af918104579da59e45785fe1651c5e992'/>
<id>e71e984af918104579da59e45785fe1651c5e992</id>
<content type='text'>
This makes the code a lot less readable and greppable for no reason.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the code a lot less readable and greppable for no reason.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix encoding of "title" label in win32 native file dialog</title>
<updated>2018-11-11T21:56:42+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-11-11T21:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2b1e44036f85d295b29f436c22ff31eb95290012'/>
<id>2b1e44036f85d295b29f436c22ff31eb95290012</id>
<content type='text'>
Fixed bugs
  - https://bugs.launchpad.net/inkscape/+bug/1802726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed bugs
  - https://bugs.launchpad.net/inkscape/+bug/1802726
</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>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>Replace typedef struct with struct in POD type declarations.</title>
<updated>2018-06-20T09:51:42+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-06-19T15:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=af7e9ecd1fdd9a3499da7fc2721c4e4a74d8542f'/>
<id>af7e9ecd1fdd9a3499da7fc2721c4e4a74d8542f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2018-01-07T13:32:19+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marcjeanmougin@free.fr</email>
</author>
<published>2018-01-07T13:32:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=84a50c23459cfb6096131a2eb477e1c4558fb709'/>
<id>84a50c23459cfb6096131a2eb477e1c4558fb709</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
