aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* ioemu: cleaning DisplayState->dpy_resize interfaceKeir Fraser2008-06-091-6/+12
* qemu: Fix shift-insert behaviorKeir Fraser2008-05-141-3/+6
* qemu: add 0xe0 prefix to r-ctrl and r-alt keycodesKeir Fraser2008-05-141-0/+2
* pvfb/ioemu: transmit refresh interval advice from backend to frontendKeir Fraser2008-05-121-20/+27
* ioemu: move VNC-specific switchbpp member to VncStateKeir Fraser2008-05-021-2/+3
* ioemu rendering fixesKeir Fraser2008-04-011-0/+1
* ioemu: fix VNC case when switching from 32bpp to 24bppKeir Fraser2008-03-251-1/+1
* ioemu: Fix vnc buffer sharing when linesize != width * depth.Keir Fraser2008-03-201-7/+10
* ioemu: Allow VNC buffer sharing when linesize != width * depthKeir Fraser2008-03-201-7/+5
* ioemu: Let the USB tablet reach the far bottom and right pixelsKeir Fraser2008-03-051-2/+2
* ioemu: support shared framebuffer and linesize != width * depth.Keir Fraser2008-03-051-2/+5
* ioemu: sdl blittingKeir Fraser2008-03-031-0/+7
* ioemu: VNC updates should be sent only when requested.Keir Fraser2008-02-261-22/+174
* ioemu: Share framebuffer between VGA device model and VNC server.Keir Fraser2008-02-201-11/+33
* ioemu: Support the WMVi pseudoencoding in the vnc server.Keir Fraser2008-02-141-40/+66
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-121-1/+18
* ioemu: Dynamic VNC colour depth.Keir Fraser2008-02-111-67/+174
* ioemu: some ifndef NO_UNIX_SOCKETS were missingKeir Fraser2008-02-111-1/+1
* ioemu: config cleanup re AF_UNIX sockets on non-WindowsKeir Fraser2008-02-071-1/+1
* qemu vnc auth 3/4: Add VNC auth support from upstream QEMUKeir Fraser2007-10-301-42/+985
* qemu vnc auth 2/4: Revert current VNC auth supportKeir Fraser2007-10-301-105/+5
* ioemu: Fixes for BSD.Keir Fraser2007-09-271-0/+3
* [IOEMU] Fix shift key for graphical vnc displaykfraser@localhost.localdomain2007-07-231-8/+84
* [qemu] Fix keypad handling for VNC.Christian Limpach2007-05-101-0/+29
* [qemu] Remove -vnclisten option since the same functionality is nowChristian Limpach2007-05-101-7/+8
* [qemu] Remove no longer needed change.Christian Limpach2007-05-101-4/+0
* [qemu] Fix shift key for non-graphical vnc displays (like the monitor).Christian Limpach2007-05-101-1/+1
* [ioemu] Update to qemu 0.90.Christian Limpach2007-05-091-155/+219
* ioemu: Close file descriptors when forking processes.kfraser@localhost.localdomain2007-03-061-1/+7
* [QEMU] Fix a number of signedness issues plus a typo in the version checking ...kaf24@localhost.localdomain2006-12-281-26/+25
* Fix numpad handling in QEMU's VNC server. The keymaps that we have includeEwan Mellor2006-12-041-0/+32
* [QEMU] Do shift-key processing in QEMU monitor terminal when connected via VNC.kfraser@localhost.localdomain2006-11-301-2/+18
* [HVM] Avoid buffer overrun in qemu-dmTim Deegan2006-10-251-0/+2
* [HVM] Implement password authentication of VNC connections.kfraser@localhost.localdomain2006-10-201-4/+106
* [HVM/vncserver] Implement a 'vnclisten' option to limit the interfaceChristian Limpach2006-10-051-6/+4
* [HVM][VNC] Fix typo.Steven Smith2006-09-261-1/+1
* [HVM][VNC] Work around a bug in the newest version of xvncviewer whichSteven Smith2006-09-261-4/+8
* [HVM][VNC] Make sure that qemu doesn't go into an infinite loop whenSteven Smith2006-09-261-5/+16
* [HVM][VNC] Make sure that the vnc viewer gets the right resolution when itSteven Smith2006-09-221-0/+2
* [HVM][VNC] Fix bug in the VNC copyrect implementation which crept inSteven Smith2006-09-221-0/+3
* [HVM][VNC] Add a backoff feature to the vnc server, so that if it detectsSteven Smith2006-09-211-100/+148
* [HVM] Reduce VNC overhead, by (a) only scanning framebuffer when a clientSteven Smith2006-09-211-7/+6
* [qemu] Add vncunused option.chris@kneesaa.uk.xensource.com2006-08-091-5/+12
* [qemu] Update ioemu to qemu 0.8.2.chris@kneesaa.uk.xensource.com2006-08-071-40/+214
* [qemu] Add access to the monito vt over VNC.chris@kneesaa.uk.xensource.com2006-07-261-8/+77
* [qemu] Use domain-name in VNC window title.chris@kneesaa.uk.xensource.com2006-07-261-2/+5
* [qemu] Re-calculate color_table after color depth reset.chris@kneesaa.uk.xensource.com2006-07-261-1/+4
* Spawn vncviewer from qemu-dm.chris@kneesaa.uk.xensource.com2006-07-141-0/+22
* Add qemu 0.8.1 based ioemu.chris@kneesaa.uk.xensource.com2006-07-121-0/+1001
* Remove qemu 0.6.1 based ioemu.chris@kneesaa.uk.xensource.com2006-07-121-609/+0