summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* TLS support for VNC WebsocketsTim Hardeck2013-05-035-42/+176
* vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATELei Li2013-04-291-0/+5
* vnc: Support for LED state extensionLei Li2013-04-292-0/+48
* vnc: Add SCROLL lock key to kbd_ledsLei Li2013-04-291-1/+5
* gtk: refactor menu creationAnthony Liguori2013-04-261-37/+56
* console: add dummy surface for guests without graphic cardGerd Hoffmann2013-04-251-2/+32
* console: zap ds arg from register_displaychangelistenerGerd Hoffmann2013-04-257-11/+11
* console: switch ppm_save to qemu_openGerd Hoffmann2013-04-251-2/+4
* console: add qemu_console_lookup_by_deviceGerd Hoffmann2013-04-251-0/+19
* console: add device link to QemuConsolesGerd Hoffmann2013-04-251-1/+14
* console: qom-ify QemuConsoleGerd Hoffmann2013-04-251-1/+14
* input: introduce keyboard handler listGerd Hoffmann2013-04-241-12/+25
* input: make QEMUPutLEDEntry + QEMUPutMouseEntry privateGerd Hoffmann2013-04-241-0/+18
* ui/gtk: Use gtk_widget_get_window() to support both gtk2 and gtk3Ozan Çağlayan2013-04-231-2/+2
* Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-04-221-5/+3
|\
| * monitor: fix the wrong order of releasing keysAmos Kong2013-04-191-5/+3
* | ui/cocoa.m: Fix recent compile breakagePeter Maydell2013-04-211-4/+4
|/
* Fix warnings suppressors to honor --disable-werrorMarkus Armbruster2013-04-171-1/+2
* gtk: custom cursor supportGerd Hoffmann2013-04-161-0/+33
* console: allow pinning displaychangelisteners to consolesGerd Hoffmann2013-04-163-36/+81
* console: add qemu_console_is_*Gerd Hoffmann2013-04-164-44/+52
* xen: re-enable refresh interval reporting for xenfbGerd Hoffmann2013-04-161-0/+6
* console: gui timer fixesGerd Hoffmann2013-04-164-63/+54
* console: add GraphicHwOpsGerd Hoffmann2013-04-161-17/+16
* console: make DisplayState private to console.cGerd Hoffmann2013-04-161-0/+8
* console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann2013-04-161-0/+50
* console: zap g_width + g_heightGerd Hoffmann2013-04-161-23/+9
* console: simplify screendumpGerd Hoffmann2013-04-161-19/+53
* console: give each QemuConsole its own DisplaySurfaceGerd Hoffmann2013-04-161-27/+69
* console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann2013-04-166-38/+49
* console: displaystate init revampGerd Hoffmann2013-04-161-39/+34
* console: add trace eventsGerd Hoffmann2013-04-161-0/+4
* console: switch color_table_rgb to pixman_color_tGerd Hoffmann2013-04-161-16/+8
* console: use pixman for font renderingGerd Hoffmann2013-04-161-99/+11
* console: use pixman for fill+blitGerd Hoffmann2013-04-161-55/+10
* pixman: render vgafont glyphs into pixman imagesGerd Hoffmann2013-04-161-0/+43
* pixman: add qemu_pixman_color()Gerd Hoffmann2013-04-161-0/+11
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-152-2/+2
* Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-04-021-1/+1
|\
| * oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-021-1/+1
* | ui/gtk: Set QEMU window iconStefan Weil2013-04-021-0/+13
* | gtk: make more messages translatableAurelien Jarno2013-04-021-2/+2
|/
* qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede2013-03-272-2/+2
* gtk: Release modifier when graphic console loses keyboard focusJan Kiszka2013-03-251-2/+51
* ui/cocoa.m: Fix compile failures introduced by recent console changesPeter Maydell2013-03-191-3/+6
* console: remove ds_get_* helper functionsGerd Hoffmann2013-03-181-63/+79
* console: zap color_tableGerd Hoffmann2013-03-181-77/+6
* console: stop using DisplayState in gfx hardware emulationGerd Hoffmann2013-03-182-51/+53
* console: zap displaystate from dcl callbacksGerd Hoffmann2013-03-187-42/+20
* cocoa: stop using DisplayStateGerd Hoffmann2013-03-181-25/+10
OpenPOWER on IntegriCloud