summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-session-spice.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Register a new signal session-cancelledGuannan Ren2012-01-311-2/+1
|
* Tune the first argument in calls to g_type_class_add_private()Guannan Ren2012-01-311-1/+1
|
* Enable spice auto-usbredirMarc-André Lureau2012-01-311-0/+4
|
* Remove usage of deprecated propertyMarc-André Lureau2012-01-311-0/+5
|
* Add error dialog for USB redirection failureMarc-André Lureau2012-01-311-14/+36
|
* Add spice_get_option_group()Marc-André Lureau2012-01-311-1/+5
|
* Add a few property getters, used by controllerMarc-André Lureau2012-01-301-2/+45
| | | | | | - virt_viewer_app_get_windows() - virt_viewer_window_get_builder() - "VirtViewerSessionSpice:spice-session" property
* Add virt_viewer_session_open_uriMarc-André Lureau2012-01-301-0/+16
|
* Lower severity of unhandled Spice eventsMarc-André Lureau2011-08-041-1/+1
|
* Don't ignore creation of secondary displaysMarc-André Lureau2011-07-261-2/+0
|
* Split pull part of VirtViewerDisplay out into VirtViewerSessionDaniel P. Berrange2011-07-111-0/+312
To facilitate introduction of multi-head support, pull some of the VirtViewerDisplay class out into a new VirtViewerSession class.