Age | Commit message (Expand) | Author | Files | Lines |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -2/+2 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -7/+7 |
2007-06-21 | Add alternate grab key, by Michael Mohr. | ths | 1 | -5/+19 |
2007-06-21 | Unpause the emulation after shutdown request on SDL close, so that it can tak... | balrog | 1 | -1/+2 |
2007-06-10 | Attempt to fix incorrect colours on some BGR displays | blueswir1 | 1 | -1/+1 |
2007-06-03 | Spelling fixes, by Stefan Weil. | ths | 1 | -1/+2 |
2007-05-01 | -show-cursor switch to inhibit SDL hiding cursor. | balrog | 1 | -0/+6 |
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 |