1. 0ca9f8a offer right-ctrl as a grab option by Dustin Kirkland · 15 years ago
  2. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  3. 99a0949 Get rid of _t suffix by malc · 15 years ago
  4. b4ed5d1 Set SDL icon_title when using `-name XXX` for proper gnome-panel window list integration by Dominic Evans · 15 years ago
  5. c4a735f Allow to unscale the output window with a Ctrl-Alt-u hotkey by malc · 15 years ago
  6. 699960b sdl.c: support 32 bpp cursors by Reimar Döffinger · 15 years ago
  7. ae28834 fix sdl window resize by Stefano Stabellini · 15 years ago
  8. 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 15 years ago
  9. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 15 years ago
  10. 229609d sdl: Fix memory leakage by Jan Kiszka · 16 years ago
  11. c18a2c3 sdl zooming by Stefano Stabellini · 16 years ago
  12. d8ee766 Only shutdown video subsytem in sdl_cleanup by malc · 16 years ago
  13. bb0574f Recognise evdev(xx)_aliases(yy) and xfree86(xx)_aliases(yy) as keymap names. by balrog · 16 years ago
  14. 649c907 Fix absolute mouse events generated by SDL frontend. by balrog · 16 years ago
  15. 7b5d76d DisplayAllocator interface (Stefano Stabellini) by aliguori · 16 years ago
  16. c9985aa Remove unnecessary prefix on SDL_syswm.h. This fixes the build for certain by aliguori · 16 years ago
  17. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  18. 0483755 Refactor keymap code to avoid duplication ("Daniel P. Berrange") by aliguori · 16 years ago
  19. 5368a42 Fix SDL on evdev hosts (Anthony Liguori) by aliguori · 16 years ago
  20. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  21. 08a2d4c Allow usb tablet to be used with vmware-vga hwcursor. by balrog · 16 years ago
  22. 8bf66d4 Fix absolute mode mice. by balrog · 16 years ago
  23. 6e60065 Fix SDL slowness. by pbrook · 16 years ago
  24. 413bfb7 Remove real_screen->pixels checks by malc · 16 years ago
  25. 7d957bd DisplayState interface change (Stefano Stabellini) by aliguori · 16 years ago
  26. 8927bcf remove bgr (Stefano Stabellini) by aliguori · 16 years ago
  27. 6bb8160 Handle SDL grabs failing (Mark McLoughlin) by aliguori · 16 years ago
  28. bcfad70 add DisplayState->idle (Samuel Thibault) by aliguori · 16 years ago
  29. 5b08fc1 Handle terminating signals (Gerd Hoffmann) by aliguori · 16 years ago
  30. 749ecd9 Fix detection of 15 bit display depth by blueswir1 · 16 years ago
  31. c7bd7be Fix SDL problems with BGR displays (Avi Kivity) by aliguori · 16 years ago
  32. 3bee8bd SDL: Fix dead keys by aurel32 · 17 years ago
  33. f442e08 Slowdown SDL while minimized by aurel32 · 17 years ago
  34. 4c44bdc SDL mouse events smoothness by aurel32 · 17 years ago
  35. b94ed57 Let the USB tablet reach the far bottom and right pixels by aurel32 · 17 years ago
  36. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  37. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  38. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  39. 3780e19 Add alternate grab key, by Michael Mohr. by ths · 18 years ago
  40. 731345e Unpause the emulation after shutdown request on SDL close, so that it can take effect. by balrog · 18 years ago
  41. b29169d Attempt to fix incorrect colours on some BGR displays by blueswir1 · 18 years ago
  42. e91c8a7 Spelling fixes, by Stefan Weil. by ths · 18 years ago
  43. 9467cd4 -show-cursor switch to inhibit SDL hiding cursor. by balrog · 18 years ago
  44. d34cab9 VMware SVGA II emulation, by Andrzej Zaborowski. by ths · 18 years ago
  45. c35734b Add -name option, by Anthony Liguori. by ths · 18 years ago
  46. 43523e9 -no-frame option for sdl, by Christian Laursen. by ths · 18 years ago
  47. 6070dd0 Split out SDL X keymap, by Bernhard Fischer. by ths · 18 years ago
  48. 455204e Dynamic handling of guest mice, by Lonnie Mendez. by ths · 18 years ago
  49. 667acca Implement -no-quit option, by Xavier Gnata. by ths · 18 years ago
  50. 60659e3 Japanese keyboard fixes (kazu) by bellard · 18 years ago
  51. dfd92d3 reset key modifiers when switching console (aka savevm keyboard bug) by bellard · 18 years ago
  52. c66b0d4 avoid stopping QEMU when switching desktops with Ctrl-Alt-x by bellard · 19 years ago
  53. 8785a8d 'invisible wall' patch (Anthony Liguori) by bellard · 19 years ago
  54. d3079cd bgr32 pixel format support by bellard · 19 years ago
  55. 09b26c5 USB tablet support (Brad Campbell, Anthony Liguori) by bellard · 19 years ago
  56. 9521989 Allow multiple graphics devices. by pbrook · 19 years ago
  57. 5b31187 Make sure gui_key_modifier_pressed is cleared correctly. by pbrook · 19 years ago
  58. 9903da2 SDL full screen patch for Windows (malc) by bellard · 19 years ago
  59. 1ff5c1a prevent window resizing by bellard · 19 years ago
  60. 18a6d28 enabled wheel mouse support (initial patch by Volker Ruppert) by bellard · 20 years ago
  61. 3d11d0e keymaps support (initial patch by Johannes Schindelin) by bellard · 20 years ago
  62. bf2b84e better ctrl-alt handling, at least for SDL/X11 by bellard · 20 years ago
  63. 32ff25b ctrl-alt is the default grab key - reset modifiers when toggling grab state by bellard · 20 years ago
  64. d63d307 -loadvm and -full-screen options by bellard · 20 years ago
  65. 457831f virtual console support by bellard · 20 years ago
  66. e58d12e Darwin patch by bellard · 21 years ago
  67. 979a54f new reset API by bellard · 21 years ago
  68. ee38b4c fixed full screen refresh by bellard · 21 years ago
  69. 22a56b8 sdl keyboard fix by bellard · 21 years ago
  70. de2200d fixed window switch - fixed caps lock and num lock - simplified keycodes (initial idea by Mark Jonckheere) by bellard · 21 years ago
  71. b71e95f win32 patch (kazu) by bellard · 21 years ago
  72. 0294ffb disable grab if the window no longer has the focus (Windows case) (Mike Nordell) by bellard · 21 years ago
  73. 8e9c4af full screen support (initial patch by malc) by bellard · 21 years ago
  74. aaba6c1 win32: correct keycode remapping by bellard · 21 years ago
  75. 67b915a win32 port (initial patch by kazu) by bellard · 21 years ago
  76. 8a7ddc3 new timer API - new API to save/restore the virtual machine state by bellard · 21 years ago
  77. 898712a sdl_cleanup fix (Martin Garton) by bellard · 21 years ago
  78. 8351d2d WHEEL defines may not be available in SDL by bellard · 21 years ago
  79. 0ae04d7 allow Ctrl-C to be pressed when using gdb stub and SDL by bellard · 21 years ago
  80. 0f0b726 SDL support for VGA, keyboard and mouse by bellard · 21 years ago