index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
sdl.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-08-05
sdl: Drop bogus gui_fullscreen_initial_grab
Jan Kiszka
1
-3
/
+1
2011-08-05
sdl: Restore scaling mode on return from full screen
Jan Kiszka
1
-15
/
+33
2011-08-05
sdl: Fix full screen toggling from scaled mode
Jan Kiszka
1
-1
/
+2
2011-08-05
sdl: Properly mark modifier+u as hotkey
Jan Kiszka
1
-0
/
+1
2011-08-05
sdl: Avoid redundant scaling deactivation
Jan Kiszka
1
-4
/
+6
2011-08-05
sdl: Do not make full screen mode resizable
Jan Kiszka
1
-2
/
+5
2011-08-05
sdl: Fix termination in -no-shutdown mode
Jan Kiszka
1
-1
/
+3
2011-07-23
notifier: Pass data argument to callback
Jan Kiszka
1
-1
/
+1
2011-06-08
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
1
-4
/
+0
2011-05-15
set $SDL_VIDEODRIVER=x11 on Linux to prevent sudo kvm from fighting for video...
Michael Tokarev
1
-0
/
+12
2011-04-01
ui/sdl: Load optional QEMU icon
Stefan Weil
1
-0
/
+13
2011-03-22
Consolidate DisplaySurface allocation in qemu_alloc_display()
Jes Sorensen
1
-12
/
+8
2011-02-04
ui/sdl: Fix handling of caps lock and num lock keys
Stefan Weil
1
-0
/
+8
2011-01-29
sdl: remove unused variable
Blue Swirl
1
-6
/
+0
2010-08-15
win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)
Stefan Weil
1
-0
/
+4
2010-07-26
ui: move all ui components in ui/
Corentin Chary
1
-0
/
+879