Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | client: new static title image | Yaniv Kamay | 2010-01-03 | 2 | -610/+389 | |
| | ||||||
* | spice: fix ssl compiling errors | Izik Eidus | 2010-01-03 | 2 | -0/+8 | |
| | | | | | | (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 Eidus | 2010-01-03 | 3 | -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> | |||||
* | spice: sever: increase client timeout | Yaniv Kamay | 2010-01-03 | 1 | -2/+2 | |
| | | | | | | | | Increase client timeout in order to prevent unnecessary disconnecting of client while the connection is over WAN. Tested by changing WinXP resolution (with desktop background) while connecting over WAN (1.5Mbit 150Kbit) | |||||
* | spice: sever: remove assert on nop copy bits | Yaniv Kamay | 2010-01-03 | 1 | -2/+4 | |
| | ||||||
* | spice server: heuristic for distinguishing between "real" videos and textual ↵ | Yonit Halperin | 2010-01-03 | 4 | -26/+162 | |
| | | | | streams | |||||
* | add missing alt_image.c to Makefile.am | Yaniv Kamay | 2010-01-03 | 1 | -0/+2 | |
| | ||||||
* | spice: pass modifiers stroke events down the hook chain | Arnon Gilboa | 2010-01-03 | 1 | -5/+13 | |
| | ||||||
* | spice: add [pid:tid] to log lines | Arnon Gilboa | 2010-01-03 | 4 | -4/+31 | |
| | ||||||
* | spice: on toggle_full_screen, generate on_key_down if shift is still pressed | Arnon Gilboa | 2010-01-03 | 5 | -8/+74 | |
| | ||||||
* | spice: show splash screen on disconnect only on debug | Arnon Gilboa | 2010-01-03 | 1 | -2/+4 | |
| | ||||||
* | client: change jitter buffer size to 300ms | Yaniv Kamay | 2010-01-03 | 2 | -3/+6 | |
| | ||||||
* | spice client: sticky Alt activation when holding an Alt key | Yonit Halperin | 2010-01-03 | 15 | -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 Eidus | 2010-01-03 | 1 | -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 Eidus | 2010-01-03 | 3 | -8/+5 | |
| | | | | Signed-off-by: Izik Eidus <ieidus@redhat.com> | |||||
* | spice client: calling the timers during modal loop in Windows | Yonit Halperin | 2010-01-03 | 5 | -0/+75 | |
| | ||||||
* | spice client: fixed missing AutoRef | Yonit Halperin | 2010-01-03 | 1 | -1/+2 | |
| | ||||||
* | spice client: remove timer interface from platform - use Application (via ↵ | Yonit Halperin | 2010-01-03 | 9 | -191/+86 | |
| | | | | ProcessLoop interface). | |||||
* | spice server: fix gl | Izik Eidus | 2010-01-03 | 1 | -0/+4 | |
| | | | | | | red_worker: put invalidate at the right places Signed-off-by: Izik Eidus <ieidus@redhat.com> | |||||
* | spice client: cosmetic changes | Yonit Halperin | 2010-01-03 | 11 | -28/+37 | |
| | ||||||
* | spice client: Transfer all channels run loop from EventsLoop class to ↵ | Yonit Halperin | 2010-01-03 | 23 | -746/+45 | |
| | | | | ProcessLoop class | |||||
* | spice client: creating a general process loop. | Yonit Halperin | 2010-01-03 | 31 | -725/+1678 | |
| | | | | | | | | | | | 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. | |||||
* | move to intermediate version 0.4.1 | Yaniv Kamay | 2009-12-30 | 2 | -5/+5 | |
| | ||||||
* | change version to 0.4.0 | Yaniv Kamay | 2009-10-27 | 2 | -8/+8 | |
| | ||||||
* | fix bad initialization of XDisplay in case crt have more then one output | Yaniv Kamay | 2009-10-27 | 1 | -24/+24 | |
| | ||||||
* | fix build on Debian | Yaniv Kamay | 2009-10-27 | 9 | -10/+34 | |
| | ||||||
* | remove ogl canvas option from command line | Yaniv Kamay | 2009-10-25 | 1 | -4/+0 | |
| | ||||||
* | spice: move create and destroy of the canvas to new place | Izik Eidus | 2009-10-25 | 1 | -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 Eidus | 2009-10-25 | 1 | -7/+1 | |
| | | | | Signed-off-by: Izik Eidus <ieidus@redhat.com> | |||||
* | fresh start | Yaniv Kamay | 2009-10-14 | 244 | -0/+124499 | |