<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/debug/log-display-config.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>Rm unused code now Gtk+ &gt;= 3.22 dependency is set</title>
<updated>2019-05-26T15:11:07+00:00</updated>
<author>
<name>Alexander Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2019-05-26T15:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=630be8274013c5eef5f19e19a14bc6d759aada5a'/>
<id>630be8274013c5eef5f19e19a14bc6d759aada5a</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>Run clang-tidy’s modernize-use-override pass.</title>
<updated>2018-06-18T12:27:00+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-06-14T22:45:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7654fc11a6442e6ee2a463d6dee6458c0f53768f'/>
<id>7654fc11a6442e6ee2a463d6dee6458c0f53768f</id>
<content type='text'>
This adds the override specifier on all methods which override a virtual
method, whether they were already virtual or missing this specifier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the override specifier on all methods which override a virtual
method, whether they were already virtual or missing this specifier.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix include order with clang-tidy check llvm-include-order"</title>
<updated>2018-05-04T16:45:37+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2018-05-04T16:45:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=6031728e438feb9457596baae886c803883535e4'/>
<id>6031728e438feb9457596baae886c803883535e4</id>
<content type='text'>
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix include order with clang-tidy check llvm-include-order</title>
<updated>2018-04-29T22:12:42+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc.jeanmougin@telecom-paristech.fr</email>
</author>
<published>2018-04-29T22:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bba4ff6672494fab59286b50f6c645ad62a47e60'/>
<id>bba4ff6672494fab59286b50f6c645ad62a47e60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some new Gdk deprecations</title>
<updated>2017-02-07T18:34:57+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2017-02-07T18:34:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=58808234db8381a86518229e176f429f440ff93f'/>
<id>58808234db8381a86518229e176f429f440ff93f</id>
<content type='text'>
(bzr r15491)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15491)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gdk_display_get_n_screens deprecation</title>
<updated>2014-08-23T18:59:01+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2014-08-23T18:59:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8f245aa1c469be664b0811d6353c34a431a4e00d'/>
<id>8f245aa1c469be664b0811d6353c34a431a4e00d</id>
<content type='text'>
(bzr r13341.1.161)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.1.161)</pre>
</div>
</content>
</entry>
<entry>
<title>Use generic headers in preparation for GTK+ 3 transition</title>
<updated>2011-06-03T10:44:52+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2011-06-03T10:44:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=f3756ff85a32f4b2a0771d0ac3bd78a69535395f'/>
<id>f3756ff85a32f4b2a0771d0ac3bd78a69535395f</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/792263

(bzr r10252.1.1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed bugs:
  - https://launchpad.net/bugs/792263

(bzr r10252.1.1)</pre>
</div>
</content>
</entry>
<entry>
<title>Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in all 1074 Vim modelines.</title>
<updated>2010-11-17T02:12:56+00:00</updated>
<author>
<name>Chris Morgan</name>
<email>chris.morganiser@gmail.com</email>
</author>
<published>2010-11-17T02:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=144819c918dc761641c3cb5a490205fb73194ee3'/>
<id>144819c918dc761641c3cb5a490205fb73194ee3</id>
<content type='text'>
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").

Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99

That's my geekiest commit yet.

(bzr r9900)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").

Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99

That's my geekiest commit yet.

(bzr r9900)</pre>
</div>
</content>
</entry>
<entry>
<title>add logging of basic display properties</title>
<updated>2007-05-10T01:18:46+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2007-05-10T01:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=fe85f7d284783c24c3fe3566721dda30e508aad9'/>
<id>fe85f7d284783c24c3fe3566721dda30e508aad9</id>
<content type='text'>
(bzr r2994)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r2994)</pre>
</div>
</content>
</entry>
</feed>
