summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-10-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20141002-1' into...Peter Maydell2-2/+46
2014-10-02add input-send-event commandMarcelo Tosatti1-0/+37
2014-10-02input: fix send-key monitor command release event orderingGerd Hoffmann1-2/+9
2014-09-30pixman: fix qemu_default_pixman_format (32bpp non-native endian)Gerd Hoffmann1-1/+1
2014-09-29console: add graphic_console_set_hwopsGerd Hoffmann1-2/+9
2014-09-22block: delete cow block driverStefan Hajnoczi1-1/+1
2014-09-18vnc-tls: Clean up dead store in vnc_set_x509_credential()Markus Armbruster1-2/+0
2014-09-17ui/vnc: set TCP_NODELAYPeter Lieven1-0/+1
2014-09-16qemu-char: Rename register_char_driver_qapi() to register_char_driver()Peter Maydell1-2/+1
2014-09-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20140916-1' into s...Peter Maydell2-4/+4
2014-09-16spice: call qemu_spice_set_passwd() during initMarc-André Lureau1-1/+1
2014-09-16sdl2: keymap fixupsGerd Hoffmann1-3/+4
2014-09-16sdl2: drop sdl_zoom.hGerd Hoffmann1-1/+0
2014-09-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' in...Peter Maydell4-152/+208
2014-09-05console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt2-15/+4
2014-09-05console: add qemu_pixman_linebuf_copyGerd Hoffmann1-0/+9
2014-09-05console: add dpy_gfx_update_dirtyGerd Hoffmann1-0/+61
2014-09-05console: add qemu_create_displaysurface_guestmemGerd Hoffmann1-0/+37
2014-09-05console: stop using PixelFormatGerd Hoffmann2-25/+13
2014-09-05console: reimplement qemu_default_pixelformatGerd Hoffmann1-113/+4
2014-09-05console: add qemu_default_pixman_formatGerd Hoffmann1-0/+25
2014-09-05console: add qemu_pixelformat_from_pixmanGerd Hoffmann1-0/+56
2014-09-05spice: make sure we don't overflow ssd->bufGerd Hoffmann1-5/+15
2014-09-01spice: use console index as display idGerd Hoffmann1-2/+1
2014-08-15spice: don't use 'Yoda conditions'Gonglei1-2/+2
2014-07-25vnc update fixGerd Hoffmann2-1/+4
2014-07-25fix full frame updates for VNC clientsStephan Kulow1-0/+1
2014-07-11Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140711-1' into ...Peter Maydell1-0/+5
2014-07-11ui/gtk: Restore keyboard focus after Page changeJohn Snow1-3/+6
2014-07-11spice: auth fixesGerd Hoffmann1-0/+5
2014-07-01ui/vnc: fix potential memory corruption issuesPeter Lieven2-86/+77
2014-07-01ui/vnc: limit client_cut_text msg payload sizePeter Lieven1-3/+10
2014-06-29ui/cocoa: Honour -show-cursor command line optionPeter Maydell1-2/+18
2014-06-29ui/cocoa: Fix handling of absolute positioning devicesPeter Maydell1-29/+46
2014-06-29ui/cocoa: Add utility method to check if point is within windowPeter Maydell1-2/+7
2014-06-29ui/cocoa: Cope with first surface being same as initial window sizePeter Maydell1-1/+5
2014-06-23qemu-char: introduce qemu_chr_allocPaolo Bonzini1-1/+1
2014-06-23qapi event: convert SPICE eventsWenchao Xia1-34/+36
2014-06-23qapi event: convert VNC eventsWenchao Xia2-56/+59
2014-06-23qapi: adjust existing definesWenchao Xia2-7/+9
2014-06-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20140619-1' into s...Peter Maydell2-15/+9
2014-06-20spice: fix 32bit buildGerd Hoffmann1-1/+1
2014-06-19vnc: fix screen updatesGerd Hoffmann1-0/+3
2014-06-19vnc: Drop superfluous conditionals around g_strdup()Markus Armbruster1-4/+1
2014-06-19vnc: Drop superfluous conditionals around g_free()Markus Armbruster2-12/+6
2014-06-13spice: add mouse cursor supportGerd Hoffmann1-11/+118
2014-06-11gtk: update window size after showing/hiding tabsGerd Hoffmann1-0/+2
2014-06-11gtk: factor out gtk3 grab into the new gd_grab_devices functionGerd Hoffmann1-64/+36
2014-06-11gtk: cleanup backend dependenciesGerd Hoffmann1-28/+42
2014-06-11gtk: factor out keycode mappingGerd Hoffmann1-7/+16