summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-07-30spice: fix display initializationGerd Hoffmann1-0/+5
2013-07-29migration: fix spice migrationStefan Hajnoczi1-1/+1
2013-07-22gtk: Fix accelerator filteringJan Kiszka1-21/+18
2013-06-28console: Hook QemuConsoles into qom treeGerd Hoffmann1-0/+10
2013-06-28gtk: add support for surface conversionGerd Hoffmann1-23/+40
2013-06-24Merge remote-tracking branch 'spice/spice.v71' into stagingAnthony Liguori1-0/+13
2013-06-24spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850)Hans de Goede1-0/+13
2013-06-21vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_clientMichael Tokarev1-7/+8
2013-06-16gtk: Fix compiler warning (GTK 3 deprecated function)Stefan Weil1-0/+4
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev1-9/+3
2013-06-11gtk: implement -full-screenPeter Wu1-1/+5
2013-06-10qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth2-0/+6
2013-06-10gtk: use better iconAnthony Liguori1-1/+1
2013-06-03gtk: don't use g_object_unref on GdkCursorAnthony Liguori1-1/+1
2013-06-03gtk: don't resize window when enabling scalingAnthony Liguori1-1/+3
2013-05-29cocoa: Avoid deprecated NSOpenPanel beginSheetForDirectoryPeter Maydell1-1/+15
2013-05-29cocoa: Avoid deprecated NSOpenPanel filename methodPeter Maydell1-1/+1
2013-05-29cocoa: Avoid deprecated CPS* functionsPeter Maydell1-17/+6
2013-05-29cocoa: Fix leaks of NSScreen and NSConcreteMapTablePeter Maydell1-1/+10
2013-05-23ui/input.c: replace magic numbers with macrosAmos Kong1-6/+7
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