summaryrefslogtreecommitdiffstats
path: root/include/ui
Commit message (Expand)AuthorAgeFilesLines
* console: zap ds arg from register_displaychangelistenerGerd Hoffmann2013-04-251-2/+1
* console: add qemu_console_lookup_by_deviceGerd Hoffmann2013-04-251-0/+1
* console: add device link to QemuConsolesGerd Hoffmann2013-04-251-1/+2
* console: qom-ify QemuConsoleGerd Hoffmann2013-04-251-0/+15
* input: introduce keyboard handler listGerd Hoffmann2013-04-241-2/+4
* input: make QEMUPutLEDEntry + QEMUPutMouseEntry privateGerd Hoffmann2013-04-241-17/+2
* Fix warnings suppressors to honor --disable-werrorMarkus Armbruster2013-04-171-1/+2
* console: allow pinning displaychangelisteners to consolesGerd Hoffmann2013-04-162-1/+2
* console: add qemu_console_is_*Gerd Hoffmann2013-04-161-2/+4
* xen: re-enable refresh interval reporting for xenfbGerd Hoffmann2013-04-161-0/+1
* console: gui timer fixesGerd Hoffmann2013-04-161-4/+5
* console: add GraphicHwOpsGerd Hoffmann2013-04-161-6/+6
* console: make DisplayState private to console.cGerd Hoffmann2013-04-161-8/+0
* console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann2013-04-161-2/+0
* console: simplify screendumpGerd Hoffmann2013-04-161-3/+0
* console: give each QemuConsole its own DisplaySurfaceGerd Hoffmann2013-04-161-1/+0
* console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann2013-04-161-11/+11
* console: displaystate init revampGerd Hoffmann2013-04-161-4/+1
* pixman: render vgafont glyphs into pixman imagesGerd Hoffmann2013-04-161-0/+7
* pixman: add qemu_pixman_color()Gerd Hoffmann2013-04-161-0/+2
* console: remove ds_get_* helper functionsGerd Hoffmann2013-03-181-60/+0
* console: stop using DisplayState in gfx hardware emulationGerd Hoffmann2013-03-182-17/+20
* console: zap displaystate from dcl callbacksGerd Hoffmann2013-03-181-10/+2
* spice: stop using DisplayStateGerd Hoffmann2013-03-181-1/+1
* console: add surface_*() gettersGerd Hoffmann2013-03-181-8/+38
* console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann2013-03-182-5/+5
* console: rework DisplaySurface handling [vga emu side]Gerd Hoffmann2013-03-181-7/+4
* console: kill DisplayState->opaqueGerd Hoffmann2013-03-181-1/+0
* console: fix displaychangelisteners interfaceGerd Hoffmann2013-03-182-154/+54
* chardev: add vc support to qapiGerd Hoffmann2013-03-131-2/+2
* chardev: add spice support to qapiGerd Hoffmann2013-03-131-2/+5
* ui: add basic GTK gui (v5)Anthony Liguori2013-02-211-0/+4
* console: allow VCs to be overridden by UIAnthony Liguori2013-02-211-1/+5
* vga: fix byteswapping.Gerd Hoffmann2013-02-211-1/+2
* qemu-pixman.h: Avoid mutual inclusion loop with console.hPeter Maydell2013-01-302-1/+2
* pixman: fix warningGerd Hoffmann2013-01-121-0/+7
* Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori2012-12-191-0/+4
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-193-4/+4
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-192-3/+3
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-2/+2
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-195-0/+790
OpenPOWER on IntegriCloud