summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-session-spice.h
Commit message (Collapse)AuthorAgeFilesLines
* spice: implement --fullscreen=auto-confMarc-André Lureau2012-03-211-1/+1
| | | | | | | - auto-conf is an optionnal argument to --fullscreen: it will set the guest display configuration to match the client display configuration, by sending the client monitors size and position to capable guests.
* Ensure auth popup windows have correct transient parentDaniel P. Berrange2012-02-081-1/+1
|
* Implement SPICE desktop resizing that takes account of zoom levelDaniel P. Berrange2012-02-081-0/+1
| | | | | | | | | | | | | The standard SPICE widget guest resize implementation does not take into account the zoom level settings in virt-viewer, because it has no knowledge of this functionality. The guest resize can, however, be done by calling spice_main_set_display() directly. This allows virt-viewer to resize the guest taking into account zoom levels. ie, if virt-viewer is run with --zoom 50 and the window is resized to 400x300, then the guest agent should be told to set its resolution to 800x600
* Update copyright headersDaniel P. Berrange2012-02-061-2/+2
|
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-061-17/+16
|
* Inherit from VirtViewerApp for VirtViewerMarc-André Lureau2011-07-221-2/+2
| | | | | | Make it a real GObject. The parts specific to virt should go in virt-viewer.c
* Split pull part of VirtViewerDisplay out into VirtViewerSessionDaniel P. Berrange2011-07-111-0/+80
To facilitate introduction of multi-head support, pull some of the VirtViewerDisplay class out into a new VirtViewerSession class.