<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/ui/widget/unit-menu.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 coding style</title>
<updated>2019-06-13T12:52:47+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2019-06-13T12:52:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=92053aa9ea8476eab8a853719b59b492f50610d9'/>
<id>92053aa9ea8476eab8a853719b59b492f50610d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to fix issue with focus with thomas and add also stops to combos and unitcombos</title>
<updated>2019-06-13T00:24:32+00:00</updated>
<author>
<name>Jabiertxof</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2019-06-13T00:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1442b0b18b3b70e636f4c8d0f5591f1ff1afa55e'/>
<id>1442b0b18b3b70e636f4c8d0f5591f1ff1afa55e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>modernize loops</title>
<updated>2019-01-02T09:41:30+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2019-01-02T09:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=169dff19d4da8d76e69b8e896aa25b0013639c03'/>
<id>169dff19d4da8d76e69b8e896aa25b0013639c03</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>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-equals-default 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-15T17:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=004e50d84773242a000f5cadb89466bbc793e1a8'/>
<id>004e50d84773242a000f5cadb89466bbc793e1a8</id>
<content type='text'>
This replaces empty constructors and destructors with the default
keyword.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces empty constructors and destructors with the default
keyword.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix modelines</title>
<updated>2014-08-30T11:00:43+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2014-08-30T11:00:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=9066e62e9f0cb4972f3b7988004393e96e55e09d'/>
<id>9066e62e9f0cb4972f3b7988004393e96e55e09d</id>
<content type='text'>
(bzr r13341.1.183)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.1.183)</pre>
</div>
</content>
</entry>
<entry>
<title>Units: stop newing Unit objects. pass around pointers to "undeletable" Unit objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ?</title>
<updated>2013-10-12T22:24:05+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2013-10-12T22:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a970dc423d59ea844bdb1af48d5d9419a5e2a287'/>
<id>a970dc423d59ea844bdb1af48d5d9419a5e2a287</id>
<content type='text'>
(bzr r12679)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12679)</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite the internals of the unit code for somewhat better performance</title>
<updated>2013-10-05T03:54:43+00:00</updated>
<author>
<name>Krzysztof Kosi??ski</name>
<email>tweenk.pl@gmail.com</email>
</author>
<published>2013-10-05T03:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=706294ff1fa82c86089221d8ee4a0d5bd032925a'/>
<id>706294ff1fa82c86089221d8ee4a0d5bd032925a</id>
<content type='text'>
(bzr r12661)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12661)</pre>
</div>
</content>
</entry>
<entry>
<title>Switched to global UnitTable.</title>
<updated>2013-08-04T22:01:18+00:00</updated>
<author>
<name>Matthew Petroff</name>
<email>matthew@mpetroff.net</email>
</author>
<published>2013-08-04T22:01:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=6ae6c0bea96eef09907091279e0678aa5f83102d'/>
<id>6ae6c0bea96eef09907091279e0678aa5f83102d</id>
<content type='text'>
(bzr r12380.1.62)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12380.1.62)</pre>
</div>
</content>
</entry>
</feed>
