summaryrefslogtreecommitdiff
path: root/sdl.c
Commit message (Expand)AuthorAgeFilesLines
* win32/sdl: Fix toggle full screenHerve Poussineau2010-01-261-0/+1
* offer right-ctrl as a grab optionDustin Kirkland2009-10-061-7/+11
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-1/+1
* Get rid of _t suffixmalc2009-10-011-1/+1
* Set SDL icon_title when using `-name XXX` for proper gnome-panel window list ...Dominic Evans2009-09-261-6/+10
* Allow to unscale the output window with a Ctrl-Alt-u hotkeymalc2009-09-101-0/+6
* sdl.c: support 32 bpp cursorsReimar Döffinger2009-08-231-0/+3
* fix sdl window resizeStefano Stabellini2009-08-101-0/+4
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-311-1/+1
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-2/+2
* sdl: Fix memory leakageJan Kiszka2009-06-291-18/+21
* sdl zoomingStefano Stabellini2009-06-291-16/+62
* 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