summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-0484-2580/+2580
| | | | | | This is an automatic change using: $ find -name "*.[ch]" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames $ find -name "*.cpp" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames
* Remove headers that were moved to spice-protocolAlexander Larsson2010-02-048-2078/+0
|
* Depend on spice-protocol moduleAlexander Larsson2010-02-043-0/+7
| | | | This doesn't actually use the new module, just sets it up for use.
* Filter out XIM X eventsAlexander Larsson2010-02-041-0/+4
| | | | | | XIM ClientMessage events to an XIM internal window was triggering the check for a window message procs. We need to properly filter events with XFilterEvent to avoid this happening.
* libspice: add surface 0 supportIzik Eidus2010-01-288-647/+1172
| | | | | | This include alot of infestracture for off screens. Signed-off-by: Izik Eidus <ieidus@redhat.com>
* client: change rerror code to be positiveYaniv Kamay2010-01-111-15/+15
|
* client: add Platform::term_printfYaniv Kamay2010-01-118-72/+134
| | | | | | Platform::term_printf is a variant of printf that on windows dynamically opens console in order to have visible output during command line processing.
* client: fix logger init mix-upYaniv Kamay2010-01-112-4/+10
|
* client: move log file to spicec appdata dirYaniv Kamay2010-01-114-18/+36
|
* server,client: server authentication for secured channels.Yonit Halperin2010-01-1113-52/+741
| | | | | | | | | 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: 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
|
* client: use spice icon instead-of solidice iconYaniv Kamay2010-01-046-189/+285
|
* spice: PKG_CHECK_MODULES: CEGUI versionArnon Gilboa2009-12-301-1/+1
|
* spice: position mouse in primary monitor center after full screen toggleArnon Gilboa2009-12-3010-74/+120
| | | | | | | -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 Gilboa2009-12-305-48/+66
| | | | | | -call SetWindowsHookEx(WH_KEYBOARD_LL, LowLevelKeyboardProc...) only once, in RedWindow::init() -add Application::cleanup_globals() & RedWindow::cleanup() -cleanup LowLevelKeyboardProc()
* client: let PreLoginDialog save and restore LoginDialogYaniv Kamay2009-12-282-4/+25
|
* client: remove splash imageYaniv Kamay2009-12-288-51225/+1
|
* client: add GUI infrastructure + functional login dialogYaniv Kamay2009-12-2819-174/+2184
|
* client: add gui res filesYaniv Kamay2009-12-288-0/+61469
|
* client: add soft renderer and ceguiYaniv Kamay2009-12-287-8/+702
|
* client: smiplify DisconnectedEventYaniv Kamay2009-12-283-28/+16
|
* client: move visibility change logic from screen to appYaniv Kamay2009-12-283-17/+27
|
* client: wait for disconnect state in RedClient::connect()Yaniv Kamay2009-12-281-2/+7
|
* client: improve screen resizingYaniv Kamay2009-12-285-36/+110
| | | | | | | | | | | Screen now have to modes locked and unlocked. In unlocked mode, the application can change screen size and so reduce resolution changing. The application can also choose to change window size while not in full screen mode. In locked mode the application must ewtain locker screen size setting.
* client: restore mouse capture state after screen resizingYaniv Kamay2009-12-281-1/+7
|
* use spaces instead of tabs in bitmap_to_c and icon_to_c outputYaniv Kamay2009-12-282-17/+21
|
* win client: change avcodec version to 51Yaniv Kamay2009-12-241-2/+2
|
* spice: fix server crush in case connecting without qxl deviceIzik Eidus2009-12-241-0/+3
| | | | Signed-off-by: Izik Eidus <ieidus@redhat.com>
* spice client: fix wrong gdi-canvas handling of blend_alphaIzik Eidus2009-12-231-6/+14
| | | | Signed-off-by: Izik Eidus <ieidus@redhat.com>
* client: new static title imageYaniv Kamay2009-12-232-610/+389
|
* spice: fix ssl compiling errorsIzik Eidus2009-12-222-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 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>
* spice: sever: increase client timeoutYaniv Kamay2009-12-211-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 Kamay2009-12-211-1/+3
|
* spice server: heuristic for distinguishing between "real" videos and textual ↵Yonit Halperin2009-11-304-25/+160
| | | | streams
* 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-2324-344/+741
| | | | 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