Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename symbols that were changed in spice-protocol | Alexander Larsson | 2010-02-04 | 84 | -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-protocol | Alexander Larsson | 2010-02-04 | 8 | -2078/+0 |
| | |||||
* | Depend on spice-protocol module | Alexander Larsson | 2010-02-04 | 3 | -0/+7 |
| | | | | This doesn't actually use the new module, just sets it up for use. | ||||
* | Filter out XIM X events | Alexander Larsson | 2010-02-04 | 1 | -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 support | Izik Eidus | 2010-01-28 | 8 | -647/+1172 |
| | | | | | | This include alot of infestracture for off screens. Signed-off-by: Izik Eidus <ieidus@redhat.com> | ||||
* | client: change rerror code to be positive | Yaniv Kamay | 2010-01-11 | 1 | -15/+15 |
| | |||||
* | client: add Platform::term_printf | Yaniv Kamay | 2010-01-11 | 8 | -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-up | Yaniv Kamay | 2010-01-11 | 2 | -4/+10 |
| | |||||
* | client: move log file to spicec appdata dir | Yaniv Kamay | 2010-01-11 | 4 | -18/+36 |
| | |||||
* | server,client: server authentication for secured channels. | Yonit Halperin | 2010-01-11 | 13 | -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 additons | Arnon Gilboa | 2010-01-07 | 3 | -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 QTerm2Interface | Yaniv Kamay | 2010-01-06 | 2 | -1/+291 |
| | |||||
* | spice: add missing break | Arnon Gilboa | 2010-01-06 | 1 | -0/+1 |
| | |||||
* | client: use spice icon instead-of solidice icon | Yaniv Kamay | 2010-01-04 | 6 | -189/+285 |
| | |||||
* | spice: PKG_CHECK_MODULES: CEGUI version | Arnon Gilboa | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | spice: position mouse in primary monitor center after full screen toggle | Arnon Gilboa | 2009-12-30 | 10 | -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 pressed | Arnon Gilboa | 2009-12-30 | 5 | -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 LoginDialog | Yaniv Kamay | 2009-12-28 | 2 | -4/+25 |
| | |||||
* | client: remove splash image | Yaniv Kamay | 2009-12-28 | 8 | -51225/+1 |
| | |||||
* | client: add GUI infrastructure + functional login dialog | Yaniv Kamay | 2009-12-28 | 19 | -174/+2184 |
| | |||||
* | client: add gui res files | Yaniv Kamay | 2009-12-28 | 8 | -0/+61469 |
| | |||||
* | client: add soft renderer and cegui | Yaniv Kamay | 2009-12-28 | 7 | -8/+702 |
| | |||||
* | client: smiplify DisconnectedEvent | Yaniv Kamay | 2009-12-28 | 3 | -28/+16 |
| | |||||
* | client: move visibility change logic from screen to app | Yaniv Kamay | 2009-12-28 | 3 | -17/+27 |
| | |||||
* | client: wait for disconnect state in RedClient::connect() | Yaniv Kamay | 2009-12-28 | 1 | -2/+7 |
| | |||||
* | client: improve screen resizing | Yaniv Kamay | 2009-12-28 | 5 | -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 resizing | Yaniv Kamay | 2009-12-28 | 1 | -1/+7 |
| | |||||
* | use spaces instead of tabs in bitmap_to_c and icon_to_c output | Yaniv Kamay | 2009-12-28 | 2 | -17/+21 |
| | |||||
* | win client: change avcodec version to 51 | Yaniv Kamay | 2009-12-24 | 1 | -2/+2 |
| | |||||
* | spice: fix server crush in case connecting without qxl device | Izik Eidus | 2009-12-24 | 1 | -0/+3 |
| | | | | Signed-off-by: Izik Eidus <ieidus@redhat.com> | ||||
* | spice client: fix wrong gdi-canvas handling of blend_alpha | Izik Eidus | 2009-12-23 | 1 | -6/+14 |
| | | | | Signed-off-by: Izik Eidus <ieidus@redhat.com> | ||||
* | client: new static title image | Yaniv Kamay | 2009-12-23 | 2 | -610/+389 |
| | |||||
* | spice: fix ssl compiling errors | Izik Eidus | 2009-12-22 | 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 | 2009-12-22 | 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 | 2009-12-21 | 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 | 2009-12-21 | 1 | -1/+3 |
| | |||||
* | spice server: heuristic for distinguishing between "real" videos and textual ↵ | Yonit Halperin | 2009-11-30 | 4 | -25/+160 |
| | | | | streams | ||||
* | client: KeyHandler now receive unicode char event in addition to RedKey events | Yaniv Kamay | 2009-11-30 | 11 | -3/+147 |
| | |||||
* | client: move scan code translation to InputsChannel | Yaniv Kamay | 2009-11-30 | 5 | -218/+234 |
| | |||||
* | remove unuse Application::is_cad_pressed() | Yaniv Kamay | 2009-11-30 | 2 | -8/+0 |
| | |||||
* | client: split inputs handler | Yaniv Kamay | 2009-11-30 | 5 | -33/+96 |
| | |||||
* | client: interactive screen layer | Yaniv Kamay | 2009-11-30 | 18 | -383/+865 |
| | |||||
* | spice: server: add memslots support. | Izik Eidus | 2009-11-23 | 24 | -344/+741 |
| | | | | Signed-off-by: Izik Eidus <ieidus@redhat.com> | ||||
* | add missing alt_image.c to Makefile.am | Yaniv Kamay | 2009-11-18 | 1 | -0/+2 |
| | |||||
* | spice: pass modifiers stroke events down the hook chain | Arnon Gilboa | 2009-11-18 | 1 | -5/+13 |
| | |||||
* | spice: add [pid:tid] to log lines | Arnon Gilboa | 2009-11-18 | 4 | -4/+31 |
| | |||||
* | spice: on toggle_full_screen, generate on_key_down if shift is still pressed | Arnon Gilboa | 2009-11-18 | 5 | -8/+74 |
| | |||||
* | spice: show splash screen on disconnect only on debug | Arnon Gilboa | 2009-11-17 | 1 | -2/+4 |
| | |||||
* | client: change jitter buffer size to 300ms | Yaniv Kamay | 2009-11-16 | 2 | -3/+6 |
| | |||||
* | spice client: sticky Alt activation when holding an Alt key: bug #505912. | Yonit Halperin | 2009-11-15 | 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 |