<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/inkscape-window.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>Properly update document view when closing, then opening a new file</title>
<updated>2019-10-22T18:49:34+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-10-22T18:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=4e2f989a99874cf6a50cd9583c16fd36c6c8ac12'/>
<id>4e2f989a99874cf6a50cd9583c16fd36c6c8ac12</id>
<content type='text'>
We call "change_document()" in this case, which only switches the
document without creating a new window and consequently did not do
any of the required set-up

This ensures window size/position and other preferences stored in
&lt;namedview&gt; are properly applied.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We call "change_document()" in this case, which only switches the
document without creating a new window and consequently did not do
any of the required set-up

This ensures window size/position and other preferences stored in
&lt;namedview&gt; are properly applied.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #385 inbox#765 macOS accelerators</title>
<updated>2019-08-16T21:27:35+00:00</updated>
<author>
<name>Thomas Holder</name>
<email>thomas@thomas-holder.de</email>
</author>
<published>2019-08-15T22:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e9ded04d15ee12fec8c023f2dba95135fceac154'/>
<id>e9ded04d15ee12fec8c023f2dba95135fceac154</id>
<content type='text'>
- re-fix Cmd-Q confirmation dialog (#383) without the numbers typing regression (#385)
- re-fix Alt modifiers (inbox#765)
- fix Cmd-A select all text (inbox#765)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- re-fix Cmd-Q confirmation dialog (#383) without the numbers typing regression (#385)
- re-fix Alt modifiers (inbox#765)
- fix Cmd-A select all text (inbox#765)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix blank toolbar on startup with custom dimensions</title>
<updated>2019-05-26T08:33:06+00:00</updated>
<author>
<name>Nathan Lee</name>
<email>2431820-nathanal@users.noreply.gitlab.com</email>
</author>
<published>2019-05-24T05:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=585a9686a591f85f67a7d86b08c6e4ce2d63fc97'/>
<id>585a9686a591f85f67a7d86b08c6e4ce2d63fc97</id>
<content type='text'>
Bug occurs with programmatic resize at startup
Fixes https://gitlab.com/inkscape/inkscape/issues/125
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug occurs with programmatic resize at startup
Fixes https://gitlab.com/inkscape/inkscape/issues/125
</pre>
</div>
</content>
</entry>
<entry>
<title>Make InkscapeApplication responsible for managing documents and windows.</title>
<updated>2019-03-15T14:21:30+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-03-15T14:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1602477dfd4371a17639b0b6e4f59f5a5ea9565a'/>
<id>1602477dfd4371a17639b0b6e4f59f5a5ea9565a</id>
<content type='text'>
Any change from previous behavior is a bug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Any change from previous behavior is a bug.
</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>Code simplification using InkscapeApplication singleton.</title>
<updated>2019-02-15T18:30:07+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-02-15T18:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=03c19b83fa09e5c0c12bc5369b7b062f8d0ae911'/>
<id>03c19b83fa09e5c0c12bc5369b7b062f8d0ae911</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn InkscapeApplication into singleton.</title>
<updated>2019-02-15T12:07:06+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-02-15T12:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=93ae542b95b3708e49a75aaa6f81943819e95f7e'/>
<id>93ae542b95b3708e49a75aaa6f81943819e95f7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Block in window updating code. WIP</title>
<updated>2019-02-12T13:06:03+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-02-12T13:06:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=61ed6873ac11170a8b8e9c5839fb4cb2d99c6838'/>
<id>61ed6873ac11170a8b8e9c5839fb4cb2d99c6838</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change prefix on drag and drop functions.</title>
<updated>2019-02-12T13:02:47+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2019-02-12T13:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e9597d15a279ae1bda2e5916962e6d2297f6dcba'/>
<id>e9597d15a279ae1bda2e5916962e6d2297f6dcba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
