aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2013-04-16console: simplify screendumpGerd Hoffmann
2013-04-16console: give each QemuConsole its own DisplaySurfaceGerd Hoffmann
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann
2013-04-16console: displaystate init revampGerd Hoffmann
2013-04-16console: add trace eventsGerd Hoffmann
2013-04-16console: switch color_table_rgb to pixman_color_tGerd Hoffmann
2013-04-16console: use pixman for font renderingGerd Hoffmann
2013-04-16console: use pixman for fill+blitGerd Hoffmann
2013-04-16pixman: render vgafont glyphs into pixman imagesGerd Hoffmann
2013-04-16pixman: add qemu_pixman_color()Gerd Hoffmann
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-02Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi
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-19ui/cocoa.m: Fix compile failures introduced by recent console changesPeter Maydell
2013-03-18console: remove ds_get_* helper functionsGerd Hoffmann
2013-03-18console: zap color_tableGerd Hoffmann
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann
2013-03-18cocoa: stop using DisplayStateGerd Hoffmann
2013-03-18spice: stop using DisplayStateGerd Hoffmann
2013-03-18sdl: stop using DisplayStateGerd Hoffmann
2013-03-18vnc: stop using DisplayStateGerd Hoffmann
2013-03-18gtk: stop using DisplayStateGerd Hoffmann
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann
2013-03-18console: rework DisplaySurface handling [vga emu side]Gerd Hoffmann
2013-03-18sdl: drop dead codeGerd Hoffmann
2013-03-18spice: zap sdpy globalGerd 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-03-08qemu-char: move text console init to console.cAnthony Liguori
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-26Ensure x_keymap.o is built when GTK is enabledDaniel 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