summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-window.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a menu entry for USB device selectionHans de Goede2012-02-061-0/+9
|
* Add a few property getters, used by controllerMarc-André Lureau2012-01-301-0/+9
| | | | | | - virt_viewer_app_get_windows() - virt_viewer_window_get_builder() - "VirtViewerSessionSpice:spice-session" property
* build: replace deprecated functionsMarc-André Lureau2012-01-301-1/+1
|
* Require GTK-VNC 0.4.3 and remove redundant realize() callDaniel P. Berrange2011-11-071-2/+0
| | | | | Remove call to gtk_widget_realize for the GTK-VNC widget. Requires GTK-VNC >= 0.4.3
* Fix broken keycombos for F9->F12 menuDaniel P. Berrange2011-10-111-4/+4
| | | | | The table for sending C-A-Fn to guests had messed up mappings for F9->F12
* Fix setting of window title with --waitDaniel P. Berrange2011-10-111-0/+1
| | | | | | When waiting for a VM to appear or start, set the initial window title to the command line arg. When the VM actually appears then update it to the real VM name
* Propagate primary window zoom level to secondary windowsDaniel P. Berrange2011-09-161-0/+8
| | | | | | 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
* Fix setting of initial zoom level on displayDaniel P. Berrange2011-08-161-0/+2
|
* Mark exported function for gtkbuild to lookup on WindowsMarc-André Lureau2011-08-041-10/+10
|
* Make title more translatable and using application nameMarc-André Lureau2011-08-041-8/+15
|
* Fix fullscreen should hide taskbar on WindowsMarc-André Lureau2011-08-041-0/+10
|
* If only one display, fullscreen should be on the current displayMarc-André Lureau2011-07-261-24/+32
|
* Add a "Displays" submenu, and warn when closing last displayMarc-André Lureau2011-07-261-4/+10
|
* Change enter/leave fullscreen to take/restore positionMarc-André Lureau2011-07-261-37/+30
| | | | | | | | | 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.
* Add nth window to virt_viewer_app_window_new()Marc-André Lureau2011-07-261-0/+1
|
* Split VirtViewerApp window into VirtViewerWindowMarc-André Lureau2011-07-261-0/+891