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
/
gtk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gtk: Fix accelerator filtering
Jan Kiszka
2013-07-22
1
-21
/
+18
*
gtk: add support for surface conversion
Gerd Hoffmann
2013-06-28
1
-23
/
+40
*
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
1
-0
/
+2
*
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
*
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
*
gtk: refactor menu creation
Anthony Liguori
2013-04-26
1
-37
/
+56
*
console: zap ds arg from register_displaychangelistener
Gerd Hoffmann
2013-04-25
1
-1
/
+1
*
ui/gtk: Use gtk_widget_get_window() to support both gtk2 and gtk3
Ozan Çağlayan
2013-04-23
1
-2
/
+2
*
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
1
-1
/
+2
*
console: rename vga_hw_*, add QemuConsole param
Gerd Hoffmann
2013-04-16
1
-1
/
+1
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
1
-1
/
+1
*
ui/gtk: Set QEMU window icon
Stefan Weil
2013-04-02
1
-0
/
+13
*
gtk: make more messages translatable
Aurelien Jarno
2013-04-02
1
-2
/
+2
*
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
Hans de Goede
2013-03-27
1
-1
/
+1
*
gtk: Release modifier when graphic console loses keyboard focus
Jan Kiszka
2013-03-25
1
-2
/
+51
*
console: zap displaystate from dcl callbacks
Gerd Hoffmann
2013-03-18
1
-4
/
+2
*
gtk: stop using DisplayState
Gerd Hoffmann
2013-03-18
1
-60
/
+80
*
console: rework DisplaySurface handling [dcl/ui side]
Gerd Hoffmann
2013-03-18
1
-7
/
+8
*
console: kill DisplayState->opaque
Gerd Hoffmann
2013-03-18
1
-3
/
+2
*
console: fix displaychangelisteners interface
Gerd Hoffmann
2013-03-18
1
-11
/
+19
*
chardev: add vc support to qapi
Gerd Hoffmann
2013-03-13
1
-1
/
+1
*
Add compat for GDK_KEY_XXX symbols
Daniel P. Berrange
2013-02-26
1
-0
/
+9
*
Add compat macro for gtk_widget_get_realized
Daniel P. Berrange
2013-02-26
1
-0
/
+5
*
Replace expose-event handler with draw handler in GTK3
Daniel P. Berrange
2013-02-26
1
-0
/
+7
*
Conditionalize use of gtk_widget_size_request
Daniel P. Berrange
2013-02-26
1
-0
/
+4
*
Conditionalize use of gdk_display_warp_pointer
Daniel P. Berrange
2013-02-26
1
-1
/
+6
*
Replace gtk_menu_append with gtk_menu_shell_append
Daniel P. Berrange
2013-02-26
1
-20
/
+20
*
Remove use of GtkVBox in GTK3
Daniel P. Berrange
2013-02-26
1
-0
/
+4
*
Conditionalize use of gdk_pointer_grab / gdk_pointer_ungrab
Daniel P. Berrange
2013-02-26
1
-11
/
+65
*
Conditionalize use of gdk_keyboard_grab / gdk_keyboard_ungrab
Daniel P. Berrange
2013-02-26
1
-1
/
+40
*
Remove use of gdk_drawable_get_{screen, display}
Daniel P. Berrange
2013-02-26
1
-3
/
+2
*
Add compat for gdk_drawable_get_size on GTK3
Daniel P. Berrange
2013-02-26
1
-0
/
+10
*
gtk: Rename File to Machine menu and add pause, reset and power down items
Jan Kiszka
2013-02-22
1
-12
/
+68
*
ui/gtk: Use menu item from stock for full screen
Stefan Weil
2013-02-22
1
-2
/
+3
*
ui/gtk: Support versions of VTE before 0.26
Stefan Weil
2013-02-22
1
-1
/
+6
*
Reenable -Wstrict-prototypes
Kevin Wolf
2013-02-22
1
-1
/
+11
*
ui/gtk: Fix build (missing include for setlocale)
Stefan Weil
2013-02-22
1
-0
/
+1
*
gtk: suppress accelerators from the File menu when grab is active
Anthony Liguori
2013-02-21
1
-0
/
+34
*
gtk: add translation support (v5)
Anthony Liguori
2013-02-21
1
-7
/
+15
*
gtk: add support for screen scaling and full screen (v5)
Anthony Liguori
2013-02-21
1
-17
/
+237
*
gtk: add support for input grabbing (v2)
Anthony Liguori
2013-02-21
1
-5
/
+151
*
gtk: add virtual console support (v2)
Anthony Liguori
2013-02-21
1
-0
/
+160
[next]