summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add ability to define custom display->monitor mapping per vmJonathon Jongsma2013-11-205-28/+163
* Fix leak of VirtViewerApp::windows hash table keyChristophe Fergeau2013-11-201-1/+2
* session: Don't hold VirtViewerDisplay refs on channel destroyChristophe Fergeau2013-11-201-0/+1
* Remove obsolete use of SpiceChannel:virt-viewer-display object dataChristophe Fergeau2013-11-201-2/+1
* Hide all windows on disconnectionChristophe Fergeau2013-11-131-0/+14
* Reshow connection dialog on errorsChristophe Fergeau2013-11-131-0/+5
* Handle virt_viewer_app_start() errorsChristophe Fergeau2013-11-131-2/+3
* Fix window title after failed connectionChristophe Fergeau2013-11-131-1/+7
* Disconnect fullscreen map-event handler when leaving fullscreenJonathon Jongsma2013-11-131-10/+14
* Drop basic fullscreen modeJonathon Jongsma2013-11-134-64/+6
* Unify configured hotkey behaviourMarc-André Lureau2013-11-073-11/+20
* file: learn to set secure-attention hotkeyMarc-André Lureau2013-11-072-0/+28
* Rename internal toggle-fullscreen menu accel nameMarc-André Lureau2013-11-073-5/+5
* file: factor a bit setting accelerators codeMarc-André Lureau2013-11-071-22/+20
* ovirt: Only set SPICE CA cert if it's non NULLChristophe Fergeau2013-10-301-3/+7
* ovirt: Don't automatically download CA certificateChristophe Fergeau2013-10-301-6/+0
* ovirt: Honour oVirt command line optionsChristophe Fergeau2013-10-302-0/+7
* ovirt: Remove use of deprecated APIsChristophe Fergeau2013-10-301-3/+12
* Clean-up spaces before/after URI in connection dialogChristophe Fergeau2013-10-291-0/+1
* Fix 'quiting' typo in VirtViewerApp private memberChristophe Fergeau2013-10-291-3/+3
* Make 'Send' menu items with defined accels work in fullscreenJonathon Jongsma2013-10-181-1/+4
* Set Spice display to fullscreen if owning window is pending fullscreenJonathon Jongsma2013-10-181-2/+2
* Don't freeze property notifications when adding new displaysJonathon Jongsma2013-10-181-4/+0
* VirtViewerDisplaySpice: use enum type for auto_resizeJonathon Jongsma2013-10-181-7/+8
* Avoid extra zoom-level property notificationsJonathon Jongsma2013-10-181-0/+4
* 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
* vnc: Clear all displays before creating dummy displayChristophe Fergeau2013-10-161-1/+4
* hotkeys: send modifiers before non-modifier keyMarc-André Lureau2013-09-261-3/+5
* Add ability to use 'End' key in hotkeysJonathon Jongsma2013-09-101-1/+1
* Add ability to send Secure attention sequence via keyboardJonathon Jongsma2013-09-103-20/+29
* kiosk: explicit resize window to fullscreen sizeMarc-André Lureau2013-08-201-6/+1
* kiosk: don't open extra monitorsMarc-André Lureau2013-08-201-2/+11
* kiosk: warn and prevent if app want to quit or window to hideMarc-André Lureau2013-08-201-0/+5
* kiosk: add --kiosk-quit optionMarc-André Lureau2013-08-201-1/+43
* kiosk: teach a window to become kiosk-modeMarc-André Lureau2013-08-201-0/+25
* kiosk: keep a reference on the toolbarMarc-André Lureau2013-08-201-1/+2
* 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-203-0/+51
* 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-203-8/+11
* Try to share more GOption code between r-v and v-vMarc-André Lureau2013-08-208-94/+73
* remote-viewer: remove -d direct optionMarc-André Lureau2013-08-141-4/+0
* spice: show an error dialog if password is invalidMarc-André Lureau2013-08-081-0/+7
* Enable smartcard shortcuts when a software reader is presentChristophe Fergeau2013-07-311-6/+74
* Add VirtViewerSession::software-smartcard-reader propertyChristophe Fergeau2013-07-312-7/+84
* Fix two type cast problemsDaniel P. Berrange2013-07-311-2/+2
* window: auto-add hot key combos to "Send key" menuMarc-André Lureau2013-07-301-0/+73
* window: use dynamically generated menuMarc-André Lureau2013-07-302-170/+31