summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-04-021-1/+1
|\
| * oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-021-1/+1
* | ui/gtk: Set QEMU window iconStefan Weil2013-04-021-0/+13
* | gtk: make more messages translatableAurelien Jarno2013-04-021-2/+2
|/
* qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede2013-03-272-2/+2
* gtk: Release modifier when graphic console loses keyboard focusJan Kiszka2013-03-251-2/+51
* ui/cocoa.m: Fix compile failures introduced by recent console changesPeter Maydell2013-03-191-3/+6
* console: remove ds_get_* helper functionsGerd Hoffmann2013-03-181-63/+79
* console: zap color_tableGerd Hoffmann2013-03-181-77/+6
* console: stop using DisplayState in gfx hardware emulationGerd Hoffmann2013-03-182-51/+53
* console: zap displaystate from dcl callbacksGerd Hoffmann2013-03-187-42/+20
* cocoa: stop using DisplayStateGerd Hoffmann2013-03-181-25/+10
* spice: stop using DisplayStateGerd Hoffmann2013-03-181-15/+16
* sdl: stop using DisplayStateGerd Hoffmann2013-03-181-41/+51
* vnc: stop using DisplayStateGerd Hoffmann2013-03-184-40/+48
* gtk: stop using DisplayStateGerd Hoffmann2013-03-181-60/+80
* console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann2013-03-186-46/+33
* console: rework DisplaySurface handling [vga emu side]Gerd Hoffmann2013-03-181-42/+29
* sdl: drop dead codeGerd Hoffmann2013-03-181-5/+0
* spice: zap sdpy globalGerd Hoffmann2013-03-181-14/+16
* console: kill DisplayState->opaqueGerd Hoffmann2013-03-183-24/+20
* console: fix displaychangelisteners interfaceGerd Hoffmann2013-03-187-65/+274
* chardev: add vc support to qapiGerd Hoffmann2013-03-132-13/+50
* qemu-char: move text console init to console.cAnthony Liguori2013-03-081-0/+7
* Add compat for GDK_KEY_XXX symbolsDaniel P. Berrange2013-02-261-0/+9
* Add compat macro for gtk_widget_get_realizedDaniel P. Berrange2013-02-261-0/+5
* Ensure x_keymap.o is built when GTK is enabledDaniel P. Berrange2013-02-261-1/+1
* Replace expose-event handler with draw handler in GTK3Daniel P. Berrange2013-02-261-0/+7
* Conditionalize use of gtk_widget_size_requestDaniel P. Berrange2013-02-261-0/+4
* Conditionalize use of gdk_display_warp_pointerDaniel P. Berrange2013-02-261-1/+6
* Replace gtk_menu_append with gtk_menu_shell_appendDaniel P. Berrange2013-02-261-20/+20
* Remove use of GtkVBox in GTK3Daniel P. Berrange2013-02-261-0/+4
* Conditionalize use of gdk_pointer_grab / gdk_pointer_ungrabDaniel P. Berrange2013-02-261-11/+65
* Conditionalize use of gdk_keyboard_grab / gdk_keyboard_ungrabDaniel P. Berrange2013-02-261-1/+40
* Remove use of gdk_drawable_get_{screen, display}Daniel P. Berrange2013-02-261-3/+2
* Add compat for gdk_drawable_get_size on GTK3Daniel P. Berrange2013-02-261-0/+10
* gtk: Rename File to Machine menu and add pause, reset and power down itemsJan Kiszka2013-02-221-12/+68
* ui/gtk: Use menu item from stock for full screenStefan Weil2013-02-221-2/+3
* ui/gtk: Support versions of VTE before 0.26Stefan Weil2013-02-221-1/+6
* Reenable -Wstrict-prototypesKevin Wolf2013-02-221-1/+11
* ui/gtk: Fix build (missing include for setlocale)Stefan Weil2013-02-221-0/+1
* gtk: suppress accelerators from the File menu when grab is activeAnthony Liguori2013-02-211-0/+34
* gtk: add translation support (v5)Anthony Liguori2013-02-211-7/+15
* gtk: add support for screen scaling and full screen (v5)Anthony Liguori2013-02-211-17/+237
* gtk: add support for input grabbing (v2)Anthony Liguori2013-02-211-5/+151
* gtk: add virtual console support (v2)Anthony Liguori2013-02-211-0/+160
* ui: add basic GTK gui (v5)Anthony Liguori2013-02-212-0/+579
* console: allow VCs to be overridden by UIAnthony Liguori2013-02-211-1/+13
* vga: fix byteswapping.Gerd Hoffmann2013-02-211-2/+7
* vnc-tls: Fix compilation with newer versions of GNU-TLSAndre Przywara2013-02-181-3/+3
OpenPOWER on IntegriCloud