summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-04-22Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-5/+3
2013-04-21ui/cocoa.m: Fix recent compile breakagePeter Maydell1-4/+4
2013-04-19monitor: fix the wrong order of releasing keysAmos Kong1-5/+3
2013-04-17Fix warnings suppressors to honor --disable-werrorMarkus Armbruster1-1/+2
2013-04-16gtk: custom cursor supportGerd Hoffmann1-0/+33
2013-04-16console: allow pinning displaychangelisteners to consolesGerd Hoffmann3-36/+81
2013-04-16console: add qemu_console_is_*Gerd Hoffmann4-44/+52
2013-04-16xen: re-enable refresh interval reporting for xenfbGerd Hoffmann1-0/+6
2013-04-16console: gui timer fixesGerd Hoffmann4-63/+54
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-17/+16
2013-04-16console: make DisplayState private to console.cGerd Hoffmann1-0/+8
2013-04-16console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann1-0/+50
2013-04-16console: zap g_width + g_heightGerd Hoffmann1-23/+9
2013-04-16console: simplify screendumpGerd Hoffmann1-19/+53
2013-04-16console: give each QemuConsole its own DisplaySurfaceGerd Hoffmann1-27/+69
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann6-38/+49
2013-04-16console: displaystate init revampGerd Hoffmann1-39/+34
2013-04-16console: add trace eventsGerd Hoffmann1-0/+4
2013-04-16console: switch color_table_rgb to pixman_color_tGerd Hoffmann1-16/+8
2013-04-16console: use pixman for font renderingGerd Hoffmann1-99/+11
2013-04-16console: use pixman for fill+blitGerd Hoffmann1-55/+10
2013-04-16pixman: render vgafont glyphs into pixman imagesGerd Hoffmann1-0/+43
2013-04-16pixman: add qemu_pixman_color()Gerd Hoffmann1-0/+11
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2-2/+2
2013-04-02Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-1/+1
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi1-1/+1
2013-04-02ui/gtk: Set QEMU window iconStefan Weil1-0/+13
2013-04-02gtk: make more messages translatableAurelien Jarno1-2/+2
2013-03-27qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede2-2/+2
2013-03-25gtk: Release modifier when graphic console loses keyboard focusJan Kiszka1-2/+51
2013-03-19ui/cocoa.m: Fix compile failures introduced by recent console changesPeter Maydell1-3/+6
2013-03-18console: remove ds_get_* helper functionsGerd Hoffmann1-63/+79
2013-03-18console: zap color_tableGerd Hoffmann1-77/+6
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann2-51/+53
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann7-42/+20
2013-03-18cocoa: stop using DisplayStateGerd Hoffmann1-25/+10
2013-03-18spice: stop using DisplayStateGerd Hoffmann1-15/+16
2013-03-18sdl: stop using DisplayStateGerd Hoffmann1-41/+51
2013-03-18vnc: stop using DisplayStateGerd Hoffmann4-40/+48
2013-03-18gtk: stop using DisplayStateGerd Hoffmann1-60/+80
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann6-46/+33
2013-03-18console: rework DisplaySurface handling [vga emu side]Gerd Hoffmann1-42/+29
2013-03-18sdl: drop dead codeGerd Hoffmann1-5/+0
2013-03-18spice: zap sdpy globalGerd Hoffmann1-14/+16
2013-03-18console: kill DisplayState->opaqueGerd Hoffmann3-24/+20
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann7-65/+274
2013-03-13chardev: add vc support to qapiGerd Hoffmann2-13/+50
2013-03-08qemu-char: move text console init to console.cAnthony Liguori1-0/+7
2013-02-26Add compat for GDK_KEY_XXX symbolsDaniel P. Berrange1-0/+9
2013-02-26Add compat macro for gtk_widget_get_realizedDaniel P. Berrange1-0/+5