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-06-20
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20140619-1' into s...
Peter Maydell
2
-15
/
+9
2014-06-20
spice: fix 32bit build
Gerd Hoffmann
1
-1
/
+1
2014-06-19
vnc: fix screen updates
Gerd Hoffmann
1
-0
/
+3
2014-06-19
vnc: Drop superfluous conditionals around g_strdup()
Markus Armbruster
1
-4
/
+1
2014-06-19
vnc: Drop superfluous conditionals around g_free()
Markus Armbruster
2
-12
/
+6
2014-06-13
spice: add mouse cursor support
Gerd Hoffmann
1
-11
/
+118
2014-06-11
gtk: update window size after showing/hiding tabs
Gerd Hoffmann
1
-0
/
+2
2014-06-11
gtk: factor out gtk3 grab into the new gd_grab_devices function
Gerd Hoffmann
1
-64
/
+36
2014-06-11
gtk: cleanup backend dependencies
Gerd Hoffmann
1
-28
/
+42
2014-06-11
gtk: factor out keycode mapping
Gerd Hoffmann
1
-7
/
+16
2014-06-10
console: fix -vga none -sdl crash
Gerd Hoffmann
1
-4
/
+1
2014-06-10
console: kill MAX_CONSOLES, alloc consoles dynamically
Gerd Hoffmann
1
-9
/
+4
2014-06-04
input/vnc: use kbd delays in press_key
Gerd Hoffmann
1
-0
/
+2
2014-06-04
input/curses: add kbd delay between keydown and keyup events
Gerd Hoffmann
1
-0
/
+10
2014-06-04
input: use kbd delays for send_key monitor command
Gerd Hoffmann
1
-39
/
+6
2014-06-04
input: add support for kbd delays
Gerd Hoffmann
1
-3
/
+105
2014-06-02
Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-3' into staging
Peter Maydell
2
-2
/
+99
2014-06-02
vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32}
Gonglei
1
-1
/
+7
2014-06-02
vnc: add trace events for key events
Gerd Hoffmann
1
-4
/
+23
2014-06-02
vnc: refuse to set a password with VNC_AUTH_NONE
Gerd Hoffmann
1
-28
/
+6
2014-06-02
sdl2: textinput + terminal
Gerd Hoffmann
1
-1
/
+40
2014-06-02
sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windows
Gerd Hoffmann
1
-1
/
+26
2014-06-02
console: add kbd_put_string_console
Gerd Hoffmann
1
-0
/
+9
2014-06-02
console: add kbd_put_qcode_console
Gerd Hoffmann
1
-0
/
+24
2014-05-28
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into staging
Peter Maydell
1
-116
/
+117
2014-05-28
Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-7' into staging
Peter Maydell
1
-374
/
+734
2014-05-26
sdl: pass key event source to input layer
Gerd Hoffmann
1
-9
/
+12
2014-05-26
input: bind devices and input routing
Gerd Hoffmann
1
-3
/
+40
2014-05-26
input: keymap: add meta keys
Gerd Hoffmann
1
-0
/
+2
2014-05-26
input: add name to input_event_key_number
Gerd Hoffmann
1
-2
/
+4
2014-05-26
input: add qemu_input_key_number_to_qcode
Gerd Hoffmann
1
-3
/
+8
2014-05-26
input (curses): mask keycodes to remove modifier bits
Andrew Oates
1
-2
/
+2
2014-05-26
gtk: workaround gtk2 vte resize issue
Gerd Hoffmann
1
-0
/
+40
2014-05-26
gtk: window sizing overhaul
Gerd Hoffmann
1
-30
/
+70
2014-05-26
gtk: zap unused global_state
Gerd Hoffmann
1
-4
/
+0
2014-05-26
gtk: Add handling for the xfree86 keycodes
Bruce Rogers
1
-1
/
+35
2014-05-26
gtk: enable untabify for gfx
Gerd Hoffmann
1
-3
/
+7
2014-05-26
gtk: detached window pointer grabs
Gerd Hoffmann
1
-3
/
+21
2014-05-26
gtk: update all windows on mouse mode changes
Gerd Hoffmann
1
-1
/
+5
2014-05-26
gtk: fix grab checks
Gerd Hoffmann
1
-12
/
+23
2014-05-26
gtk: update gd_update_caption
Gerd Hoffmann
1
-17
/
+28
2014-05-26
gtk: skip keyboard grab when hover autograb is active
Gerd Hoffmann
1
-1
/
+3
2014-05-26
gtk: keep track of grab owner
Gerd Hoffmann
1
-5
/
+23
2014-05-26
gtk: add gd_grab trace event
Gerd Hoffmann
1
-0
/
+4
2014-05-26
gtk: add tab to trace events
Gerd Hoffmann
1
-3
/
+3
2014-05-26
gtk: allow moving tabs to windows and back.
Gerd Hoffmann
1
-11
/
+63
2014-05-26
gtk: simplify resize
Gerd Hoffmann
1
-26
/
+14
2014-05-26
gtk: use device type as label
Gerd Hoffmann
1
-2
/
+12
2014-05-26
gtk: support multiple gfx displays
Gerd Hoffmann
1
-37
/
+43
2014-05-26
gtk: move vga state into VirtualGfxConsole
Gerd Hoffmann
1
-278
/
+337
[next]