<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/ui/dialog/print.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>More document.h cleanup.</title>
<updated>2019-04-06T18:54:25+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-04-06T18:54:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=87eb273ceca7e4212a4bfbf2e04b616bac73a701'/>
<id>87eb273ceca7e4212a4bfbf2e04b616bac73a701</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'DontRotateCustomPaper' of gitlab.com:Skrapion/inkscape</title>
<updated>2019-03-06T18:01:59+00:00</updated>
<author>
<name>Martin Owens</name>
<email>doctormo@gmail.com</email>
</author>
<published>2019-03-06T18:01:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1245643c7c5a8fc3f59dd15e569564816cb3b01e'/>
<id>1245643c7c5a8fc3f59dd15e569564816cb3b01e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Give more descriptive names to document file related variables and functions.</title>
<updated>2019-02-20T09:50:38+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-02-20T09:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=774bee47ed685bd666173cb4d1664933217371c9'/>
<id>774bee47ed685bd666173cb4d1664933217371c9</id>
<content type='text'>
Makes searching through code for them easier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes searching through code for them easier.
</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>Fix bug #630635: Print page size is incorrect: https://bugs.launchpad.net/inkscape/+bug/630635</title>
<updated>2018-11-04T16:44:21+00:00</updated>
<author>
<name>Rick Yorgason</name>
<email>rick@firefang.com</email>
</author>
<published>2018-11-04T16:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=9976d25bf7dc16417c9029aa43f82d6220cebbdd'/>
<id>9976d25bf7dc16417c9029aa43f82d6220cebbdd</id>
<content type='text'>
Don't rotate the page if using a custom page size, because it confuses simpler printers which don't understand landscape mode, like laser cutters.

(Note: comments #3-7 in that bug report are a different issue, which affects printers which don't understand custom page sizes; this issue was fixed in commit eaa134e8ea9e71489af1b5090bdee122d5b8d659)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't rotate the page if using a custom page size, because it confuses simpler printers which don't understand landscape mode, like laser cutters.

(Note: comments #3-7 in that bug report are a different issue, which affects printers which don't understand custom page sizes; this issue was fixed in commit eaa134e8ea9e71489af1b5090bdee122d5b8d659)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remembers printer settings between calls to the print dialogue. Fixes bug #1711112.</title>
<updated>2018-10-27T05:12:24+00:00</updated>
<author>
<name>Rick Yorgason</name>
<email>rick@firefang.com</email>
</author>
<published>2018-10-27T05:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4c0e452576d5b27f3dce96436c7ebe0bdd913d65'/>
<id>4c0e452576d5b27f3dce96436c7ebe0bdd913d65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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-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>Print: Match document size against known paper sizes</title>
<updated>2018-05-20T08:33:34+00:00</updated>
<author>
<name>Patrick McDermott</name>
<email>patrick.mcdermott@libiquity.com</email>
</author>
<published>2018-05-20T08:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=eaa134e8ea9e71489af1b5090bdee122d5b8d659'/>
<id>eaa134e8ea9e71489af1b5090bdee122d5b8d659</id>
<content type='text'>
Custom paper sizes work with some printer drivers but not others.
EPSON's ESC/P-R CUPS driver for example scales a custom-sized document
to ISO A4.  (It apparently used to just bail on unknown page sizes.)
Matching the document size against a known paper size in Inkscape
prevents the driver from scaling to the wrong paper size.

Fixes an issue discussed in comments 3, 4, 5, and 6 of
&lt;https://bugs.launchpad.net/inkscape/+bug/630635&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Custom paper sizes work with some printer drivers but not others.
EPSON's ESC/P-R CUPS driver for example scales a custom-sized document
to ISO A4.  (It apparently used to just bail on unknown page sizes.)
Matching the document size against a known paper size in Inkscape
prevents the driver from scaling to the wrong paper size.

Fixes an issue discussed in comments 3, 4, 5, and 6 of
&lt;https://bugs.launchpad.net/inkscape/+bug/630635&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Print: C++ify</title>
<updated>2018-05-20T08:32:29+00:00</updated>
<author>
<name>Patrick McDermott</name>
<email>patrick.mcdermott@libiquity.com</email>
</author>
<published>2018-05-20T08:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a139e677581d6f82123a660e713958747753b8e0'/>
<id>a139e677581d6f82123a660e713958747753b8e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
