1. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  2. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  3. 07333e1 kbd-state: use state tracker for sdl2 by Gerd Hoffmann · 6 years ago
  4. a442fe2 sdl: add support for high resolution window icon by Daniel P. Berrangé · 6 years ago
  5. a8260d3 ui: install logo icons to $prefix/share/icons by Daniel P. Berrangé · 6 years ago
  6. 8c2b816 SDL: set a hint to not bypass the window compositor by Sebastian Krzyszkowiak · 6 years ago
  7. 6624c38 sdl2: show console #0 unconditionally by Gerd Hoffmann · 6 years ago
  8. 6fb34ff ui/sdl2: Fix broken -full-screen CLI option by Thomas Huth · 7 years ago
  9. 2313e48 ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flag by Thomas Huth · 7 years ago
  10. 49213b7 sdl2: add checking for NULL by Pavel Dovgalyuk · 7 years ago
  11. 48db08c sdl2: fix copypaste issues by Pavel Dovgalyuk · 7 years ago
  12. 64bf97e sdl2: restore window dimensions by resize by Amadeusz Sławiński · 7 years ago
  13. f88e5c5 sdl2: move opts assignment into loop by Gerd Hoffmann · 7 years ago
  14. 844fd50 sdl: Move DisplayOptions global to sdl2_console by Elie Tournier · 7 years ago
  15. 5ee1718 sdl: switch over to new display registry by Gerd Hoffmann · 7 years ago
  16. afb92eb sdl2: fix hotkey keyup by Gerd Hoffmann · 7 years ago
  17. fe91f36 sdl: use DisplayOptions by Gerd Hoffmann · 7 years ago
  18. 8dfa306 sdl2: fix mouse grab by Gerd Hoffmann · 7 years ago
  19. 04ff1a3 sdl: reorganize -no-frame support by Gerd Hoffmann · 7 years ago
  20. f8d2c93 sdl: use ctrl-alt-g as grab hotkey by Gerd Hoffmann · 7 years ago
  21. 849bbe6 sdl2: Ignore UI hotkeys after a focus change when GUI modifier is held by Jindrich Makovicka · 7 years ago
  22. d9f0626 sdl2 uses surface relative coordinates by Jindrich Makovicka · 7 years ago
  23. 2821671 sdl2: Do not hide the cursor on auxilliary windows by Jindrich Makovicka · 7 years ago
  24. bcf43cd sdl2: Fix broken display updating after the window is hidden by Jindrich Makovicka · 7 years ago
  25. 2495284 sdl2: Do not leave grab when fullscreen by Jindrich Makovicka · 7 years ago
  26. cd6d78b sdl2: Fix dead keyboard after fullsceen by Jindrich Makovicka · 7 years ago
  27. 253347e sdl2: Use the same pointer show/hide logic for absolute and relative mode by Jindrich Makovicka · 7 years ago
  28. fc49e72 sdl2: Do not quit the emulator when an auxilliary window is closed by Jindrich Makovicka · 7 years ago
  29. 85970a6 sdl2: add assert to make coverity happy by Gerd Hoffmann · 8 years ago
  30. cf83f14 shutdown: Add source information to SHUTDOWN and RESET by Eric Blake · 8 years ago
  31. 9cfa7ab ui: Support non-zero minimum values for absolute input axes by Philippe Voinov · 8 years ago
  32. db6cdfb sdl2: add scanout_disable support by Gerd Hoffmann · 8 years ago
  33. f4c36bd console: rename dpy_gl_scanout to dpy_gl_scanout_texture by Gerd Hoffmann · 8 years ago
  34. 8417cd0 sdl2: fix build failure on windows by Gerd Hoffmann · 8 years ago
  35. d825367 sdl2: set window ID by Samuel Thibault · 8 years ago
  36. 8efa5f2 sdl2: skip init without outputs by Gerd Hoffmann · 9 years ago
  37. 56f289f ui: sdl2: Release grab before opening console window by Cole Robinson · 9 years ago
  38. f22d0af qapi: rename input buttons by Gerd Hoffmann · 9 years ago
  39. e16f4c8 ui: Clean up includes by Peter Maydell · 9 years ago
  40. 56bdd4b sdl: shorten the GUI refresh interval when mouse or keyboard is active by Jindřich Makovička · 9 years ago
  41. cb47dc9 sdl2/opengl: add opengl context and scanout support by Gerd Hoffmann · 10 years ago
  42. d20a580 qapi: Change munging of CamelCase enum values by Eric Blake · 9 years ago
  43. 7fb1cf1 qapi: Don't let implicit enum MAX member collide by Eric Blake · 9 years ago
  44. 08d49df sdl2: fix crash in handle_windowevent() when restoring the screen size by Alberto Garcia · 10 years ago
  45. 0b71a5d sdl2: add support for display rendering using opengl. by Gerd Hoffmann · 10 years ago
  46. 19dadfc sdl2: move SDL_* includes to sdl2.h by Gerd Hoffmann · 10 years ago
  47. 877417d ui/sdl2: Support shared surface for more pixman formats by Gerd Hoffmann · 10 years ago
  48. d3f3a0f sdl2: Work around SDL2 SDL_ShowWindow() bug by Max Reitz · 10 years ago
  49. 1dfc5c8 sdl2: Use correct sdl2_console for window events by Max Reitz · 10 years ago
  50. 62959ff sdl2: move sdl2_2d_refresh to sdl2-2d.c by Gerd Hoffmann · 10 years ago
  51. 63ed490 sdl2: factor out sdl2_poll_events by Gerd Hoffmann · 10 years ago
  52. 0d01b7c sdl2: add+use sdl2_2d_redraw function. by Gerd Hoffmann · 10 years ago
  53. 2c3056f sdl2: move sdl_switch to sdl2-2d.c by Gerd Hoffmann · 10 years ago
  54. 46522a8 sdl2: overhaul window size handling by Gerd Hoffmann · 10 years ago
  55. f1ddebd sdl2: move sdl_update to new sdl2-2d.c by Gerd Hoffmann · 10 years ago
  56. 44f017d sdl2: turn on keyboard grabs by Gerd Hoffmann · 10 years ago
  57. 8fc1a3f sdl2: move keyboard input code to new sdl2-input.c by Gerd Hoffmann · 10 years ago
  58. 5d0fe65 sdl2: rename sdl2_state to sdl2_console, move to header file by Gerd Hoffmann · 10 years ago
  59. d29c431 sdl: move version logic from source code to makefile by Gerd Hoffmann · 10 years ago
  60. 4f36e42 sdl2: drop sdl_zoom.h by Gerd Hoffmann · 11 years ago
  61. f233579 sdl2: textinput + terminal by Gerd Hoffmann · 11 years ago
  62. 363f59d sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windows by Gerd Hoffmann · 11 years ago
  63. ee8c0b6 sdl: pass key event source to input layer by Gerd Hoffmann · 11 years ago
  64. 3f2fde2 sdl2: Support mouse wheel by Cole Robinson · 11 years ago
  65. 8b15d9f sdl2: add ui info setting. by Dave Airlie · 11 years ago
  66. 2d968ff input: sdl2: Fix relative mode to match SDL1 behavior by Cole Robinson · 11 years ago
  67. afbc0dd input: sdl2: Fix guest_cursor logic by Cole Robinson · 11 years ago
  68. 47c0374 ui/sdl2 : initial port to SDL 2.0 (v2.0) by Dave Airlie · 11 years ago