]> git.proxmox.com Git - qemu.git/history - ui/gtk.c
ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0
[qemu.git] / ui / gtk.c
2013-05-13 Igor Mitsyankoui/gtk.c: do not use gdk_display_warp_pointer when...
2013-04-26 Anthony Liguorigtk: refactor menu creation
2013-04-25 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-04-25 Gerd Hoffmannconsole: zap ds arg from register_displaychangelistener
2013-04-23 Ozan Çağlayanui/gtk: Use gtk_widget_get_window() to support both...
2013-04-22 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2013-04-19 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-04-17 Markus ArmbrusterFix warnings suppressors to honor --disable-werror
2013-04-16 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.80' into staging
2013-04-16 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v69' into...
2013-04-16 Anthony LiguoriMerge remote-tracking branch 'kraxel/pixman.v11' into...
2013-04-16 Gerd Hoffmanngtk: custom cursor support
2013-04-16 Gerd Hoffmannconsole: allow pinning displaychangelisteners to consoles
2013-04-16 Gerd Hoffmannconsole: rename vga_hw_*, add QemuConsole param
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'bonzini/hw-dirs' into...
2013-04-15 Paolo Bonzinisysemu: avoid proliferation of include/ subdirectories
2013-04-08 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-4-2-13...
2013-04-02 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-04-02 Stefan Weilui/gtk: Set QEMU window icon
2013-04-02 Aurelien Jarnogtk: make more messages translatable
2013-03-27 Hans de Goedeqemu-char: Rename qemu_chr_generic_open to qemu_chr_be_...
2013-03-26 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-03-25 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-03-25 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-03-25 Anthony LiguoriMerge remote-tracking branch 'kraxel/ipxe.3' into staging
2013-03-25 Jan Kiszkagtk: Release modifier when graphic console loses keyboa...
2013-03-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/ipxe.2' into staging
2013-03-18 Anthony LiguoriMerge remote-tracking branch 'kraxel/pixman.v8' into...
2013-03-18 Gerd Hoffmannconsole: zap displaystate from dcl callbacks
2013-03-18 Gerd Hoffmanngtk: stop using DisplayState
2013-03-18 Gerd Hoffmannconsole: rework DisplaySurface handling [dcl/ui side]
2013-03-18 Gerd Hoffmannconsole: kill DisplayState->opaque
2013-03-18 Gerd Hoffmannconsole: fix displaychangelisteners interface
2013-03-15 Anthony LiguoriMerge remote-tracking branch 'cohuck/virtio-ccw-upstr...
2013-03-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/chardev.5' into...
2013-03-13 Gerd Hoffmannchardev: add vc support to qapi
2013-03-04 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2013-02-26 Daniel P. BerrangeAdd compat for GDK_KEY_XXX symbols
2013-02-26 Daniel P. BerrangeAdd compat macro for gtk_widget_get_realized
2013-02-26 Daniel P. BerrangeReplace expose-event handler with draw handler in GTK3
2013-02-26 Daniel P. BerrangeConditionalize use of gtk_widget_size_request
2013-02-26 Daniel P. BerrangeConditionalize use of gdk_display_warp_pointer
2013-02-26 Daniel P. BerrangeReplace gtk_menu_append with gtk_menu_shell_append
2013-02-26 Daniel P. BerrangeRemove use of GtkVBox in GTK3
2013-02-26 Daniel P. BerrangeConditionalize use of gdk_pointer_grab / gdk_pointer_ungrab
2013-02-26 Daniel P. BerrangeConditionalize use of gdk_keyboard_grab / gdk_keyboard_...
2013-02-26 Daniel P. BerrangeRemove use of gdk_drawable_get_{screen, display}
2013-02-26 Daniel P. BerrangeAdd compat for gdk_drawable_get_size on GTK3
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'quintela/stats.next'...
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-02-23 Blue SwirlMerge branch 'eflags3' of git://github.com/rth7680...
2013-02-22 Jan Kiszkagtk: Rename File to Machine menu and add pause, reset...
2013-02-22 Stefan Weilui/gtk: Use menu item from stock for full screen
2013-02-22 Stefan Weilui/gtk: Support versions of VTE before 0.26
2013-02-22 Kevin WolfReenable -Wstrict-prototypes
2013-02-22 Stefan Weilui/gtk: Fix build (missing include for setlocale)
2013-02-21 Anthony Liguorigtk: suppress accelerators from the File menu when...
2013-02-21 Anthony Liguorigtk: add translation support (v5)
2013-02-21 Anthony Liguorigtk: add support for screen scaling and full screen...
2013-02-21 Anthony Liguorigtk: add support for input grabbing (v2)
2013-02-21 Anthony Liguorigtk: add virtual console support (v2)
2013-02-21 Anthony Liguoriui: add basic GTK gui (v5)