summaryrefslogtreecommitdiff
path: root/include/ui
AgeCommit message (Expand)Author
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell
2018-03-05console: add and use qemu_display_find_defaultGerd Hoffmann
2018-03-05egl-headless: switch over to new display registryGerd Hoffmann
2018-03-05curses: switch over to new display registryGerd Hoffmann
2018-03-05cocoa: switch over to new display registryGerd Hoffmann
2018-03-05sdl: switch over to new display registryGerd Hoffmann
2018-03-05console: add qemu display registry, add gtkGerd Hoffmann
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-22console/opengl: split up dpy_gl_cursor opsGerd Hoffmann
2018-02-20cocoa: use DisplayOptionsGerd Hoffmann
2018-02-20curses: use DisplayOptionsGerd Hoffmann
2018-02-20egl-headless: use DisplayOptionsGerd Hoffmann
2018-02-20sdl: use DisplayOptionsGerd Hoffmann
2018-02-20gtk: add and use DisplayOptions + DisplayGTKGerd Hoffmann
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-02-09Clean up includesMarkus Armbruster
2018-02-09vnc: use stubs for CONFIG_VNC=n dummy functionsGerd Hoffmann
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-25ui: convert GTK and SDL1 frontends to keycodemapdbDaniel P. Berrange
2018-01-25ui: convert the SDL2 frontend to keycodemapdbDaniel P. Berrange
2018-01-12sdl2: Ignore UI hotkeys after a focus change when GUI modifier is heldJindrich Makovicka
2018-01-12spice: remove QXLWorker interface fieldFrediano Ziglio
2017-12-14ui: generate qcode to linux mappingsOwen Smith
2017-10-19Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques...Peter Maydell
2017-10-17egl-helpers: add egl_texture_blit and egl_texture_blendGerd Hoffmann
2017-10-17egl-helpers: add dmabuf import supportGerd Hoffmann
2017-10-17opengl: add flipping vertex shaderGerd Hoffmann
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann
2017-10-17console: add support for dmabufsGerd Hoffmann
2017-10-16ui: don't export qemu_input_event_new_keyDaniel P. Berrange
2017-10-16ui: convert common input code to keycodemapdbDaniel P. Berrange
2017-09-29egl: misc framebuffer helper improvements.Gerd Hoffmann
2017-09-29console: purge curses bits from console.hGerd Hoffmann
2017-08-31console: use DIV_ROUND_UPMarc-André Lureau
2017-07-27ui: move qemu_input_linux_to_qcode()Gerd Hoffmann
2017-06-21gtk: use framebuffer helper functions.Gerd Hoffmann
2017-06-21sdl2: use framebuffer helper functions.Gerd Hoffmann
2017-06-21egl-helpers: add helpers to handle opengl framebuffersGerd Hoffmann
2017-06-14spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann
2017-05-12opengl: add egl-headless displayGerd Hoffmann
2017-05-12egl-helpers: fix display init for x11Gerd Hoffmann
2017-05-12egl-helpers: drop support for gles and debug loggingGerd Hoffmann
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov
2017-03-16cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann