summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Remove support for non-threaded VNC serverDaniel P. Berrange2012-06-276-132/+1
* ui/spice-display.c: add missing initialization for valgrindAlon Levy2012-06-221-0/+2
* build: move ui/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-0/+18
* vnc: fix segfault in vnc_display_pw_expire()Gerd Hoffmann2012-05-301-0/+4
* cocoa: Suppress Cocoa frontend for -qtestAndreas Färber2012-05-291-1/+2
* sockets: use error class to pass listen errorAmos Kong2012-05-101-1/+2
* sockets: change inet_connect() to support nonblock socketAmos Kong2012-05-101-1/+1
* spice_info: add mouse_modeAlon Levy2012-05-031-0/+7
* Replace Qemu by QEMU in commentsStefan Weil2012-04-072-2/+2
* ui/spice-display: use uintptr_t when casting qxl physical addressesAlon Levy2012-03-221-5/+5
* ui/spice-display.c: Fix compilation warnings on 32 bit hostsPeter Maydell2012-03-221-6/+6
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-03-192-3/+5
|\
| * vnc: Fix packed boolean struct membersStefan Weil2012-03-192-3/+5
* | spice: fix broken initializationAlon Levy2012-03-191-8/+1
* | qxl: switch qxl.c to trace-eventsAlon Levy2012-03-191-2/+12
* | spice: set spice uuid and nameMarc-André Lureau2012-03-191-0/+6
|/
* vnc: Limit r/w access to size of allocated memoryStefan Weil2012-03-141-0/+3
* vnc: don't mess up with iohandlers in the vnc threadCorentin Chary2012-03-144-19/+44
* implement vnc_dpy_setdataGerd Hoffmann2012-03-121-1/+4
* vnc: Add break statementStefan Weil2012-03-081-0/+1
* Error out when tls-channel option is used without TLSChristophe Fergeau2012-02-281-1/+7
* spice: use error_report to report errorsChristophe Fergeau2012-02-281-11/+11
* qxl: make qxl_render_update asyncAlon Levy2012-02-271-0/+6
* qxl: introduce QXLCookieAlon Levy2012-02-272-3/+33
* qxl: require spice >= 0.8.2Alon Levy2012-02-272-29/+0
* sdl: remove NULL check, g_malloc0 can't failAlon Levy2012-02-271-4/+0
* qxl: fix spice+sdl no cursor regressionAlon Levy2012-02-272-9/+15
* Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster2012-02-241-1/+1
* spice: support ipv6 channel address in monitor events and in spice infoYonit Halperin2012-02-211-5/+32
* Add SPICE support to add_client monitor commandDaniel P. Berrange2012-02-212-0/+20
* vnc: Don't demote authentication scheme when changing password/disabling loginDaniel P. Berrange2012-02-171-2/+6
* Merge remote-tracking branch 'kraxel/vnc.2' into stagingAnthony Liguori2012-02-152-3/+148
|\
| * vnc: lift modifier keys on client disconnect.Gerd Hoffmann2012-02-101-0/+25
| * vnc: implement shared flag handling.Gerd Hoffmann2012-02-102-0/+114
| * vnc: fix ctrl key in vnc terminal emulationGerd Hoffmann2012-02-101-2/+8
| * Fix vnc memory corruption with width = 1400Gerd Hoffmann2012-02-101-1/+1
* | qom: Unify type registrationAndreas Färber2012-02-151-2/+3
|/
* sdl: Limit sdl_grab_end in handle_activation to Windows hostsJan Kiszka2012-02-011-0/+4
* sdl: Grab input on end of non-absolute mouse clickJan Kiszka2012-02-011-2/+1
* Revert "Handle SDL grabs failing (Mark McLoughlin)"Jan Kiszka2012-02-011-6/+3
* sdl: Fix block prevention of SDL_WM_GrabInputJan Kiszka2012-02-011-12/+14
* sdl: Do not grab mouse on mode switch while in backgroundJan Kiszka2012-02-011-14/+16
* vnc: Simplify vnc_display_password()Luiz Capitulino2012-01-181-10/+4
* vnc: fix no-lock-key-sync strncmp() lengthStefan Hajnoczi2012-01-131-1/+1
* Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori2011-12-143-3/+3
|\
| * Fix spelling in comments, documentation and messagesStefan Weil2011-12-142-2/+2
| * fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
* | qemu-thread: add API for joinable threadsJan Kiszka2011-12-121-1/+1
|/
* fix spelling in ui sub directoryDong Xu Wang2011-12-021-2/+2
* ui: Plug memory leaks on parse_keyboard_layout() error pathMarkus Armbruster2011-11-111-5/+7
OpenPOWER on IntegriCloud