summaryrefslogtreecommitdiff
path: root/ui/sdl.c
AgeCommit message (Expand)AuthorFilesLines
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
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-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-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-20Use glib memory allocation and free functionsAnthony Liguori1-10/+10
2011-08-05sdl: Refactor sdl_send_mouse_eventJan Kiszka1-11/+11
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: Factor out event handlers from sdl_refreshJan Kiszka1-205/+271
2011-08-05sdl: Add zoom hot keysJan Kiszka1-0/+13
2011-08-05sdl: Add zoom hot keysJan Kiszka1-0/+13
2011-08-05sdl: Dynamically grab input in absolute mouse modeJan Kiszka1-6/+37
2011-08-05sdl: Dynamically grab input in absolute mouse modeJan Kiszka1-6/+37
2011-08-05sdl: Fix cursor handling when switching consoles in absolute mouse modeJan Kiszka1-3/+10
2011-08-05sdl: Fix cursor handling when switching consoles in absolute mouse modeJan Kiszka1-3/+10