Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | client: fix colormap handling. | Izik Eidus | 2009-11-09 | 3 | -8/+5 | |
| | | | | Signed-off-by: Izik Eidus <ieidus@redhat.com> | |||||
* | spice client: tunnel channel - checking that the configuration pipe listener ↵ | Yonit Halperin | 2009-11-09 | 1 | -2/+7 | |
| | | | | was created before deleting it | |||||
* | spice client: calling the timers during modal loop in Windows | Yonit Halperin | 2009-11-09 | 5 | -0/+75 | |
| | ||||||
* | spice client: fixed missing AutoRef | Yonit Halperin | 2009-11-09 | 1 | -1/+2 | |
| | ||||||
* | spice client: remove timer interface from platform - use Application (via ↵ | Yonit Halperin | 2009-11-09 | 9 | -191/+86 | |
| | | | | ProcessLoop interface). | |||||
* | spice server: fix gl | Izik Eidus | 2009-11-09 | 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 | 2009-11-09 | 11 | -28/+37 | |
| | ||||||
* | spice client: Transfer all channels run loop from EventsLoop class to ↵ | Yonit Halperin | 2009-11-09 | 26 | -759/+58 | |
| | | | | ProcessLoop class | |||||
* | spice client: creating a general process loop. | Yonit Halperin | 2009-11-09 | 33 | -740/+1752 | |
| | | | | | | | | | | | 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 win client copyright string | Yaniv Kamay | 2009-10-27 | 1 | -2/+2 | |
| | ||||||
* | 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 | 9 | -10/+34 | |
| | ||||||
* | 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> | |||||
* | tunnel | Yonit Halperin | 2009-10-18 | 24 | -83/+6016 | |
| | ||||||
* | change development version to 0.5.0 | Yaniv Kamay | 2009-10-14 | 2 | -6/+6 | |
| | ||||||
* | fresh start | Yaniv Kamay | 2009-10-14 | 244 | -0/+124499 | |