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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-03
console: fix cell overflow
Gerd Hoffmann
1
-2
/
+8
2019-06-13
ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input device
Chen Zhang
1
-1
/
+6
2019-06-13
ui/cocoa: Fix absolute input device grabbing issue on Mojave
Chen Zhang
1
-2
/
+41
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
16
-15
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
9
-5
/
+11
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
1
-0
/
+1
2019-06-07
egl-helpers: add modifier support to egl_dmabuf_import_texture()
Gerd Hoffmann
1
-9
/
+25
2019-06-07
egl-helpers: add modifier support to egl_get_fd_for_texture().
Gerd Hoffmann
2
-5
/
+7
2019-06-07
ui/curses: Fix build with -m32
Max Reitz
1
-4
/
+4
2019-05-29
spice-app: fix running when !CONFIG_OPENGL
Marc-André Lureau
1
-1
/
+2
2019-05-22
ui/vnc: Use gcrypto_random_bytes for start_auth_vnc
Richard Henderson
1
-11
/
+11
2019-05-22
ui/vnc: Split out authentication_failed
Richard Henderson
1
-22
/
+15
2019-05-17
kbd-state: fix autorepeat handling
Gerd Hoffmann
1
-1
/
+5
2019-05-17
ui/console: Precautionary glBindTexture and surface->texture validation in su...
HOU Qiming
1
-7
/
+11
2019-05-17
ui/curses: manipulate cchar_t with standard curses functions
Samuel Thibault
1
-14
/
+29
2019-05-17
ui/curses: do not assume wchar_t contains unicode
Samuel Thibault
1
-57
/
+100
2019-04-12
curses: fix wchar_t printf warning
Gerd Hoffmann
1
-2
/
+2
2019-03-22
trace-events: Fix attribution of trace points to source
Markus Armbruster
1
-0
/
+5
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
1
-7
/
+7
2019-03-18
curses ui: add missing iconv_close calls
Samuel Thibault
1
-0
/
+6
2019-03-18
curses ui: always initialize all curses_line fields
Samuel Thibault
1
-3
/
+3
2019-03-18
vnc: fix unalignment access in tight_pack24
Li Qiang
1
-3
/
+4
2019-03-13
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190313-pull-request' i...
Peter Maydell
2
-49
/
+270
2019-03-13
curses: add option to specify VGA font encoding
Samuel Thibault
1
-47
/
+268
2019-03-13
iconv: detect and make curses depend on it
Samuel Thibault
1
-2
/
+2
2019-03-12
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request...
Peter Maydell
1
-13
/
+13
2019-03-11
audio: use qapi AudioFormat instead of audfmt_e
Kővágó, Zoltán
1
-13
/
+13
2019-03-11
vnc: allow specifying a custom authorization object name
Daniel P. Berrange
1
-9
/
+49
2019-03-11
vnc: fix update stalls
Gerd Hoffmann
1
-0
/
+6
2019-03-11
curses: support wide input
Samuel Thibault
2
-62
/
+127
2019-03-11
Reduce curses escdelay from 1s to 25ms
Samuel Thibault
1
-1
/
+2
2019-03-04
ui/cocoa: Perform UI operations only on the main thread
Peter Maydell
1
-78
/
+115
2019-03-04
ui/cocoa: Subclass NSApplication so we can implement sendEvent
Peter Maydell
1
-1
/
+12
2019-03-04
ui/cocoa: Don't call NSApp sendEvent directly from handleEvent
Peter Maydell
1
-15
/
+34
2019-03-04
ui/cocoa: Move console/device menu creation code up in file
Peter Maydell
1
-92
/
+92
2019-03-04
ui/cocoa: Factor out initial menu creation
Peter Maydell
1
-37
/
+41
2019-03-04
ui/cocoa: Use the pixman image directly in switchSurface
Peter Maydell
1
-8
/
+9
2019-03-04
ui/cocoa: Ensure we have the iothread lock when calling into QEMU
Peter Maydell
1
-26
/
+65
2019-02-26
authz: delete existing ACL implementation
Daniel P. Berrange
6
-24
/
+49
2019-02-22
display: add -display spice-app launching a Spice client
Marc-André Lureau
2
-0
/
+207
2019-02-21
spice: use a default name for the server
Marc-André Lureau
1
-1
/
+1
2019-02-21
spice: do not stop spice if VM is paused
Marc-André Lureau
1
-1
/
+1
2019-02-21
spice: merge options lists
Marc-André Lureau
1
-0
/
+1
2019-02-21
spice: avoid spice runtime assert
Marc-André Lureau
1
-0
/
+8
2019-02-21
ui/gtk: Fix the license information
Thomas Huth
1
-17
/
+13
2019-02-21
sdl2: drop qemu_input_event_send_key_qcode call
Gerd Hoffmann
1
-3
/
+0
2019-02-21
spice: set device address and device display ID in QXL interface
Lukáš Hrázký
2
-0
/
+62
2019-02-21
kbd-state: don't block auto-repeat events
Gerd Hoffmann
1
-6
/
+10
2019-02-18
qapi: Generate QAPIEvent stuff into separate files
Markus Armbruster
1
-1
/
+2
2019-02-05
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-331
/
+331
[next]