index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
gtk: Fix accelerator filtering
Jan Kiszka
2013-07-22
1
-21
/
+18
*
console: Hook QemuConsoles into qom tree
Gerd Hoffmann
2013-06-28
1
-0
/
+10
*
gtk: add support for surface conversion
Gerd Hoffmann
2013-06-28
1
-23
/
+40
*
Merge remote-tracking branch 'spice/spice.v71' into staging
Anthony Liguori
2013-06-24
1
-0
/
+13
|
\
|
*
spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850)
Hans de Goede
2013-06-24
1
-0
/
+13
*
|
vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_client
Michael Tokarev
2013-06-21
1
-7
/
+8
|
/
*
gtk: Fix compiler warning (GTK 3 deprecated function)
Stefan Weil
2013-06-16
1
-0
/
+4
*
create qemu_openpty_raw() helper function and move it to a separate file
Michael Tokarev
2013-06-14
1
-9
/
+3
*
gtk: implement -full-screen
Peter Wu
2013-06-11
1
-1
/
+5
*
qemu-char: don't issue CHR_EVENT_OPEN in a BH
Michael Roth
2013-06-10
2
-0
/
+6
*
gtk: use better icon
Anthony Liguori
2013-06-10
1
-1
/
+1
*
gtk: don't use g_object_unref on GdkCursor
Anthony Liguori
2013-06-03
1
-1
/
+1
*
gtk: don't resize window when enabling scaling
Anthony Liguori
2013-06-03
1
-1
/
+3
*
cocoa: Avoid deprecated NSOpenPanel beginSheetForDirectory
Peter Maydell
2013-05-29
1
-1
/
+15
*
cocoa: Avoid deprecated NSOpenPanel filename method
Peter Maydell
2013-05-29
1
-1
/
+1
*
cocoa: Avoid deprecated CPS* functions
Peter Maydell
2013-05-29
1
-17
/
+6
*
cocoa: Fix leaks of NSScreen and NSConcreteMapTable
Peter Maydell
2013-05-29
1
-1
/
+10
*
ui/input.c: replace magic numbers with macros
Amos Kong
2013-05-23
1
-6
/
+7
*
vnc: Make ledstate comparison before modifiers updated
Lei Li
2013-05-15
1
-1
/
+2
*
portability: pty.h is glibc-specific
Paolo Bonzini
2013-05-14
1
-1
/
+0
*
ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0
Igor Mitsyanko
2013-05-13
1
-0
/
+19
*
TLS support for VNC Websockets
Tim Hardeck
2013-05-03
5
-42
/
+176
*
vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATE
Lei Li
2013-04-29
1
-0
/
+5
*
vnc: Support for LED state extension
Lei Li
2013-04-29
2
-0
/
+48
*
vnc: Add SCROLL lock key to kbd_leds
Lei Li
2013-04-29
1
-1
/
+5
*
gtk: refactor menu creation
Anthony Liguori
2013-04-26
1
-37
/
+56
*
console: add dummy surface for guests without graphic card
Gerd Hoffmann
2013-04-25
1
-2
/
+32
*
console: zap ds arg from register_displaychangelistener
Gerd Hoffmann
2013-04-25
7
-11
/
+11
*
console: switch ppm_save to qemu_open
Gerd Hoffmann
2013-04-25
1
-2
/
+4
*
console: add qemu_console_lookup_by_device
Gerd Hoffmann
2013-04-25
1
-0
/
+19
*
console: add device link to QemuConsoles
Gerd Hoffmann
2013-04-25
1
-1
/
+14
*
console: qom-ify QemuConsole
Gerd Hoffmann
2013-04-25
1
-1
/
+14
*
input: introduce keyboard handler list
Gerd Hoffmann
2013-04-24
1
-12
/
+25
*
input: make QEMUPutLEDEntry + QEMUPutMouseEntry private
Gerd Hoffmann
2013-04-24
1
-0
/
+18
*
ui/gtk: Use gtk_widget_get_window() to support both gtk2 and gtk3
Ozan Çağlayan
2013-04-23
1
-2
/
+2
*
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
2013-04-22
1
-5
/
+3
|
\
|
*
monitor: fix the wrong order of releasing keys
Amos Kong
2013-04-19
1
-5
/
+3
*
|
ui/cocoa.m: Fix recent compile breakage
Peter Maydell
2013-04-21
1
-4
/
+4
|
/
*
Fix warnings suppressors to honor --disable-werror
Markus Armbruster
2013-04-17
1
-1
/
+2
*
gtk: custom cursor support
Gerd Hoffmann
2013-04-16
1
-0
/
+33
*
console: allow pinning displaychangelisteners to consoles
Gerd Hoffmann
2013-04-16
3
-36
/
+81
*
console: add qemu_console_is_*
Gerd Hoffmann
2013-04-16
4
-44
/
+52
*
xen: re-enable refresh interval reporting for xenfb
Gerd Hoffmann
2013-04-16
1
-0
/
+6
*
console: gui timer fixes
Gerd Hoffmann
2013-04-16
4
-63
/
+54
*
console: add GraphicHwOps
Gerd Hoffmann
2013-04-16
1
-17
/
+16
*
console: make DisplayState private to console.c
Gerd Hoffmann
2013-04-16
1
-0
/
+8
*
console: move gui_update+gui_setup_refresh from vl.c into console.c
Gerd Hoffmann
2013-04-16
1
-0
/
+50
*
console: zap g_width + g_height
Gerd Hoffmann
2013-04-16
1
-23
/
+9
*
console: simplify screendump
Gerd Hoffmann
2013-04-16
1
-19
/
+53
*
console: give each QemuConsole its own DisplaySurface
Gerd Hoffmann
2013-04-16
1
-27
/
+69
[next]