Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | spice: on_activate_screen generates on_key_down for any modifier pressed | Arnon Gilboa | 2009-12-30 | 1 | -0/+4 | |
| | | | | | | -call SetWindowsHookEx(WH_KEYBOARD_LL, LowLevelKeyboardProc...) only once, in RedWindow::init() -add Application::cleanup_globals() & RedWindow::cleanup() -cleanup LowLevelKeyboardProc() | |||||
* | client: remove splash image | Yaniv Kamay | 2009-12-28 | 4 | -51218/+0 | |
| | ||||||
* | client: add GUI infrastructure + functional login dialog | Yaniv Kamay | 2009-12-28 | 2 | -0/+13 | |
| | ||||||
* | client: add soft renderer and cegui | Yaniv Kamay | 2009-12-28 | 1 | -2/+8 | |
| | ||||||
* | client: new static title image | Yaniv Kamay | 2009-12-23 | 1 | -610/+389 | |
| | ||||||
* | 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> | |||||
* | client: KeyHandler now receive unicode char event in addition to RedKey events | Yaniv Kamay | 2009-11-30 | 4 | -2/+79 | |
| | ||||||
* | client: interactive screen layer | Yaniv Kamay | 2009-11-30 | 1 | -8/+10 | |
| | ||||||
* | add missing alt_image.c to Makefile.am | Yaniv Kamay | 2009-11-18 | 1 | -0/+2 | |
| | ||||||
* | spice: add [pid:tid] to log lines | Arnon Gilboa | 2009-11-18 | 1 | -0/+11 | |
| | ||||||
* | spice: on toggle_full_screen, generate on_key_down if shift is still pressed | Arnon Gilboa | 2009-11-18 | 1 | -3/+22 | |
| | ||||||
* | client: change jitter buffer size to 300ms | Yaniv Kamay | 2009-11-16 | 1 | -1/+4 | |
| | ||||||
* | spice client: sticky Alt activation when holding an Alt key: bug #505912. | Yonit Halperin | 2009-11-15 | 5 | -18/+853 | |
| | | | | | | | | | | | 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 | |||||
* | client: fix colormap handling. | Izik Eidus | 2009-11-09 | 3 | -8/+5 | |
| | | | | Signed-off-by: Izik Eidus <ieidus@redhat.com> | |||||
* | spice client: remove timer interface from platform - use Application (via ↵ | Yonit Halperin | 2009-11-09 | 1 | -35/+0 | |
| | | | | ProcessLoop interface). | |||||
* | spice client: cosmetic changes | Yonit Halperin | 2009-11-09 | 3 | -4/+4 | |
| | ||||||
* | spice client: Transfer all channels run loop from EventsLoop class to ↵ | Yonit Halperin | 2009-11-09 | 4 | -404/+3 | |
| | | | | ProcessLoop class | |||||
* | spice client: creating a general process loop. | Yonit Halperin | 2009-11-09 | 8 | -273/+494 | |
| | | | | | | | | | | | 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 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-26 | 1 | -0/+1 | |
| | ||||||
* | 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> | |||||
* | tunnel | Yonit Halperin | 2009-10-18 | 2 | -3/+24 | |
| | ||||||
* | fresh start | Yaniv Kamay | 2009-10-14 | 33 | -0/+60651 | |