summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-01-161-4/+4
|\
| * maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-161-4/+4
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180112-pull-request' i...Peter Maydell2018-01-125-48/+54
|\ \
| * | sdl2: Ignore UI hotkeys after a focus change when GUI modifier is heldJindrich Makovicka2018-01-121-8/+24
| * | sdl2 uses surface relative coordinatesJindrich Makovicka2018-01-121-26/+4Star
| * | sdl2: Do not hide the cursor on auxilliary windowsJindrich Makovicka2018-01-121-0/+17
| * | spice: remove unused timer listFrediano Ziglio2018-01-121-4/+0Star
| * | spice: remove only written event_mask fieldFrediano Ziglio2018-01-121-4/+2Star
| * | spice: remove unused watch listFrediano Ziglio2018-01-121-4/+0Star
| * | spice: remove QXLWorker interface fieldFrediano Ziglio2018-01-121-2/+0Star
| * | ui: deprecate use of GTK 2.x in favour of 3.x seriesDaniel P. Berrange2018-01-121-0/+5
| * | input: fix memory leaklinzhecheng2018-01-121-0/+2
| |/
* | ui: mix misleading comments & return types of VNC I/O helper methodsDaniel P. Berrange2018-01-124-23/+24
* | ui: add trace events related to VNC client throttlingDaniel P. Berrange2018-01-122-0/+30
* | ui: place a hard cap on VNC server output buffer sizeDaniel P. Berrange2018-01-121-0/+29
* | ui: fix VNC client throttling when forced update is requestedDaniel P. Berrange2018-01-124-4/+41
* | ui: fix VNC client throttling when audio capture is activeDaniel P. Berrange2018-01-122-8/+70
* | ui: refactor code for determining if an update should be sent to the clientDaniel P. Berrange2018-01-121-7/+20
* | ui: correctly reset framebuffer update state after processing dirty regionsDaniel P. Berrange2018-01-121-1/+1
* | ui: introduce enum to track VNC client framebuffer update request stateDaniel P. Berrange2018-01-122-12/+18
* | ui: track how much decoded data we consumed when doing SASL encodingDaniel P. Berrange2018-01-122-1/+3
* | ui: avoid pointless VNC updates if framebuffer isn't dirtyDaniel P. Berrange2018-01-121-1/+1
* | ui: remove redundant indentation in vnc_client_updateDaniel P. Berrange2018-01-121-55/+57
* | ui: remove unreachable code in vnc_update_clientDaniel P. Berrange2018-01-121-5/+1Star
* | ui: remove 'sync' parameter from vnc_update_clientDaniel P. Berrange2018-01-121-8/+3Star
* | vnc: fix debug spellingMarc-André Lureau2018-01-121-1/+1
|/
* ui: generate qcode to linux mappingsOwen Smith2017-12-151-0/+1
* sdl2: Fix broken display updating after the window is hiddenJindrich Makovicka2017-11-161-6/+2Star
* sdl2: Do not leave grab when fullscreenJindrich Makovicka2017-11-161-2/+3
* sdl2: Fix dead keyboard after fullsceenJindrich Makovicka2017-11-161-0/+1
* sdl2: Use the same pointer show/hide logic for absolute and relative modeJindrich Makovicka2017-11-161-11/+13
* sdl2: Do not quit the emulator when an auxilliary window is closedJindrich Makovicka2017-11-161-3/+8
* ui: use QEMU_IS_ALIGNED macroPhilippe Mathieu-Daudé2017-11-101-1/+1
* ui: fix dcl unregisterGerd Hoffmann2017-11-101-0/+1
* ui/cocoa.m: Send ctrl-alt key combos to guest if QEMU isn't using themPeter Maydell2017-11-071-4/+2Star
* ui/cocoa.m: move ungrab to ctrl-alt-gJohn Arbuckle2017-11-071-13/+18
* ui/cocoa.m: Make scrolling work again in GUI monitor windowsJohn Arbuckle2017-11-071-32/+66
* ui/cocoa.m: Fix console selection keysJohn Arbuckle2017-11-021-1/+1
* ui: pull in latest keycodemapdbDaniel P. Berrange2017-10-231-0/+0
* ui: normalize the 'sysrq' key into the 'print' keyDaniel P. Berrange2017-10-231-0/+14
* ui: use correct union field for key numberDaniel P. Berrange2017-10-231-1/+1
* ui: fix crash with sendkey and raw key numbersDaniel P. Berrange2017-10-231-0/+5
* Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques...Peter Maydell2017-10-1910-55/+232
|\
| * egl-headless: add dmabuf supportGerd Hoffmann2017-10-171-2/+57
| * egl-helpers: add egl_texture_blit and egl_texture_blendGerd Hoffmann2017-10-171-0/+27
| * egl-helpers: add dmabuf import supportGerd Hoffmann2017-10-171-0/+46
| * opengl: add flipping vertex shaderGerd Hoffmann2017-10-173-4/+20
| * opengl: move shader init from console-gl.c to shader.cGerd Hoffmann2017-10-176-53/+53
| * console: add support for dmabufsGerd Hoffmann2017-10-171-0/+33
* | gtk: fix wrong id between texture and framebufferAnthoine Bourgeois2017-10-161-2/+1Star