index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
sdl2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-21
ui/sdl2: remove workaround forcing x11
Erico Nunes
1
-16
/
+0
2023-03-13
ui/sdl: try to instantiate the matching opengl renderer
Marc-André Lureau
1
-0
/
+16
2023-03-13
ui/sdl: add QEMU_ENABLE_SDL_LOGGING setting/environment
Marc-André Lureau
1
-0
/
+4
2023-03-13
ui/sdl: get the GL context from the window
Marc-André Lureau
1
-1
/
+3
2022-06-03
ui: Switch "-display sdl" to use the QAPI parser
Thomas Huth
1
-0
/
+10
2022-03-14
ui/console: move dcl compatiblity check to a callback
Marc-André Lureau
1
-1
/
+8
2022-01-13
ui/sdl2: pass horizontal scroll information to the device code
Dmitry Petrov
1
-0
/
+5
2021-12-21
ui: split the GL context in a different object
Marc-André Lureau
1
-4
/
+9
2021-12-21
ui: associate GL context outside of display listener registration
Marc-André Lureau
1
-0
/
+3
2021-12-21
ui: do not delay further remote resize
Marc-André Lureau
1
-1
/
+1
2021-08-10
ui/sdl2: Check return value from g_setenv()
Peter Maydell
1
-1
/
+4
2021-07-09
modules: add ui module annotations
Gerd Hoffmann
1
-0
/
+4
2021-02-04
ui: remove gl_ctx_get_current
Marc-André Lureau
1
-1
/
+0
2020-12-15
qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown
Alejandro Jimenez
1
-2
/
+3
2020-12-11
sdl2: Add extra mouse buttons
Darrell Walisser
1
-0
/
+2
2020-10-14
SDL: enable OpenGL context creation
Jan Henrik Weinstock
1
-0
/
+5
2020-09-30
ui: relocate paths to icons and translations
Paolo Bonzini
1
-2
/
+7
2020-05-19
ui/sdl2: start in full screen with grab enabled
Volker Rümelin
1
-5
/
+4
2020-05-19
ui/sdl2: fix handling of AltGr key on Windows
Volker Rümelin
1
-0
/
+24
2020-05-14
ui/sdl2: fix segment fault caused by null pointer dereference
Changbin Du
1
-0
/
+12
2020-02-12
ui/sdl: switch to new show-cursor option
Gerd Hoffmann
1
-8
/
+8
2019-12-17
glib: use portable g_setenv()
Marc-André Lureau
1
-1
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2019-02-05
kbd-state: use state tracker for sdl2
Gerd Hoffmann
1
-9
/
+3
2019-01-21
sdl: add support for high resolution window icon
Daniel P. Berrangé
1
-6
/
+12
2019-01-21
ui: install logo icons to $prefix/share/icons
Daniel P. Berrangé
1
-10
/
+6
2018-10-29
SDL: set a hint to not bypass the window compositor
Sebastian Krzyszkowiak
1
-0
/
+3
2018-10-01
sdl2: show console #0 unconditionally
Gerd Hoffmann
1
-1
/
+2
2018-08-24
ui/sdl2: Fix broken -full-screen CLI option
Thomas Huth
1
-5
/
+4
2018-08-24
ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flag
Thomas Huth
1
-3
/
+1
2018-06-26
sdl2: add checking for NULL
Pavel Dovgalyuk
1
-3
/
+3
2018-06-26
sdl2: fix copypaste issues
Pavel Dovgalyuk
1
-4
/
+4
2018-06-14
sdl2: restore window dimensions by resize
Amadeusz Sławiński
1
-2
/
+1
2018-05-15
sdl2: move opts assignment into loop
Gerd Hoffmann
1
-1
/
+1
2018-04-27
sdl: Move DisplayOptions global to sdl2_console
Elie Tournier
1
-5
/
+5
2018-03-05
sdl: switch over to new display registry
Gerd Hoffmann
1
-2
/
+15
2018-02-22
sdl2: fix hotkey keyup
Gerd Hoffmann
1
-11
/
+3
2018-02-20
sdl: use DisplayOptions
Gerd Hoffmann
1
-14
/
+19
2018-02-16
sdl2: fix mouse grab
Gerd Hoffmann
1
-0
/
+1
2018-01-25
sdl: reorganize -no-frame support
Gerd Hoffmann
1
-6
/
+1
2018-01-25
sdl: use ctrl-alt-g as grab hotkey
Gerd Hoffmann
1
-16
/
+11
2018-01-12
sdl2: Ignore UI hotkeys after a focus change when GUI modifier is held
Jindrich Makovicka
1
-8
/
+24
2018-01-12
sdl2 uses surface relative coordinates
Jindrich Makovicka
1
-26
/
+4
2018-01-12
sdl2: Do not hide the cursor on auxilliary windows
Jindrich Makovicka
1
-0
/
+17
2017-11-16
sdl2: Fix broken display updating after the window is hidden
Jindrich Makovicka
1
-6
/
+2
2017-11-16
sdl2: Do not leave grab when fullscreen
Jindrich Makovicka
1
-2
/
+3
2017-11-16
sdl2: Fix dead keyboard after fullsceen
Jindrich Makovicka
1
-0
/
+1
2017-11-16
sdl2: Use the same pointer show/hide logic for absolute and relative mode
Jindrich Makovicka
1
-11
/
+13
2017-11-16
sdl2: Do not quit the emulator when an auxilliary window is closed
Jindrich Makovicka
1
-3
/
+8
[next]