summary refs log tree commit diff stats
path: root/ui/sdl2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ui/sdl2: Fix broken -full-screen CLI optionThomas Huth2018-08-241-5/+4
* ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flagThomas Huth2018-08-241-3/+1
* sdl2: add checking for NULLPavel Dovgalyuk2018-06-261-3/+3
* sdl2: fix copypaste issuesPavel Dovgalyuk2018-06-261-4/+4
* sdl2: restore window dimensions by resizeAmadeusz Sławiński2018-06-141-2/+1
* sdl2: move opts assignment into loopGerd Hoffmann2018-05-151-1/+1
* sdl: Move DisplayOptions global to sdl2_consoleElie Tournier2018-04-271-5/+5
* sdl: switch over to new display registryGerd Hoffmann2018-03-051-2/+15
* sdl2: fix hotkey keyupGerd Hoffmann2018-02-221-11/+3
* sdl: use DisplayOptionsGerd Hoffmann2018-02-201-14/+19
* sdl2: fix mouse grabGerd Hoffmann2018-02-161-0/+1