aboutsummaryrefslogtreecommitdiff
path: root/sdl.c
Commit message (Expand)AuthorAgeFilesLines
* enabled wheel mouse support (initial patch by Volker Ruppert)bellard2005-01-171-12/+13
* keymaps support (initial patch by Johannes Schindelin)bellard2004-12-121-114/+32
* better ctrl-alt handling, at least for SDL/X11bellard2004-11-141-1/+1
* ctrl-alt is the default grab key - reset modifiers when toggling grab statebellard2004-10-031-20/+32
* -loadvm and -full-screen optionsbellard2004-10-031-2/+9
* virtual console supportbellard2004-07-141-11/+65
* Darwin patchbellard2004-07-051-16/+146
* new reset APIbellard2004-06-201-1/+1
* fixed full screen refreshbellard2004-06-081-1/+1
* sdl keyboard fixbellard2004-06-051-0/+1
* fixed window switch - fixed caps lock and num lock - simplified keycodes (ini...bellard2004-06-041-27/+69
* win32 patch (kazu)bellard2004-05-201-13/+9
* disable grab if the window no longer has the focus (Windows case) (Mike Nordell)bellard2004-04-291-0/+5
* full screen support (initial patch by malc)bellard2004-04-281-8/+49
* win32: correct keycode remappingbellard2004-04-061-1/+8
* win32 port (initial patch by kazu)bellard2004-03-311-22/+7
* new timer API - new API to save/restore the virtual machine statebellard2004-03-311-3/+22
* sdl_cleanup fix (Martin Garton)bellard2004-02-061-0/+8
* WHEEL defines may not be available in SDLbellard2004-01-041-0/+2
* allow Ctrl-C to be pressed when using gdb stub and SDLbellard2003-09-301-2/+6
* SDL support for VGA, keyboard and mousebellard2003-08-091-0/+275