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
/
include
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vnc: deal with surface NULL pointers
Gerd Hoffmann
2018-03-12
1
-0
/
+2
*
ui/gtk-egl: add cursor_dmabuf support
Gerd Hoffmann
2018-03-12
1
-0
/
+8
*
ui/gtk-egl: add scanout_dmabuf support
Gerd Hoffmann
2018-03-12
1
-0
/
+4
*
ui/gtk: make GtkGlArea usage a runtime option
Gerd Hoffmann
2018-03-12
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...
Peter Maydell
2018-03-05
1
-64
/
+11
|
\
|
*
console: add and use qemu_display_find_default
Gerd Hoffmann
2018-03-05
1
-0
/
+1
|
*
egl-headless: switch over to new display registry
Gerd Hoffmann
2018-03-05
1
-3
/
+0
|
*
curses: switch over to new display registry
Gerd Hoffmann
2018-03-05
1
-12
/
+0
|
*
cocoa: switch over to new display registry
Gerd Hoffmann
2018-03-05
1
-12
/
+0
|
*
sdl: switch over to new display registry
Gerd Hoffmann
2018-03-05
1
-19
/
+0
|
*
console: add qemu display registry, add gtk
Gerd Hoffmann
2018-03-05
1
-20
/
+12
*
|
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
2
-1
/
+2
|
/
*
console/opengl: split up dpy_gl_cursor ops
Gerd Hoffmann
2018-02-22
1
-5
/
+8
*
cocoa: use DisplayOptions
Gerd Hoffmann
2018-02-20
1
-2
/
+2
*
curses: use DisplayOptions
Gerd Hoffmann
2018-02-20
1
-2
/
+2
*
egl-headless: use DisplayOptions
Gerd Hoffmann
2018-02-20
1
-1
/
+1
*
sdl: use DisplayOptions
Gerd Hoffmann
2018-02-20
1
-4
/
+4
*
gtk: add and use DisplayOptions + DisplayGTK
Gerd Hoffmann
2018-02-20
1
-5
/
+4
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Clean up includes
Markus Armbruster
2018-02-09
1
-1
/
+0
*
vnc: use stubs for CONFIG_VNC=n dummy functions
Gerd Hoffmann
2018-02-09
1
-21
/
+0
*
ui: fix alphabetical ordering of keymaps
Daniel P. Berrange
2018-01-29
1
-3
/
+3
*
hw: convert the escc device to keycodemapdb
Daniel P. Berrange
2018-01-29
1
-0
/
+3
*
hw: convert ps2 device to keycodemapdb
Daniel P. Berrange
2018-01-29
1
-0
/
+9
*
sdl: reorganize -no-frame support
Gerd Hoffmann
2018-01-25
1
-3
/
+2
*
ui: convert GTK and SDL1 frontends to keycodemapdb
Daniel P. Berrange
2018-01-25
1
-0
/
+21
*
ui: convert the SDL2 frontend to keycodemapdb
Daniel P. Berrange
2018-01-25
1
-0
/
+3
*
sdl2: Ignore UI hotkeys after a focus change when GUI modifier is held
Jindrich Makovicka
2018-01-12
1
-0
/
+1
*
spice: remove QXLWorker interface field
Frediano Ziglio
2018-01-12
1
-1
/
+0
*
ui: generate qcode to linux mappings
Owen Smith
2017-12-15
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques...
Peter Maydell
2017-10-19
6
-19
/
+47
|
\
|
*
egl-helpers: add egl_texture_blit and egl_texture_blend
Gerd Hoffmann
2017-10-17
1
-0
/
+4
|
*
egl-helpers: add dmabuf import support
Gerd Hoffmann
2017-10-17
1
-0
/
+3
|
*
opengl: add flipping vertex shader
Gerd Hoffmann
2017-10-17
1
-1
/
+1
|
*
opengl: move shader init from console-gl.c to shader.c
Gerd Hoffmann
2017-10-17
5
-19
/
+15
|
*
console: add support for dmabufs
Gerd Hoffmann
2017-10-17
1
-0
/
+25
*
|
ui: don't export qemu_input_event_new_key
Daniel P. Berrange
2017-10-16
1
-1
/
+0
*
|
ui: convert common input code to keycodemapdb
Daniel P. Berrange
2017-10-16
1
-1
/
+10
|
/
*
egl: misc framebuffer helper improvements.
Gerd Hoffmann
2017-09-29
1
-2
/
+3
*
console: purge curses bits from console.h
Gerd Hoffmann
2017-09-29
1
-21
/
+2
*
console: use DIV_ROUND_UP
Marc-André Lureau
2017-08-31
1
-1
/
+1
*
ui: move qemu_input_linux_to_qcode()
Gerd Hoffmann
2017-07-27
1
-0
/
+1
*
gtk: use framebuffer helper functions.
Gerd Hoffmann
2017-06-21
1
-2
/
+2
*
sdl2: use framebuffer helper functions.
Gerd Hoffmann
2017-06-21
1
-2
/
+6
*
egl-helpers: add helpers to handle opengl framebuffers
Gerd Hoffmann
2017-06-21
1
-0
/
+15
*
spice: don't enter opengl mode in case another UI provides opengl support
Gerd Hoffmann
2017-06-14
1
-0
/
+2
*
opengl: add egl-headless display
Gerd Hoffmann
2017-05-12
1
-0
/
+3
[prev]
[next]