summaryrefslogtreecommitdiff
path: root/sdl.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-17enabled wheel mouse support (initial patch by Volker Ruppert)bellard1-12/+13
2004-12-12keymaps support (initial patch by Johannes Schindelin)bellard1-114/+32
2004-11-14better ctrl-alt handling, at least for SDL/X11bellard1-1/+1
2004-10-03ctrl-alt is the default grab key - reset modifiers when toggling grab statebellard1-20/+32
2004-10-03-loadvm and -full-screen optionsbellard1-2/+9
2004-07-14virtual console supportbellard1-11/+65
2004-07-05Darwin patchbellard1-16/+146
2004-06-20new reset APIbellard1-1/+1
2004-06-08fixed full screen refreshbellard1-1/+1
2004-06-05sdl keyboard fixbellard1-0/+1
2004-06-04fixed window switch - fixed caps lock and num lock - simplified keycodes (ini...bellard1-27/+69
2004-05-20win32 patch (kazu)bellard1-13/+9
2004-04-29disable grab if the window no longer has the focus (Windows case) (Mike Nordell)bellard1-0/+5
2004-04-28full screen support (initial patch by malc)bellard1-8/+49
2004-04-06win32: correct keycode remappingbellard1-1/+8
2004-03-31win32 port (initial patch by kazu)bellard1-22/+7
2004-03-31new timer API - new API to save/restore the virtual machine statebellard1-3/+22
2004-02-06sdl_cleanup fix (Martin Garton)bellard1-0/+8
2004-01-04WHEEL defines may not be available in SDLbellard1-0/+2
2003-09-30allow Ctrl-C to be pressed when using gdb stub and SDLbellard1-2/+6
2003-08-09SDL support for VGA, keyboard and mousebellard1-0/+275