virt-viewer/src
Jonathon Jongsma d574197a70 Add ability to use 'End' key in hotkeys
ctrl_key_to_gtk_key() capitalizes all key names not explicitly specified in the
translation table.  So 'end' becomes 'END', which is not a valid key name
according to GTK+.  Un-comment out the 'end' item from the table and set it to
the properly capitalized key name ("End").

This allows users to specify e.g. "ctrl+alt+end" as a hotkey for
sending the secure attention sequence.
2013-09-10 08:06:13 +02:00
..
view ovBox: Make get_preferred_width/height differentiate between min and natural 2013-04-23 13:49:24 +02:00
debug-helper.c win32: process message queue in debug-helper 2013-02-11 16:54:01 +01:00
gbinding.c Silence unused arguments warnings 2013-05-16 21:54:48 +02:00
gbinding.h Add back compat for GObject 2.22 which lacks GBinding 2012-02-16 14:52:55 +00:00
Makefile.am build-sys: Simplify setting of optional CFLAGS/LDFLAGS 2013-04-12 21:21:15 +02:00
remote-viewer-main.c Try to share more GOption code between r-v and v-v 2013-08-20 13:39:46 +02:00
remote-viewer.c Try to share more GOption code between r-v and v-v 2013-08-20 13:39:46 +02:00
remote-viewer.h Try to share more GOption code between r-v and v-v 2013-08-20 13:39:46 +02:00
virt-glib-compat.c Add missing include of config.h 2013-05-01 16:11:06 +01:00
virt-glib-compat.h Fix compilation with older glib versions 2013-03-20 16:03:28 +01:00
virt-gtk-compat.h Add ability to send Secure attention sequence via keyboard 2013-09-10 08:06:09 +02:00
virt-viewer-about.xml Ensure About dialog has transient hints setup 2012-02-08 17:15:16 +00:00
virt-viewer-app.c Add ability to send Secure attention sequence via keyboard 2013-09-10 08:06:09 +02:00
virt-viewer-app.h Try to share more GOption code between r-v and v-v 2013-08-20 13:39:46 +02:00
virt-viewer-auth.c Remove debugging leftover 2013-07-05 13:20:00 +02:00
virt-viewer-auth.h vnc: add connection by file 2013-01-18 12:28:58 +01:00
virt-viewer-auth.xml Ensure auth popup windows have correct transient parent 2012-02-08 19:33:40 +00:00
virt-viewer-display-spice.c spice: if zoom-level is changed, resize guest, even in fullscreen 2013-07-30 21:09:16 +02:00
virt-viewer-display-spice.h Hook up handling of Monitors 2012-07-23 16:27:33 +02:00
virt-viewer-display-vnc.c vnc: implement release_cursor() 2013-07-08 20:02:51 +02:00
virt-viewer-display-vnc.h Update copyright headers 2012-02-06 12:42:18 +00:00
virt-viewer-display.c Define the min/max zoom levels, so all values are sync 2013-08-20 13:43:52 +02:00
virt-viewer-display.h display: add fullscreen property 2013-07-05 13:21:09 +02:00
virt-viewer-enums.c.etemplate build: generate enums type boilerplate 2012-07-23 16:27:32 +02:00
virt-viewer-enums.h.etemplate build: generate enums type boilerplate 2012-07-23 16:27:32 +02:00
virt-viewer-events.c Add config.h to every source file 2012-02-06 12:42:22 +00:00
virt-viewer-events.h Update copyright headers 2012-02-06 12:42:18 +00:00
virt-viewer-file.c file: add missing field comment 2013-07-30 21:11:14 +02:00
virt-viewer-file.h file: add delete-this-file option 2013-04-30 02:26:36 +02:00
virt-viewer-main.c Try to share more GOption code between r-v and v-v 2013-08-20 13:39:46 +02:00
virt-viewer-notebook.c Make status widget visible immediately 2012-07-23 16:27:33 +02:00
virt-viewer-notebook.h Update copyright headers 2012-02-06 12:42:18 +00:00
virt-viewer-session-spice.c spice: show an error dialog if password is invalid 2013-08-08 16:57:49 +02:00
virt-viewer-session-spice.h spice: implement --fullscreen=auto-conf 2012-03-21 16:20:37 +01:00
virt-viewer-session-vnc.c file: add version field, raise an error if incompatibily 2013-03-08 16:54:01 +01:00
virt-viewer-session-vnc.h vnc: add connection by file 2013-01-18 12:28:58 +01:00
virt-viewer-session.c Add VirtViewerSession::software-smartcard-reader property 2013-07-31 11:33:16 +01:00
virt-viewer-session.h usbredir: Don't depend on channel ordering 2013-07-06 09:03:30 +02:00
virt-viewer-util.c Add ability to use 'End' key in hotkeys 2013-09-10 08:06:13 +02:00
virt-viewer-util.h Add virt_viewer_compare_version() 2013-03-08 16:54:01 +01:00
virt-viewer-window.c Add ability to send Secure attention sequence via keyboard 2013-09-10 08:06:09 +02:00
virt-viewer-window.h kiosk: add app kiosk option, pass it down to window 2013-08-20 13:44:04 +02:00
virt-viewer.c Try to share more GOption code between r-v and v-v 2013-08-20 13:39:46 +02:00
virt-viewer.h Try to share more GOption code between r-v and v-v 2013-08-20 13:39:46 +02:00
virt-viewer.manifest win32: add a few Windows sepecific data 2012-03-30 14:48:13 +02:00
virt-viewer.rc.in Use a more descriptive FileDescription 2013-05-23 17:31:05 +02:00
virt-viewer.xml window: use dynamically generated menu 2013-07-30 21:11:28 +02:00
windows-cmdline-wrapper.c win32: there is no CONERR$, only CONOUT$ 2012-10-23 11:17:04 +02:00