aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2013-01-31cocoa: Replace non-portable asprintf() by g_strdup_printf()Stefan Weil
2013-01-31cocoa: Fix VBE function Set Display StartHenry Harrington
2013-01-30qemu-pixman.h: Avoid mutual inclusion loop with console.hPeter Maydell
2013-01-30spice: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30vnc: Clean up vncws_send_handshake_response()Markus Armbruster
2013-01-21vnc: fix possible uninitialized removalsTim Hardeck
2013-01-21vnc: added initial websocket protocol supportTim Hardeck
2013-01-21vnc: added buffer_advance functionTim Hardeck
2013-01-16ui: Drop useless null tests in parse_keyboard_layout()Markus Armbruster
2013-01-15sdl: Fix heap smash in sdl_zoom_rgb{16,32} for int > 32 bitsMarkus Armbruster
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini
2013-01-04spice: drop incorrect vm_change_state_handler() opaqueStefan Hajnoczi
2012-12-22build: fix includes for VNCPaolo Bonzini
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19migration: move include files to include/migration/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-19janitor: add guards to headersPaolo Bonzini
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini
2012-12-19build: move rules from Makefile to */Makefile.objsPaolo Bonzini
2012-12-17spice-qemu-char: register spicevmc ports during qemu_spice_init()Marc-André Lureau
2012-12-17spice-qemu-char: add spiceport chardevMarc-André Lureau
2012-12-17qxl+vnc: register a vm state change handler for dummy spice_serverUri Lublin
2012-12-14pixman: fix vnc tight png/jpeg supportGerd Hoffmann
2012-12-10Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2012-12-08curses: Remove OpenBSD workaroundBrad Smith
2012-12-06ui/vnc-palette.c: Include headers it needsEduardo Habkost
2012-11-26Merge remote-tracking branch 'spice/spice.v64' into stagingAnthony Liguori
2012-11-26vnc: fix option misspelling ("non-adapative" -> "non-adaptive")Catalin Patulea
2012-11-21spice: add new spice-server callbacks to ui/spice-display.cGerd Hoffmann
2012-11-21Fix the inconsistency in x509-dh-key-file parameterLei Li
2012-11-15vnc-palette.h: Include <stdbool.h>Eduardo Habkost
2012-11-05spice: fix initialization orderGerd Hoffmann
2012-11-05spice: switch to pixmanGerd Hoffmann
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl
2012-11-02ui/cocoa.m: Update to new DisplayChangeListener member namesPeter Maydell
2012-11-01vnc: add missing staticBlue Swirl
2012-11-01pixman/vnc: remove dead code.Gerd Hoffmann
2012-11-01pixman/vnc: remove rgb_prepare_row* functionsGerd Hoffmann
2012-11-01pixman/vnc: use pixman images in vnc.Gerd Hoffmann
2012-11-01console: remove DisplayAllocatorGerd Hoffmann
2012-11-01console: remove dpy_gfx_fillGerd Hoffmann
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann
2012-11-01console: move set_mouse + cursor_define callbacksGerd Hoffmann
2012-10-23vnc: drop QERR_VNC_SERVER_FAILEDPaolo Bonzini
2012-10-23vnc: add error propagation to vnc_display_openPaolo Bonzini