Age | Commit message (Expand) | Author | Files | Lines |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-03-01 | qapi: rename input buttons | Gerd Hoffmann | 1 | -2/+2 |
2016-02-04 | ui: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-02-02 | sdl: shorten the GUI refresh interval when mouse or keyboard is active | Jindřich Makovička | 1 | -0/+22 |
2015-12-17 | qapi: Change munging of CamelCase enum values | Eric Blake | 1 | -2/+2 |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake | 1 | -1/+1 |
2015-11-06 | ui: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -1/+1 |
2015-05-05 | sdl2: add support for display rendering using opengl. | Gerd Hoffmann | 1 | -0/+10 |
2015-03-12 | sdl: Fix crash when calling sdl_switch() with NULL surface | Benjamin Herrenschmidt | 1 | -1/+2 |
2015-03-12 | sdl: Refresh debug statements | Benjamin Herrenschmidt | 1 | -2/+22 |
2015-01-19 | ui/sdl: Support shared surface for more pixman formats | Benjamin Herrenschmidt | 1 | -6/+20 |
2014-12-16 | sdl: move version logic from source code to makefile | Gerd Hoffmann | 1 | -3/+0 |
2014-09-05 | console: stop using PixelFormat | Gerd Hoffmann | 1 | -2/+3 |
2014-03-10 | input: sdl: fix guest_cursor logic. | Gerd Hoffmann | 1 | -7/+11 |
2014-03-05 | ui/sdl2 : initial port to SDL 2.0 (v2.0) | Dave Airlie | 1 | -0/+3 |
2014-03-05 | input: mouse: switch sdl ui to new core | Gerd Hoffmann | 1 | -45/+39 |
2014-03-05 | input: keyboard: switch sdl ui to new core | Gerd Hoffmann | 1 | -18/+9 |
2013-11-06 | sdl: Reverse support for video mode setting | Lei Li | 1 | -4/+19 |
2013-04-25 | console: zap ds arg from register_displaychangelistener | Gerd Hoffmann | 1 | -1/+1 |
2013-04-16 | console: add qemu_console_is_* | Gerd Hoffmann | 1 | -12/+12 |
2013-04-16 | console: gui timer fixes | Gerd Hoffmann | 1 | -5/+5 |
2013-04-16 | console: rename vga_hw_*, add QemuConsole param | Gerd Hoffmann | 1 | -9/+9 |
2013-03-18 | console: zap displaystate from dcl callbacks | Gerd Hoffmann | 1 | -8/+3 |
2013-03-18 | sdl: stop using DisplayState | Gerd Hoffmann | 1 | -41/+51 |
2013-03-18 | console: rework DisplaySurface handling [dcl/ui side] | Gerd Hoffmann | 1 | -5/+5 |
2013-03-18 | sdl: drop dead code | Gerd Hoffmann | 1 | -5/+0 |
2013-03-18 | console: fix displaychangelisteners interface | Gerd Hoffmann | 1 | -15/+29 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | ui: move files to ui/ and include/ui/ | Paolo Bonzini | 1 | -1/+1 |
2012-11-01 | console: remove DisplayAllocator | Gerd Hoffmann | 1 | -111/+6 |
2012-11-01 | console: remove dpy_gfx_fill | Gerd Hoffmann | 1 | -7/+0 |
2012-11-01 | console: untangle gfx & txt updates | Gerd Hoffmann | 1 | -6/+6 |
2012-11-01 | console: move set_mouse + cursor_define callbacks | Gerd Hoffmann | 1 | -4/+4 |
2012-02-27 | sdl: remove NULL check, g_malloc0 can't fail | Alon Levy | 1 | -4/+0 |
2012-02-01 | sdl: Limit sdl_grab_end in handle_activation to Windows hosts | Jan Kiszka | 1 | -0/+4 |
2012-02-01 | sdl: Grab input on end of non-absolute mouse click | Jan Kiszka | 1 | -2/+1 |
2012-02-01 | Revert "Handle SDL grabs failing (Mark McLoughlin)" | Jan Kiszka | 1 | -6/+3 |
2012-02-01 | sdl: Fix block prevention of SDL_WM_GrabInput | Jan Kiszka | 1 | -12/+14 |
2012-02-01 | sdl: Do not grab mouse on mode switch while in background | Jan Kiszka | 1 | -14/+16 |
2011-09-15 | Drop the vm_running global variable | Luiz Capitulino | 1 | -3/+3 |
2011-08-22 | sdl: Don't release input on mouse mode change in full-screen mode | Jan Kiszka | 1 | -1/+3 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -10/+10 |
2011-08-05 | sdl: Refactor sdl_send_mouse_event | Jan Kiszka | 1 | -11/+11 |
2011-08-05 | sdl: Factor out event handlers from sdl_refresh | Jan Kiszka | 1 | -205/+271 |
2011-08-05 | sdl: Add zoom hot keys | Jan Kiszka | 1 | -0/+13 |
2011-08-05 | sdl: Dynamically grab input in absolute mouse mode | Jan Kiszka | 1 | -6/+37 |
2011-08-05 | sdl: Fix cursor handling when switching consoles in absolute mouse mode | Jan Kiszka | 1 | -3/+10 |
2011-08-05 | sdl: Never release input while in full screen mode | Jan Kiszka | 1 | -3/+4 |
2011-08-05 | sdl: Consistently avoid grabbing input for text consoles | Jan Kiszka | 1 | -3/+6 |
2011-08-05 | sdl: Initialize gui_fullscreen earlier during setup | Jan Kiszka | 1 | -4/+5 |