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
/
sdl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-02
VMware SVGA II emulation, by Andrzej Zaborowski.
ths
1
-3
/
+92
2007-03-19
Add -name option, by Anthony Liguori.
ths
1
-7
/
+12
2007-02-18
-no-frame option for sdl, by Christian Laursen.
ths
1
-1
/
+7
2007-01-24
Split out SDL X keymap, by Bernhard Fischer.
ths
1
-83
/
+1
2007-01-05
Dynamic handling of guest mice, by Lonnie Mendez.
ths
1
-1
/
+6
2006-12-11
Implement -no-quit option, by Xavier Gnata.
ths
1
-1
/
+3
2006-08-19
Japanese keyboard fixes (kazu)
bellard
1
-4
/
+26
2006-08-17
reset key modifiers when switching console (aka savevm keyboard bug)
bellard
1
-1
/
+3
2006-06-13
avoid stopping QEMU when switching desktops with Ctrl-Alt-x
bellard
1
-3
/
+11
2006-06-13
'invisible wall' patch (Anthony Liguori)
bellard
1
-2
/
+7
2006-05-10
bgr32 pixel format support
bellard
1
-0
/
+5
2006-04-12
USB tablet support (Brad Campbell, Anthony Liguori)
bellard
1
-6
/
+44
2006-04-09
Allow multiple graphics devices.
pbrook
1
-10
/
+6
2006-03-11
Make sure gui_key_modifier_pressed is cleared correctly.
pbrook
1
-3
/
+3
2005-10-30
SDL full screen patch for Windows (malc)
bellard
1
-0
/
+11
2005-07-23
prevent window resizing
bellard
1
-1
/
+0
2005-01-17
enabled wheel mouse support (initial patch by Volker Ruppert)
bellard
1
-12
/
+13
2004-12-12
keymaps support (initial patch by Johannes Schindelin)
bellard
1
-114
/
+32
2004-11-14
better ctrl-alt handling, at least for SDL/X11
bellard
1
-1
/
+1
2004-10-03
ctrl-alt is the default grab key - reset modifiers when toggling grab state
bellard
1
-20
/
+32
2004-10-03
-loadvm and -full-screen options
bellard
1
-2
/
+9
2004-07-14
virtual console support
bellard
1
-11
/
+65
2004-07-05
Darwin patch
bellard
1
-16
/
+146
2004-06-20
new reset API
bellard
1
-1
/
+1
2004-06-08
fixed full screen refresh
bellard
1
-1
/
+1
2004-06-05
sdl keyboard fix
bellard
1
-0
/
+1
2004-06-04
fixed window switch - fixed caps lock and num lock - simplified keycodes (ini...
bellard
1
-27
/
+69
2004-05-20
win32 patch (kazu)
bellard
1
-13
/
+9
2004-04-29
disable grab if the window no longer has the focus (Windows case) (Mike Nordell)
bellard
1
-0
/
+5
2004-04-28
full screen support (initial patch by malc)
bellard
1
-8
/
+49
2004-04-06
win32: correct keycode remapping
bellard
1
-1
/
+8
2004-03-31
win32 port (initial patch by kazu)
bellard
1
-22
/
+7
2004-03-31
new timer API - new API to save/restore the virtual machine state
bellard
1
-3
/
+22
2004-02-06
sdl_cleanup fix (Martin Garton)
bellard
1
-0
/
+8
2004-01-04
WHEEL defines may not be available in SDL
bellard
1
-0
/
+2
2003-09-30
allow Ctrl-C to be pressed when using gdb stub and SDL
bellard
1
-2
/
+6
2003-08-09
SDL support for VGA, keyboard and mouse
bellard
1
-0
/
+275