summaryrefslogtreecommitdiff
path: root/sdl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Japanese keyboard fixes (kazu)bellard2006-08-191-4/+26
* reset key modifiers when switching console (aka savevm keyboard bug)bellard2006-08-171-1/+3
* avoid stopping QEMU when switching desktops with Ctrl-Alt-xbellard2006-06-131-3/+11
* 'invisible wall' patch (Anthony Liguori)bellard2006-06-131-2/+7
* bgr32 pixel format supportbellard2006-05-101-0/+5
* USB tablet support (Brad Campbell, Anthony Liguori)bellard2006-04-121-6/+44
* Allow multiple graphics devices.pbrook2006-04-091-10/+6
* Make sure gui_key_modifier_pressed is cleared correctly.pbrook2006-03-111-3/+3
* SDL full screen patch for Windows (malc)bellard2005-10-301-0/+11
* prevent window resizingbellard2005-07-231-1/+0
* 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