Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kiosk: add app kiosk option, pass it down to window | Marc-André Lureau | 2013-08-20 | 1 | -0/+1 |
| | | | | See man page update for details. | ||||
* | Define the min/max zoom levels, so all values are sync | Marc-André Lureau | 2013-08-20 | 1 | -0/+3 |
| | |||||
* | virt_viewer_window_enter_fullscreen: Pass in monitor for fullscreen window | Hans de Goede | 2013-03-20 | 1 | -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é 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 |