summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-window.h
Commit message (Collapse)AuthorAgeFilesLines
* virt-viewer: Set toolbar buttons not sensitive when neededLukas Venhoda2015-04-221-0/+1
| | | | | | | | | | | | | | File->Screenshot, File->Preferences, View->Zoom and Send keys are now sensitive only while quest is connected. Changed behaviour of zoom: Previously, zoom could be set while quest wasn't connected. The zoom would then be set on connection. There was no indication of current zoom level while not connected to guest. Now, the menu is not sensitive while not connected to guest. Zoom can now be only modified while connected to guest, or from the command line.
* app/window: Set display menu not sensitive when neededLukas Venhoda2015-04-221-0/+1
| | | | | Displays menu must be sensitive only when at least one display is enabled.
* Use ZOOM constants instead of numbersPavel Grunt2015-04-021-0/+2
|
* kiosk: add app kiosk option, pass it down to windowMarc-André Lureau2013-08-201-0/+1
| | | | See man page update for details.
* Define the min/max zoom levels, so all values are syncMarc-André Lureau2013-08-201-0/+3
|
* virt_viewer_window_enter_fullscreen: Pass in monitor for fullscreen windowHans de Goede2013-03-201-1/+1
| | | | | | | | | | Rather then passing in a move boolean + coordinates to move the window to for fullscreen mode, simply pass in the monitor, so that the underlying objects can also use the monitors size to determine the display size. Note: pass in -1 to use the monitor the window is currently on. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* 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