summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-window.h
Commit message (Collapse)AuthorAgeFilesLines
* Add virt_viewer_window_get_display()Marc-André Lureau2012-07-231-0/+1
| | | | Getter used in following changes.
* virt-viewer-window: Add show / hide utility functionsHans de Goede2012-03-071-0/+2
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Update copyright headersDaniel P. Berrange2012-02-061-2/+2
|
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-061-17/+17
|
* Only make the USB device selection sensitive when the vm is USB capableHans de Goede2012-02-061-0/+1
|
* Add a few property getters, used by controllerMarc-André Lureau2012-01-301-0/+1
| | | | | | - virt_viewer_app_get_windows() - virt_viewer_window_get_builder() - "VirtViewerSessionSpice:spice-session" property
* Propagate primary window zoom level to secondary windowsDaniel P. Berrange2011-09-161-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 displayMarc-André Lureau2011-07-261-1/+1
|
* Add a "Displays" submenu, and warn when closing last displayMarc-André Lureau2011-07-261-0/+1
|
* Change enter/leave fullscreen to take/restore positionMarc-André Lureau2011-07-261-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 VirtViewerWindowMarc-André Lureau2011-07-261-0/+79