aboutsummaryrefslogtreecommitdiff
path: root/ui/gtk.c
AgeCommit message (Expand)Author
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev
2013-06-11gtk: implement -full-screenPeter Wu
2013-06-10qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth
2013-06-10gtk: use better iconAnthony Liguori
2013-06-03gtk: don't use g_object_unref on GdkCursorAnthony Liguori
2013-06-03gtk: don't resize window when enabling scalingAnthony Liguori
2013-05-14portability: pty.h is glibc-specificPaolo Bonzini
2013-05-13ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0Igor Mitsyanko
2013-04-26gtk: refactor menu creationAnthony Liguori
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann
2013-04-23ui/gtk: Use gtk_widget_get_window() to support both gtk2 and gtk3Ozan Çağlayan
2013-04-17Fix warnings suppressors to honor --disable-werrorMarkus Armbruster
2013-04-16gtk: custom cursor supportGerd Hoffmann
2013-04-16console: allow pinning displaychangelisteners to consolesGerd Hoffmann
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-02ui/gtk: Set QEMU window iconStefan Weil
2013-04-02gtk: make more messages translatableAurelien Jarno
2013-03-27qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede
2013-03-25gtk: Release modifier when graphic console loses keyboard focusJan Kiszka
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann
2013-03-18gtk: stop using DisplayStateGerd Hoffmann
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann
2013-03-18console: kill DisplayState->opaqueGerd Hoffmann
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann
2013-03-13chardev: add vc support to qapiGerd Hoffmann
2013-02-26Add compat for GDK_KEY_XXX symbolsDaniel P. Berrange
2013-02-26Add compat macro for gtk_widget_get_realizedDaniel P. Berrange
2013-02-26Replace expose-event handler with draw handler in GTK3Daniel P. Berrange
2013-02-26Conditionalize use of gtk_widget_size_requestDaniel P. Berrange
2013-02-26Conditionalize use of gdk_display_warp_pointerDaniel P. Berrange
2013-02-26Replace gtk_menu_append with gtk_menu_shell_appendDaniel P. Berrange
2013-02-26Remove use of GtkVBox in GTK3Daniel P. Berrange
2013-02-26Conditionalize use of gdk_pointer_grab / gdk_pointer_ungrabDaniel P. Berrange
2013-02-26Conditionalize use of gdk_keyboard_grab / gdk_keyboard_ungrabDaniel P. Berrange
2013-02-26Remove use of gdk_drawable_get_{screen, display}Daniel P. Berrange
2013-02-26Add compat for gdk_drawable_get_size on GTK3Daniel P. Berrange
2013-02-22gtk: Rename File to Machine menu and add pause, reset and power down itemsJan Kiszka
2013-02-22ui/gtk: Use menu item from stock for full screenStefan Weil
2013-02-22ui/gtk: Support versions of VTE before 0.26Stefan Weil
2013-02-22Reenable -Wstrict-prototypesKevin Wolf
2013-02-22ui/gtk: Fix build (missing include for setlocale)Stefan Weil
2013-02-21gtk: suppress accelerators from the File menu when grab is activeAnthony Liguori
2013-02-21gtk: add translation support (v5)Anthony Liguori
2013-02-21gtk: add support for screen scaling and full screen (v5)Anthony Liguori
2013-02-21gtk: add support for input grabbing (v2)Anthony Liguori
2013-02-21gtk: add virtual console support (v2)Anthony Liguori
2013-02-21ui: add basic GTK gui (v5)Anthony Liguori