aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2018-01-29ui: fix alphabetical ordering of keymapsDaniel P. Berrange
2018-01-29hw: convert the escc device to keycodemapdbDaniel P. Berrange
2018-01-29hw: convert ps2 device to keycodemapdbDaniel P. Berrange
2018-01-25sdl: reorganize -no-frame supportGerd Hoffmann
2018-01-25sdl: use ctrl-alt-g as grab hotkeyGerd Hoffmann
2018-01-25ui: deprecate use of SDL 1.2 in favour of 2.0 seriesDaniel P. Berrange
2018-01-25ui: ignore hardware keycode 255 on win32Daniel P. Berrange
2018-01-25ui: add fix for GTK Pause key handling on Win32Daniel P. Berrange
2018-01-25ui: convert GTK and SDL1 frontends to keycodemapdbDaniel P. Berrange
2018-01-25ui: convert the SDL2 frontend to keycodemapdbDaniel P. Berrange
2018-01-25ui: avoid sign extension using client width/heightDaniel P. Berrange
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2018-01-18cocoa.m: Fix scroll wheel supportJohn Arbuckle
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2018-01-12Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180112-pull-request' i...Peter Maydell
2018-01-12sdl2: Ignore UI hotkeys after a focus change when GUI modifier is heldJindrich Makovicka
2018-01-12sdl2 uses surface relative coordinatesJindrich Makovicka
2018-01-12sdl2: Do not hide the cursor on auxilliary windowsJindrich Makovicka
2018-01-12spice: remove unused timer listFrediano Ziglio
2018-01-12spice: remove only written event_mask fieldFrediano Ziglio
2018-01-12spice: remove unused watch listFrediano Ziglio
2018-01-12spice: remove QXLWorker interface fieldFrediano Ziglio
2018-01-12ui: deprecate use of GTK 2.x in favour of 3.x seriesDaniel P. Berrange
2018-01-12input: fix memory leaklinzhecheng
2018-01-12ui: mix misleading comments & return types of VNC I/O helper methodsDaniel P. Berrange
2018-01-12ui: add trace events related to VNC client throttlingDaniel P. Berrange
2018-01-12ui: place a hard cap on VNC server output buffer sizeDaniel P. Berrange
2018-01-12ui: fix VNC client throttling when forced update is requestedDaniel P. Berrange
2018-01-12ui: fix VNC client throttling when audio capture is activeDaniel P. Berrange
2018-01-12ui: refactor code for determining if an update should be sent to the clientDaniel P. Berrange
2018-01-12ui: correctly reset framebuffer update state after processing dirty regionsDaniel P. Berrange
2018-01-12ui: introduce enum to track VNC client framebuffer update request stateDaniel P. Berrange
2018-01-12ui: track how much decoded data we consumed when doing SASL encodingDaniel P. Berrange
2018-01-12ui: avoid pointless VNC updates if framebuffer isn't dirtyDaniel P. Berrange
2018-01-12ui: remove redundant indentation in vnc_client_updateDaniel P. Berrange
2018-01-12ui: remove unreachable code in vnc_update_clientDaniel P. Berrange
2018-01-12ui: remove 'sync' parameter from vnc_update_clientDaniel P. Berrange
2018-01-12vnc: fix debug spellingMarc-André Lureau
2017-12-14ui: generate qcode to linux mappingsOwen Smith
2017-11-16sdl2: Fix broken display updating after the window is hiddenJindrich Makovicka
2017-11-16sdl2: Do not leave grab when fullscreenJindrich Makovicka
2017-11-16sdl2: Fix dead keyboard after fullsceenJindrich Makovicka
2017-11-16sdl2: Use the same pointer show/hide logic for absolute and relative modeJindrich Makovicka
2017-11-16sdl2: Do not quit the emulator when an auxilliary window is closedJindrich Makovicka
2017-11-10ui: use QEMU_IS_ALIGNED macroPhilippe Mathieu-Daudé
2017-11-10ui: fix dcl unregisterGerd Hoffmann
2017-11-07ui/cocoa.m: Send ctrl-alt key combos to guest if QEMU isn't using thempull-cocoa-20171107Peter Maydell
2017-11-07ui/cocoa.m: move ungrab to ctrl-alt-gJohn Arbuckle
2017-11-07ui/cocoa.m: Make scrolling work again in GUI monitor windowsJohn Arbuckle