summaryrefslogtreecommitdiff
path: root/ui/sdl.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Merge tag 'v2.6.0' into developSeokYeon Hwang1-1/+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-21Merge tag 'v2.5.0' into tizen_3.0_qemu_2.5SeokYeon Hwang1-1/+1
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-08-24Merge tag 'v2.4.0' into tizen_3.0_qemu_2.4SeokYeon Hwang1-12/+54
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-12-10Merge 'v2.2.0' into tizen_next_qemu_2.2SeokYeon Hwang1-2/+3
2014-09-05console: stop using PixelFormatGerd Hoffmann1-2/+3
2014-04-21Merge branch 'upstream_qemu_2.0' into tizenSeokYeon Hwang1-68/+60
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-12-11Merge branch 'upstream-1.7' into tizen_qemu_1.7SeokYeon Hwang1-4/+19
2013-11-06sdl: Reverse support for video mode settingLei Li1-4/+19
2013-07-02Merge 'qemu 1.5.1' into tizen_qemu_1.5.1test1-192/+94
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-26DGLES2: remove completelyIgor Mitsyanko1-29/+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-09-14Merge commit '260bf01' into tizen-armEvgeny Voevodin1-1/+1
2012-08-01[Title] Fix keyboard build issue on MacJun Tian1-1/+1
2012-06-15Tizen ARM: Add gles libs.Igor Mitsyanko1-1/+29
2012-06-15Upgrade to upstream v1.1.0.Evgeny Voevodin1-32/+32
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