aboutsummaryrefslogtreecommitdiff
path: root/include/ui
AgeCommit message (Expand)Author
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster
2015-06-05ui/console: remove dpy_gfx_update_dirtyPaolo Bonzini
2015-05-29gtk: add opengl support, using eglGerd Hoffmann
2015-05-29ui: add egl-helpersGerd Hoffmann
2015-05-29ui: shader.h protect against double inclusionGerd Hoffmann
2015-05-29ui: use libexpoxyGerd Hoffmann
2015-05-06gtk: create gtk.hGerd Hoffmann
2015-05-06console: add dpy_ui_info_supportedGerd Hoffmann
2015-05-05sdl2: Fix RGB555Max Reitz
2015-05-05sdl2: add support for display rendering using opengl.Gerd Hoffmann
2015-05-05sdl2: move SDL_* includes to sdl2.hGerd Hoffmann
2015-05-05console-gl: add opengl rendering helper functionsGerd Hoffmann
2015-05-05opengl: add shader helper functions.Gerd Hoffmann
2015-04-27Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ...Peter Maydell
2015-04-27spice: set pointer position on hotspotMarc-André Lureau
2015-04-27spice: fix simple display on bigendian hostsGerd Hoffmann
2015-04-27monitor: Make client_migrate_info synchronousMarkus Armbruster
2015-04-22console/gtk: add qemu_console_get_labelGerd Hoffmann
2015-03-12pixman: add a bunch of PIXMAN_BE_* defines for 32bppGerd Hoffmann
2015-03-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150310-1' into s...Peter Maydell
2015-03-10vnc: set id at parse time not init timeGerd Hoffmann
2015-03-10ui: Removed unused functionsThomas Huth
2015-02-25Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster
2015-02-18hmp: Clean up declarations for long-gone info handlersMarkus Armbruster
2015-02-16vnc: introduce an wrapper for auto assign vnc idGonglei
2015-01-29qmp hmp: Improve error messages when SPICE is not in useMarkus Armbruster
2015-01-29qmp hmp: Factor out common "using spice" testMarkus Armbruster
2015-01-22vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann
2015-01-22vnc: remove unused DisplayState parameter, add id instead.Gerd Hoffmann
2015-01-19ui/sdl2: Support shared surface for more pixman formatsGerd Hoffmann
2015-01-19ui/pixman: add qemu_pixman_check_formatGerd Hoffmann
2015-01-19ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt
2014-12-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s...Peter Maydell
2014-12-17sdl2: move sdl2_2d_refresh to sdl2-2d.cGerd Hoffmann
2014-12-17sdl2: factor out sdl2_poll_eventsGerd Hoffmann
2014-12-17sdl2: add+use sdl2_2d_redraw function.Gerd Hoffmann
2014-12-17sdl2: move sdl_switch to sdl2-2d.cGerd Hoffmann
2014-12-17sdl2: move sdl_update to new sdl2-2d.cGerd Hoffmann
2014-12-17sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann
2014-12-17sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann
2014-12-16spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann
2014-09-29console: add graphic_console_set_hwopsGerd Hoffmann
2014-09-05console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt
2014-09-05console: add qemu_pixman_linebuf_copyGerd Hoffmann
2014-09-05console: add dpy_gfx_update_dirtyGerd Hoffmann
2014-09-05console: add qemu_create_displaysurface_guestmemGerd Hoffmann
2014-09-05console: stop using PixelFormatGerd Hoffmann