summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' in...Peter Maydell2014-09-114-152/+208
|\
| * console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt2014-09-052-15/+4
| * console: add qemu_pixman_linebuf_copyGerd Hoffmann2014-09-051-0/+9
| * console: add dpy_gfx_update_dirtyGerd Hoffmann2014-09-051-0/+61
| * console: add qemu_create_displaysurface_guestmemGerd Hoffmann2014-09-051-0/+37
| * console: stop using PixelFormatGerd Hoffmann2014-09-052-25/+13
| * console: reimplement qemu_default_pixelformatGerd Hoffmann2014-09-051-113/+4
| * console: add qemu_default_pixman_formatGerd Hoffmann2014-09-051-0/+25
| * console: add qemu_pixelformat_from_pixmanGerd Hoffmann2014-09-051-0/+56
* | spice: make sure we don't overflow ssd->bufGerd Hoffmann2014-09-051-5/+15
|/
* spice: use console index as display idGerd Hoffmann2014-09-011-2/+1
* spice: don't use 'Yoda conditions'Gonglei2014-08-151-2/+2
* vnc update fixGerd Hoffmann2014-07-252-1/+4
* fix full frame updates for VNC clientsStephan Kulow2014-07-251-0/+1
* Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140711-1' into ...Peter Maydell2014-07-111-0/+5
|\
| * spice: auth fixesGerd Hoffmann2014-07-111-0/+5
* | ui/gtk: Restore keyboard focus after Page changeJohn Snow2014-07-111-3/+6
|/
* ui/vnc: fix potential memory corruption issuesPeter Lieven2014-07-012-86/+77
* ui/vnc: limit client_cut_text msg payload sizePeter Lieven2014-07-011-3/+10
* ui/cocoa: Honour -show-cursor command line optionPeter Maydell2014-06-291-2/+18
* ui/cocoa: Fix handling of absolute positioning devicesPeter Maydell2014-06-291-29/+46
* ui/cocoa: Add utility method to check if point is within windowPeter Maydell2014-06-291-2/+7
* ui/cocoa: Cope with first surface being same as initial window sizePeter Maydell2014-06-291-1/+5
* qemu-char: introduce qemu_chr_allocPaolo Bonzini2014-06-231-1/+1
* qapi event: convert SPICE eventsWenchao Xia2014-06-231-34/+36
* qapi event: convert VNC eventsWenchao Xia2014-06-232-56/+59
* qapi: adjust existing definesWenchao Xia2014-06-232-7/+9
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20140619-1' into s...Peter Maydell2014-06-202-15/+9
|\
| * vnc: fix screen updatesGerd Hoffmann2014-06-191-0/+3
| * vnc: Drop superfluous conditionals around g_strdup()Markus Armbruster2014-06-191-4/+1
| * vnc: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-192-12/+6
* | spice: fix 32bit buildGerd Hoffmann2014-06-201-1/+1
|/
* spice: add mouse cursor supportGerd Hoffmann2014-06-131-11/+118
* gtk: update window size after showing/hiding tabsGerd Hoffmann2014-06-111-0/+2
* gtk: factor out gtk3 grab into the new gd_grab_devices functionGerd Hoffmann2014-06-111-64/+36
* gtk: cleanup backend dependenciesGerd Hoffmann2014-06-111-28/+42
* gtk: factor out keycode mappingGerd Hoffmann2014-06-111-7/+16
* console: fix -vga none -sdl crashGerd Hoffmann2014-06-101-4/+1
* console: kill MAX_CONSOLES, alloc consoles dynamicallyGerd Hoffmann2014-06-101-9/+4
* input/vnc: use kbd delays in press_keyGerd Hoffmann2014-06-041-0/+2
* input/curses: add kbd delay between keydown and keyup eventsGerd Hoffmann2014-06-041-0/+10
* input: use kbd delays for send_key monitor commandGerd Hoffmann2014-06-041-39/+6
* input: add support for kbd delaysGerd Hoffmann2014-06-041-3/+105
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-3' into stagingPeter Maydell2014-06-022-2/+99
|\
| * sdl2: textinput + terminalGerd Hoffmann2014-06-021-1/+40
| * sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windowsGerd Hoffmann2014-06-021-1/+26
| * console: add kbd_put_string_consoleGerd Hoffmann2014-06-021-0/+9
| * console: add kbd_put_qcode_consoleGerd Hoffmann2014-06-021-0/+24
* | vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32}Gonglei2014-06-021-1/+7
* | vnc: add trace events for key eventsGerd Hoffmann2014-06-021-4/+23
OpenPOWER on IntegriCloud