<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/libnrtype/TextWrapper.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>Remove unused files.</title>
<updated>2017-08-01T10:58:36+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2017-08-01T10:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e77312551436599dc2e35af0aa1bb9cf09af48f1'/>
<id>e77312551436599dc2e35af0aa1bb9cf09af48f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace leading by more useful x-height. Use OS/2 font metrics when available.</title>
<updated>2015-11-13T14:35:25+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2015-11-13T14:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d136162e0abe6b045ac791b8eb0e16ee51b3f7cc'/>
<id>d136162e0abe6b045ac791b8eb0e16ee51b3f7cc</id>
<content type='text'>
Use otmMacAscent/otmMacDescent rather than otmAscent/otmDescent.
Actually both should be available as they have different purposes...

(bzr r14430.1.5)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use otmMacAscent/otmMacDescent rather than otmAscent/otmDescent.
Actually both should be available as they have different purposes...

(bzr r14430.1.5)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for Bug #1250685 (Unnecessary gender-specific terms in code).</title>
<updated>2014-02-05T11:29:11+00:00</updated>
<author>
<name>Nicolas Dufour</name>
<email>nicoduf@yahoo.fr</email>
</author>
<published>2014-02-05T11:29:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c7731033ef400fccb6a49d830ded86068fcd3432'/>
<id>c7731033ef400fccb6a49d830ded86068fcd3432</id>
<content type='text'>
Fixed bugs:
  - https://launchpad.net/bugs/1250685

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

(bzr r12997)</pre>
</div>
</content>
</entry>
<entry>
<title>fix memory reallocation</title>
<updated>2013-10-17T18:08:10+00:00</updated>
<author>
<name>Kris De Gussem</name>
<email>kris.degussem@gmail.com</email>
</author>
<published>2013-10-17T18:08:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ea793393baaaf1e195799618470f0f35b24fb6fe'/>
<id>ea793393baaaf1e195799618470f0f35b24fb6fe</id>
<content type='text'>
(bzr r12700)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r12700)</pre>
</div>
</content>
</entry>
<entry>
<title>fix potential null pointer deref</title>
<updated>2011-10-28T20:03:11+00:00</updated>
<author>
<name>Johan B. C. Engelen</name>
<email>jbc.engelen@swissonline.ch</email>
</author>
<published>2011-10-28T20:03:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7e0fda9d3090574eeed02370e3ae6826cd14fdd2'/>
<id>7e0fda9d3090574eeed02370e3ae6826cd14fdd2</id>
<content type='text'>
(bzr r10701)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r10701)</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>bug 185761: crash when editing text with the text &amp; font dialog due to reading off the end of an array (and then discarding the result)</title>
<updated>2008-01-26T13:19:14+00:00</updated>
<author>
<name>Richard Hughes</name>
<email>cyreve@gmail.com</email>
</author>
<published>2008-01-26T13:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d719b0162d2219860dfa55bb0135f9078e624a1c'/>
<id>d719b0162d2219860dfa55bb0135f9078e624a1c</id>
<content type='text'>
(bzr r4597)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r4597)</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>
