Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Tune the first argument in calls to g_type_class_add_private() | Guannan Ren | 2012-01-31 | 1 | -1/+1 | |
| | ||||||
* | Remove usage of deprecated property | Marc-André Lureau | 2012-01-31 | 1 | -1/+0 | |
| | ||||||
* | Resize guest desktop with SPICE | Marc-André Lureau | 2012-01-31 | 1 | -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é Lureau | 2011-11-07 | 1 | -1/+0 | |
| | ||||||
* | Wire up SpiceDisplay grab signals | Daniel P. Berrange | 2011-10-11 | 1 | -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 hint | Marc-André Lureau | 2011-07-26 | 1 | -12/+24 | |
| | | | | Track event for Spice, and imitate it for VNC. | |||||
* | Split VirtViewerApp window into VirtViewerWindow | Marc-André Lureau | 2011-07-26 | 1 | -5/+9 | |
| | ||||||
* | Split pull part of VirtViewerDisplay out into VirtViewerSession | Daniel P. Berrange | 2011-07-11 | 1 | -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 display | Daniel P. Berrange | 2011-07-11 | 1 | -13/+26 | |
| | ||||||
* | Skip non-primary monitors in SPICE | Marc-André Lureau | 2011-07-11 | 1 | -0/+3 | |
| | ||||||
* | Remove circular dependancy between VirtViewerDisplay and VirtViewer | Daniel P. Berrange | 2011-07-11 | 1 | -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 widget | Daniel P. Berrange | 2011-07-11 | 1 | -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 & methods | Daniel P. Berrange | 2011-07-01 | 1 | -0/+405 | |
All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX |