aboutsummaryrefslogtreecommitdiff
path: root/console.h
AgeCommit message (Expand)Author
2012-02-24optimize screendump for the common non-switch caseGerd Hoffmann
2012-02-24Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster
2012-01-18qapi: Convert expire_passwordLuiz Capitulino
2012-01-18vnc: Simplify vnc_display_password()Luiz Capitulino
2011-12-06console: Drop unused prototypesLuiz Capitulino
2011-10-27qapi: Convert query-vncLuiz Capitulino
2011-09-09curses: fix garbling when chtype != longDevin J. Pohly
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange
2011-07-23qemu-char: Print strerror message on failureKevin Wolf
2011-03-22Make VNC support optionalJes Sorensen
2011-03-22Consolidate DisplaySurface allocation in qemu_alloc_display()Jes Sorensen
2011-02-01vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori
2011-01-04Fix curses on big endian hostsAurelien Jarno
2010-12-09vnc: support password expireGerd Hoffmann
2010-06-14un-register kbd driver in case of USB kbd unplug.Jes Sorensen
2010-05-24cursor: add cursor functions.Gerd Hoffmann
2010-05-21Replace \0s with spaces before sending strings to curses.Bernhard Kauer
2010-03-19Add notifier for mouse mode changesAnthony Liguori
2010-03-19Add kbd_mouse_has_absolute()Anthony Liguori
2010-03-19Rewrite mouse handlers to use QTAILQ and to have an activation functionAnthony Liguori
2010-03-09kbd leds: infrastructureGerd Hoffmann
2010-02-19move default allocator to console.cPaolo Bonzini
2009-12-12VNC: Convert do_info_vnc() to QObjectLuiz Capitulino
2009-12-12monitor: Convert do_info_mice() to QObjectLuiz Capitulino
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11convert vc chardev to QemuOpts.Gerd Hoffmann
2009-09-04monitor: Port handler_1 to use QDictLuiz Capitulino
2009-06-29sdl zoomingStefano Stabellini
2009-05-21Eliminate --disable-gfx-check and make VNC default when SDL not availableAnthony Liguori
2009-05-10Follow coding conventionsPaul Brook
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-03-05monitor: Rework modal password input (Jan Kiszka)aliguori
2009-03-05monitor: Break out readline_show_prompt (Jan Kiszka)aliguori
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori
2009-03-03Fix SDL on evdev hosts (Anthony Liguori)aliguori
2009-01-26vnc fixes and improvements (Stefano Stabellini)aliguori
2009-01-23fix endianness problem sharing the videoram buffermalc
2009-01-16Fix character devices after DisplayState refactoringaliguori
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori
2009-01-15remove bgr (Stefano Stabellini)aliguori
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori
2008-10-06Allow the monitor to be suspended during non-blocking opaliguori
2008-09-24Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.balrog
2008-09-24Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).balrog
2008-08-22add comment for DisplayState->idleaurel32
2008-08-21move GUI_REFRESH_INTERVAL define from vl.c to console.h (Gerd Hoffmann)aliguori
2008-08-21add DisplayState->idle (Samuel Thibault)aliguori