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
/
console.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui/curses: Support line graphics chars on -curses mode
OGAWA Hirofumi
2015-11-03
1
-1
/
+11
*
ui/console: add opengl context and scanout support interfaces.
Gerd Hoffmann
2015-10-08
1
-0
/
+37
*
Include monitor/monitor.h exactly where needed
Markus Armbruster
2015-06-22
1
-1
/
+1
*
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
2015-06-22
1
-1
/
+1
*
QemuOpts: Convert qemu_opts_foreach() to Error
Markus Armbruster
2015-06-09
1
-1
/
+1
*
ui/console: remove dpy_gfx_update_dirty
Paolo Bonzini
2015-06-05
1
-4
/
+0
*
gtk: add opengl support, using egl
Gerd Hoffmann
2015-05-29
1
-1
/
+1
*
ui: use libexpoxy
Gerd Hoffmann
2015-05-29
1
-2
/
+1
*
console: add dpy_ui_info_supported
Gerd Hoffmann
2015-05-06
1
-0
/
+1
*
sdl2: Fix RGB555
Max Reitz
2015-05-05
1
-0
/
+5
*
sdl2: add support for display rendering using opengl.
Gerd Hoffmann
2015-05-05
1
-0
/
+1
*
console-gl: add opengl rendering helper functions
Gerd Hoffmann
2015-05-05
1
-0
/
+31
*
console/gtk: add qemu_console_get_label
Gerd Hoffmann
2015-04-22
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150310-1' into s...
Peter Maydell
2015-03-10
1
-1
/
+0
|
\
|
*
vnc: set id at parse time not init time
Gerd Hoffmann
2015-03-10
1
-1
/
+0
*
|
ui: Removed unused functions
Thomas Huth
2015-03-10
1
-3
/
+0
|
/
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...
Peter Maydell
2015-02-25
1
-1
/
+1
|
\
|
*
hmp: Name HMP command handler functions hmp_COMMAND()
Markus Armbruster
2015-02-18
1
-1
/
+1
*
|
vnc: introduce an wrapper for auto assign vnc id
Gonglei
2015-02-16
1
-0
/
+1
|
/
*
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: Add dpy_gfx_check_format() to check backend shared surface support
Benjamin Herrenschmidt
2015-01-19
1
-0
/
+4
*
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 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: move chardev declarations to sysemu/char.h
Michael S. Tsirkin
2014-06-23
1
-5
/
+0
*
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
*
console: add kbd_put_keysym_console
Gerd Hoffmann
2014-05-26
1
-0
/
+1
*
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
1
-4
/
+0
*
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
*
console: export QemuConsole index,width,height
Gerd Hoffmann
2014-03-05
1
-0
/
+3
*
trace: Remove trace.h from console.h (less dependencies)
Stefan Weil
2013-12-02
1
-1
/
+0
*
vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_client
Michael Tokarev
2013-06-21
1
-1
/
+1
*
gtk: implement -full-screen
Peter Wu
2013-06-11
1
-1
/
+1
*
console: zap ds arg from register_displaychangelistener
Gerd Hoffmann
2013-04-25
1
-2
/
+1
*
console: add qemu_console_lookup_by_device
Gerd Hoffmann
2013-04-25
1
-0
/
+1
*
console: add device link to QemuConsoles
Gerd Hoffmann
2013-04-25
1
-1
/
+2
*
console: qom-ify QemuConsole
Gerd Hoffmann
2013-04-25
1
-0
/
+15
*
input: introduce keyboard handler list
Gerd Hoffmann
2013-04-24
1
-2
/
+4
[next]