index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...
Peter Maydell
2015-02-25
2
-4
/
+1
|
\
|
*
hmp: Name HMP command handler functions hmp_COMMAND()
Markus Armbruster
2015-02-18
1
-1
/
+1
|
*
hmp: Clean up declarations for long-gone info handlers
Markus Armbruster
2015-02-18
1
-3
/
+0
*
|
vnc: introduce an wrapper for auto assign vnc id
Gonglei
2015-02-16
1
-0
/
+1
|
/
*
qmp hmp: Improve error messages when SPICE is not in use
Markus Armbruster
2015-01-29
1
-2
/
+2
*
qmp hmp: Factor out common "using spice" test
Markus Armbruster
2015-01-29
1
-0
/
+10
*
vnc: switch to QemuOpts, allow multiple servers
Gerd Hoffmann
2015-01-22
1
-1
/
+3
*
vnc: remove unused DisplayState parameter, add id instead.
Gerd Hoffmann
2015-01-22
1
-8
/
+8
*
ui/sdl2: Support shared surface for more pixman formats
Gerd Hoffmann
2015-01-19
1
-0
/
+2
*
ui/pixman: add qemu_pixman_check_format
Gerd Hoffmann
2015-01-19
1
-0
/
+2
*
ui: Add dpy_gfx_check_format() to check backend shared surface support
Benjamin Herrenschmidt
2015-01-19
1
-0
/
+4
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s...
Peter Maydell
2014-12-21
1
-0
/
+32
|
\
|
*
sdl2: move sdl2_2d_refresh to sdl2-2d.c
Gerd Hoffmann
2014-12-17
1
-0
/
+1
|
*
sdl2: factor out sdl2_poll_events
Gerd Hoffmann
2014-12-17
1
-0
/
+1
|
*
sdl2: add+use sdl2_2d_redraw function.
Gerd Hoffmann
2014-12-17
1
-0
/
+1
|
*
sdl2: move sdl_switch to sdl2-2d.c
Gerd Hoffmann
2014-12-17
1
-0
/
+6
|
*
sdl2: move sdl_update to new sdl2-2d.c
Gerd Hoffmann
2014-12-17
1
-0
/
+3
|
*
sdl2: move keyboard input code to new sdl2-input.c
Gerd Hoffmann
2014-12-17
1
-0
/
+4
|
*
sdl2: rename sdl2_state to sdl2_console, move to header file
Gerd Hoffmann
2014-12-17
1
-0
/
+16
*
|
spice: use bottom half instead of refresh timer for cursor updates
Gerd Hoffmann
2014-12-16
1
-1
/
+2
|
/
*
console: add graphic_console_set_hwops
Gerd Hoffmann
2014-09-29
1
-0
/
+3
*
console: Remove unused QEMU_BIG_ENDIAN_FLAG
Benjamin Herrenschmidt
2014-09-05
1
-2
/
+1
*
console: add qemu_pixman_linebuf_copy
Gerd Hoffmann
2014-09-05
1
-0
/
+2
*
console: add dpy_gfx_update_dirty
Gerd Hoffmann
2014-09-05
1
-0
/
+4
*
console: add qemu_create_displaysurface_guestmem
Gerd Hoffmann
2014-09-05
1
-0
/
+4
*
console: stop using PixelFormat
Gerd Hoffmann
2014-09-05
1
-7
/
+7
*
console: add qemu_default_pixman_format
Gerd Hoffmann
2014-09-05
1
-0
/
+1
*
console: add qemu_pixelformat_from_pixman
Gerd Hoffmann
2014-09-05
1
-0
/
+1
*
console: move chardev declarations to sysemu/char.h
Michael S. Tsirkin
2014-06-23
1
-5
/
+0
*
spice: add mouse cursor support
Gerd Hoffmann
2014-06-13
1
-0
/
+14
*
input: add support for kbd delays
Gerd Hoffmann
2014-06-04
1
-0
/
+1
*
console: add kbd_put_string_console
Gerd Hoffmann
2014-06-02
1
-0
/
+1
*
console: add kbd_put_qcode_console
Gerd Hoffmann
2014-06-02
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into staging
Peter Maydell
2014-05-28
1
-0
/
+1
|
\
|
*
console: add kbd_put_keysym_console
Gerd Hoffmann
2014-05-26
1
-0
/
+1
*
|
input: bind devices and input routing
Gerd Hoffmann
2014-05-26
1
-0
/
+3
*
|
input: add qemu_input_key_number_to_qcode
Gerd Hoffmann
2014-05-26
1
-0
/
+1
|
/
*
input: add qemu_input_handler_deactivate
Gerd Hoffmann
2014-05-16
1
-0
/
+1
*
input: key mapping helpers
Gerd Hoffmann
2014-05-16
1
-0
/
+4
*
gtk: Allow to activate grab-on-hover from the command line
Jan Kiszka
2014-03-17
1
-1
/
+1
*
console: add QemuUIInfo
Gerd Hoffmann
2014-03-05
1
-0
/
+12
*
console: add head to index to qemu consoles.
Gerd Hoffmann
2014-03-05
1
-2
/
+3
*
input: remove index_from_keycode (no users)
Gerd Hoffmann
2014-03-05
1
-1
/
+0
*
input: move mouse mode notifier to new core
Gerd Hoffmann
2014-03-05
2
-4
/
+4
*
input-legacy: remove kbd_mouse_event
Gerd Hoffmann
2014-03-05
1
-1
/
+0
*
input-legacy: remove kbd_mouse_is_absolute
Gerd Hoffmann
2014-03-05
1
-1
/
+0
*
input-legacy: remove kbd_mouse_has_absolute
Gerd Hoffmann
2014-03-05
1
-3
/
+0
*
input-legacy: remove kbd_put_keycode
Gerd Hoffmann
2014-03-05
1
-1
/
+0
*
input: mouse: switch cocoa ui to new core
Gerd Hoffmann
2014-03-05
1
-0
/
+2
*
input: mouse: add qemu_input_is_absolute()
Gerd Hoffmann
2014-03-05
1
-0
/
+1
[next]