| Commit message (Expand) | Author | Age | Files | Lines |
* | ui: relocate paths to icons and translations | Paolo Bonzini | 2020-09-30 | 1 | -2/+7 |
* | ui/sdl2: start in full screen with grab enabled | Volker Rümelin | 2020-05-19 | 1 | -5/+4 |
* | ui/sdl2: fix handling of AltGr key on Windows | Volker Rümelin | 2020-05-19 | 1 | -0/+24 |
* | ui/sdl2: fix segment fault caused by null pointer dereference | Changbin Du | 2020-05-14 | 1 | -0/+12 |
* | ui/sdl: switch to new show-cursor option | Gerd Hoffmann | 2020-02-12 | 1 | -8/+8 |
* | glib: use portable g_setenv() | Marc-André Lureau | 2019-12-17 | 1 | -1/+1 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -1/+1 |
* | kbd-state: use state tracker for sdl2 | Gerd Hoffmann | 2019-02-05 | 1 | -9/+3 |
* | sdl: add support for high resolution window icon | Daniel P. Berrangé | 2019-01-21 | 1 | -6/+12 |
* | ui: install logo icons to $prefix/share/icons | Daniel P. Berrangé | 2019-01-21 | 1 | -10/+6 |
* | SDL: set a hint to not bypass the window compositor | Sebastian Krzyszkowiak | 2018-10-29 | 1 | -0/+3 |
* | sdl2: show console #0 unconditionally | Gerd Hoffmann | 2018-10-01 | 1 | -1/+2 |
* | ui/sdl2: Fix broken -full-screen CLI option | Thomas Huth | 2018-08-24 | 1 | -5/+4 |
* | ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flag | Thomas Huth | 2018-08-24 | 1 | -3/+1 |
* | sdl2: add checking for NULL | Pavel Dovgalyuk | 2018-06-26 | 1 | -3/+3 |
* | sdl2: fix copypaste issues | Pavel Dovgalyuk | 2018-06-26 | 1 | -4/+4 |
* | sdl2: restore window dimensions by resize | Amadeusz Sławiński | 2018-06-14 | 1 | -2/+1 |
* | sdl2: move opts assignment into loop | Gerd Hoffmann | 2018-05-15 | 1 | -1/+1 |
* | sdl: Move DisplayOptions global to sdl2_console | Elie Tournier | 2018-04-27 | 1 | -5/+5 |
* | sdl: switch over to new display registry | Gerd Hoffmann | 2018-03-05 | 1 | -2/+15 |
* | sdl2: fix hotkey keyup | Gerd Hoffmann | 2018-02-22 | 1 | -11/+3 |
* | sdl: use DisplayOptions | Gerd Hoffmann | 2018-02-20 | 1 | -14/+19 |
* | sdl2: fix mouse grab | Gerd Hoffmann | 2018-02-16 | 1 | -0/+1 |
* | sdl: reorganize -no-frame support | Gerd Hoffmann | 2018-01-25 | 1 | -6/+1 |
* | sdl: use ctrl-alt-g as grab hotkey | Gerd Hoffmann | 2018-01-25 | 1 | -16/+11 |
* | sdl2: Ignore UI hotkeys after a focus change when GUI modifier is held | Jindrich Makovicka | 2018-01-12 | 1 | -8/+24 |
* | sdl2 uses surface relative coordinates | Jindrich Makovicka | 2018-01-12 | 1 | -26/+4 |
* | sdl2: Do not hide the cursor on auxilliary windows | Jindrich Makovicka | 2018-01-12 | 1 | -0/+17 |
* | sdl2: Fix broken display updating after the window is hidden | Jindrich Makovicka | 2017-11-16 | 1 | -6/+2 |
* | sdl2: Do not leave grab when fullscreen | Jindrich Makovicka | 2017-11-16 | 1 | -2/+3 |
* | sdl2: Fix dead keyboard after fullsceen | Jindrich Makovicka | 2017-11-16 | 1 | -0/+1 |
* | sdl2: Use the same pointer show/hide logic for absolute and relative mode | Jindrich Makovicka | 2017-11-16 | 1 | -11/+13 |
* | sdl2: Do not quit the emulator when an auxilliary window is closed | Jindrich Makovicka | 2017-11-16 | 1 | -3/+8 |
* | sdl2: add assert to make coverity happy | Gerd Hoffmann | 2017-06-23 | 1 | -0/+1 |
* | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 2017-05-23 | 1 | -2/+2 |
* | ui: Support non-zero minimum values for absolute input axes | Philippe Voinov | 2017-05-11 | 1 | -2/+2 |
* | sdl2: add scanout_disable support | Gerd Hoffmann | 2017-02-27 | 1 | -0/+1 |
* | console: rename dpy_gl_scanout to dpy_gl_scanout_texture | Gerd Hoffmann | 2017-02-27 | 1 | -1/+1 |
* | sdl2: fix build failure on windows | Gerd Hoffmann | 2017-01-13 | 1 | -0/+6 |
* | sdl2: set window ID | Samuel Thibault | 2017-01-10 | 1 | -0/+7 |
* | sdl2: skip init without outputs | Gerd Hoffmann | 2016-06-03 | 1 | -0/+3 |
* | ui: sdl2: Release grab before opening console window | Cole Robinson | 2016-05-11 | 1 | -0/+4 |
* | qapi: rename input buttons | Gerd Hoffmann | 2016-03-01 | 1 | -2/+2 |
* | ui: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | sdl: shorten the GUI refresh interval when mouse or keyboard is active | Jindřich Makovička | 2016-02-02 | 1 | -0/+23 |
* | sdl2/opengl: add opengl context and scanout support | Gerd Hoffmann | 2016-01-08 | 1 | -0/+7 |
* | qapi: Change munging of CamelCase enum values | Eric Blake | 2015-12-17 | 1 | -2/+2 |
* | qapi: Don't let implicit enum MAX member collide | Eric Blake | 2015-12-17 | 1 | -1/+1 |
* | sdl2: fix crash in handle_windowevent() when restoring the screen size | Alberto Garcia | 2015-06-09 | 1 | -0/+4 |