Sign in
qemu-android
/
qemu-android
/
1437c94b2689c2010362f84d14f14feaa1d8dba3
/
ui
43f420f
console: Hook QemuConsoles into qom tree
by Gerd Hoffmann
· 12 years ago
f087553
gtk: add support for surface conversion
by Gerd Hoffmann
· 12 years ago
9fbbf0d
Merge remote-tracking branch 'spice/spice.v71' into staging
by Anthony Liguori
· 12 years ago
5ad24e5
spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850)
by Hans de Goede
· 12 years ago
2c8cf54
vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_client
by Michael Tokarev
· 12 years ago
030b4b7
gtk: Fix compiler warning (GTK 3 deprecated function)
by Stefan Weil
· 12 years ago
4efeabb
create qemu_openpty_raw() helper function and move it to a separate file
by Michael Tokarev
· 12 years ago
787ba4f
gtk: implement -full-screen
by Peter Wu
· 12 years ago
bd5c51e
qemu-char: don't issue CHR_EVENT_OPEN in a BH
by Michael Roth
· 12 years ago
f7da9c1
gtk: use better icon
by Anthony Liguori
· 12 years ago
1713924
gtk: don't use g_object_unref on GdkCursor
by Anthony Liguori
· 12 years ago
41686a9
gtk: don't resize window when enabling scaling
by Anthony Liguori
· 12 years ago
2ba9de6
cocoa: Avoid deprecated NSOpenPanel beginSheetForDirectory
by Peter Maydell
· 12 years ago
8bb3f1e
cocoa: Avoid deprecated NSOpenPanel filename method
by Peter Maydell
· 12 years ago
42a5dfe
cocoa: Avoid deprecated CPS* functions
by Peter Maydell
· 12 years ago
6e657e6
cocoa: Fix leaks of NSScreen and NSConcreteMapTable
by Peter Maydell
· 12 years ago
b2d1674
ui/input.c: replace magic numbers with macros
by Amos Kong
· 12 years ago
1483adc
vnc: Make ledstate comparison before modifiers updated
by Lei Li
· 12 years ago
7791dba
portability: pty.h is glibc-specific
by Paolo Bonzini
· 12 years ago
b087143
ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0
by Igor Mitsyanko
· 12 years ago
0057a0d
TLS support for VNC Websockets
by Tim Hardeck
· 12 years ago
e7b2aac
vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATE
by Lei Li
· 12 years ago
ab99e5c
vnc: Support for LED state extension
by Lei Li
· 12 years ago
96f3d17
vnc: Add SCROLL lock key to kbd_leds
by Lei Li
· 12 years ago
bf9b255
gtk: refactor menu creation
by Anthony Liguori
· 12 years ago
d3002b0
console: add dummy surface for guests without graphic card
by Gerd Hoffmann
· 12 years ago
5209089
console: zap ds arg from register_displaychangelistener
by Gerd Hoffmann
· 12 years ago
cdd5b93
console: switch ppm_save to qemu_open
by Gerd Hoffmann
· 12 years ago
14a9364
console: add qemu_console_lookup_by_device
by Gerd Hoffmann
· 12 years ago
aa2beaa
console: add device link to QemuConsoles
by Gerd Hoffmann
· 12 years ago
95be066
console: qom-ify QemuConsole
by Gerd Hoffmann
· 12 years ago
5a37532
input: introduce keyboard handler list
by Gerd Hoffmann
· 12 years ago
72711ef
input: make QEMUPutLEDEntry + QEMUPutMouseEntry private
by Gerd Hoffmann
· 12 years ago
571253d
ui/gtk: Use gtk_widget_get_window() to support both gtk2 and gtk3
by Ozan Çağlayan
· 12 years ago
d639498
Merge remote-tracking branch 'luiz/queue/qmp' into staging
by Anthony Liguori
· 12 years ago
68c0aa6
ui/cocoa.m: Fix recent compile breakage
by Peter Maydell
· 12 years ago
153d02e
monitor: fix the wrong order of releasing keys
by Amos Kong
· 12 years ago
e6f53fd
Fix warnings suppressors to honor --disable-werror
by Markus Armbruster
· 12 years ago
9697f5d
gtk: custom cursor support
by Gerd Hoffmann
· 12 years ago
284d1c6
console: allow pinning displaychangelisteners to consoles
by Gerd Hoffmann
· 12 years ago
81c0d5a
console: add qemu_console_is_*
by Gerd Hoffmann
· 12 years ago
dea1b0b
xen: re-enable refresh interval reporting for xenfb
by Gerd Hoffmann
· 12 years ago
0f7b286
console: gui timer fixes
by Gerd Hoffmann
· 12 years ago
380cd05
console: add GraphicHwOps
by Gerd Hoffmann
· 12 years ago
27be558
console: make DisplayState private to console.c
by Gerd Hoffmann
· 12 years ago
98a9ad9
console: move gui_update+gui_setup_refresh from vl.c into console.c
by Gerd Hoffmann
· 12 years ago
36671fb
console: zap g_width + g_height
by Gerd Hoffmann
· 12 years ago
2c62f08
console: simplify screendump
by Gerd Hoffmann
· 12 years ago
321f048
console: give each QemuConsole its own DisplaySurface
by Gerd Hoffmann
· 12 years ago
1dbfa00
console: rename vga_hw_*, add QemuConsole param
by Gerd Hoffmann
· 12 years ago
64840c6
console: displaystate init revamp
by Gerd Hoffmann
· 12 years ago
437fe10
console: add trace events
by Gerd Hoffmann
· 12 years ago
e27bd65
console: switch color_table_rgb to pixman_color_t
by Gerd Hoffmann
· 12 years ago
7d6ba01
console: use pixman for font rendering
by Gerd Hoffmann
· 12 years ago
68db6dc
console: use pixman for fill+blit
by Gerd Hoffmann
· 12 years ago
b762795
pixman: render vgafont glyphs into pixman images
by Gerd Hoffmann
· 12 years ago
867c538
pixman: add qemu_pixman_color()
by Gerd Hoffmann
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
162cbbd
Merge remote-tracking branch 'luiz/queue/qmp' into staging
by Anthony Liguori
· 12 years ago
f9e8cac
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
by Stefan Hajnoczi
· 12 years ago
d819cdc
ui/gtk: Set QEMU window icon
by Stefan Weil
· 12 years ago
d8da9ee
gtk: make more messages translatable
by Aurelien Jarno
· 12 years ago
fee204f
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
by Hans de Goede
· 12 years ago
6db253c
gtk: Release modifier when graphic console loses keyboard focus
by Jan Kiszka
· 12 years ago
8510d91
ui/cocoa.m: Fix compile failures introduced by recent console changes
by Peter Maydell
· 12 years ago
1562e53
console: remove ds_get_* helper functions
by Gerd Hoffmann
· 12 years ago
cf6f054
console: zap color_table
by Gerd Hoffmann
· 12 years ago
c78f713
console: stop using DisplayState in gfx hardware emulation
by Gerd Hoffmann
· 12 years ago
bc2ed97
console: zap displaystate from dcl callbacks
by Gerd Hoffmann
· 12 years ago
5e00d3a
cocoa: stop using DisplayState
by Gerd Hoffmann
· 12 years ago
71874c1
spice: stop using DisplayState
by Gerd Hoffmann
· 12 years ago
8db9bae
sdl: stop using DisplayState
by Gerd Hoffmann
· 12 years ago
d39fa6d
vnc: stop using DisplayState
by Gerd Hoffmann
· 12 years ago
9d9801c
gtk: stop using DisplayState
by Gerd Hoffmann
· 12 years ago
c12aeb8
console: rework DisplaySurface handling [dcl/ui side]
by Gerd Hoffmann
· 12 years ago
da229ef
console: rework DisplaySurface handling [vga emu side]
by Gerd Hoffmann
· 12 years ago
468dfd6
sdl: drop dead code
by Gerd Hoffmann
· 12 years ago
9c80a31
spice: zap sdpy global
by Gerd Hoffmann
· 12 years ago
21ef45d
console: kill DisplayState->opaque
by Gerd Hoffmann
· 12 years ago
7c20b4a
console: fix displaychangelisteners interface
by Gerd Hoffmann
· 12 years ago
702ec69
chardev: add vc support to qapi
by Gerd Hoffmann
· 12 years ago
01f45d9
qemu-char: move text console init to console.c
by Anthony Liguori
· 12 years ago
bc0477c
Add compat for GDK_KEY_XXX symbols
by Daniel P. Berrange
· 12 years ago
ef6413a
Add compat macro for gtk_widget_get_realized
by Daniel P. Berrange
· 12 years ago
0d20664
Ensure x_keymap.o is built when GTK is enabled
by Daniel P. Berrange
· 12 years ago
fe43bca
Replace expose-event handler with draw handler in GTK3
by Daniel P. Berrange
· 12 years ago
1ed76b5
Conditionalize use of gtk_widget_size_request
by Daniel P. Berrange
· 12 years ago
8906de7
Conditionalize use of gdk_display_warp_pointer
by Daniel P. Berrange
· 12 years ago
530daf8
Replace gtk_menu_append with gtk_menu_shell_append
by Daniel P. Berrange
· 12 years ago
51572ab
Remove use of GtkVBox in GTK3
by Daniel P. Berrange
· 12 years ago
2a05485
Conditionalize use of gdk_pointer_grab / gdk_pointer_ungrab
by Daniel P. Berrange
· 12 years ago
655199d
Conditionalize use of gdk_keyboard_grab / gdk_keyboard_ungrab
by Daniel P. Berrange
· 12 years ago
66962f1
Remove use of gdk_drawable_get_{screen, display}
by Daniel P. Berrange
· 12 years ago
cba6883
Add compat for gdk_drawable_get_size on GTK3
by Daniel P. Berrange
· 12 years ago
30e8f22
gtk: Rename File to Machine menu and add pause, reset and power down items
by Jan Kiszka
· 12 years ago
1040928
ui/gtk: Use menu item from stock for full screen
by Stefan Weil
· 12 years ago
28d2e5b
ui/gtk: Support versions of VTE before 0.26
by Stefan Weil
· 12 years ago
c95e308
Reenable -Wstrict-prototypes
by Kevin Wolf
· 12 years ago
3f58ead
ui/gtk: Fix build (missing include for setlocale)
by Stefan Weil
· 12 years ago
73d4dc7
gtk: suppress accelerators from the File menu when grab is active
by Anthony Liguori
· 12 years ago
Next »