summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-4/+5
* Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-192-2/+2
* console: add question-mark escape operatorAlexander Graf2017-09-131-1/+2
* console: fix dpy_gfx_replace_surface assertGerd Hoffmann2017-09-131-1/+1
* pixman: drop submoduleGerd Hoffmann2017-09-131-4/+0Star
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-043-11/+11
* qapi: Avoid unnecessary use of enum lookup table's sentinelMarkus Armbruster2017-09-041-1/+1
* ui: use DIV_ROUND_UPMarc-André Lureau2017-08-311-1/+1
* vnc: use DIV_ROUND_UPMarc-André Lureau2017-08-312-2/+2
* vnc: use QEMU_ALIGN_DOWNMarc-André Lureau2017-08-311-4/+4
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* ui/vnc: fix leak of SocketAddress **Philippe Mathieu-Daudé2017-07-311-18/+18
* ui: add pause key to linux_to_qcodeGerd Hoffmann2017-07-281-0/+1
* ui: drop ac_search and ac_stopGerd Hoffmann2017-07-281-4/+4
* ui: correctly detect spice PAUSE scancode sequenceDaniel P. Berrange2017-07-281-19/+13Star
* ps2: fix sending of PAUSE/BREAK scancodesDaniel P. Berrange2017-07-273-0/+22
* ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann2017-07-271-2/+0Star