summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* client: move log file to spicec appdata dirYaniv Kamay2010-01-104-14/+49
|
* spice: menu additonsArnon Gilboa2010-01-073-18/+68
| | | | | | -functions: set_name, remove_command, remove_sub, clear -item state & enum -add state support in RedWindow insert_command & insert_menu
* server: add new vd interface QTerm2InterfaceYaniv Kamay2010-01-062-1/+291
|
* spice: add missing breakArnon Gilboa2010-01-061-0/+1
|
* server,client: server authentication for secured channels. #527411 #549673.Yonit Halperin2010-01-0613-52/+742
| | | | | | | | | 3 available mechanisms: by public key, by host name, and by certificate subject name. In the former method, chain of trust verification is not performed. The CA certificate files are looked for under <spice-config-dir>/spice_truststore.pem windows <spice-config-dir>=%APPDATA%\spicec\ linux <spice-config-dir>=$HOME/.spicec
* spice:stable server: add calls to red_pipe_clear_device_resources()Izik Eidus2010-01-051-0/+40
| | | | | | needed in case we are detaching Signed-off-by: Izik Eidus <ieidus@redhat.com>
* client: use spice icon instead-of solidice iconYaniv Kamay2010-01-046-189/+285
|
* client: restore gl_fbo and gl_pbuff canavas type optionsYaniv Kamay2010-01-031-0/+4
|
* spice: position mouse in primary monitor center after full screen toggleArnon Gilboa2010-01-0310-73/+123
| | | | | | | -move _focused & _pointer_in_window from RedWindow to RedWindow_p's -move shadow focus & cursor handling to sync() -add reset_cursor_pos() to Platform -Monitor set_mode()/restore() use virtual do_set_mode()/do_restore()
* spice: on_activate_screen generates on_key_down for any modifier pressedArnon Gilboa2010-01-035-48/+66
| | | | | | -call SetWindowsHookEx(WH_KEYBOARD_LL, LowLevelKeyboardProc...) only once, in RedWindow::init() -add Application::cleanup_globals() & RedWindow::cleanup() -cleanup LowLevelKeyboardProc()
* use spaces instead of tabs in bitmap_to_c and icon_to_c outputYaniv Kamay2010-01-032-17/+21
|
* win client: change avcodec version to 51Yaniv Kamay2010-01-031-2/+2
|
* spice: fix server crush in case connecting without qxl deviceIzik Eidus2010-01-031-0/+3
| | | | Signed-off-by: Izik Eidus <ieidus@redhat.com>
* spice client: fix wrong gdi-canvas handling of blend_alphaIzik Eidus2010-01-031-6/+14
| | | | Signed-off-by: Izik Eidus <ieidus@redhat.com>
* client: new static title imageYaniv Kamay2010-01-032-610/+389
|
* spice: fix ssl compiling errorsIzik Eidus2010-01-032-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 Eidus2010-01-033-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 timeoutYaniv Kamay2010-01-031-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 bitsYaniv Kamay2010-01-031-2/+4
|
* spice server: heuristic for distinguishing between "real" videos and textual ↵Yonit Halperin2010-01-034-26/+162
| | | | streams
* add missing alt_image.c to Makefile.amYaniv Kamay2010-01-031-0/+2
|
* spice: pass modifiers stroke events down the hook chainArnon Gilboa2010-01-031-5/+13
|
* spice: add [pid:tid] to log linesArnon Gilboa2010-01-034-4/+31
|
* spice: on toggle_full_screen, generate on_key_down if shift is still pressedArnon Gilboa2010-01-035-8/+74
|
* spice: show splash screen on disconnect only on debugArnon Gilboa2010-01-031-2/+4
|
* client: change jitter buffer size to 300msYaniv Kamay2010-01-032-3/+6
|
* spice client: sticky Alt activation when holding an Alt keyYonit Halperin2010-01-0315-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 Eidus2010-01-031-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 Eidus2010-01-033-8/+5
| | | | Signed-off-by: Izik Eidus <ieidus@redhat.com>
* spice client: calling the timers during modal loop in WindowsYonit Halperin2010-01-035-0/+75
|
* spice client: fixed missing AutoRefYonit Halperin2010-01-031-1/+2
|
* spice client: remove timer interface from platform - use Application (via ↵Yonit Halperin2010-01-039-191/+86
| | | | ProcessLoop interface).
* spice server: fix glIzik Eidus2010-01-031-0/+4
| | | | | | red_worker: put invalidate at the right places Signed-off-by: Izik Eidus <ieidus@redhat.com>
* spice client: cosmetic changesYonit Halperin2010-01-0311-28/+37
|
* spice client: Transfer all channels run loop from EventsLoop class to ↵Yonit Halperin2010-01-0323-746/+45
| | | | ProcessLoop class
* spice client: creating a general process loop.Yonit Halperin2010-01-0331-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.1Yaniv Kamay2009-12-302-5/+5
|
* change version to 0.4.0Yaniv Kamay2009-10-272-8/+8
|
* fix bad initialization of XDisplay in case crt have more then one outputYaniv Kamay2009-10-271-24/+24
|
* fix build on DebianYaniv Kamay2009-10-279-10/+34
|
* remove ogl canvas option from command lineYaniv Kamay2009-10-251-4/+0
|
* 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>
* fresh startYaniv Kamay2009-10-14244-0/+124499