summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* console: Hook QemuConsoles into qom treeGerd Hoffmann2013-06-281-0/+10
* gtk: add support for surface conversionGerd Hoffmann2013-06-281-23/+40
* Merge remote-tracking branch 'spice/spice.v71' into stagingAnthony Liguori2013-06-241-0/+13
|\
| * spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850)Hans de Goede2013-06-241-0/+13
* | vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_clientMichael Tokarev2013-06-211-7/+8
|/
* gtk: Fix compiler warning (GTK 3 deprecated function)Stefan Weil2013-06-161-0/+4
* create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev2013-06-141-9/+3
* gtk: implement -full-screenPeter Wu2013-06-111-1/+5
* qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth2013-06-102-0/+6
* gtk: use better iconAnthony Liguori2013-06-101-1/+1
* gtk: don't use g_object_unref on GdkCursorAnthony Liguori2013-06-031-1/+1
* gtk: don't resize window when enabling scalingAnthony Liguori2013-06-031-1/+3
* cocoa: Avoid deprecated NSOpenPanel beginSheetForDirectoryPeter Maydell2013-05-291-1/+15
* cocoa: Avoid deprecated NSOpenPanel filename methodPeter Maydell2013-05-291-1/+1
* cocoa: Avoid deprecated CPS* functionsPeter Maydell2013-05-291-17/+6
* cocoa: Fix leaks of NSScreen and NSConcreteMapTablePeter Maydell2013-05-291-1/+10
* ui/input.c: replace magic numbers with macrosAmos Kong2013-05-231-6/+7
* vnc: Make ledstate comparison before modifiers updatedLei Li2013-05-151-1/+2
* portability: pty.h is glibc-specificPaolo Bonzini2013-05-141-1/+0
* ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0Igor Mitsyanko2013-05-131-0/+19
* 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
OpenPOWER on IntegriCloud