<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/object/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>Add Patrick improvements to verbs toggle menu items</title>
<updated>2019-07-29T07:20:15+00:00</updated>
<author>
<name>Jabiertxof</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2019-07-28T16:59:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=a7e562fc5b5f2c6a41548eaee85d9803cada7621'/>
<id>a7e562fc5b5f2c6a41548eaee85d9803cada7621</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some issues with inverse coordinates pointed by Maren</title>
<updated>2019-07-28T08:55:03+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2019-07-28T00:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c9251db45f46f8c036b3b425c1ce6931b1e9cd72'/>
<id>c9251db45f46f8c036b3b425c1ce6931b1e9cd72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add verbs update checkbuttons in menu. Also do improvements requested in https://gitlab.com/inkscape/inkscape/issues/323 and improve XRay rendering</title>
<updated>2019-07-28T08:55:03+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2019-07-27T23:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=c95148c6586247aecc863d1e7847d4a75d676189'/>
<id>c95148c6586247aecc863d1e7847d4a75d676189</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace IS_NAN with std::isnan (exists since C++11)</title>
<updated>2019-04-02T20:10:02+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-04-01T20:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=aea9a4ef6bee5b259118ceed660349e30dfdc285'/>
<id>aea9a4ef6bee5b259118ceed660349e30dfdc285</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge in Rescue code for restoring last used window geometry MR !534</title>
<updated>2019-03-06T19:54:07+00:00</updated>
<author>
<name>Martin Owens</name>
<email>doctormo@gmail.com</email>
</author>
<published>2019-03-06T19:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=09c89e9b6a80f4cbfe367c2870e6d9b2f57c5a8e'/>
<id>09c89e9b6a80f4cbfe367c2870e6d9b2f57c5a8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable global snapping preference by default</title>
<updated>2019-03-03T17:53:55+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-03-03T17:53:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=33bc923432a3c75169cb2e69637566e073d3bbfe'/>
<id>33bc923432a3c75169cb2e69637566e073d3bbfe</id>
<content type='text'>
Ensures consistent behavior with previous versions, i.e. before the
switch was introduced in d69b5fe84fd438a218e6198af585f8532f0d8e70.

Try to improve help string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensures consistent behavior with previous versions, i.e. before the
switch was introduced in d69b5fe84fd438a218e6198af585f8532f0d8e70.

Try to improve help string.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix query for monitor dimensions</title>
<updated>2019-02-20T01:44:47+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-02-19T23:40:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bbfd5e166a8adaf0e76919d5ee13e68db1f256c9'/>
<id>bbfd5e166a8adaf0e76919d5ee13e68db1f256c9</id>
<content type='text'>
The call to
  Gdk::Display::get_monitor_at_window()
in
  Inkscape::UI::get_monitor_geometry_at_window()
requires the underlying GdkWindow to be fully initialized.

This is achieved by calling "realize()" before attempting to read
that information.

Previously we used to show the window first (which implies realizing
it) which worked around the issue. However it required us to hide
and show it once again later if we wanted to move it in order for
the window manager's routines to sanitize the position to kick in.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The call to
  Gdk::Display::get_monitor_at_window()
in
  Inkscape::UI::get_monitor_geometry_at_window()
requires the underlying GdkWindow to be fully initialized.

This is achieved by calling "realize()" before attempting to read
that information.

Previously we used to show the window first (which implies realizing
it) which worked around the issue. However it required us to hide
and show it once again later if we wanted to move it in order for
the window manager's routines to sanitize the position to kick in.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rescue code for restoring last used window geometry</title>
<updated>2019-02-20T01:44:47+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-02-17T18:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7048d098f15eae7138b7d01c88ad6aebc1afaf26'/>
<id>7048d098f15eae7138b7d01c88ad6aebc1afaf26</id>
<content type='text'>
It was accidentally dropped in
  8b1840f9507f10911f63fc00b9885354ead99d53

Also show window *after* setting position/size. This gives the
window manager the chance to move an off-screen window back into
the visible desktop bounds (e.g. after a monitor was disconnected).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was accidentally dropped in
  8b1840f9507f10911f63fc00b9885354ead99d53

Also show window *after* setting position/size. This gives the
window manager the chance to move an off-screen window back into
the visible desktop bounds (e.g. after a monitor was disconnected).
</pre>
</div>
</content>
</entry>
<entry>
<title>modernize loops</title>
<updated>2019-01-02T09:41:30+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2019-01-02T09:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=169dff19d4da8d76e69b8e896aa25b0013639c03'/>
<id>169dff19d4da8d76e69b8e896aa25b0013639c03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent reverting a drawing from closing Inkscape when only one window is open.</title>
<updated>2019-01-02T08:09:04+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-01-02T08:09:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=08fb62172248e868b1b47d038d76574981ca5b3e'/>
<id>08fb62172248e868b1b47d038d76574981ca5b3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
