summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-02-18vnc-tls: Fix compilation with newer versions of GNU-TLSAndre Przywara1-3/+3
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2-2/+2
2013-02-06vnc: recognize Hungarian doubleacutesMichael Tokarev1-0/+4
2013-01-31cocoa: Replace non-portable asprintf() by g_strdup_printf()Stefan Weil1-3/+3
2013-01-31cocoa: Fix VBE function Set Display StartHenry Harrington1-0/+21
2013-01-30qemu-pixman.h: Avoid mutual inclusion loop with console.hPeter Maydell1-1/+2
2013-01-30spice: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-2/+2
2013-01-30vnc: Clean up vncws_send_handshake_response()Markus Armbruster1-5/+6
2013-01-21vnc: fix possible uninitialized removalsTim Hardeck2-3/+9
2013-01-21vnc: added initial websocket protocol supportTim Hardeck5-18/+559
2013-01-21vnc: added buffer_advance functionTim Hardeck2-4/+10
2013-01-16ui: Drop useless null tests in parse_keyboard_layout()Markus Armbruster1-7/+9
2013-01-15sdl: Fix heap smash in sdl_zoom_rgb{16,32} for int > 32 bitsMarkus Armbruster2-15/+10
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini1-0/+84
2013-01-04spice: drop incorrect vm_change_state_handler() opaqueStefan Hajnoczi1-3/+2
2012-12-22build: fix includes for VNCPaolo Bonzini1-1/+0
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori29-269/+7305
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini8-8/+8
2012-12-19misc: move include files to include/qemu/Paolo Bonzini12-22/+22
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini4-4/+4
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini5-8/+8
2012-12-19janitor: add guards to headersPaolo Bonzini2-0/+9
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini18-225/+7252
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini1-1/+0
2012-12-19build: move rules from Makefile to */Makefile.objsPaolo Bonzini1-0/+5
2012-12-17spice-qemu-char: register spicevmc ports during qemu_spice_init()Marc-André Lureau2-0/+5
2012-12-17spice-qemu-char: add spiceport chardevMarc-André Lureau1-0/+3
2012-12-17qxl+vnc: register a vm state change handler for dummy spice_serverUri Lublin1-0/+2
2012-12-14pixman: fix vnc tight png/jpeg supportGerd Hoffmann2-3/+3
2012-12-10Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori1-0/+2
2012-12-08curses: Remove OpenBSD workaroundBrad Smith1-4/+0
2012-12-06ui/vnc-palette.c: Include headers it needsEduardo Habkost1-0/+2
2012-11-26Merge remote-tracking branch 'spice/spice.v64' into stagingAnthony Liguori2-1/+36
2012-11-26vnc: fix option misspelling ("non-adapative" -> "non-adaptive")Catalin Patulea1-1/+1
2012-11-21spice: add new spice-server callbacks to ui/spice-display.cGerd Hoffmann1-0/+35
2012-11-21Fix the inconsistency in x509-dh-key-file parameterLei Li1-1/+1
2012-11-15vnc-palette.h: Include <stdbool.h>Eduardo Habkost1-0/+1
2012-11-05spice: fix initialization orderGerd Hoffmann1-1/+1
2012-11-05spice: switch to pixmanGerd Hoffmann2-33/+25
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl4-18/+12
2012-11-02ui/cocoa.m: Update to new DisplayChangeListener member namesPeter Maydell1-2/+2
2012-11-01vnc: add missing staticBlue Swirl4-18/+12
2012-11-01pixman/vnc: remove dead code.Gerd Hoffmann3-87/+27
2012-11-01pixman/vnc: remove rgb_prepare_row* functionsGerd Hoffmann1-74/+10
2012-11-01pixman/vnc: use pixman images in vnc.Gerd Hoffmann7-228/+259
2012-11-01console: remove DisplayAllocatorGerd Hoffmann1-111/+6
2012-11-01console: remove dpy_gfx_fillGerd Hoffmann1-7/+0
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann4-26/+19