<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/widgets/swatch-selector.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>Refactoring: call setAttribute() directly.</title>
<updated>2019-06-06T12:57:27+00:00</updated>
<author>
<name>Shlomi Fish</name>
<email>shlomif@shlomifish.org</email>
</author>
<published>2019-05-23T08:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=cb8c36249e983866378e7915e6605ef92d247923'/>
<id>cb8c36249e983866378e7915e6605ef92d247923</id>
<content type='text'>
Call this-&gt;setAttribute(...) directly instead of
this-&gt;getRepr()-&gt;setAttribute(...). This avoids clutter and mental indirection.

See
http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&amp;oldid=112116

and https://en.wikipedia.org/wiki/Law_of_Demeter .

---

I hereby disclaim any implicit or explicit ownership of my changes in this
changeset, and put them under a multiple licence consisting of your choice of
one of more of:

- The CC0 / Public Domain - https://creativecommons.org/choose/zero/ .

- The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License

- The default licence of your project

- The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version
2.1 or higher

- The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or
higher

- Any licence in the 2018-Aug-27 popular licenses list of
https://opensource.org/licenses

- The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later

- The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later

- The https://en.wikipedia.org/wiki/ISC_license

- The https://opensource.org/licenses/BSD-2-Clause

Crediting me will be nice, but not mandatory, and you can change the licence
of the project without needing my permission.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Call this-&gt;setAttribute(...) directly instead of
this-&gt;getRepr()-&gt;setAttribute(...). This avoids clutter and mental indirection.

See
http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&amp;oldid=112116

and https://en.wikipedia.org/wiki/Law_of_Demeter .

---

I hereby disclaim any implicit or explicit ownership of my changes in this
changeset, and put them under a multiple licence consisting of your choice of
one of more of:

- The CC0 / Public Domain - https://creativecommons.org/choose/zero/ .

- The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License

- The default licence of your project

- The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version
2.1 or higher

- The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or
higher

- Any licence in the 2018-Aug-27 popular licenses list of
https://opensource.org/licenses

- The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later

- The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later

- The https://en.wikipedia.org/wiki/ISC_license

- The https://opensource.org/licenses/BSD-2-Clause

Crediting me will be nice, but not mandatory, and you can change the licence
of the project without needing my permission.
</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-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>Move classes derived from SPObject to own directory.</title>
<updated>2018-01-30T08:33:01+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-01-30T08:33:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=267299811df952d08324a39008f52c19641de9e0'/>
<id>267299811df952d08324a39008f52c19641de9e0</id>
<content type='text'>
A lot of header clean-up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A lot of header clean-up.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression in swatch color selection and improve it by allowing drag to change the swatch color too.</title>
<updated>2016-04-01T13:35:30+00:00</updated>
<author>
<name>Martin Owens</name>
<email>doctormo@gmail.com</email>
</author>
<published>2016-04-01T13:35:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a6b3ec9cdaf7867d6b02da3122ab4c06bf2246a5'/>
<id>a6b3ec9cdaf7867d6b02da3122ab4c06bf2246a5</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/1564597

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

(bzr r14757)</pre>
</div>
</content>
</entry>
<entry>
<title>ColorNotebook is Gtk::Widget and uses ColorSelector</title>
<updated>2014-06-01T17:00:26+00:00</updated>
<author>
<name>Tomasz Boczkowski</name>
<email>penginsbacon@gmail.com</email>
</author>
<published>2014-06-01T17:00:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=761b8956cc9cb923a7e7c5a95eacfaf7ba36d475'/>
<id>761b8956cc9cb923a7e7c5a95eacfaf7ba36d475</id>
<content type='text'>
(bzr r13341.6.52)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.6.52)</pre>
</div>
</content>
</entry>
<entry>
<title>moved ColorNotebook to ui/widget</title>
<updated>2014-06-01T15:29:01+00:00</updated>
<author>
<name>Tomasz Boczkowski</name>
<email>penginsbacon@gmail.com</email>
</author>
<published>2014-06-01T15:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=66275a3a9f7666fe68355c1d8c452395b706db30'/>
<id>66275a3a9f7666fe68355c1d8c452395b706db30</id>
<content type='text'>
(bzr r13341.6.51)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.6.51)</pre>
</div>
</content>
</entry>
<entry>
<title>using ColorSelector in SwatchSelector</title>
<updated>2014-06-01T14:41:20+00:00</updated>
<author>
<name>Tomasz Boczkowski</name>
<email>penginsbacon@gmail.com</email>
</author>
<published>2014-06-01T14:41:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=65782d9a28fe5745e672b33c005edfda715c2ed8'/>
<id>65782d9a28fe5745e672b33c005edfda715c2ed8</id>
<content type='text'>
(bzr r13341.6.50)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r13341.6.50)</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up.</title>
<updated>2013-08-03T01:03:43+00:00</updated>
<author>
<name>Markus Engel</name>
<email>markus.engel@tum.de</email>
</author>
<published>2013-08-03T01:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bf4a1d2d49850170b936c30cfe2b30e798716406'/>
<id>bf4a1d2d49850170b936c30cfe2b30e798716406</id>
<content type='text'>
(bzr r11608.1.117)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r11608.1.117)</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround usage of deprecated glib symbols in 3rd party libraries</title>
<updated>2013-03-25T17:42:31+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2013-03-25T17:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0cdd007ebf8dcfbd39c1d36ab53f43617eb692df'/>
<id>0cdd007ebf8dcfbd39c1d36ab53f43617eb692df</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/1122774

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

(bzr r12243)</pre>
</div>
</content>
</entry>
</feed>
