summaryrefslogtreecommitdiffstats
path: root/client/x11
Commit message (Collapse)AuthorAgeFilesLines
...
* spice: on_activate_screen generates on_key_down for any modifier pressedArnon Gilboa2009-12-301-0/+4
| | | | | | -call SetWindowsHookEx(WH_KEYBOARD_LL, LowLevelKeyboardProc...) only once, in RedWindow::init() -add Application::cleanup_globals() & RedWindow::cleanup() -cleanup LowLevelKeyboardProc()
* client: remove splash imageYaniv Kamay2009-12-284-51218/+0
|
* client: add GUI infrastructure + functional login dialogYaniv Kamay2009-12-282-0/+13
|
* client: add soft renderer and ceguiYaniv Kamay2009-12-281-2/+8
|
* client: new static title imageYaniv Kamay2009-12-231-610/+389
|
* spice: client: add checks to see if it is safe to use XShem.Izik Eidus2009-12-223-3/+25
| | | | | | | | Beacuse that XShem internal checks wont fail when using the spice client from remote, we are adding check on the socket family to see if it is unix domain socket and fail in case it is not. Signed-off-by: Izik Eidus <ieidus@redhat.com>
* client: KeyHandler now receive unicode char event in addition to RedKey eventsYaniv Kamay2009-11-304-2/+79
|
* client: interactive screen layerYaniv Kamay2009-11-301-8/+10
|
* add missing alt_image.c to Makefile.amYaniv Kamay2009-11-181-0/+2
|
* spice: add [pid:tid] to log linesArnon Gilboa2009-11-181-0/+11
|
* spice: on toggle_full_screen, generate on_key_down if shift is still pressedArnon Gilboa2009-11-181-3/+22
|
* client: change jitter buffer size to 300msYaniv Kamay2009-11-161-1/+4
|
* spice client: sticky Alt activation when holding an Alt key: bug #505912.Yonit Halperin2009-11-155-18/+853
| | | | | | | | | | | 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
* client: fix colormap handling.Izik Eidus2009-11-093-8/+5
| | | | Signed-off-by: Izik Eidus <ieidus@redhat.com>
* spice client: remove timer interface from platform - use Application (via ↵Yonit Halperin2009-11-091-35/+0
| | | | ProcessLoop interface).
* spice client: cosmetic changesYonit Halperin2009-11-093-4/+4
|
* spice client: Transfer all channels run loop from EventsLoop class to ↵Yonit Halperin2009-11-094-404/+3
| | | | ProcessLoop class
* spice client: creating a general process loop.Yonit Halperin2009-11-098-273/+494
| | | | | | | | | | | The process loop is responsible for: 1) waiting for events 2) timers 3) events queue for actions that should be performed in the context of the thread and are pushed from other threads. The benefits: 1) remove duplicity: till now, there was one implementaion of events loop for the channels and another one for the main thread. 2) timers can be executed on each thread and not only on the main thread. 3) events can be pushed to each thread and not only to the main thread. In this commit, only the main thread was modified to use the new process loop.
* fix bad initialization of XDisplay in case crt have more then one outputYaniv Kamay2009-10-271-24/+24
|
* fix build on DebianYaniv Kamay2009-10-261-0/+1
|
* spice xclient: move xsync() to be at the right place.Izik Eidus2009-10-251-7/+1
| | | | Signed-off-by: Izik Eidus <ieidus@redhat.com>
* tunnelYonit Halperin2009-10-182-3/+24
|
* fresh startYaniv Kamay2009-10-1433-0/+60651