index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: convert VNC and dependent libraries to meson
Paolo Bonzini
2020-08-21
1
-6
/
+4
*
meson: move SDL and SDL-image detection to meson
Paolo Bonzini
2020-08-21
1
-2
/
+2
*
meson: convert ui directory to Meson
Marc-André Lureau
2020-08-21
3
-77
/
+84
*
meson: generate shader headers
Marc-André Lureau
2020-08-21
2
-0
/
+17
*
meson: keymap-gen
Marc-André Lureau
2020-08-21
1
-0
/
+34
*
meson: rename included C source files to .c.inc
Paolo Bonzini
2020-08-21
3
-28
/
+28
*
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-08-21
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200713-pull-request...
Peter Maydell
2020-07-13
1
-4
/
+4
|
\
|
*
ui: fix vc_chr_write call in text_console_do_init
Gerd Hoffmann
2020-07-13
1
-4
/
+4
*
|
Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch
Thomas Huth
2020-07-13
1
-4
/
+0
|
/
*
cpu-throttle: new module, extracted from cpus.c
Claudio Fontana
2020-07-11
1
-0
/
+1
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-2
/
+2
*
qom: Crash more nicely on object_property_get_link() failure
Markus Armbruster
2020-07-10
1
-1
/
+1
*
vnc: Plug minor memory leak in vnc_display_open()
Markus Armbruster
2020-07-02
1
-2
/
+1
*
Clean up some calls to ignore Error objects the right way
Markus Armbruster
2020-07-02
1
-2
/
+1
*
audio: Let capture_callback handler use const buffer argument
Philippe Mathieu-Daudé
2020-05-26
1
-1
/
+1
*
ui: increase min required GTK version to 3.22.0
Volker Rümelin
2020-05-19
1
-83
/
+8
*
ui/gtk: use native keyboard scancodes on Windows
Volker Rümelin
2020-05-19
1
-4
/
+29
*
ui/gtk: don't pass on win keys without keyboard grab
Volker Rümelin
2020-05-19
1
-1
/
+8
*
ui/sdl2-input: use trace-events to debug key events
Volker Rümelin
2020-05-19
2
-0
/
+6
*
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/gtk: remove unused variable ignore_keys
Volker Rümelin
2020-05-19
1
-9
/
+0
*
ui/gtk: remove unused code
Volker Rümelin
2020-05-19
1
-9
/
+0
*
ui/gkt: release all keys on grab-broken-event
Volker Rümelin
2020-05-19
1
-0
/
+21
*
ui/gtk: fix handling of AltGr key on Windows
Volker Rümelin
2020-05-19
1
-1
/
+29
*
ui/win32-kbd-hook: handle AltGr in a hook procedure
Volker Rümelin
2020-05-19
2
-0
/
+105
*
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200515-pull-request' i...
Peter Maydell
2020-05-15
1
-0
/
+12
|
\
|
*
ui/sdl2: fix segment fault caused by null pointer dereference
Changbin Du
2020-05-14
1
-0
/
+12
*
|
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
3
-15
/
+14
|
/
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
2020-05-05
1
-2
/
+1
|
\
|
*
Compress lines for immediate return
Simran Singhal
2020-05-04
1
-2
/
+1
*
|
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
2020-05-04
1
-7
/
+7
|
/
*
ui/input-linux: Do not ignore ioctl() return value
Philippe Mathieu-Daudé
2020-03-25
1
-2
/
+27
*
ui/curses: Move arrays to .heap to save 74KiB of .bss
Philippe Mathieu-Daudé
2020-03-16
1
-2
/
+6
*
ui/curses: Make control_characters[] array const
Philippe Mathieu-Daudé
2020-03-16
1
-1
/
+1
*
qom/object: enable setter for uint types
Felipe Franciosi
2020-03-16
1
-2
/
+2
*
ui/cocoa.m: Update documentation file and pathname
Peter Maydell
2020-03-06
1
-2
/
+2
*
ui/input-barrier: Remove superfluous semicolon
Philippe Mathieu-Daudé
2020-02-18
1
-1
/
+1
*
qapi: Split control.json off misc.json
Kevin Wolf
2020-02-17
1
-0
/
+1
*
ui/cocoa: Drop workarounds for pre-10.12 OSX
Peter Maydell
2020-02-12
1
-59
/
+0
*
ui/gtk: implement show-cursor option
Gerd Hoffmann
2020-02-12
1
-2
/
+6
*
ui/cocoa: switch to new show-cursor option
Gerd Hoffmann
2020-02-12
1
-0
/
+4
*
ui/sdl: switch to new show-cursor option
Gerd Hoffmann
2020-02-12
1
-8
/
+8
*
ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realized
Philippe Mathieu-Daudé
2020-02-12
1
-5
/
+7
*
ui/gtk: Update gd_refresh_rate_millihz() to handle VirtualConsole
Philippe Mathieu-Daudé
2020-02-12
1
-4
/
+5
*
ui/console: Display the 'none' backend in '-display help'
Philippe Mathieu-Daudé
2020-01-21
1
-0
/
+1
*
vnc: prioritize ZRLE compression over ZLIB
Cameron Esfahani
2020-01-21
2
-4
/
+11
*
Revert "vnc: allow fall back to RAW encoding"
Gerd Hoffmann
2020-01-21
1
-18
/
+2
*
ui/gtk: Get display refresh rate with GDK version 3.22 or later
Philippe Mathieu-Daudé
2020-01-16
1
-5
/
+18
[next]