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
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2
-5
/
+5
2018-01-18
cocoa.m: Fix scroll wheel support
John Arbuckle
1
-8
/
+19
2018-01-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-4
/
+4
2018-01-16
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
1
-4
/
+4
2018-01-12
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180112-pull-request' i...
Peter Maydell
5
-48
/
+54
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
2018-01-12
spice: remove unused timer list
Frediano Ziglio
1
-4
/
+0
2018-01-12
spice: remove only written event_mask field
Frediano Ziglio
1
-4
/
+2
2018-01-12
spice: remove unused watch list
Frediano Ziglio
1
-4
/
+0
2018-01-12
spice: remove QXLWorker interface field
Frediano Ziglio
1
-2
/
+0
2018-01-12
ui: deprecate use of GTK 2.x in favour of 3.x series
Daniel P. Berrange
1
-0
/
+5
2018-01-12
input: fix memory leak
linzhecheng
1
-0
/
+2
2018-01-12
ui: mix misleading comments & return types of VNC I/O helper methods
Daniel P. Berrange
4
-23
/
+24
2018-01-12
ui: add trace events related to VNC client throttling
Daniel P. Berrange
2
-0
/
+30
2018-01-12
ui: place a hard cap on VNC server output buffer size
Daniel P. Berrange
1
-0
/
+29
2018-01-12
ui: fix VNC client throttling when forced update is requested
Daniel P. Berrange
4
-4
/
+41
2018-01-12
ui: fix VNC client throttling when audio capture is active
Daniel P. Berrange
2
-8
/
+70
2018-01-12
ui: refactor code for determining if an update should be sent to the client
Daniel P. Berrange
1
-7
/
+20
2018-01-12
ui: correctly reset framebuffer update state after processing dirty regions
Daniel P. Berrange
1
-1
/
+1
2018-01-12
ui: introduce enum to track VNC client framebuffer update request state
Daniel P. Berrange
2
-12
/
+18
2018-01-12
ui: track how much decoded data we consumed when doing SASL encoding
Daniel P. Berrange
2
-1
/
+3
2018-01-12
ui: avoid pointless VNC updates if framebuffer isn't dirty
Daniel P. Berrange
1
-1
/
+1
2018-01-12
ui: remove redundant indentation in vnc_client_update
Daniel P. Berrange
1
-55
/
+57
2018-01-12
ui: remove unreachable code in vnc_update_client
Daniel P. Berrange
1
-5
/
+1
2018-01-12
ui: remove 'sync' parameter from vnc_update_client
Daniel P. Berrange
1
-8
/
+3
2018-01-12
vnc: fix debug spelling
Marc-André Lureau
1
-1
/
+1
2017-12-14
ui: generate qcode to linux mappings
Owen Smith
1
-0
/
+1
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
[next]