summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-app.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* app: report disconnection error detailsMarc-André Lureau2014-07-081-2/+4
* app: add virt_viewer_app_make_dialog()Marc-André Lureau2014-07-081-10/+27
* Use GOptionGroup for VirtViewerApp optionsJonathon Jongsma2014-07-021-3/+6
* kiosk: remove invalid unrefMarc-André Lureau2014-06-161-1/+0
* kiosk: don't attempt to hide windows when disconnectingMarc-André Lureau2014-06-101-1/+3
* Replace DEBUG_LOG with g_debugMarc-André Lureau2014-06-101-11/+11
* Remove warning when removing displayMarc-André Lureau2014-06-101-1/+3
* Don't connect to localhost when using --directChristophe Fergeau2014-06-101-0/+7
* Don't show 'do you want to quit' dialog in kiosk modeChristophe Fergeau2014-03-141-5/+6
* Don't create new windows at startup when kiosk mode is falseJonathon Jongsma2014-03-131-5/+5
* Remove special-case for getting window n=0Jonathon Jongsma2014-03-131-13/+9
* Silence a message about missing configuration fileMarc-André Lureau2014-03-131-2/+5
* rhbz#1007306 - Don't free session if we're re-trying authJonathon Jongsma2014-02-131-2/+3
* Don't hide the main window when disconnectingJonathon Jongsma2014-02-131-2/+4
* Improve window title when connected to newer spice-serverJonathon Jongsma2014-02-111-22/+32
* Clear global zoom-reset hotkey tooMarc-André Lureau2014-01-071-0/+1
* Fix rebuild of accelerators menu when loading from fileMarc-André Lureau2014-01-071-3/+10
* app: remove useless warningMarc-André Lureau2013-12-111-1/+0
* Ensure all windows obey initial --zoom settingJonathon Jongsma2013-11-211-6/+4
* Remove non-functional VIRT_VIEWER_HIDE env behaviorJonathon Jongsma2013-11-211-3/+0
* Add ability to define custom display->monitor mapping per vmJonathon Jongsma2013-11-201-16/+95
* Fix leak of VirtViewerApp::windows hash table keyChristophe Fergeau2013-11-201-1/+2
* Hide all windows on disconnectionChristophe Fergeau2013-11-131-0/+14
* Drop basic fullscreen modeJonathon Jongsma2013-11-131-53/+3
* Unify configured hotkey behaviourMarc-André Lureau2013-11-071-7/+13
* Rename internal toggle-fullscreen menu accel nameMarc-André Lureau2013-11-071-3/+3
* Fix 'quiting' typo in VirtViewerApp private memberChristophe Fergeau2013-10-291-3/+3
* Don't disable fullscreen if kiosk mode is offJonathon Jongsma2013-10-181-1/+2
* Make 'Cancel' the default action in exit dialogChristophe Fergeau2013-10-161-0/+1
* Add ability to send Secure attention sequence via keyboardJonathon Jongsma2013-09-101-0/+4
* kiosk: don't open extra monitorsMarc-André Lureau2013-08-201-2/+11
* kiosk: add --kiosk-quit optionMarc-André Lureau2013-08-201-1/+43
* kiosk: use less verbose window/display statusMarc-André Lureau2013-08-201-2/+7
* kiosk: open a window on each client monitorMarc-André Lureau2013-08-201-0/+15
* kiosk: add app kiosk option, pass it down to windowMarc-André Lureau2013-08-201-0/+37
* Return existing window in app_window_new()Marc-André Lureau2013-08-201-0/+4
* Define the min/max zoom levels, so all values are syncMarc-André Lureau2013-08-201-2/+2
* Try to share more GOption code between r-v and v-vMarc-André Lureau2013-08-201-0/+61
* Enable smartcard shortcuts when a software reader is presentChristophe Fergeau2013-07-311-6/+74