index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-05
ui/sdl2 : initial port to SDL 2.0 (v2.0)
Dave Airlie
5
-3
/
+1102
2014-03-05
console: add QemuUIInfo
Gerd Hoffmann
1
-0
/
+17
2014-03-05
console: add head to index to qemu consoles.
Gerd Hoffmann
1
-4
/
+24
2014-03-05
input: remove index_from_keycode (no users)
Gerd Hoffmann
1
-14
/
+0
2014-03-05
input: move do_mouse_set to new core
Gerd Hoffmann
2
-43
/
+21
2014-03-05
input: move qmp_query_mice to new core
Gerd Hoffmann
2
-23
/
+29
2014-03-05
input: add input_mouse_mode tracepoint
Gerd Hoffmann
1
-0
/
+1
2014-03-05
input: move mouse mode notifier to new core
Gerd Hoffmann
2
-33
/
+31
2014-03-05
input-legacy: remove kbd_mouse_event
Gerd Hoffmann
1
-49
/
+0
2014-03-05
input-legacy: remove kbd_mouse_is_absolute
Gerd Hoffmann
1
-10
/
+1
2014-03-05
input-legacy: remove kbd_mouse_has_absolute
Gerd Hoffmann
1
-19
/
+2
2014-03-05
input-legacy: remove kbd_put_keycode
Gerd Hoffmann
1
-23
/
+0
2014-03-05
input: trace events
Gerd Hoffmann
1
-0
/
+48
2014-03-05
input: mouse: switch cocoa ui to new core
Gerd Hoffmann
1
-21
/
+42
2014-03-05
input: keyboard: switch cocoa ui to new core
Gerd Hoffmann
1
-12
/
+6
2014-03-05
input: mouse: switch spice ui to new core
Gerd Hoffmann
1
-24
/
+38
2014-03-05
input: mouse: switch vnc ui to new core
Gerd Hoffmann
2
-24
/
+23
2014-03-05
input: mouse: switch sdl ui to new core
Gerd Hoffmann
1
-45
/
+39
2014-03-05
input: mouse: switch gtk ui to new core
Gerd Hoffmann
1
-39
/
+19
2014-03-05
input: mouse: switch legacy handlers to new core
Gerd Hoffmann
1
-0
/
+63
2014-03-05
input: mouse: add qemu_input_is_absolute()
Gerd Hoffmann
1
-0
/
+8
2014-03-05
input: mouse: add graphic_rotate support
Gerd Hoffmann
1
-0
/
+31
2014-03-05
input: mouse: add helpers functions to core
Gerd Hoffmann
1
-0
/
+71
2014-03-05
input: keyboard: switch curses ui to new core
Gerd Hoffmann
1
-22
/
+25
2014-03-05
input: keyboard: switch spice ui to new core
Gerd Hoffmann
1
-2
/
+20
2014-03-05
input: keyboard: switch vnc ui to new core
Gerd Hoffmann
1
-19
/
+6
2014-03-05
input: keyboard: switch sdl ui to new core
Gerd Hoffmann
1
-18
/
+9
2014-03-05
input: keyboard: switch gtk ui to new core
Gerd Hoffmann
1
-15
/
+4
2014-03-05
input: keyboard: switch qmp_send_key() to new core.
Gerd Hoffmann
1
-8
/
+3
2014-03-05
input: keyboard: switch legacy handlers to new core
Gerd Hoffmann
1
-10
/
+56
2014-03-05
input: keyboard: add helper functions to core
Gerd Hoffmann
1
-0
/
+35
2014-03-05
input: add core bits of the new input layer
Gerd Hoffmann
2
-1
/
+84
2014-03-05
input: rename file to legacy
Gerd Hoffmann
2
-1
/
+1
2014-03-05
console: export QemuConsole index,width,height
Gerd Hoffmann
1
-0
/
+24
2014-01-20
gtk: Support keyboard translation for hosts running Windows
Stefan Weil
1
-3
/
+15
2014-01-12
ui/cocoa: Remove stray tabs
Peter Maydell
1
-3
/
+3
2014-01-12
ui/cocoa: Draw black rectangle if we have no data yet
Peter Maydell
1
-1
/
+6
2014-01-12
ui/cocoa: Redraw at correct size when switching surface
Peter Maydell
1
-7
/
+17
2014-01-12
ui/cocoa: Fix code for starting QEMU via image file load dialog
Peter Maydell
1
-6
/
+6
2014-01-12
ui/cocoa: Add ".qcow2" to extension list for image load dialog
Peter Maydell
1
-1
/
+1
2014-01-12
ui/cocoa: Send warning message to stderr, not stdout
Peter Maydell
1
-1
/
+1
2014-01-12
ui/cocoa: Correct typos in comments and variable names
Peter Maydell
1
-14
/
+14
2014-01-12
ui/cocoa: Pass command key through to guest when VM has mousegrab
Peter Maydell
1
-7
/
+18
2013-12-23
ui/cocoa: Use macro ARRAY_SIZE where possible
Stefan Weil
1
-3
/
+2
2013-12-16
spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*()
Gerd Hoffmann
1
-2
/
+2
2013-12-16
spice: move qemu_spice_display_*() from spice-graphics to spice-core
Gerd Hoffmann
2
-17
/
+16
2013-12-16
spice: flip streaming video mode to off by default
Gerd Hoffmann
1
-0
/
+2
2013-12-02
Don't crash on keyboard input with no handler
Don Koch
1
-1
/
+1
2013-12-02
misc: Replace 'struct QEMUTimer' by 'QEMUTimer'
Stefan Weil
1
-1
/
+1
2013-12-02
gtk: Replace conditional debug messages by trace methods
Stefan Weil
1
-14
/
+5
[next]