summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-app.c
Commit message (Expand)AuthorAgeFilesLines
...
* Propagate primary window zoom level to secondary windowsDaniel P. Berrange2011-09-161-0/+2
* Fix setting of window title with domain nameDaniel P. Berrange2011-09-161-0/+52
* Don't print (null) as userGuido Günther2011-08-141-2/+4
* Don't print incorrect port numbersGuido Günther2011-08-141-2/+8
* Don't hardcode ssh port to 0Guido Günther2011-08-141-1/+1
* Fix inverted sshport test that broke SSH tunnellingDaniel P. Berrange2011-08-121-1/+1
* Mark exported function for gtkbuild to lookup on WindowsMarc-André Lureau2011-08-041-2/+2
* Add virt_viewer_app_show_display()Marc-André Lureau2011-08-041-0/+17
* Fix sort order of displays submenuDaniel P. Berrange2011-08-041-19/+34
* Don't hardcode SSH port to 22Guido Günther2011-08-031-7/+5
* If only one display, fullscreen should be on the current displayMarc-André Lureau2011-07-261-5/+14
* Show status on all open windowsMarc-André Lureau2011-07-261-12/+34
* Add a "Displays" submenu, and warn when closing last displayMarc-André Lureau2011-07-261-2/+143
* Use app fullscreen property instead of app.start() argumentMarc-André Lureau2011-07-261-9/+7
* Implement app_set_fullscreen() to go over existing windowsMarc-André Lureau2011-07-261-0/+25
* Show display and rise its window when we have the display show hintMarc-André Lureau2011-07-261-1/+35
* Add nth window to virt_viewer_app_window_new()Marc-André Lureau2011-07-261-15/+19
* Introduce fullscreen property and virt_viewer_app_set_fullscreen()Marc-André Lureau2011-07-261-0/+28
* Status messages can be translatedMarc-André Lureau2011-07-261-3/+5
* Split VirtViewerApp window into VirtViewerWindowMarc-André Lureau2011-07-261-697/+120
* Inherit from VirtViewerApp for VirtViewerMarc-André Lureau2011-07-221-0/+1670