summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-11-16sdl2: Fix broken display updating after the window is hiddenJindrich Makovicka1-6/+2
2017-11-16sdl2: Do not leave grab when fullscreenJindrich Makovicka1-2/+3
2017-11-16sdl2: Fix dead keyboard after fullsceenJindrich Makovicka1-0/+1
2017-11-16sdl2: Use the same pointer show/hide logic for absolute and relative modeJindrich Makovicka1-11/+13
2017-11-16sdl2: Do not quit the emulator when an auxilliary window is closedJindrich Makovicka1-3/+8
2017-11-10ui: use QEMU_IS_ALIGNED macroPhilippe Mathieu-Daudé1-1/+1
2017-11-10ui: fix dcl unregisterGerd Hoffmann1-0/+1
2017-11-07ui/cocoa.m: Send ctrl-alt key combos to guest if QEMU isn't using themPeter Maydell1-4/+2
2017-11-07ui/cocoa.m: move ungrab to ctrl-alt-gJohn Arbuckle1-13/+18
2017-11-07ui/cocoa.m: Make scrolling work again in GUI monitor windowsJohn Arbuckle1-32/+66
2017-11-02ui/cocoa.m: Fix console selection keysJohn Arbuckle1-1/+1
2017-10-23ui: pull in latest keycodemapdbDaniel P. Berrange1-0/+0
2017-10-23ui: normalize the 'sysrq' key into the 'print' keyDaniel P. Berrange1-0/+14
2017-10-23ui: use correct union field for key numberDaniel P. Berrange1-1/+1
2017-10-23ui: fix crash with sendkey and raw key numbersDaniel P. Berrange1-0/+5
2017-10-19Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques...Peter Maydell10-55/+232
2017-10-17egl-headless: add dmabuf supportGerd Hoffmann1-2/+57
2017-10-17egl-helpers: add egl_texture_blit and egl_texture_blendGerd Hoffmann1-0/+27
2017-10-17egl-helpers: add dmabuf import supportGerd Hoffmann1-0/+46
2017-10-17opengl: add flipping vertex shaderGerd Hoffmann3-4/+20
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann6-53/+53
2017-10-17console: add support for dmabufsGerd Hoffmann1-0/+33
2017-10-16gtk: fix wrong id between texture and framebufferAnthoine Bourgeois1-2/+1
2017-10-16ui/gtk: Fix deprecation of vte_terminal_copy_clipboardAnthony PERARD1-0/+5
2017-10-16ui: don't export qemu_input_event_new_keyDaniel P. Berrange1-1/+1
2017-10-16ui: convert key events to QKeyCodes immediatelyDaniel P. Berrange1-7/+17
2017-10-16ui: convert common input code to keycodemapdbDaniel P. Berrange1-311/+15
2017-10-16ui: add keycodemapdb repository as a GIT submoduleDaniel P. Berrange1-0/+0
2017-10-04ui: Always remove an old VNC channel watch before adding a new oneBrandon Carpenter3-0/+13
2017-09-29ui: add tracing of VNC authentication processDaniel P. Berrange4-93/+92
2017-09-29ui: add tracing of VNC operations related to QIOChannelDaniel P. Berrange4-6/+19
2017-09-29egl: misc framebuffer helper improvements.Gerd Hoffmann5-17/+27
2017-09-29console: purge curses bits from console.hGerd Hoffmann1-6/+21
2017-09-22buildsys: Move sdl cflags/libs to per objectFam Zheng1-0/+1
2017-09-19General warn report fixupsAlistair Francis1-2/+1
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-4/+5
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis2-2/+2
2017-09-13console: add question-mark escape operatorAlexander Graf1-1/+2
2017-09-13console: fix dpy_gfx_replace_surface assertGerd Hoffmann1-1/+1
2017-09-13pixman: drop submoduleGerd Hoffmann1-4/+0
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster3-11/+11
2017-09-04qapi: Avoid unnecessary use of enum lookup table's sentinelMarkus Armbruster1-1/+1
2017-08-31ui: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-08-31vnc: use DIV_ROUND_UPMarc-André Lureau2-2/+2
2017-08-31vnc: use QEMU_ALIGN_DOWNMarc-André Lureau1-4/+4
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-31ui/vnc: fix leak of SocketAddress **Philippe Mathieu-Daudé1-18/+18
2017-07-28ui: add pause key to linux_to_qcodeGerd Hoffmann1-0/+1
2017-07-28ui: drop ac_search and ac_stopGerd Hoffmann1-4/+4
2017-07-28ui: correctly detect spice PAUSE scancode sequenceDaniel P. Berrange1-19/+13