<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/extension/timer.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>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-redundant-void-arg pass.</title>
<updated>2018-06-19T13:55:58+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2018-06-19T13:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=884fe02952017ac219cd23f9407d27ed4d8a8620'/>
<id>884fe02952017ac219cd23f9407d27ed4d8a8620</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>Misc. typos</title>
<updated>2018-01-08T21:50:51+00:00</updated>
<author>
<name>luz.paz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2018-01-08T21:50:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=202e75590f8200823ef0efd36cc0edbd1bf1edcc'/>
<id>202e75590f8200823ef0efd36cc0edbd1bf1edcc</id>
<content type='text'>
Found via `codespell`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found via `codespell`</pre>
</div>
</content>
</entry>
<entry>
<title>A couple of forward declarations</title>
<updated>2013-02-11T23:34:59+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2013-02-11T23:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c8a761256b40300761c7ff6a0d642ac75b6f541a'/>
<id>c8a761256b40300761c7ff6a0d642ac75b6f541a</id>
<content type='text'>
(bzr r12119)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12119)</pre>
</div>
</content>
</entry>
<entry>
<title>gcc warning cleanup:</title>
<updated>2009-02-08T23:54:32+00:00</updated>
<author>
<name>Felipe Corr??a da Silva Sanches</name>
<email>juca@members.fsf.org</email>
</author>
<published>2009-02-08T23:54:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bbac3773a111069893e6522cce0ee316d5801bcf'/>
<id>bbac3773a111069893e6522cce0ee316d5801bcf</id>
<content type='text'>
warning: suggest a space before ‘;’ or explicit braces around empty body 
in 'for'/'while' statement

(bzr r7251)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warning: suggest a space before ‘;’ or explicit braces around empty body 
in 'for'/'while' statement

(bzr r7251)</pre>
</div>
</content>
</entry>
<entry>
<title>Sorry, I got off on a branch and ended up with a bunch of things.  I'm just going to flatten and merge...  Here's the list.</title>
<updated>2008-09-25T04:27:18+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2008-09-25T04:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c1b561191ad1d561c352681cb94dc192a1ab0d6a'/>
<id>c1b561191ad1d561c352681cb94dc192a1ab0d6a</id>
<content type='text'>
* Added a focus mode activated by Shift+F11.  The goal of this mode is to 
remove all toolbars for a short period so that you maximize screen area.  
Useful on small screens.  Also when you know lots of shortcuts.

* Created what I'm calling "Quick Zoom."  The idea here is to have a modal 
zoom for touching up something with fine detail and then returning to what 
you're doing.  This is activated with the letter "Q" on the keyboard.  When 
you release it, you return back to where you were.  This will zoom in on 
selected objects, or if you're in the node tool selected nodes.

* Added .svg on the temporary files in extensions.  This'll make many of 
them happier.  This only works on recent versions of GLib, but shouldn't 
break older ones more than they already are.

* Moved the Inkscape configuration directory on Linux from ~/.inkscape 
to ~/.config/Inkscape.  This is the new way to do things with the cross 
desktop naming spec.  I'm unsure whether we should be putting crash dumps 
in .config or .cache though.

* Removed 'tools_switch_current' because every usage of it already had a 
pointer to where it needed to go.  Removes usage of globals.

* Made it so that dialogs will be transparent when not focused.  This is 
an alternate to having the docked, and one that I like better as I feel it 
gives me more screen area.  You can adjust how much transparency and the 
speed of the animation in the preferences dialog.  (Note: this requires 
GTK+ 2.12 and a compositor, but gracefully degrades if you don't have 
either)

(bzr r6882)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added a focus mode activated by Shift+F11.  The goal of this mode is to 
remove all toolbars for a short period so that you maximize screen area.  
Useful on small screens.  Also when you know lots of shortcuts.

* Created what I'm calling "Quick Zoom."  The idea here is to have a modal 
zoom for touching up something with fine detail and then returning to what 
you're doing.  This is activated with the letter "Q" on the keyboard.  When 
you release it, you return back to where you were.  This will zoom in on 
selected objects, or if you're in the node tool selected nodes.

* Added .svg on the temporary files in extensions.  This'll make many of 
them happier.  This only works on recent versions of GLib, but shouldn't 
break older ones more than they already are.

* Moved the Inkscape configuration directory on Linux from ~/.inkscape 
to ~/.config/Inkscape.  This is the new way to do things with the cross 
desktop naming spec.  I'm unsure whether we should be putting crash dumps 
in .config or .cache though.

* Removed 'tools_switch_current' because every usage of it already had a 
pointer to where it needed to go.  Removes usage of globals.

* Made it so that dialogs will be transparent when not focused.  This is 
an alternate to having the docked, and one that I like better as I feel it 
gives me more screen area.  You can adjust how much transparency and the 
speed of the animation in the preferences dialog.  (Note: this requires 
GTK+ 2.12 and a compositor, but gracefully degrades if you don't have 
either)

(bzr r6882)</pre>
</div>
</content>
</entry>
<entry>
<title>r16442@tres:  ted | 2007-08-30 21:51:42 -0700</title>
<updated>2007-09-01T04:36:03+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2007-09-01T04:36:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=776410582f483ba74ce1068ff0dc0e9f068fb5d7'/>
<id>776410582f483ba74ce1068ff0dc0e9f068fb5d7</id>
<content type='text'>
 One preference dialog per effect.  Nothing crazy here.  Also setting the 
 timer to be ref counted in lock/unlock mode.  This way the whole thing 
 stays locked while the dialog is shown.

(bzr r3653)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 One preference dialog per effect.  Nothing crazy here.  Also setting the 
 timer to be ref counted in lock/unlock mode.  This way the whole thing 
 stays locked while the dialog is shown.

(bzr r3653)</pre>
</div>
</content>
</entry>
<entry>
<title>moving trunk for module inkscape</title>
<updated>2006-01-16T02:36:01+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2006-01-16T02:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=179fa413b047bede6e32109e2ce82437c5fb8d34'/>
<id>179fa413b047bede6e32109e2ce82437c5fb8d34</id>
<content type='text'>
(bzr r1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r1)</pre>
</div>
</content>
</entry>
</feed>
