index
:
virt-viewer.git
master
wip/gapplication
wip/ssh-agent-forward
Graphical console client for virtual machines using libvirt
Fabiano Fidêncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
virt-viewer-app.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ensure all windows obey initial --zoom setting
Jonathon Jongsma
2013-11-21
1
-6
/
+4
*
Remove non-functional VIRT_VIEWER_HIDE env behavior
Jonathon Jongsma
2013-11-21
1
-3
/
+0
*
Add ability to define custom display->monitor mapping per vm
Jonathon Jongsma
2013-11-20
1
-16
/
+95
*
Fix leak of VirtViewerApp::windows hash table key
Christophe Fergeau
2013-11-20
1
-1
/
+2
*
Hide all windows on disconnection
Christophe Fergeau
2013-11-13
1
-0
/
+14
*
Drop basic fullscreen mode
Jonathon Jongsma
2013-11-13
1
-53
/
+3
*
Unify configured hotkey behaviour
Marc-André Lureau
2013-11-07
1
-7
/
+13
*
Rename internal toggle-fullscreen menu accel name
Marc-André Lureau
2013-11-07
1
-3
/
+3
*
Fix 'quiting' typo in VirtViewerApp private member
Christophe Fergeau
2013-10-29
1
-3
/
+3
*
Don't disable fullscreen if kiosk mode is off
Jonathon Jongsma
2013-10-18
1
-1
/
+2
*
Make 'Cancel' the default action in exit dialog
Christophe Fergeau
2013-10-16
1
-0
/
+1
*
Add ability to send Secure attention sequence via keyboard
Jonathon Jongsma
2013-09-10
1
-0
/
+4
*
kiosk: don't open extra monitors
Marc-André Lureau
2013-08-20
1
-2
/
+11
*
kiosk: add --kiosk-quit option
Marc-André Lureau
2013-08-20
1
-1
/
+43
*
kiosk: use less verbose window/display status
Marc-André Lureau
2013-08-20
1
-2
/
+7
*
kiosk: open a window on each client monitor
Marc-André Lureau
2013-08-20
1
-0
/
+15
*
kiosk: add app kiosk option, pass it down to window
Marc-André Lureau
2013-08-20
1
-0
/
+37
*
Return existing window in app_window_new()
Marc-André Lureau
2013-08-20
1
-0
/
+4
*
Define the min/max zoom levels, so all values are sync
Marc-André Lureau
2013-08-20
1
-2
/
+2
*
Try to share more GOption code between r-v and v-v
Marc-André Lureau
2013-08-20
1
-0
/
+61
*
Enable smartcard shortcuts when a software reader is present
Christophe Fergeau
2013-07-31
1
-6
/
+74
*
Make zoom-reset a global key binding
Marc-André Lureau
2013-07-30
1
-0
/
+1
*
Hide extra monitors that don't fit in auto-conf
Marc-André Lureau
2013-07-30
1
-1
/
+4
*
Disable auto-conf when user toggle display
Marc-André Lureau
2013-07-30
1
-0
/
+2
*
app: always use maybe_quit()
Marc-André Lureau
2013-07-08
1
-1
/
+1
*
usbredir: Don't depend on channel ordering
Hans de Goede
2013-07-06
1
-5
/
+13
*
app: move display on client monitors with --full-screen
Marc-André Lureau
2013-05-22
1
-7
/
+3
*
Show connect dialog again if connection from dialog failed
Marc-André Lureau
2013-05-17
1
-15
/
+19
*
Move connect dialog to remote-viewer.c
Marc-André Lureau
2013-05-17
1
-3
/
+1
*
Remove the "container" logic used by legacy browser plugin
Marc-André Lureau
2013-05-16
1
-39
/
+4
*
Only fullscreen the new window
Marc-André Lureau
2013-05-16
1
-14
/
+26
*
Exit virt-viewer when trying to close any window
Christophe Fergeau
2013-04-25
1
-42
/
+47
*
Remove redundant check, g_strdup(NULL) is allowed
Christophe Fergeau
2013-04-13
1
-1
/
+1
*
Fix memory leak on remote-viewer exit
Christophe Fergeau
2013-04-13
1
-1
/
+2
*
virt-viewer-app: Always allow users to close displays from the displays menu
Hans de Goede
2013-04-05
1
-2
/
+2
*
Make display menu item sensitive again
Marc-André Lureau
2013-03-28
1
-2
/
+1
*
Remove gtk_window_present() call
Marc-André Lureau
2013-03-26
1
-1
/
+0
*
app: add get_fullscreen_auto_conf()
Marc-André Lureau
2013-03-25
1
-1
/
+9
*
Reuse existing 'displays' submenu rather than recreating it
Christophe Fergeau
2013-03-25
1
-4
/
+32
*
virt-viewer-app: Call virt_viewer_app_update_menu_displays on show_hint change
Hans de Goede
2013-03-21
1
-0
/
+1
*
virt_viewer_window_enter_fullscreen: Pass in monitor for fullscreen window
Hans de Goede
2013-03-20
1
-3
/
+1
*
Don't override G_LOG_DOMAIN=all
Marc-André Lureau
2013-03-13
1
-1
/
+2
*
Allow app_initial_connect() to raise an error
Marc-André Lureau
2013-03-08
1
-23
/
+23
*
Fix "Do not ask me again" checkbox settings saving
Marc-André Lureau
2013-02-07
1
-17
/
+22
*
usbredir: Fix usbredir menu always being grayed out on monitor 2+
Hans de Goede
2013-02-06
1
-0
/
+4
*
Add a "Do not ask me again" checkbox when closing app
Marc-André Lureau
2013-01-31
1
-2
/
+62
*
Always ask user about closing session
Marc-André Lureau
2013-01-31
1
-11
/
+2
*
vnc: add connection by file
Marc-André Lureau
2013-01-18
1
-1
/
+1
*
Add a virt_viewer_app_set_hotkeys() helper function
Hans de Goede
2012-12-21
1
-0
/
+53
*
"Unable to connect to the graphic server" error on guest shutdown
Marc-André Lureau
2012-11-20
1
-4
/
+6
[prev]
[next]