summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-display-spice.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Tune the first argument in calls to g_type_class_add_private()Guannan Ren2012-01-311-1/+1
|
* Remove usage of deprecated propertyMarc-André Lureau2012-01-311-1/+0
|
* Resize guest desktop with SPICEMarc-André Lureau2012-01-311-1/+3
| | | | | This is the method we prefer, even though we can't keep aspect ratio. We could eventually support aspect ration in spice-gtk.
* Emit display-desktop-resize from set_desktop_size()Marc-André Lureau2011-11-071-1/+0
|
* Wire up SpiceDisplay grab signalsDaniel P. Berrange2011-10-111-0/+31
| | | | | | To ensure that we can put the key release sequence message in the title bar, wire up VirtViewerDisplaySpice to the grab signals in SpiceDisplay
* Show display and rise its window when we have the display show hintMarc-André Lureau2011-07-261-12/+24
| | | | Track event for Spice, and imitate it for VNC.
* Split VirtViewerApp window into VirtViewerWindowMarc-André Lureau2011-07-261-5/+9
|
* Split pull part of VirtViewerDisplay out into VirtViewerSessionDaniel P. Berrange2011-07-111-237/+53
| | | | | | To facilitate introduction of multi-head support, pull some of the VirtViewerDisplay class out into a new VirtViewerSession class.
* Fix reconnecting of SPICE displayDaniel P. Berrange2011-07-111-13/+26
|
* Skip non-primary monitors in SPICEMarc-André Lureau2011-07-111-0/+3
|
* Remove circular dependancy between VirtViewerDisplay and VirtViewerDaniel P. Berrange2011-07-111-25/+17
| | | | | | | Add many signals to VirtViewerDisplay which are emitted when various events occur. This lets us remove all the code in the VirtViewerDisplay subclasses which call back into VirtViewer methods. Instead VirtViewer can simply connect signals to the display
* Turn VirtViewerDisplay into a proper Gtk widgetDaniel P. Berrange2011-07-111-80/+7
| | | | | Turn VirtViewerDisplay into a Gtk widget instead of just a GObject, by merging the functionality from VirtViewerAlign
* Introduce standard naming convention to files & methodsDaniel P. Berrange2011-07-011-0/+405
All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX