summaryrefslogtreecommitdiff
path: root/console.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-05spice: switch to pixmanGerd Hoffmann1-0/+5
2012-11-03vmware_vga: Remove duplicated info from local stateBALATON Zoltan1-0/+20
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl1-2/+0
2012-11-01vnc: add missing staticBlue Swirl1-2/+0
2012-11-01pixman: drop obsolete fields from DisplaySurfaceGerd Hoffmann1-10/+13
2012-11-01console: make qemu_alloc_display staticGerd Hoffmann1-2/+0
2012-11-01pixman: add pixman image to DisplaySurfaceGerd Hoffmann1-0/+3
2012-11-01console: remove DisplayAllocatorGerd Hoffmann1-28/+6
2012-11-01console: remove dpy_gfx_fillGerd Hoffmann1-13/+0
2012-11-01console: init displaychangelisteners on registerGerd Hoffmann1-0/+3
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann1-22/+52
2012-11-01console: move set_mouse + cursor_define callbacksGerd Hoffmann1-4/+35
2012-11-01console: add unregister_displaychangelistenerGerd Hoffmann1-0/+10
2012-11-01console: QLIST-ify display change listeners.Gerd Hoffmann1-34/+38
2012-10-23vnc: reorganize code for reverse modePaolo Bonzini1-1/+1
2012-09-05qapi: convert screendumpLuiz Capitulino1-1/+0
2012-09-05console: vga_hw_screen_dump_ptr: take Error argumentLuiz Capitulino1-1/+3
2012-09-05qapi: convert sendkeyAmos Kong1-1/+0
2012-09-05monitor: move key_defs[] table and introduce two help functionsAmos Kong1-0/+6
2012-03-12console: add some trace eventsAlon Levy1-0/+3
2012-02-24optimize screendump for the common non-switch caseGerd Hoffmann1-1/+1
2012-02-24Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster1-1/+1
2012-01-18qapi: Convert expire_passwordLuiz Capitulino1-2/+0
2012-01-18vnc: Simplify vnc_display_password()Luiz Capitulino1-1/+0
2011-12-06console: Drop unused prototypesLuiz Capitulino1-2/+0
2011-10-27qapi: Convert query-vncLuiz Capitulino1-9/+0
2011-09-09curses: fix garbling when chtype != longDevin J. Pohly1-0/+5
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange1-0/+1
2011-07-23qemu-char: Print strerror message on failureKevin Wolf1-1/+1
2011-03-22Make VNC support optionalJes Sorensen1-2/+24
2011-03-22Consolidate DisplaySurface allocation in qemu_alloc_display()Jes Sorensen1-0/+2
2011-02-01vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori1-0/+1
2011-01-04Fix curses on big endian hostsAurelien Jarno1-1/+1
2010-12-09vnc: support password expireGerd Hoffmann1-0/+1
2010-06-14un-register kbd driver in case of USB kbd unplug.Jes Sorensen1-0/+1
2010-05-24cursor: add cursor functions.Gerd Hoffmann1-2/+22
2010-05-21Replace \0s with spaces before sending strings to curses.Bernhard Kauer1-0/+2
2010-03-19Add notifier for mouse mode changesAnthony Liguori1-0/+3
2010-03-19Add kbd_mouse_has_absolute()Anthony Liguori1-0/+5
2010-03-19Rewrite mouse handlers to use QTAILQ and to have an activation functionAnthony Liguori1-1/+5
2010-03-09kbd leds: infrastructureGerd Hoffmann1-0/+15
2010-02-19move default allocator to console.cPaolo Bonzini1-4/+0
2009-12-12VNC: Convert do_info_vnc() to QObjectLuiz Capitulino1-1/+2
2009-12-12monitor: Convert do_info_mice() to QObjectLuiz Capitulino1-1/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
2009-09-11convert vc chardev to QemuOpts.Gerd Hoffmann1-1/+1
2009-09-04monitor: Port handler_1 to use QDictLuiz Capitulino1-1/+2
2009-06-29sdl zoomingStefano Stabellini1-1/+3
2009-05-21Eliminate --disable-gfx-check and make VNC default when SDL not availableAnthony Liguori1-0/+1