summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-26Ensure x_keymap.o is built when GTK is enabledDaniel P. Berrange1-1/+1
2013-02-26Replace expose-event handler with draw handler in GTK3Daniel P. Berrange1-0/+7
2013-02-26Conditionalize use of gtk_widget_size_requestDaniel P. Berrange1-0/+4
2013-02-26Conditionalize use of gdk_display_warp_pointerDaniel P. Berrange1-1/+6
2013-02-26Replace gtk_menu_append with gtk_menu_shell_appendDaniel P. Berrange1-20/+20
2013-02-26Remove use of GtkVBox in GTK3Daniel P. Berrange1-0/+4
2013-02-26Conditionalize use of gdk_pointer_grab / gdk_pointer_ungrabDaniel P. Berrange1-11/+65
2013-02-26Conditionalize use of gdk_keyboard_grab / gdk_keyboard_ungrabDaniel P. Berrange1-1/+40
2013-02-26Remove use of gdk_drawable_get_{screen, display}Daniel P. Berrange1-3/+2
2013-02-26Add compat for gdk_drawable_get_size on GTK3Daniel P. Berrange1-0/+10
2013-02-22gtk: Rename File to Machine menu and add pause, reset and power down itemsJan Kiszka1-12/+68
2013-02-22ui/gtk: Use menu item from stock for full screenStefan Weil1-2/+3
2013-02-22ui/gtk: Support versions of VTE before 0.26Stefan Weil1-1/+6
2013-02-22Reenable -Wstrict-prototypesKevin Wolf1-1/+11
2013-02-22ui/gtk: Fix build (missing include for setlocale)Stefan Weil1-0/+1
2013-02-21gtk: suppress accelerators from the File menu when grab is activeAnthony Liguori1-0/+34
2013-02-21gtk: add translation support (v5)Anthony Liguori1-7/+15
2013-02-21gtk: add support for screen scaling and full screen (v5)Anthony Liguori1-17/+237
2013-02-21gtk: add support for input grabbing (v2)Anthony Liguori1-5/+151
2013-02-21gtk: add virtual console support (v2)Anthony Liguori1-0/+160
2013-02-21ui: add basic GTK gui (v5)Anthony Liguori2-0/+579
2013-02-21console: allow VCs to be overridden by UIAnthony Liguori1-1/+13
2013-02-21vga: fix byteswapping.Gerd Hoffmann1-2/+7