Sign in
qemu
/
qemu
/
b691d9d2a0c13ad27df44964f6fdd34d5f259607
/
ui
b00a0dd
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20141002-1' into staging
by Peter Maydell
· 10 years ago
50c6617
add input-send-event command
by Marcelo Tosatti
· 10 years ago
e37f202
input: fix send-key monitor command release event ordering
by Gerd Hoffmann
· 10 years ago
89ec031
pixman: fix qemu_default_pixman_format (32bpp non-native endian)
by Gerd Hoffmann
· 10 years ago
1c1f949
console: add graphic_console_set_hwops
by Gerd Hoffmann
· 10 years ago
550830f
block: delete cow block driver
by Stefan Hajnoczi
· 10 years ago
9d64fab
vnc-tls: Clean up dead store in vnc_set_x509_credential()
by Markus Armbruster
· 10 years ago
8615243
ui/vnc: set TCP_NODELAY
by Peter Lieven
· 11 years ago
e4d50d4
qemu-char: Rename register_char_driver_qapi() to register_char_driver()
by Peter Maydell
· 11 years ago
8af4702
Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20140916-1' into staging
by Peter Maydell
· 10 years ago
07d49a5
spice: call qemu_spice_set_passwd() during init
by Marc-André Lureau
· 11 years ago
0d61f7d
sdl2: keymap fixups
by Gerd Hoffmann
· 11 years ago
4f36e42
sdl2: drop sdl_zoom.h
by Gerd Hoffmann
· 11 years ago
0dfa7e3
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' into staging
by Peter Maydell
· 10 years ago
77bfcf2
console: Remove unused QEMU_BIG_ENDIAN_FLAG
by Benjamin Herrenschmidt
· 11 years ago
43c7d8b
console: add qemu_pixman_linebuf_copy
by Gerd Hoffmann
· 11 years ago
4c38762
console: add dpy_gfx_update_dirty
by Gerd Hoffmann
· 11 years ago
a77549b
console: add qemu_create_displaysurface_guestmem
by Gerd Hoffmann
· 11 years ago
30f1e66
console: stop using PixelFormat
by Gerd Hoffmann
· 11 years ago
56bd9ea
console: reimplement qemu_default_pixelformat
by Gerd Hoffmann
· 11 years ago
1527a25
console: add qemu_default_pixman_format
by Gerd Hoffmann
· 11 years ago
a93a3af
console: add qemu_pixelformat_from_pixman
by Gerd Hoffmann
· 11 years ago
ab9509c
spice: make sure we don't overflow ssd->buf
by Gerd Hoffmann
· 11 years ago
cd56cc6
spice: use console index as display id
by Gerd Hoffmann
· 11 years ago
fe8e832
spice: don't use 'Yoda conditions'
by Gonglei
· 11 years ago
6365828
vnc update fix
by Gerd Hoffmann
· 11 years ago
07535a8
fix full frame updates for VNC clients
by Stephan Kulow
· 11 years ago
42ca32f
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140711-1' into staging
by Peter Maydell
· 11 years ago
e72b59f
ui/gtk: Restore keyboard focus after Page change
by John Snow
· 11 years ago
b1ea7b7
spice: auth fixes
by Gerd Hoffmann
· 11 years ago
bea60dd
ui/vnc: fix potential memory corruption issues
by Peter Lieven
· 11 years ago
f9a70e7
ui/vnc: limit client_cut_text msg payload size
by Peter Lieven
· 11 years ago
13aefd3
ui/cocoa: Honour -show-cursor command line option
by Peter Maydell
· 11 years ago
f61c387
ui/cocoa: Fix handling of absolute positioning devices
by Peter Maydell
· 11 years ago
5dd45be
ui/cocoa: Add utility method to check if point is within window
by Peter Maydell
· 11 years ago
381600d
ui/cocoa: Cope with first surface being same as initial window size
by Peter Maydell
· 11 years ago
db39fcf
qemu-char: introduce qemu_chr_alloc
by Paolo Bonzini
· 11 years ago
7cfadb6
qapi event: convert SPICE events
by Wenchao Xia
· 11 years ago
fb6ba0d
qapi event: convert VNC events
by Wenchao Xia
· 11 years ago
a589569
qapi: adjust existing defines
by Wenchao Xia
· 11 years ago
9d3c512
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20140619-1' into staging
by Peter Maydell
· 11 years ago
e8e23b7
spice: fix 32bit build
by Gerd Hoffmann
· 11 years ago
eb214ff
vnc: fix screen updates
by Gerd Hoffmann
· 11 years ago
c14e984
vnc: Drop superfluous conditionals around g_strdup()
by Markus Armbruster
· 11 years ago
64641d8
vnc: Drop superfluous conditionals around g_free()
by Markus Armbruster
· 11 years ago
5643fc0
spice: add mouse cursor support
by Gerd Hoffmann
· 11 years ago
fa7a1e5
gtk: update window size after showing/hiding tabs
by Gerd Hoffmann
· 11 years ago
f50def9
gtk: factor out gtk3 grab into the new gd_grab_devices function
by Gerd Hoffmann
· 11 years ago
0a337ed
gtk: cleanup backend dependencies
by Gerd Hoffmann
· 11 years ago
932f2d7
gtk: factor out keycode mapping
by Gerd Hoffmann
· 11 years ago
333cb18
console: fix -vga none -sdl crash
by Gerd Hoffmann
· 11 years ago
a1d2db0
console: kill MAX_CONSOLES, alloc consoles dynamically
by Gerd Hoffmann
· 11 years ago
2deb4ac
input/vnc: use kbd delays in press_key
by Gerd Hoffmann
· 11 years ago
5a16566
input/curses: add kbd delay between keydown and keyup events
by Gerd Hoffmann
· 11 years ago
2e377f1
input: use kbd delays for send_key monitor command
by Gerd Hoffmann
· 11 years ago
be1a717
input: add support for kbd delays
by Gerd Hoffmann
· 11 years ago
1673e89
Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-3' into staging
by Peter Maydell
· 11 years ago
b529915
vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32}
by Gonglei
· 11 years ago
4006617
vnc: add trace events for key events
by Gerd Hoffmann
· 11 years ago
cf86456
vnc: refuse to set a password with VNC_AUTH_NONE
by Gerd Hoffmann
· 11 years ago
f233579
sdl2: textinput + terminal
by Gerd Hoffmann
· 11 years ago
363f59d
sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windows
by Gerd Hoffmann
· 11 years ago
bdef972
console: add kbd_put_string_console
by Gerd Hoffmann
· 11 years ago
50ef467
console: add kbd_put_qcode_console
by Gerd Hoffmann
· 11 years ago
53651ec
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into staging
by Peter Maydell
· 11 years ago
109519f
Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-7' into staging
by Peter Maydell
· 11 years ago
ee8c0b6
sdl: pass key event source to input layer
by Gerd Hoffmann
· 11 years ago
6f5943c
input: bind devices and input routing
by Gerd Hoffmann
· 11 years ago
86846bf
input: keymap: add meta keys
by Gerd Hoffmann
· 11 years ago
2386a90
input: add name to input_event_key_number
by Gerd Hoffmann
· 11 years ago
11c7fa7
input: add qemu_input_key_number_to_qcode
by Gerd Hoffmann
· 11 years ago
f5c0ab1
input (curses): mask keycodes to remove modifier bits
by Andrew Oates
· 11 years ago
6fa2769
gtk: workaround gtk2 vte resize issue
by Gerd Hoffmann
· 11 years ago
82fc180
gtk: window sizing overhaul
by Gerd Hoffmann
· 11 years ago
0f61a61
gtk: zap unused global_state
by Gerd Hoffmann
· 11 years ago
3158a34
gtk: Add handling for the xfree86 keycodes
by Bruce Rogers
· 11 years ago
aa0a55d
gtk: enable untabify for gfx
by Gerd Hoffmann
· 11 years ago
0c77a37
gtk: detached window pointer grabs
by Gerd Hoffmann
· 11 years ago
99623c9
gtk: update all windows on mouse mode changes
by Gerd Hoffmann
· 11 years ago
2884cf5
gtk: fix grab checks
by Gerd Hoffmann
· 11 years ago
4eeaa3a
gtk: update gd_update_caption
by Gerd Hoffmann
· 11 years ago
746b867
gtk: skip keyboard grab when hover autograb is active
by Gerd Hoffmann
· 11 years ago
4c638e2
gtk: keep track of grab owner
by Gerd Hoffmann
· 11 years ago
1c856da
gtk: add gd_grab trace event
by Gerd Hoffmann
· 11 years ago
74444bc
gtk: add tab to trace events
by Gerd Hoffmann
· 11 years ago
cdeb709
gtk: allow moving tabs to windows and back.
by Gerd Hoffmann
· 11 years ago
d3ef575
gtk: simplify resize
by Gerd Hoffmann
· 11 years ago
6a24ced
gtk: use device type as label
by Gerd Hoffmann
· 11 years ago
ed1132e
gtk: support multiple gfx displays
by Gerd Hoffmann
· 11 years ago
e3500d1
gtk: move vga state into VirtualGfxConsole
by Gerd Hoffmann
· 11 years ago
271a25c
gtk: VirtualConsole restruction
by Gerd Hoffmann
· 11 years ago
832189c
gtk: remove page numbering assumtions from the code
by Gerd Hoffmann
· 11 years ago
0fb20d1
gtk: Add a scrollbar for text consoles
by Cole Robinson
· 11 years ago
ee5f31e
gtk: cleanup CONFIG_VTE ifdef a bit.
by Gerd Hoffmann
· 11 years ago
6fe8307
gtk: zap vte size requests
by Gerd Hoffmann
· 11 years ago
3f9a6e8
console: add kbd_put_keysym_console
by Gerd Hoffmann
· 11 years ago
fd07d07
gtk: zap scrolled_window
by Gerd Hoffmann
· 11 years ago
aea7947
console: rework text terminal cursor logic
by Gerd Hoffmann
· 11 years ago
b35e3ba
console: update text terminal surface unconditionally
by Gerd Hoffmann
· 11 years ago
521a580
console: nicer initial screen
by Gerd Hoffmann
· 12 years ago
Next »