aboutsummaryrefslogtreecommitdiff
path: root/sdl.c
Commit message (Expand)AuthorAgeFilesLines
* Only shutdown video subsytem in sdl_cleanupmalc2009-05-171-1/+1
* Recognise evdev(xx)_aliases(yy) and xfree86(xx)_aliases(yy) as keymap names.balrog2009-04-131-2/+2
* Fix absolute mouse events generated by SDL frontend.balrog2009-03-211-1/+3
* DisplayAllocator interface (Stefano Stabellini)aliguori2009-03-131-13/+118
* Remove unnecessary prefix on SDL_syswm.h. This fixes the build for certainaliguori2009-03-081-1/+1
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-5/+5
* Refactor keymap code to avoid duplication ("Daniel P. Berrange")aliguori2009-03-061-2/+1
* Fix SDL on evdev hosts (Anthony Liguori)aliguori2009-03-031-2/+56
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Allow usb tablet to be used with vmware-vga hwcursor.balrog2009-01-291-2/+4
* Fix absolute mode mice.balrog2009-01-291-1/+3
* Fix SDL slowness.pbrook2009-01-211-1/+1
* Remove real_screen->pixels checksmalc2009-01-211-10/+0
* DisplayState interface change (Stefano Stabellini)aliguori2009-01-151-38/+50
* remove bgr (Stefano Stabellini)aliguori2009-01-151-5/+0
* Handle SDL grabs failing (Mark McLoughlin)aliguori2009-01-151-3/+6
* add DisplayState->idle (Samuel Thibault)aliguori2008-08-211-0/+2
* Handle terminating signals (Gerd Hoffmann)aliguori2008-08-211-8/+1
* Fix detection of 15 bit display depthblueswir12008-07-241-0/+11
* Fix SDL problems with BGR displays (Avi Kivity)aliguori2008-07-231-1/+1
* SDL: Fix dead keysaurel322008-04-131-1/+1
* Slowdown SDL while minimizedaurel322008-03-131-0/+9
* SDL mouse events smoothnessaurel322008-03-131-16/+20
* Let the USB tablet reach the far bottom and right pixelsaurel322008-03-101-2/+2
* Break up vl.h.pbrook2007-11-171-1/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-7/+7
* Add alternate grab key, by Michael Mohr.ths2007-06-211-5/+19
* Unpause the emulation after shutdown request on SDL close, so that it can tak...balrog2007-06-211-1/+2
* Attempt to fix incorrect colours on some BGR displaysblueswir12007-06-101-1/+1
* Spelling fixes, by Stefan Weil.ths2007-06-031-1/+2
* -show-cursor switch to inhibit SDL hiding cursor.balrog2007-05-011-0/+6
* VMware SVGA II emulation, by Andrzej Zaborowski.ths2007-04-021-3/+92
* Add -name option, by Anthony Liguori.ths2007-03-191-7/+12
* -no-frame option for sdl, by Christian Laursen.ths2007-02-181-1/+7
* Split out SDL X keymap, by Bernhard Fischer.ths2007-01-241-83/+1
* Dynamic handling of guest mice, by Lonnie Mendez.ths2007-01-051-1/+6
* Implement -no-quit option, by Xavier Gnata.ths2006-12-111-1/+3
* 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