summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-04-07Replace Qemu by QEMU in commentsStefan Weil2-2/+2
2012-03-22ui/spice-display: use uintptr_t when casting qxl physical addressesAlon Levy1-5/+5
2012-03-22ui/spice-display.c: Fix compilation warnings on 32 bit hostsPeter Maydell1-6/+6
2012-03-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-3/+5
2012-03-19spice: fix broken initializationAlon Levy1-8/+1
2012-03-19qxl: switch qxl.c to trace-eventsAlon Levy1-2/+12
2012-03-19spice: set spice uuid and nameMarc-André Lureau1-0/+6
2012-03-19vnc: Fix packed boolean struct membersStefan Weil2-3/+5
2012-03-14vnc: Limit r/w access to size of allocated memoryStefan Weil1-0/+3
2012-03-14vnc: don't mess up with iohandlers in the vnc threadCorentin Chary4-19/+44
2012-03-12implement vnc_dpy_setdataGerd Hoffmann1-1/+4
2012-03-08vnc: Add break statementStefan Weil1-0/+1
2012-02-28Error out when tls-channel option is used without TLSChristophe Fergeau1-1/+7
2012-02-28spice: use error_report to report errorsChristophe Fergeau1-11/+11
2012-02-27qxl: make qxl_render_update asyncAlon Levy1-0/+6
2012-02-27qxl: introduce QXLCookieAlon Levy2-3/+33
2012-02-27qxl: require spice >= 0.8.2Alon Levy2-29/+0
2012-02-27sdl: remove NULL check, g_malloc0 can't failAlon Levy1-4/+0
2012-02-27qxl: fix spice+sdl no cursor regressionAlon Levy2-9/+15
2012-02-24Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster1-1/+1
2012-02-21spice: support ipv6 channel address in monitor events and in spice infoYonit Halperin1-5/+32
2012-02-21Add SPICE support to add_client monitor commandDaniel P. Berrange2-0/+20
2012-02-17vnc: Don't demote authentication scheme when changing password/disabling loginDaniel P. Berrange1-2/+6
2012-02-15Merge remote-tracking branch 'kraxel/vnc.2' into stagingAnthony Liguori2-3/+148
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-10vnc: lift modifier keys on client disconnect.Gerd Hoffmann1-0/+25
2012-02-10vnc: implement shared flag handling.Gerd Hoffmann2-0/+114
2012-02-10vnc: fix ctrl key in vnc terminal emulationGerd Hoffmann1-2/+8
2012-02-10Fix vnc memory corruption with width = 1400Gerd Hoffmann1-1/+1
2012-02-01sdl: Limit sdl_grab_end in handle_activation to Windows hostsJan Kiszka1-0/+4
2012-02-01sdl: Grab input on end of non-absolute mouse clickJan Kiszka1-2/+1
2012-02-01Revert "Handle SDL grabs failing (Mark McLoughlin)"Jan Kiszka1-6/+3
2012-02-01sdl: Fix block prevention of SDL_WM_GrabInputJan Kiszka1-12/+14
2012-02-01sdl: Do not grab mouse on mode switch while in backgroundJan Kiszka1-14/+16
2012-01-18vnc: Simplify vnc_display_password()Luiz Capitulino1-10/+4
2012-01-13vnc: fix no-lock-key-sync strncmp() lengthStefan Hajnoczi1-1/+1
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori3-3/+3
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil2-2/+2
2011-12-12qemu-thread: add API for joinable threadsJan Kiszka1-1/+1
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-1/+1
2011-12-02fix spelling in ui sub directoryDong Xu Wang1-2/+2
2011-11-11ui: Plug memory leaks on parse_keyboard_layout() error pathMarkus Armbruster1-5/+7
2011-11-10ui/vnc: Convert sasl.mechlist to g_malloc() & friendsMarkus Armbruster1-14/+5
2011-11-01Merge remote-tracking branch 'afaerber/cocoa-for-upstream' into stagingAnthony Liguori1-0/+2
2011-11-01ui/vnc: Fix use of free() instead of g_free()Stefan Weil4-11/+11
2011-11-01cocoa: Close sheet after image file selectionAndreas Färber1-0/+2
2011-10-31Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2-133/+141
2011-10-27qapi: Convert query-spiceLuiz Capitulino1-81/+58
2011-10-27qapi: Convert query-vncLuiz Capitulino1-52/+83
2011-10-25spice: fix file handle cleanupGerd Hoffmann1-1/+1