summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
...
* spice: fix ssl compiling errorsIzik Eidus2009-12-221-0/+4
| | | | | | (openssl api was changed, so lets have ifdef to compile in all cases) Signed-off-by: Izik Eidus <ieidus@redhat.com>
* 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-3011-3/+147
|
* client: move scan code translation to InputsChannelYaniv Kamay2009-11-305-218/+234
|
* remove unuse Application::is_cad_pressed()Yaniv Kamay2009-11-302-8/+0
|
* client: split inputs handlerYaniv Kamay2009-11-305-33/+96
|
* client: interactive screen layerYaniv Kamay2009-11-3018-383/+865
|
* spice: server: add memslots support.Izik Eidus2009-11-238-11/+11
| | | | Signed-off-by: Izik Eidus <ieidus@redhat.com>
* add missing alt_image.c to Makefile.amYaniv Kamay2009-11-181-0/+2
|
* spice: pass modifiers stroke events down the hook chainArnon Gilboa2009-11-181-5/+13
|
* spice: add [pid:tid] to log linesArnon Gilboa2009-11-184-4/+31
|
* spice: on toggle_full_screen, generate on_key_down if shift is still pressedArnon Gilboa2009-11-185-8/+74
|
* spice: show splash screen on disconnect only on debugArnon Gilboa2009-11-171-2/+4
|
* client: change jitter buffer size to 300msYaniv Kamay2009-11-162-3/+6
|
* spice client: sticky Alt activation when holding an Alt key: bug #505912.Yonit Halperin2009-11-1515-85/+1223
| | | | | | | | | | | 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
* spice: client: gl: fix glx support.Izik Eidus2009-11-091-2/+14
| | | | | | | Just move around touch_context and untouch_context to be at the right places. Signed-off-by: Izik Eidus <ieidus@redhat.com>
* client: fix colormap handling.Izik Eidus2009-11-093-8/+5
| | | | Signed-off-by: Izik Eidus <ieidus@redhat.com>
* spice client: tunnel channel - checking that the configuration pipe listener ↵Yonit Halperin2009-11-091-2/+7
| | | | was created before deleting it
* spice client: calling the timers during modal loop in WindowsYonit Halperin2009-11-095-0/+75
|
* spice client: fixed missing AutoRefYonit Halperin2009-11-091-1/+2
|
* spice client: remove timer interface from platform - use Application (via ↵Yonit Halperin2009-11-099-191/+86
| | | | ProcessLoop interface).
* spice client: cosmetic changesYonit Halperin2009-11-0911-28/+37
|
* spice client: Transfer all channels run loop from EventsLoop class to ↵Yonit Halperin2009-11-0926-759/+58
| | | | ProcessLoop class
* spice client: creating a general process loop.Yonit Halperin2009-11-0933-740/+1752
| | | | | | | | | | | 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 win client copyright stringYaniv Kamay2009-10-271-2/+2
|
* fix bad initialization of XDisplay in case crt have more then one outputYaniv Kamay2009-10-271-24/+24
|
* fix build on DebianYaniv Kamay2009-10-263-6/+4
|
* spice: move create and destroy of the canvas to new placeIzik Eidus2009-10-251-3/+2
| | | | | | work around for xlib threaded bugs Signed-off-by: Izik Eidus <ieidus@redhat.com>
* 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-1814-80/+1587
|
* change development version to 0.5.0Yaniv Kamay2009-10-141-4/+4
|
* fresh startYaniv Kamay2009-10-14145-0/+81385