summary refs log tree commit diff stats
path: root/ui/sdl2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui/sdl2: fix reset scaling binding to be consistent with gtkNir Lichtman2025-09-301-1/+1
* ui/sdl: Consider scaling in mouse event handlingWeifeng Liu2025-05-241-5/+15
* ui/sdl2: reenable the SDL2 Windows keyboard hook procedureVolker Rümelin2025-02-131-26/+0
* ui & main loop: Redesign of system-specific main thread event handlingPhil Dennis-Jordan2024-12-311-0/+4
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-3/+3
* ui/sdl2: set swap interval explicitly when OpenGL is enabledGert Wollny2024-09-131-0/+1
* ui/sdl2: ignore GUI keys in SDL_TEXTINPUT handlerVolker Rümelin2024-09-131-8/+9
* ui/sdl2: release all modifiersVolker Rümelin2024-09-131-0/+1
* qapi/ui: Drop temporary 'prefix'Markus Armbruster2024-09-101-1/+1
* ui/console: Convert mouse visibility parameter into boolAkihiko Odaki2024-07-161-2/+2
* ui/sdl2: Allow host to power down screenBernhard Beschow2024-05-141-0/+1
* ui/sdl2: use correct key names in win title on macAdrian Wowk2023-11-071-0/+8
* input: Allow to choose console with qemu_input_is_absoluteAkihiko Odaki2023-10-031-13/+13
* ui/vc: rename kbd_put to qemu_text_console functionsMarc-André Lureau2023-09-121-1/+1
* Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi2023-09-061-3/+2
|\
| * ui/vc: change the argument for QemuTextConsoleMarc-André Lureau2023-09-041-3/+2
* | ui: spelling fixesMichael Tokarev2023-08-311-1/+1
|/
* ui/sdl2: OpenGL window contextAntonio Caggiano2023-06-271-7/+11
* ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on WindowsVolker Rümelin2023-05-281-0/+3
* ui/sdl2: Grab Alt+F4 also under WindowsBernhard Beschow2023-05-281-0/+1
* ui/sdl2: Grab Alt+Tab also in fullscreen modeBernhard Beschow2023-05-281-0/+3
* ui/sdl2: remove workaround forcing x11Erico Nunes2023-03-211-16/+0
* ui/sdl: try to instantiate the matching opengl rendererMarc-André Lureau2023-03-131-0/+16
* ui/sdl: add QEMU_ENABLE_SDL_LOGGING setting/environmentMarc-André Lureau2023-03-131-0/+4
* ui/sdl: get the GL context from the windowMarc-André Lureau2023-03-131-1/+3
* ui: Switch "-display sdl" to use the QAPI parserThomas Huth2022-06-031-0/+10
* ui/console: move dcl compatiblity check to a callbackMarc-André Lureau2022-03-141-1/+8
* ui/sdl2: pass horizontal scroll information to the device codeDmitry Petrov2022-01-131-0/+5
* ui: split the GL context in a different objectMarc-André Lureau2021-12-211-4/+9
* ui: associate GL context outside of display listener registrationMarc-André Lureau2021-12-211-0/+3
* ui: do not delay further remote resizeMarc-André Lureau2021-12-211-1/+1
* ui/sdl2: Check return value from g_setenv()Peter Maydell2021-08-101-1/+4
* modules: add ui module annotationsGerd Hoffmann2021-07-091-0/+4
* ui: remove gl_ctx_get_currentMarc-André Lureau2021-02-041-1/+0
* qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez2020-12-151-2/+3
* sdl2: Add extra mouse buttonsDarrell Walisser2020-12-111-0/+2
* SDL: enable OpenGL context creationJan Henrik Weinstock2020-10-141-0/+5
* ui: relocate paths to icons and translationsPaolo Bonzini2020-09-301-2/+7
* ui/sdl2: start in full screen with grab enabledVolker Rümelin2020-05-191-5/+4
* ui/sdl2: fix handling of AltGr key on WindowsVolker Rümelin2020-05-191-0/+24
* ui/sdl2: fix segment fault caused by null pointer dereferenceChangbin Du2020-05-141-0/+12
* ui/sdl: switch to new show-cursor optionGerd Hoffmann2020-02-121-8/+8
* glib: use portable g_setenv()Marc-André Lureau2019-12-171-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* kbd-state: use state tracker for sdl2Gerd Hoffmann2019-02-051-9/+3
* sdl: add support for high resolution window iconDaniel P. Berrangé2019-01-211-6/+12
* ui: install logo icons to $prefix/share/iconsDaniel P. Berrangé2019-01-211-10/+6
* SDL: set a hint to not bypass the window compositorSebastian Krzyszkowiak2018-10-291-0/+3
* sdl2: show console #0 unconditionallyGerd Hoffmann2018-10-011-1/+2