Age | Commit message (Expand) | Author | Files | Lines |
2015-01-19 | ui/sdl2: Support shared surface for more pixman formats | Gerd Hoffmann | 2 | -6/+20 |
2015-01-19 | ui/sdl: Support shared surface for more pixman formats | Benjamin Herrenschmidt | 1 | -6/+20 |
2015-01-19 | ui/gtk: Support shared surface for most pixman formats | Benjamin Herrenschmidt | 1 | -6/+7 |
2015-01-19 | ui/spice: Support shared surface for most pixman formats | Gerd Hoffmann | 1 | -6/+7 |
2015-01-19 | ui/vnc: Support shared surface for most pixman formats | Benjamin Herrenschmidt | 1 | -7/+8 |
2015-01-19 | ui/pixman: add qemu_pixman_check_format | Gerd Hoffmann | 1 | -0/+27 |
2015-01-19 | ui: Add dpy_gfx_check_format() to check backend shared surface support | Benjamin Herrenschmidt | 1 | -0/+25 |
2015-01-19 | ui: Make qemu_default_pixman_format() return 0 on unsupported formats | Benjamin Herrenschmidt | 1 | -1/+1 |
2014-12-21 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s... | Peter Maydell | 5 | -255/+326 |
2014-12-17 | sdl2: Work around SDL2 SDL_ShowWindow() bug | Max Reitz | 1 | -0/+10 |
2014-12-17 | sdl2: Use correct sdl2_console for window events | Max Reitz | 1 | -2/+4 |
2014-12-17 | sdl2: move sdl2_2d_refresh to sdl2-2d.c | Gerd Hoffmann | 2 | -9/+9 |
2014-12-17 | sdl2: factor out sdl2_poll_events | Gerd Hoffmann | 1 | -10/+13 |
2014-12-17 | sdl2: add+use sdl2_2d_redraw function. | Gerd Hoffmann | 2 | -11/+17 |
2014-12-17 | sdl2: move sdl_switch to sdl2-2d.c | Gerd Hoffmann | 2 | -46/+46 |
2014-12-17 | sdl2: overhaul window size handling | Gerd Hoffmann | 1 | -93/+79 |
2014-12-17 | sdl2: move sdl_update to new sdl2-2d.c | Gerd Hoffmann | 3 | -31/+67 |
2014-12-17 | sdl2: turn on keyboard grabs | Gerd Hoffmann | 1 | -3/+4 |
2014-12-17 | sdl2: move keyboard input code to new sdl2-input.c | Gerd Hoffmann | 3 | -73/+110 |
2014-12-17 | sdl2: rename sdl2_state to sdl2_console, move to header file | Gerd Hoffmann | 1 | -36/+27 |
2014-12-16 | spice: fix memory leak | Gonglei | 1 | -4/+1 |
2014-12-16 | spice: remove spice-experimental.h include | Marc-André Lureau | 1 | -1/+0 |
2014-12-16 | spice: do not require TCP ports | Marc-André Lureau | 1 | -4/+0 |
2014-12-16 | spice: rework mirror allocation, add no-resize fast path | Gerd Hoffmann | 1 | -7/+26 |
2014-12-16 | spice: use bottom half instead of refresh timer for cursor updates | Gerd Hoffmann | 1 | -2/+10 |
2014-12-16 | sdl: move version logic from source code to makefile | Gerd Hoffmann | 3 | -7/+6 |
2014-12-10 | keymaps: correct keymaps.c following Qemu coding style | Gonglei | 1 | -88/+108 |
2014-12-10 | vnc-enc-tight: fix Arguments in wrong order | Gonglei | 1 | -1/+1 |
2014-11-25 | input: move input-send-event into experimental namespace | Gerd Hoffmann | 1 | -2/+2 |
2014-11-21 | gtk: Don't crash if -nodefaults | Fam Zheng | 1 | -7/+9 |
2014-11-21 | gtk: fix possible memory leak about local_err | zhanghailiang | 1 | -2/+1 |
2014-11-13 | QMP/input-send-event: make console parameter optional | Amos Kong | 1 | -6/+9 |
2014-11-04 | gtk: add GDK_KEY_pause #define | Gerd Hoffmann | 1 | -0/+1 |
2014-11-04 | gtk: Hide the menubar when in fullscreen mode (lp 1294898) | Cole Robinson | 1 | -2/+2 |
2014-11-04 | gtk: Install vc accelerators on parent window | Cole Robinson | 1 | -7/+15 |
2014-11-04 | gtk: Install fullscreen accelerator on toplevel window | Cole Robinson | 1 | -4/+14 |
2014-11-04 | gtk: Grab accel_group from GtkDisplayState | Cole Robinson | 1 | -12/+9 |
2014-10-31 | ui: Use the new ".mo-cflags" rule syntax for SDL_CFLAGS | Fam Zheng | 1 | -2/+3 |
2014-10-30 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20141028-1' into s... | Peter Maydell | 1 | -5/+15 |
2014-10-28 | vnc: return directly if no vnc client connected | ChenLiang | 1 | -5/+5 |
2014-10-28 | vnc: sanitize bits_per_pixel from the client | Petr Matousek | 1 | -0/+10 |
2014-10-28 | gtk: avoid gd_widget_reparent with gtk 3.14+ | Gerd Hoffmann | 1 | -2/+11 |
2014-10-28 | gtk: drop gtk_widget_set_double_buffered call | Gerd Hoffmann | 1 | -1/+0 |
2014-10-15 | gtk: add support for the Pause key | Martin Decky | 1 | -0/+6 |
2014-10-15 | gtk.c: Fix memory leak in gd_set_keycode_type() | Chen Fan | 1 | -0/+7 |
2014-10-02 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20141002-1' into... | Peter Maydell | 2 | -2/+46 |
2014-10-02 | add input-send-event command | Marcelo Tosatti | 1 | -0/+37 |
2014-10-02 | input: fix send-key monitor command release event ordering | Gerd Hoffmann | 1 | -2/+9 |
2014-09-30 | pixman: fix qemu_default_pixman_format (32bpp non-native endian) | Gerd Hoffmann | 1 | -1/+1 |
2014-09-29 | console: add graphic_console_set_hwops | Gerd Hoffmann | 1 | -2/+9 |