summaryrefslogtreecommitdiff
path: root/include/ui
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2018-02-09Clean up includesMarkus Armbruster1-1/+0
2018-02-09vnc: use stubs for CONFIG_VNC=n dummy functionsGerd Hoffmann1-21/+0
2018-01-29ui: fix alphabetical ordering of keymapsDaniel P. Berrange1-3/+3
2018-01-29hw: convert the escc device to keycodemapdbDaniel P. Berrange1-0/+3
2018-01-29hw: convert ps2 device to keycodemapdbDaniel P. Berrange1-0/+9
2018-01-25sdl: reorganize -no-frame supportGerd Hoffmann1-3/+2
2018-01-25ui: convert GTK and SDL1 frontends to keycodemapdbDaniel P. Berrange1-0/+21
2018-01-25ui: convert the SDL2 frontend to keycodemapdbDaniel P. Berrange1-0/+3
2018-01-12sdl2: Ignore UI hotkeys after a focus change when GUI modifier is heldJindrich Makovicka1-0/+1
2018-01-12spice: remove QXLWorker interface fieldFrediano Ziglio1-1/+0
2017-12-14ui: generate qcode to linux mappingsOwen Smith1-0/+3
2017-10-19Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques...Peter Maydell6-19/+47
2017-10-17egl-helpers: add egl_texture_blit and egl_texture_blendGerd Hoffmann1-0/+4
2017-10-17egl-helpers: add dmabuf import supportGerd Hoffmann1-0/+3
2017-10-17opengl: add flipping vertex shaderGerd Hoffmann1-1/+1
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann5-19/+15
2017-10-17console: add support for dmabufsGerd Hoffmann1-0/+25
2017-10-16ui: don't export qemu_input_event_new_keyDaniel P. Berrange1-1/+0
2017-10-16ui: convert common input code to keycodemapdbDaniel P. Berrange1-1/+10
2017-09-29egl: misc framebuffer helper improvements.Gerd Hoffmann1-2/+3
2017-09-29console: purge curses bits from console.hGerd Hoffmann1-21/+2
2017-08-31console: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-07-27ui: move qemu_input_linux_to_qcode()Gerd Hoffmann1-0/+1
2017-06-21gtk: use framebuffer helper functions.Gerd Hoffmann1-2/+2
2017-06-21sdl2: use framebuffer helper functions.Gerd Hoffmann1-2/+6
2017-06-21egl-helpers: add helpers to handle opengl framebuffersGerd Hoffmann1-0/+15
2017-06-14spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann1-0/+2
2017-05-12opengl: add egl-headless displayGerd Hoffmann1-0/+3
2017-05-12egl-helpers: fix display init for x11Gerd Hoffmann1-1/+2
2017-05-12egl-helpers: drop support for gles and debug loggingGerd Hoffmann1-1/+1
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov1-4/+7
2017-03-16cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann1-7/+0
2017-02-27gtk-egl: add scanout_disable supportGerd Hoffmann1-0/+1
2017-02-27sdl2: add scanout_disable supportGerd Hoffmann1-0/+1
2017-02-27console: add dpy_gl_scanout_disableGerd Hoffmann1-0/+2
2017-02-27console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann3-23/+32
2017-02-20spice: allow to specify drm rendernodeMarc-André Lureau1-2/+1
2017-01-27chardev: qom-ifyMarc-André Lureau1-0/+2
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau2-2/+2
2017-01-10curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)Stefan Weil1-0/+3
2017-01-10console: add API to get underlying gui window IDSamuel Thibault1-0/+4
2017-01-10ui: use evdev keymap when running under waylandDaniel P. Berrange1-0/+4
2016-09-28spice/gl: render DisplaySurface via openglGerd Hoffmann1-1/+4
2016-09-28console: track gl_block state in QemuConsoleGerd Hoffmann1-0/+1
2016-09-15Remove unused function declarationsLadi Prosek3-6/+0
2016-08-09clang: Fix warning reg. expansion to 'defined'Pranith Kumar1-2/+5
2016-07-11gtk: fix buildGerd Hoffmann1-0/+1
2016-07-06virgl: pass whole GL scanout dimensionsMarc-André Lureau3-0/+4