summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev1-9/+3
2013-06-12qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth2-0/+6
2013-05-15vnc: Make ledstate comparison before modifiers updatedLei Li1-1/+2
2013-05-14portability: pty.h is glibc-specificPaolo Bonzini1-1/+0
2013-05-13ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0Igor Mitsyanko1-0/+19
2013-05-03TLS support for VNC WebsocketsTim Hardeck5-42/+176
2013-04-29vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATELei Li1-0/+5
2013-04-29vnc: Support for LED state extensionLei Li2-0/+48
2013-04-29vnc: Add SCROLL lock key to kbd_ledsLei Li1-1/+5
2013-04-26gtk: refactor menu creationAnthony Liguori1-37/+56
2013-04-25console: add dummy surface for guests without graphic cardGerd Hoffmann1-2/+32
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann7-11/+11
2013-04-25console: switch ppm_save to qemu_openGerd Hoffmann1-2/+4
2013-04-25console: add qemu_console_lookup_by_deviceGerd Hoffmann1-0/+19
2013-04-25console: add device link to QemuConsolesGerd Hoffmann1-1/+14
2013-04-25console: qom-ify QemuConsoleGerd Hoffmann1-1/+14
2013-04-24input: introduce keyboard handler listGerd Hoffmann1-12/+25
2013-04-24input: make QEMUPutLEDEntry + QEMUPutMouseEntry privateGerd Hoffmann1-0/+18
2013-04-23ui/gtk: Use gtk_widget_get_window() to support both gtk2 and gtk3Ozan Çağlayan1-2/+2
2013-04-22Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-5/+3
2013-04-21ui/cocoa.m: Fix recent compile breakagePeter Maydell1-4/+4
2013-04-19monitor: fix the wrong order of releasing keysAmos Kong1-5/+3
2013-04-17Fix warnings suppressors to honor --disable-werrorMarkus Armbruster1-1/+2
2013-04-16gtk: custom cursor supportGerd Hoffmann1-0/+33
2013-04-16console: allow pinning displaychangelisteners to consolesGerd Hoffmann3-36/+81
2013-04-16console: add qemu_console_is_*Gerd Hoffmann4-44/+52
2013-04-16xen: re-enable refresh interval reporting for xenfbGerd Hoffmann1-0/+6
2013-04-16console: gui timer fixesGerd Hoffmann4-63/+54
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-17/+16
2013-04-16console: make DisplayState private to console.cGerd Hoffmann1-0/+8
2013-04-16console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann1-0/+50
2013-04-16console: zap g_width + g_heightGerd Hoffmann1-23/+9
2013-04-16console: simplify screendumpGerd Hoffmann1-19/+53
2013-04-16console: give each QemuConsole its own DisplaySurfaceGerd Hoffmann1-27/+69
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann6-38/+49
2013-04-16console: displaystate init revampGerd Hoffmann1-39/+34
2013-04-16console: add trace eventsGerd Hoffmann1-0/+4
2013-04-16console: switch color_table_rgb to pixman_color_tGerd Hoffmann1-16/+8
2013-04-16console: use pixman for font renderingGerd Hoffmann1-99/+11
2013-04-16console: use pixman for fill+blitGerd Hoffmann1-55/+10
2013-04-16pixman: render vgafont glyphs into pixman imagesGerd Hoffmann1-0/+43
2013-04-16pixman: add qemu_pixman_color()Gerd Hoffmann1-0/+11
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2-2/+2
2013-04-02Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-1/+1
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi1-1/+1
2013-04-02ui/gtk: Set QEMU window iconStefan Weil1-0/+13
2013-04-02gtk: make more messages translatableAurelien Jarno1-2/+2
2013-03-27qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede2-2/+2
2013-03-25gtk: Release modifier when graphic console loses keyboard focusJan Kiszka1-2/+51
2013-03-19ui/cocoa.m: Fix compile failures introduced by recent console changesPeter Maydell1-3/+6