aboutsummaryrefslogtreecommitdiffstats
path: root/sdl.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-10 Attempt to fix incorrect colours on some BGR displaysblueswir11-1/+1
2007-06-03Spelling fixes, by Stefan Weil.ths1-1/+2
2007-05-01-show-cursor switch to inhibit SDL hiding cursor.balrog1-0/+6
2007-04-02VMware SVGA II emulation, by Andrzej Zaborowski.ths1-3/+92
2007-03-19Add -name option, by Anthony Liguori.ths1-7/+12
2007-02-18-no-frame option for sdl, by Christian Laursen.ths1-1/+7
2007-01-24Split out SDL X keymap, by Bernhard Fischer.ths1-83/+1
2007-01-05Dynamic handling of guest mice, by Lonnie Mendez.ths1-1/+6
2006-12-11Implement -no-quit option, by Xavier Gnata.ths1-1/+3
2006-08-19Japanese keyboard fixes (kazu)bellard1-4/+26
2006-08-17reset key modifiers when switching console (aka savevm keyboard bug)bellard1-1/+3
2006-06-13avoid stopping QEMU when switching desktops with Ctrl-Alt-xbellard1-3/+11
2006-06-13'invisible wall' patch (Anthony Liguori)bellard1-2/+7
2006-05-10bgr32 pixel format supportbellard1-0/+5
2006-04-12USB tablet support (Brad Campbell, Anthony Liguori)bellard1-6/+44
2006-04-09Allow multiple graphics devices.pbrook1-10/+6
2006-03-11Make sure gui_key_modifier_pressed is cleared correctly.pbrook1-3/+3
2005-10-30SDL full screen patch for Windows (malc)bellard1-0/+11
2005-07-23prevent window resizingbellard1-1/+0
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