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-12-21
Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s...
Peter Maydell
5
-255
/
+326
2014-12-17
sdl2: Work around SDL2 SDL_ShowWindow() bug
Max Reitz
1
-0
/
+10
2014-12-17
sdl2: Use correct sdl2_console for window events
Max Reitz
1
-2
/
+4
2014-12-17
sdl2: move sdl2_2d_refresh to sdl2-2d.c
Gerd Hoffmann
2
-9
/
+9
2014-12-17
sdl2: factor out sdl2_poll_events
Gerd Hoffmann
1
-10
/
+13
2014-12-17
sdl2: add+use sdl2_2d_redraw function.
Gerd Hoffmann
2
-11
/
+17
2014-12-17
sdl2: move sdl_switch to sdl2-2d.c
Gerd Hoffmann
2
-46
/
+46
2014-12-17
sdl2: overhaul window size handling
Gerd Hoffmann
1
-93
/
+79
2014-12-17
sdl2: move sdl_update to new sdl2-2d.c
Gerd Hoffmann
3
-31
/
+67
2014-12-17
sdl2: turn on keyboard grabs
Gerd Hoffmann
1
-3
/
+4
2014-12-17
sdl2: move keyboard input code to new sdl2-input.c
Gerd Hoffmann
3
-73
/
+110
2014-12-17
sdl2: rename sdl2_state to sdl2_console, move to header file
Gerd Hoffmann
1
-36
/
+27
2014-12-16
spice: fix memory leak
Gonglei
1
-4
/
+1
2014-12-16
spice: remove spice-experimental.h include
Marc-André Lureau
1
-1
/
+0
2014-12-16
spice: do not require TCP ports
Marc-André Lureau
1
-4
/
+0
2014-12-16
spice: rework mirror allocation, add no-resize fast path
Gerd Hoffmann
1
-7
/
+26
2014-12-16
spice: use bottom half instead of refresh timer for cursor updates
Gerd Hoffmann
1
-2
/
+10
2014-12-16
sdl: move version logic from source code to makefile
Gerd Hoffmann
3
-7
/
+6
2014-12-10
keymaps: correct keymaps.c following Qemu coding style
Gonglei
1
-88
/
+108
2014-12-10
vnc-enc-tight: fix Arguments in wrong order
Gonglei
1
-1
/
+1
2014-11-25
input: move input-send-event into experimental namespace
Gerd Hoffmann
1
-2
/
+2
2014-11-21
gtk: Don't crash if -nodefaults
Fam Zheng
1
-7
/
+9
2014-11-21
gtk: fix possible memory leak about local_err
zhanghailiang
1
-2
/
+1
2014-11-13
QMP/input-send-event: make console parameter optional
Amos Kong
1
-6
/
+9
2014-11-04
gtk: add GDK_KEY_pause #define
Gerd Hoffmann
1
-0
/
+1
2014-11-04
gtk: Hide the menubar when in fullscreen mode (lp 1294898)
Cole Robinson
1
-2
/
+2
2014-11-04
gtk: Install vc accelerators on parent window
Cole Robinson
1
-7
/
+15
2014-11-04
gtk: Install fullscreen accelerator on toplevel window
Cole Robinson
1
-4
/
+14
2014-11-04
gtk: Grab accel_group from GtkDisplayState
Cole Robinson
1
-12
/
+9
2014-10-31
ui: Use the new ".mo-cflags" rule syntax for SDL_CFLAGS
Fam Zheng
1
-2
/
+3
2014-10-30
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20141028-1' into s...
Peter Maydell
1
-5
/
+15
2014-10-28
vnc: return directly if no vnc client connected
ChenLiang
1
-5
/
+5
2014-10-28
vnc: sanitize bits_per_pixel from the client
Petr Matousek
1
-0
/
+10
2014-10-28
gtk: avoid gd_widget_reparent with gtk 3.14+
Gerd Hoffmann
1
-2
/
+11
2014-10-28
gtk: drop gtk_widget_set_double_buffered call
Gerd Hoffmann
1
-1
/
+0
2014-10-15
gtk: add support for the Pause key
Martin Decky
1
-0
/
+6
2014-10-15
gtk.c: Fix memory leak in gd_set_keycode_type()
Chen Fan
1
-0
/
+7
2014-10-02
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20141002-1' into...
Peter Maydell
2
-2
/
+46
2014-10-02
add input-send-event command
Marcelo Tosatti
1
-0
/
+37
2014-10-02
input: fix send-key monitor command release event ordering
Gerd Hoffmann
1
-2
/
+9
2014-09-30
pixman: fix qemu_default_pixman_format (32bpp non-native endian)
Gerd Hoffmann
1
-1
/
+1
2014-09-29
console: add graphic_console_set_hwops
Gerd Hoffmann
1
-2
/
+9
2014-09-22
block: delete cow block driver
Stefan Hajnoczi
1
-1
/
+1
2014-09-18
vnc-tls: Clean up dead store in vnc_set_x509_credential()
Markus Armbruster
1
-2
/
+0
2014-09-17
ui/vnc: set TCP_NODELAY
Peter Lieven
1
-0
/
+1
2014-09-16
qemu-char: Rename register_char_driver_qapi() to register_char_driver()
Peter Maydell
1
-2
/
+1
2014-09-16
Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20140916-1' into s...
Peter Maydell
2
-4
/
+4
2014-09-16
spice: call qemu_spice_set_passwd() during init
Marc-André Lureau
1
-1
/
+1
2014-09-16
sdl2: keymap fixups
Gerd Hoffmann
1
-3
/
+4
2014-09-16
sdl2: drop sdl_zoom.h
Gerd Hoffmann
1
-1
/
+0
[next]