summaryrefslogtreecommitdiff
path: root/ui/sdl.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov1-2/+2
2017-02-27ui: Use XkbGetMap and XkbGetNames instead of XkbGetKeyboardDaniel P. Berrange1-4/+6
2017-01-10console: move window ID code from baum to sdlSamuel Thibault1-0/+25
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-01qapi: rename input buttonsGerd Hoffmann1-2/+2
2016-02-04ui: Clean up includesPeter Maydell1-0/+1
2016-02-02sdl: shorten the GUI refresh interval when mouse or keyboard is activeJindřich Makovička1-0/+22
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake1-2/+2
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-1/+1
2015-11-06ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-05-05sdl2: add support for display rendering using opengl.Gerd Hoffmann1-0/+10
2015-03-12sdl: Fix crash when calling sdl_switch() with NULL surfaceBenjamin Herrenschmidt1-1/+2
2015-03-12sdl: Refresh debug statementsBenjamin Herrenschmidt1-2/+22
2015-01-19ui/sdl: Support shared surface for more pixman formatsBenjamin Herrenschmidt1-6/+20
2014-12-16sdl: move version logic from source code to makefileGerd Hoffmann1-3/+0
2014-09-05console: stop using PixelFormatGerd Hoffmann1-2/+3
2014-03-10input: sdl: fix guest_cursor logic.Gerd Hoffmann1-7/+11
2014-03-05ui/sdl2 : initial port to SDL 2.0 (v2.0)Dave Airlie1-0/+3
2014-03-05input: mouse: switch sdl ui to new coreGerd Hoffmann1-45/+39
2014-03-05input: keyboard: switch sdl ui to new coreGerd Hoffmann1-18/+9
2013-11-06sdl: Reverse support for video mode settingLei Li1-4/+19
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann1-1/+1
2013-04-16console: add qemu_console_is_*Gerd Hoffmann1-12/+12
2013-04-16console: gui timer fixesGerd Hoffmann1-5/+5
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann1-9/+9
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann1-8/+3
2013-03-18sdl: stop using DisplayStateGerd Hoffmann1-41/+51
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann1-5/+5
2013-03-18sdl: drop dead codeGerd Hoffmann1-5/+0
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann1-15/+29
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-1/+1
2012-11-01console: remove DisplayAllocatorGerd Hoffmann1-111/+6
2012-11-01console: remove dpy_gfx_fillGerd Hoffmann1-7/+0
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann1-6/+6
2012-11-01console: move set_mouse + cursor_define callbacksGerd Hoffmann1-4/+4
2012-02-27sdl: remove NULL check, g_malloc0 can't failAlon Levy1-4/+0
2012-02-01sdl: Limit sdl_grab_end in handle_activation to Windows hostsJan Kiszka1-0/+4
2012-02-01sdl: Grab input on end of non-absolute mouse clickJan Kiszka1-2/+1
2012-02-01Revert "Handle SDL grabs failing (Mark McLoughlin)"Jan Kiszka1-6/+3
2012-02-01sdl: Fix block prevention of SDL_WM_GrabInputJan Kiszka1-12/+14
2012-02-01sdl: Do not grab mouse on mode switch while in backgroundJan Kiszka1-14/+16
2011-09-15Drop the vm_running global variableLuiz Capitulino1-3/+3
2011-08-22sdl: Don't release input on mouse mode change in full-screen modeJan Kiszka1-1/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-10/+10
2011-08-05sdl: Refactor sdl_send_mouse_eventJan Kiszka1-11/+11
2011-08-05sdl: Factor out event handlers from sdl_refreshJan Kiszka1-205/+271
2011-08-05sdl: Add zoom hot keysJan Kiszka1-0/+13
2011-08-05sdl: Dynamically grab input in absolute mouse modeJan Kiszka1-6/+37