aboutsummaryrefslogtreecommitdiff
path: root/ui/sdl2.c
AgeCommit message (Expand)AuthorFilesLines
12 daysui/console: Convert mouse visibility parameter into boolAkihiko Odaki1-2/+2
2024-05-14ui/sdl2: Allow host to power down screenBernhard Beschow1-0/+1
2023-11-07ui/sdl2: use correct key names in win title on macAdrian Wowk1-0/+8
2023-10-03input: Allow to choose console with qemu_input_is_absoluteAkihiko Odaki1-13/+13
2023-09-12ui/vc: rename kbd_put to qemu_text_console functionsMarc-André Lureau1-1/+1
2023-09-06Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi1-3/+2
2023-09-04ui/vc: change the argument for QemuTextConsoleMarc-André Lureau1-3/+2
2023-08-31ui: spelling fixesMichael Tokarev1-1/+1
2023-06-27ui/sdl2: OpenGL window contextAntonio Caggiano1-7/+11
2023-05-28ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on WindowsVolker Rümelin1-0/+3
2023-05-28ui/sdl2: Grab Alt+F4 also under WindowsBernhard Beschow1-0/+1
2023-05-28ui/sdl2: Grab Alt+Tab also in fullscreen modeBernhard Beschow1-0/+3
2023-03-21ui/sdl2: remove workaround forcing x11Erico Nunes1-16/+0
2023-03-13ui/sdl: try to instantiate the matching opengl rendererMarc-André Lureau1-0/+16
2023-03-13ui/sdl: add QEMU_ENABLE_SDL_LOGGING setting/environmentMarc-André Lureau1-0/+4
2023-03-13ui/sdl: get the GL context from the windowMarc-André Lureau1-1/+3
2022-06-03ui: Switch "-display sdl" to use the QAPI parserThomas Huth1-0/+10
2022-03-14ui/console: move dcl compatiblity check to a callbackMarc-André Lureau1-1/+8
2022-01-13ui/sdl2: pass horizontal scroll information to the device codeDmitry Petrov1-0/+5
2021-12-21ui: split the GL context in a different objectMarc-André Lureau1-4/+9
2021-12-21ui: associate GL context outside of display listener registrationMarc-André Lureau1-0/+3
2021-12-21ui: do not delay further remote resizeMarc-André Lureau1-1/+1
2021-08-10ui/sdl2: Check return value from g_setenv()Peter Maydell1-1/+4
2021-07-09modules: add ui module annotationsGerd Hoffmann1-0/+4
2021-02-04ui: remove gl_ctx_get_currentMarc-André Lureau1-1/+0
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez1-2/+3
2020-12-11sdl2: Add extra mouse buttonsDarrell Walisser1-0/+2
2020-10-14SDL: enable OpenGL context creationJan Henrik Weinstock1-0/+5
2020-09-30ui: relocate paths to icons and translationsPaolo Bonzini1-2/+7
2020-05-19ui/sdl2: start in full screen with grab enabledVolker Rümelin1-5/+4
2020-05-19ui/sdl2: fix handling of AltGr key on WindowsVolker Rümelin1-0/+24
2020-05-14ui/sdl2: fix segment fault caused by null pointer dereferenceChangbin Du1-0/+12
2020-02-12ui/sdl: switch to new show-cursor optionGerd Hoffmann1-8/+8
2019-12-17glib: use portable g_setenv()Marc-André Lureau1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-02-05kbd-state: use state tracker for sdl2Gerd Hoffmann1-9/+3
2019-01-21sdl: add support for high resolution window iconDaniel P. Berrangé1-6/+12
2019-01-21ui: install logo icons to $prefix/share/iconsDaniel P. Berrangé1-10/+6
2018-10-29SDL: set a hint to not bypass the window compositorSebastian Krzyszkowiak1-0/+3
2018-10-01sdl2: show console #0 unconditionallyGerd Hoffmann1-1/+2
2018-08-24ui/sdl2: Fix broken -full-screen CLI optionThomas Huth1-5/+4
2018-08-24ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flagThomas Huth1-3/+1
2018-06-26sdl2: add checking for NULLPavel Dovgalyuk1-3/+3
2018-06-26sdl2: fix copypaste issuesPavel Dovgalyuk1-4/+4
2018-06-14sdl2: restore window dimensions by resizeAmadeusz Sławiński1-2/+1
2018-05-15sdl2: move opts assignment into loopGerd Hoffmann1-1/+1
2018-04-27sdl: Move DisplayOptions global to sdl2_consoleElie Tournier1-5/+5
2018-03-05sdl: switch over to new display registryGerd Hoffmann1-2/+15
2018-02-22sdl2: fix hotkey keyupGerd Hoffmann1-11/+3