summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ui/gtk: Fix deprecation of vte_terminal_copy_clipboardAnthony PERARD2017-10-161-0/+5
* | ui: don't export qemu_input_event_new_keyDaniel P. Berrange2017-10-161-1/+1
* | ui: convert key events to QKeyCodes immediatelyDaniel P. Berrange2017-10-161-7/+17
* | ui: convert common input code to keycodemapdbDaniel P. Berrange2017-10-161-311/+15Star
* | ui: add keycodemapdb repository as a GIT submoduleDaniel P. Berrange2017-10-161-0/+0
|/
* ui: Always remove an old VNC channel watch before adding a new oneBrandon Carpenter2017-10-043-0/+13
* ui: add tracing of VNC authentication processDaniel P. Berrange2017-09-294-93/+92Star
* ui: add tracing of VNC operations related to QIOChannelDaniel P. Berrange2017-09-294-6/+19
* egl: misc framebuffer helper improvements.Gerd Hoffmann2017-09-295-17/+27
* console: purge curses bits from console.hGerd Hoffmann2017-09-291-6/+21
* buildsys: Move sdl cflags/libs to per objectFam Zheng2017-09-221-0/+1
* General warn report fixupsAlistair Francis2017-09-191-2/+1Star