summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-app.c
Commit message (Expand)AuthorAgeFilesLines
* app, cosmetic: remove one unneeded level of identationHEADmasterFabiano Fidêncio2016-03-071-14/+14
* app: monitor-config - do it all or nothingFabiano Fidêncio2016-03-071-3/+4
* Use GResource for loading ui filesFabiano Fidêncio2016-03-031-0/+5
* app: Remove useless libxml includesFabiano Fidêncio2016-03-031-3/+0
* Don't open the default display while parsing command lineEduardo Lima (Etrunko)2016-02-261-1/+1
* cleanup: Drop old compatibilty codeFabiano Fidêncio2016-02-241-2/+0
* app: Don't leave a window opened in case of connection errorFabiano Fidêncio2016-02-241-1/+4
* Port to GtkApplication API'sEduardo Lima (Etrunko)2016-02-181-56/+102
* Drop support to gtk2Fabiano Fidêncio2016-02-151-9/+8
* app: Compute monitor mapping only in fullscreenPavel Grunt2016-02-151-6/+20
* app: Do not show usbredir button without sessionPavel Grunt2016-02-151-4/+8
* app: Add comment only when config file has VM groupPavel Grunt2016-02-151-1/+1
* app: Return early on empty monitor mappingPavel Grunt2016-02-151-0/+5
* 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