index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
4
-3
/
+4
2018-02-09
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
6
-0
/
+7
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
3
-3
/
+0
2018-02-09
vnc: use stubs for CONFIG_VNC=n dummy functions
Gerd Hoffmann
2
-0
/
+22
2018-02-05
ui: update keycodemapdb to get py3 fixes
Daniel P. Berrange
1
-0
/
+0
2018-02-05
input: add missing JIS keys to virtio input
Miika S
1
-0
/
+0
2018-02-02
ui: correctly advance output buffer when writing SASL data
Daniel P. Berrangé
1
-1
/
+1
2018-02-02
ui: convert VNC server to QIONetListener
Daniel P. Berrange
2
-146
/
+58
2018-02-02
ui: fix mixup between qnum and qcode in SDL1 key handling
Daniel P. Berrangé
1
-1
/
+8
2018-01-29
ui: fix alphabetical ordering of keymaps
Daniel P. Berrange
1
-1
/
+1
2018-01-29
hw: convert the escc device to keycodemapdb
Daniel P. Berrange
1
-0
/
+1
2018-01-29
hw: convert ps2 device to keycodemapdb
Daniel P. Berrange
1
-0
/
+3
2018-01-25
sdl: reorganize -no-frame support
Gerd Hoffmann
2
-12
/
+4
2018-01-25
sdl: use ctrl-alt-g as grab hotkey
Gerd Hoffmann
2
-33
/
+24
2018-01-25
ui: deprecate use of SDL 1.2 in favour of 2.0 series
Daniel P. Berrange
1
-0
/
+3
2018-01-25
ui: ignore hardware keycode 255 on win32
Daniel P. Berrange
1
-0
/
+6
2018-01-25
ui: add fix for GTK Pause key handling on Win32
Daniel P. Berrange
1
-1
/
+8
2018-01-25
ui: convert GTK and SDL1 frontends to keycodemapdb
Daniel P. Berrange
7
-317
/
+272
2018-01-25
ui: convert the SDL2 frontend to keycodemapdb
Daniel P. Berrange
3
-272
/
+12
2018-01-25
ui: avoid sign extension using client width/height
Daniel P. Berrange
2
-2
/
+11
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
[next]