summaryrefslogtreecommitdiffstats
path: root/src/display-vnc.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduce standard naming convention to files & methodsDaniel P. Berrange2011-07-011-329/+0
| | | | | | | | | | All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX
* Enable use of scaling from spice >= 0.6Daniel P. Berrange2011-07-011-1/+0
| | | | | | Make the SPICE widget operate in the same way as the VNC widget with display scaling, and auto-resize, but preserving guest aspect ratio
* Hide menu bar on fullscreen & add a hiding toolbarDaniel P. Berrange2011-07-011-6/+2
| | | | | | | | | * src/Makefile.am, src/view/autoDrawer.c, src/view/autoDrawer.c src/view/drawer.c, src/view/drawer.h, src/view/ovBox.c, src/view/ovBox.c: Import auto-drawer from vinagre * src/viewer-priv.h, src/viewer.c, src/viewer.glade, src/display-vnc.c: Insert an auto-drawer above the notebook and display an auto-hiding toolbar when fullscreen
* viewer: add support for spice resize-guestMarc-André Lureau2010-11-301-0/+1
| | | | And also turn on clipboard sharing.
* viewer: Add support for SpiceMarc-André Lureau2010-11-301-0/+333