Create qemu-option.h
[qemu] / sdl.c
2009-05-17 malcOnly shutdown video subsytem in sdl_cleanup
2009-04-13 balrogRecognise evdev(xx)_aliases(yy) and xfree86(xx)_aliases...
2009-03-21 balrogFix absolute mouse events generated by SDL frontend.
2009-03-13 aliguoriDisplayAllocator interface (Stefano Stabellini)
2009-03-08 aliguoriRemove unnecessary prefix on SDL_syswm.h. This fixes...
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-03-06 aliguoriRefactor keymap code to avoid duplication ("Daniel...
2009-03-03 aliguoriFix SDL on evdev hosts (Anthony Liguori)
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2009-01-29 balrogAllow usb tablet to be used with vmware-vga hwcursor.
2009-01-29 balrogFix absolute mode mice.
2009-01-21 pbrookFix SDL slowness.
2009-01-21 malcRemove real_screen->pixels checks
2009-01-15 aliguoriDisplayState interface change (Stefano Stabellini)
2009-01-15 aliguoriremove bgr (Stefano Stabellini)
2009-01-15 aliguoriHandle SDL grabs failing (Mark McLoughlin)
2008-08-21 aliguoriadd DisplayState->idle (Samuel Thibault)
2008-08-21 aliguoriHandle terminating signals (Gerd Hoffmann)
2008-07-24 blueswir1Fix detection of 15 bit display depth
2008-07-23 aliguoriFix SDL problems with BGR displays (Avi Kivity)
2008-04-13 aurel32SDL: Fix dead keys
2008-03-13 aurel32Slowdown SDL while minimized
2008-03-13 aurel32SDL mouse events smoothness
2008-03-10 aurel32Let the USB tablet reach the far bottom and right pixels
2007-11-17 pbrookBreak up vl.h.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-21 thsAdd alternate grab key, by Michael Mohr.
2007-06-21 balrogUnpause the emulation after shutdown request on SDL...
2007-06-10 blueswir1 Attempt to fix incorrect colours on some BGR displays
2007-06-03 thsSpelling fixes, by Stefan Weil.
2007-05-01 balrog-show-cursor switch to inhibit SDL hiding cursor.
2007-04-02 thsVMware SVGA II emulation, by Andrzej Zaborowski.
2007-03-19 thsAdd -name option, by Anthony Liguori.
2007-02-18 ths-no-frame option for sdl, by Christian Laursen.
2007-01-24 thsSplit out SDL X keymap, by Bernhard Fischer.
2007-01-05 thsDynamic handling of guest mice, by Lonnie Mendez.
2006-12-11 thsImplement -no-quit option, by Xavier Gnata.
2006-08-19 bellardJapanese keyboard fixes (kazu)
2006-08-17 bellardreset key modifiers when switching console (aka savevm...
2006-06-13 bellardavoid stopping QEMU when switching desktops with Ctrl...
2006-06-13 bellard'invisible wall' patch (Anthony Liguori)
2006-05-10 bellardbgr32 pixel format support
2006-04-12 bellardUSB tablet support (Brad Campbell, Anthony Liguori)
2006-04-09 pbrookAllow multiple graphics devices.
2006-03-11 pbrookMake sure gui_key_modifier_pressed is cleared correctly.
2005-10-30 bellardSDL full screen patch for Windows (malc)
2005-07-23 bellardprevent window resizing
2005-01-17 bellardenabled wheel mouse support (initial patch by Volker...
2004-12-12 bellardkeymaps support (initial patch by Johannes Schindelin)
2004-11-14 bellardbetter ctrl-alt handling, at least for SDL/X11
2004-10-03 bellardctrl-alt is the default grab key - reset modifiers...
2004-10-03 bellard-loadvm and -full-screen options
2004-07-14 bellardvirtual console support
2004-07-05 bellardDarwin patch
2004-06-20 bellardnew reset API
2004-06-08 bellardfixed full screen refresh
2004-06-05 bellardsdl keyboard fix
2004-06-04 bellardfixed window switch - fixed caps lock and num lock...
2004-05-20 bellardwin32 patch (kazu)
2004-04-29 bellarddisable grab if the window no longer has the focus...
2004-04-28 bellardfull screen support (initial patch by malc)
2004-04-06 bellardwin32: correct keycode remapping
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-31 bellardnew timer API - new API to save/restore the virtual...
2004-02-06 bellardsdl_cleanup fix (Martin Garton)
2004-01-04 bellardWHEEL defines may not be available in SDL
2003-09-30 bellardallow Ctrl-C to be pressed when using gdb stub and SDL
2003-08-09 bellardSDL support for VGA, keyboard and mouse