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
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
2017-11-10
ui: use QEMU_IS_ALIGNED macro
Philippe Mathieu-Daudé
1
-1
/
+1
2017-11-10
ui: fix dcl unregister
Gerd Hoffmann
1
-0
/
+1
2017-11-07
ui/cocoa.m: Send ctrl-alt key combos to guest if QEMU isn't using them
Peter Maydell
1
-4
/
+2
2017-11-07
ui/cocoa.m: move ungrab to ctrl-alt-g
John Arbuckle
1
-13
/
+18
2017-11-07
ui/cocoa.m: Make scrolling work again in GUI monitor windows
John Arbuckle
1
-32
/
+66
2017-11-02
ui/cocoa.m: Fix console selection keys
John Arbuckle
1
-1
/
+1
2017-10-23
ui: pull in latest keycodemapdb
Daniel P. Berrange
1
-0
/
+0
2017-10-23
ui: normalize the 'sysrq' key into the 'print' key
Daniel P. Berrange
1
-0
/
+14
2017-10-23
ui: use correct union field for key number
Daniel P. Berrange
1
-1
/
+1
2017-10-23
ui: fix crash with sendkey and raw key numbers
Daniel P. Berrange
1
-0
/
+5
2017-10-19
Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques...
Peter Maydell
10
-55
/
+232
2017-10-17
egl-headless: add dmabuf support
Gerd Hoffmann
1
-2
/
+57
2017-10-17
egl-helpers: add egl_texture_blit and egl_texture_blend
Gerd Hoffmann
1
-0
/
+27
2017-10-17
egl-helpers: add dmabuf import support
Gerd Hoffmann
1
-0
/
+46
2017-10-17
opengl: add flipping vertex shader
Gerd Hoffmann
3
-4
/
+20
2017-10-17
opengl: move shader init from console-gl.c to shader.c
Gerd Hoffmann
6
-53
/
+53
2017-10-17
console: add support for dmabufs
Gerd Hoffmann
1
-0
/
+33
2017-10-16
gtk: fix wrong id between texture and framebuffer
Anthoine Bourgeois
1
-2
/
+1
2017-10-16
ui/gtk: Fix deprecation of vte_terminal_copy_clipboard
Anthony PERARD
1
-0
/
+5
2017-10-16
ui: don't export qemu_input_event_new_key
Daniel P. Berrange
1
-1
/
+1
2017-10-16
ui: convert key events to QKeyCodes immediately
Daniel P. Berrange
1
-7
/
+17
2017-10-16
ui: convert common input code to keycodemapdb
Daniel P. Berrange
1
-311
/
+15
2017-10-16
ui: add keycodemapdb repository as a GIT submodule
Daniel P. Berrange
1
-0
/
+0
2017-10-04
ui: Always remove an old VNC channel watch before adding a new one
Brandon Carpenter
3
-0
/
+13
2017-09-29
ui: add tracing of VNC authentication process
Daniel P. Berrange
4
-93
/
+92
2017-09-29
ui: add tracing of VNC operations related to QIOChannel
Daniel P. Berrange
4
-6
/
+19
2017-09-29
egl: misc framebuffer helper improvements.
Gerd Hoffmann
5
-17
/
+27
2017-09-29
console: purge curses bits from console.h
Gerd Hoffmann
1
-6
/
+21
2017-09-22
buildsys: Move sdl cflags/libs to per object
Fam Zheng
1
-0
/
+1
2017-09-19
General warn report fixups
Alistair Francis
1
-2
/
+1
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
1
-4
/
+5
2017-09-19
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
2
-2
/
+2
2017-09-13
console: add question-mark escape operator
Alexander Graf
1
-1
/
+2
2017-09-13
console: fix dpy_gfx_replace_surface assert
Gerd Hoffmann
1
-1
/
+1
2017-09-13
pixman: drop submodule
Gerd Hoffmann
1
-4
/
+0
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
3
-11
/
+11
2017-09-04
qapi: Avoid unnecessary use of enum lookup table's sentinel
Markus Armbruster
1
-1
/
+1
2017-08-31
ui: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-08-31
vnc: use DIV_ROUND_UP
Marc-André Lureau
2
-2
/
+2
2017-08-31
vnc: use QEMU_ALIGN_DOWN
Marc-André Lureau
1
-4
/
+4
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-31
ui/vnc: fix leak of SocketAddress **
Philippe Mathieu-Daudé
1
-18
/
+18
2017-07-28
ui: add pause key to linux_to_qcode
Gerd Hoffmann
1
-0
/
+1
2017-07-28
ui: drop ac_search and ac_stop
Gerd Hoffmann
1
-4
/
+4
2017-07-28
ui: correctly detect spice PAUSE scancode sequence
Daniel P. Berrange
1
-19
/
+13
[next]