summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini4-7/+7
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-2/+2
2019-01-11qemu/queue.h: typedef QTAILQ headsPaolo Bonzini1-6/+8
2019-01-10Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190110-pull-request' i...Peter Maydell4-50/+12
2019-01-10spice: Remove unused includeFrediano Ziglio1-1/+0
2019-01-10keymaps: drop support for include filesGerd Hoffmann1-4/+3
2019-01-10ui/console: Remove qemu_create_display_surface_guestmem()Peter Maydell1-36/+0
2019-01-10configure: bump spice-server required version to 0.12.5Marc-André Lureau1-8/+0
2019-01-10egl-headless: add egl_create_contextGerd Hoffmann1-1/+9
2019-01-08ui/cocoa: Include less of the generated modular QAPI headersMarkus Armbruster1-1/+2
2018-11-16ui: Allow specifying 'rendernode' display option for egl-headlessErik Skultety1-1/+1
2018-11-12ui/gtk: fix cursor in egl modeGerd Hoffmann1-5/+12
2018-10-29spice: prepare for upcoming spice-server changeGerd Hoffmann1-4/+22
2018-10-29SDL: set a hint to not bypass the window compositorSebastian Krzyszkowiak1-0/+3
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell6-34/+52
2018-10-19spice: Clean up error reporting in add_channel()Markus Armbruster1-6/+7
2018-10-19vnc: Clean up error reporting in vnc_init_func()Markus Armbruster1-4/+4
2018-10-19ui: Convert vnc_display_init(), init_keyboard_layout() to ErrorFei Li5-17/+23
2018-10-19ui/keymaps: Fix handling of erroneous include filesMarkus Armbruster1-12/+23
2018-10-19qemu-timer: avoid checkpoints for virtual clock timers in external subsystemsArtem Pisarenko1-2/+3
2018-10-19Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...Artem Pisarenko1-4/+4
2018-10-12Merge remote-tracking branch 'remotes/kraxel/tags/ui2-20181012-pull-request' ...Peter Maydell2-194/+18
2018-10-12ui: increase min required GTK3 version to 3.14.0Daniel P. Berrangé1-10/+0
2018-10-12ui: remove support for GTK2 in favour of GTK3Daniel P. Berrangé2-184/+18
2018-10-12gtk: fix uninitialized variablePaolo Bonzini1-1/+1
2018-10-12sdl2: Support all virtio-gpu formatsMax Reitz1-0/+15
2018-10-12gtk: Don't vte_terminal_set_encoding() on new VTE versionsKevin Wolf1-2/+4
2018-10-02ui: fix virtual timersPavel Dovgalyuk1-4/+4
2018-10-01Merge remote-tracking branch 'remotes/kraxel/tags/ui-20181001-pull-request' i...Peter Maydell3-8/+18
2018-10-01gtk: add zoom-to-fit to gtk options.Gerd Hoffmann1-0/+8
2018-10-01vnc: call sasl_server_init() only when requiredMarc-André Lureau1-7/+8
2018-10-01sdl2: show console #0 unconditionallyGerd Hoffmann1-1/+2
2018-09-27qxl: support mono cursors with inverted colorsPeter Wu1-2/+40
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2-10/+7
2018-08-27util: promote qemu_egl_rendernode_open() to libqemuutilMarc-André Lureau1-49/+2
2018-08-24dmabuf: add y0_top, pass it to spiceMarc-André Lureau1-1/+2
2018-08-24ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macroPhilippe Mathieu-Daudé2-2/+3
2018-08-24ui/sdl2: Fix broken -full-screen CLI optionThomas Huth1-5/+4
2018-08-24spice-display: fix qemu_spice_cursor_refresh_bh lockingPaolo Bonzini1-12/+18
2018-08-24spice-display: access ptr_x/ptr_y under MutexPaolo Bonzini1-1/+8
2018-08-24vnc: remove support for deprecated tls, x509, x509verify optionsDaniel P. Berrangé1-91/+0
2018-08-24sdl2: redraw correctly when scanout_mode enabled.Tao Wu1-0/+5
2018-08-24ui: use enum to string helpersMarc-André Lureau1-3/+3
2018-08-24vnc: fix memleak of the "vnc-worker-output" namePeter Wu1-1/+2
2018-08-24ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flagThomas Huth1-3/+1
2018-07-24ui/cocoa.m: prevent stuck command key when going into full screen modeJohn Arbuckle1-1/+13
2018-07-12ui/cocoa.m: replace scrollingDeltaY with deltaYJohn Arbuckle1-7/+13
2018-07-03qapi: add conditions to VNC type/commands/events on the schemaMarc-André Lureau1-0/+2
2018-06-26sdl2: add checking for NULLPavel Dovgalyuk1-3/+3
2018-06-26sdl2: fix copypaste issuesPavel Dovgalyuk1-4/+4