summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-app.c
Commit message (Expand)AuthorAgeFilesLines
* app: enable forward ssh-agent widgets if supported by sessionwip/ssh-agent-forwardFabiano Fidêncio2015-12-151-0/+11
* app: make _get_preferences() more readableFabiano Fidêncio2015-12-151-28/+27
* app: Do not map display to non-existent monitorPavel Grunt2015-11-041-1/+5
* app: Add helper for number of client monitorsPavel Grunt2015-11-041-6/+11
* app: Use display id instead of 'this' in debugPavel Grunt2015-10-211-1/+1
* coverity: Copy into fixed sized bufferFabiano Fidêncio2015-08-131-0/+5
* Don't wait for reconnect when user cancels authJonathon Jongsma2015-06-191-0/+5
* Automatically retry auth failures for VNCJonathon Jongsma2015-06-191-25/+4
* Rename session-auth-failed to session-auth-unsupportedJonathon Jongsma2015-06-191-5/+5
* Fix inconsistencies in session auth failuresJonathon Jongsma2015-06-191-2/+10
* Enable hotkeys after setting them in virt_viewer_app_set_hotkeysChristophe Fergeau2015-06-151-1/+1
* monitor-mapping: Do not allow to skip a displayPavel Grunt2015-06-041-0/+9
* virt-viewer: Set toolbar buttons not sensitive when neededLukas Venhoda2015-04-221-0/+13
* app/window: Set display menu not sensitive when neededLukas Venhoda2015-04-221-1/+5
* virt-viewer-app: Do not show error dialog twice for unknown graphicPavel Grunt2015-04-091-2/+0
* Fix crash when disabling last enabled displayFabiano Fidêncio2015-04-031-2/+2
* virt-viewer-app: Set hotkeys when app is constructedPavel Grunt2015-04-021-1/+1
* Use ZOOM constants instead of numbersPavel Grunt2015-04-021-2/+2
* virt-viewer-app: create_session() should return a booleanFabiano Fidêncio2015-03-271-6/+6
* virt-viewer-app: Add a GError arg to create_session()Fabiano Fidêncio2015-03-271-1/+5
* Exit normally when canceling dialogPavel Grunt2015-03-231-3/+3
* Monitor config at sometimes leaves additional monitors enabledJonathon Jongsma2015-03-231-10/+16
* Use 'constructed' vfunc instead of 'constructor'Jonathon Jongsma2015-03-231-12/+4
* VirtViewerApp: create main window after constructorJonathon Jongsma2015-03-231-5/+22
* Update geometry when enabling/disabling displaysFabiano Fidêncio2015-03-161-0/+2
* Deal with NULL gport in virt_viewer_app_set_connect_info()Christophe Fergeau2015-03-131-1/+1
* Enable share folder widgets if supported by sessionMarc-André Lureau2015-03-051-22/+43
* Sync preferences widgets with session propertiesMarc-André Lureau2015-03-051-0/+41
* Show preferences dialogMarc-André Lureau2015-03-051-1/+27
* Report error on attach-only displayMarc-André Lureau2014-11-251-2/+5
* Move libvirt reconnect polling to VirtViewerMarc-André Lureau2014-11-251-35/+0
* VirtViewerApp: Never remove main windowChristophe Fergeau2014-11-181-1/+4
* Fix check of virt_viewer_app_initial_connect return valueChristophe Fergeau2014-11-141-1/+1
* Avoid log message warning messages due to incorrect int formatDaniel P. Berrange2014-10-271-1/+3
* Fix bug with initial placement of fullscreen windowsJonathon Jongsma2014-10-151-2/+1
* Use socat instead of nc if possibleMarc-André Lureau2014-10-101-9/+23
* Initialize fullscreen display map to fallbackJonathon Jongsma2014-09-261-0/+1
* Create windows on demand, not at startupJonathon Jongsma2014-09-241-43/+70
* VirtViewerApp: store windows in a listJonathon Jongsma2014-09-241-109/+94
* App: keep hash table of displaysJonathon Jongsma2014-09-241-0/+16
* Don't show extra screens in fullscreen modeJonathon Jongsma2014-09-241-2/+5
* Move monitor mapping into app_window_try_fullscreen()Jonathon Jongsma2014-09-241-9/+7
* Revert changes related to numpad acceleratorsFabiano Fidêncio2014-09-231-6/+0
* Don't print warning for missing comment in config fileJonathon Jongsma2014-09-051-1/+1
* Add support to use numpad accelarators for zoom-{in.out,reset}Fabiano Fidêncio2014-08-191-0/+6
* Write vm name to config file as commentJonathon Jongsma2014-08-071-0/+14
* Change per-guest fullscreen config formatJonathon Jongsma2014-08-071-35/+98
* Add a dialog showing details of the current guestJonathon Jongsma2014-08-071-0/+25
* Always set ask-quit settingMarc-André Lureau2014-07-211-3/+2
* Make ctrl-[+-] zoom in/out in fullscreenMarc-André Lureau2014-07-081-0/+4