<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/sp-namedview.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>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>Limit default window size to monitor dimensions</title>
<updated>2018-01-07T18:34:57+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-01-07T18:34:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=0d1885407b9d1dfcf3ddd5c16aeb23bf4f34df3a'/>
<id>0d1885407b9d1dfcf3ddd5c16aeb23bf4f34df3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make natural window size default and fix small window size</title>
<updated>2018-01-07T16:37:02+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-01-07T16:36:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=dd958b6024fb9f68500eb583f4c3d981ed27e08c'/>
<id>dd958b6024fb9f68500eb583f4c3d981ed27e08c</id>
<content type='text'>
- Clamp "Small" window size to 600x600
  Everything smaller seems pretty unusable but can be discussed.
  This fixes bug #1659256.
- Make sure "Large" window size is at least as large as "Small"
  to avoid embarassing user reports.
- add "Default" as new window size and (surprise) make it the default
  This will not influence the initial size request at all and
  should result in the natural window size (unless overriden by the
  window manager) and should be a suitable default for all cases.

Fixed bug:
  - https://bugs.launchpad.net/inkscape/+bug/1659256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Clamp "Small" window size to 600x600
  Everything smaller seems pretty unusable but can be discussed.
  This fixes bug #1659256.
- Make sure "Large" window size is at least as large as "Small"
  to avoid embarassing user reports.
- add "Default" as new window size and (surprise) make it the default
  This will not influence the initial size request at all and
  should result in the natural window size (unless overriden by the
  window manager) and should be a suitable default for all cases.

Fixed bug:
  - https://bugs.launchpad.net/inkscape/+bug/1659256
</pre>
</div>
</content>
</entry>
<entry>
<title>Use proper monitor for deriving geometry</title>
<updated>2018-01-07T16:37:02+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-01-07T15:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=9082a13eda5ff7c4f596241ff538e0f8a267cb5c'/>
<id>9082a13eda5ff7c4f596241ff538e0f8a267cb5c</id>
<content type='text'>
- when restoring from document:
  use monitor closest to stored document location on screen
- when using default size:
  use monitor Inkscape is launched on (we always used this before)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- when restoring from document:
  use monitor closest to stored document location on screen
- when using default size:
  use monitor Inkscape is launched on (we always used this before)
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch sp-namedview.cpp to use the convenience function</title>
<updated>2018-01-07T16:37:02+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-01-07T15:30:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7730fad0990fea927c0017bca6855de45bdd4915'/>
<id>7730fad0990fea927c0017bca6855de45bdd4915</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let GTK+ / window managers handle window position sanitizing</title>
<updated>2018-01-07T16:37:02+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-01-07T13:40:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c946cb832fc4206a0ec8a21a0d343d55e88cb4ba'/>
<id>c946cb832fc4206a0ec8a21a0d343d55e88cb4ba</id>
<content type='text'>
Exploit that an unmapped window's size/position is automatically
adjusted when it is first mapped which can be emulated by moving the
window while it is hidden.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exploit that an unmapped window's size/position is automatically
adjusted when it is first mapped which can be emulated by moving the
window while it is hidden.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make stored geometry and default window size enums</title>
<updated>2018-01-07T16:37:02+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-01-07T03:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=df4cb22cc7e5935293af6bb17e1c26959dc300ba'/>
<id>df4cb22cc7e5935293af6bb17e1c26959dc300ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Namedview: Use proper monitor to derive monitor_geometry</title>
<updated>2018-01-07T16:37:02+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-01-06T21:54:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c448e88e60ed70526cae42f22277701efbfd6ac2'/>
<id>c448e88e60ed70526cae42f22277701efbfd6ac2</id>
<content type='text'>
Inkscape does not necessarily start on the primary monitor.
GTK+ did not reveal it's secrets (i.e. it seems undocumented) but
empirically the monitor having the cursor is the monitor the initial
window will be placed on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inkscape does not necessarily start on the primary monitor.
GTK+ did not reveal it's secrets (i.e. it seems undocumented) but
empirically the monitor having the cursor is the monitor the initial
window will be placed on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a macro for GtkMM version checks</title>
<updated>2017-12-25T17:16:41+00:00</updated>
<author>
<name>Alexander Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2017-12-25T17:16:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=8e2119c2042debcf51998631e64809e627b148c2'/>
<id>8e2119c2042debcf51998631e64809e627b148c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug#1643179. Guides lock lost on load. Patch proposed in #5</title>
<updated>2017-12-05T23:23:03+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2017-12-05T21:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=b07c5c5e802ee4d9cc947ca24d7b15fa5c71a7e8'/>
<id>b07c5c5e802ee4d9cc947ca24d7b15fa5c71a7e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
