Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add virt_viewer_window_get_display() | Marc-André Lureau | 2012-07-23 | 1 | -0/+1 |
| | | | | Getter used in following changes. | ||||
* | virt-viewer-window: Add show / hide utility functions | Hans de Goede | 2012-03-07 | 1 | -0/+2 |
| | | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com> | ||||
* | Update copyright headers | Daniel P. Berrange | 2012-02-06 | 1 | -2/+2 |
| | |||||
* | Convert TABS to spaces & reindent everywhere | Daniel P. Berrange | 2012-02-06 | 1 | -17/+17 |
| | |||||
* | Only make the USB device selection sensitive when the vm is USB capable | Hans de Goede | 2012-02-06 | 1 | -0/+1 |
| | |||||
* | Add a few property getters, used by controller | Marc-André Lureau | 2012-01-30 | 1 | -0/+1 |
| | | | | | | - virt_viewer_app_get_windows() - virt_viewer_window_get_builder() - "VirtViewerSessionSpice:spice-session" property | ||||
* | Propagate primary window zoom level to secondary windows | Daniel P. Berrange | 2011-09-16 | 1 | -0/+1 |
| | | | | | | Ensure that all windows get a default zoom level of 100. Propagate the primary window's zoom level to all secondary windows when initially creating them | ||||
* | If only one display, fullscreen should be on the current display | Marc-André Lureau | 2011-07-26 | 1 | -1/+1 |
| | |||||
* | Add a "Displays" submenu, and warn when closing last display | Marc-André Lureau | 2011-07-26 | 1 | -0/+1 |
| | |||||
* | Change enter/leave fullscreen to take/restore position | Marc-André Lureau | 2011-07-26 | 1 | -0/+2 |
| | | | | | | | | | That allow positionning windows in multi-head. Also, get rid of window_state_cb, since it's impossible to properly catch the event to do the right thing, ie move to a different screen before go full-screen, or disallow it in case nb physical monitors < nb virtual monitors. | ||||
* | Split VirtViewerApp window into VirtViewerWindow | Marc-André Lureau | 2011-07-26 | 1 | -0/+79 |