aboutsummaryrefslogtreecommitdiffstats
path: root/console.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-10Follow coding conventionsPaul Brook1-1/+1
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori1-4/+36
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-33/+3
2009-03-05monitor: Rework modal password input (Jan Kiszka)aliguori1-1/+5
2009-03-05monitor: Break out readline_show_prompt (Jan Kiszka)aliguori1-0/+1
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori1-2/+1
2009-03-03Fix SDL on evdev hosts (Anthony Liguori)aliguori1-3/+0
2009-01-26vnc fixes and improvements (Stefano Stabellini)aliguori1-0/+1
2009-01-23fix endianness problem sharing the videoram buffermalc1-0/+2
2009-01-16Fix character devices after DisplayState refactoringaliguori1-1/+2
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-8/+13
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori1-21/+114
2009-01-15remove bgr (Stefano Stabellini)aliguori1-0/+5
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-0/+25
2008-10-06Allow the monitor to be suspended during non-blocking opaliguori1-0/+2
2008-09-24Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.balrog1-0/+1
2008-09-24Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog1-0/+2
2008-08-22add comment for DisplayState->idleaurel321-1/+1
2008-08-21move GUI_REFRESH_INTERVAL define from vl.c to console.h (Gerd Hoffmann)aliguori1-0/+3
2008-08-21add DisplayState->idle (Samuel Thibault)aliguori1-0/+1
2008-08-19Revert r4979 since it breaks the monitoraliguori1-1/+0