<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spice.git/client/windows/red_window.cpp, branch 0.4</title>
<subtitle>Spice</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/'/>
<entry>
<title>spice: menu additons</title>
<updated>2010-01-07T11:09:26+00:00</updated>
<author>
<name>Arnon Gilboa</name>
<email>agilboa@redhat.com</email>
</author>
<published>2010-01-07T09:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=15fff174ebe05d34541a28769686f860fa9adbb3'/>
<id>15fff174ebe05d34541a28769686f860fa9adbb3</id>
<content type='text'>
-functions: set_name, remove_command, remove_sub, clear
-item state &amp; enum
-add state support in RedWindow insert_command &amp; insert_menu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-functions: set_name, remove_command, remove_sub, clear
-item state &amp; enum
-add state support in RedWindow insert_command &amp; insert_menu
</pre>
</div>
</content>
</entry>
<entry>
<title>spice: position mouse in primary monitor center after full screen toggle</title>
<updated>2010-01-03T15:55:32+00:00</updated>
<author>
<name>Arnon Gilboa</name>
<email>agilboa@redhat.com</email>
</author>
<published>2009-12-30T11:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=4202ee3945bdcbe78326562b49817c086dc67e18'/>
<id>4202ee3945bdcbe78326562b49817c086dc67e18</id>
<content type='text'>
-move _focused &amp; _pointer_in_window from RedWindow to RedWindow_p's
-move shadow focus &amp; cursor handling to sync()
-add reset_cursor_pos() to Platform
-Monitor set_mode()/restore() use virtual do_set_mode()/do_restore()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-move _focused &amp; _pointer_in_window from RedWindow to RedWindow_p's
-move shadow focus &amp; cursor handling to sync()
-add reset_cursor_pos() to Platform
-Monitor set_mode()/restore() use virtual do_set_mode()/do_restore()
</pre>
</div>
</content>
</entry>
<entry>
<title>spice: on_activate_screen generates on_key_down for any modifier pressed</title>
<updated>2010-01-03T15:51:17+00:00</updated>
<author>
<name>Arnon Gilboa</name>
<email>agilboa@redhat.com</email>
</author>
<published>2009-12-30T10:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=8ce343daa08d2807428f71f552e22ab5319f8aea'/>
<id>8ce343daa08d2807428f71f552e22ab5319f8aea</id>
<content type='text'>
-call SetWindowsHookEx(WH_KEYBOARD_LL, LowLevelKeyboardProc...) only once, in RedWindow::init()
-add Application::cleanup_globals() &amp; RedWindow::cleanup()
-cleanup LowLevelKeyboardProc()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-call SetWindowsHookEx(WH_KEYBOARD_LL, LowLevelKeyboardProc...) only once, in RedWindow::init()
-add Application::cleanup_globals() &amp; RedWindow::cleanup()
-cleanup LowLevelKeyboardProc()
</pre>
</div>
</content>
</entry>
<entry>
<title>spice: pass modifiers stroke events down the hook chain</title>
<updated>2010-01-03T15:37:33+00:00</updated>
<author>
<name>Arnon Gilboa</name>
<email>agilboa@redhat.com</email>
</author>
<published>2009-11-17T14:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=03f23b870ea00c94f9f6148f6b1017742aca225d'/>
<id>03f23b870ea00c94f9f6148f6b1017742aca225d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spice client: sticky Alt activation when holding an Alt key</title>
<updated>2010-01-03T15:34:26+00:00</updated>
<author>
<name>Yonit Halperin</name>
<email>yhalperi@redhat.com</email>
</author>
<published>2009-11-12T17:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=0d93ce342c5b063c7cc36fcb7fb31fbecbbad608'/>
<id>0d93ce342c5b063c7cc36fcb7fb31fbecbbad608</id>
<content type='text'>
Additional changes that were required for the feature:
    1) focusing on the pointed window in full screen mode
    2) In X11 - handling events that occur during keyboard ungrabbing
    3) In X11 - handling Leave/Enter Notify events that occur during keyboard grabbing/ungrabbing
    4) In X11 - fix for focus events that are handled in the wrong order (happens when
       focus events occur during grabbing the keyboard)
    5) In X11 - ignoring key release events during key holding
    6) In Windows - synchronizing keyboard release events that occured during a modal loop
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Additional changes that were required for the feature:
    1) focusing on the pointed window in full screen mode
    2) In X11 - handling events that occur during keyboard ungrabbing
    3) In X11 - handling Leave/Enter Notify events that occur during keyboard grabbing/ungrabbing
    4) In X11 - fix for focus events that are handled in the wrong order (happens when
       focus events occur during grabbing the keyboard)
    5) In X11 - ignoring key release events during key holding
    6) In Windows - synchronizing keyboard release events that occured during a modal loop
</pre>
</div>
</content>
</entry>
<entry>
<title>spice client: calling the timers during modal loop in Windows</title>
<updated>2010-01-03T15:21:06+00:00</updated>
<author>
<name>Yonit Halperin</name>
<email>yhalperi@redhat.com</email>
</author>
<published>2009-11-09T17:19:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=eb85aae81ffe544273b724cc1288ecd143ef07a6'/>
<id>eb85aae81ffe544273b724cc1288ecd143ef07a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fresh start</title>
<updated>2009-10-14T13:06:41+00:00</updated>
<author>
<name>Yaniv Kamay</name>
<email>ykamay@redhat.com</email>
</author>
<published>2009-09-19T18:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=c1b79eb035fa158fb2ac3bc8e559809611070016'/>
<id>c1b79eb035fa158fb2ac3bc8e559809611070016</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
