aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-08-13net: inet_connect(), inet_connect_opts(): add in_progress argumentLuiz Capitulino1-1/+1
2012-08-03vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore1-0/+10
2012-07-28Avoid returning voidBlue Swirl2-2/+3
2012-06-27Remove support for non-threaded VNC serverDaniel P. Berrange6-132/+1
2012-06-22ui/spice-display.c: add missing initialization for valgrindAlon Levy1-0/+2
2012-06-07build: move ui/ objects to nested Makefile.objsPaolo Bonzini1-0/+18
2012-05-30vnc: fix segfault in vnc_display_pw_expire()Gerd Hoffmann1-0/+4
2012-05-29cocoa: Suppress Cocoa frontend for -qtestAndreas Färber1-1/+2
2012-05-10sockets: use error class to pass listen errorAmos Kong1-1/+2
2012-05-10sockets: change inet_connect() to support nonblock socketAmos Kong1-1/+1
2012-05-03spice_info: add mouse_modeAlon Levy1-0/+7
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
2011-10-25ui/spice-core: fix segfault in monitorAlon Levy1-1/+1
2011-10-25spice: Convert core to QEMU thread APIJan Kiszka1-4/+4
2011-10-25spice: support the new migration interface (spice 0.8.3)Yonit Halperin1-1/+55
2011-10-25spice: turn client_migrate_info to asyncYonit Halperin2-6/+18
2011-10-20migration: Export a function that tells if the migration has finished correctlyJuan Quintela1-2/+2
2011-09-21use qemu_* ctype functionsChristoph Egger1-1/+1
2011-09-21Drop unneeded pthread.h inclusionsJan Kiszka1-2/+0
2011-09-15Drop the vm_running global variableLuiz Capitulino1-3/+3
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino2-2/+5
2011-09-09vns/tls: don't use depricated gnutls functionsGerd Hoffmann1-19/+49
2011-09-07spice: workaround a spice server bug.Gerd Hoffmann1-1/+24
2011-09-07spice: set qxl->ssd.running=true before telling spice to start, RHBZ #733993Yonit Halperin1-1/+2
2011-08-22sdl: Don't release input on mouse mode change in full-screen modeJan Kiszka1-1/+3
2011-08-21Convert last qemu_free and qemu_malloc usesBlue Swirl1-3/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori14-93/+93
2011-08-10ui/spice-core: report compiled-version in info spice/query-spiceAlon Levy1-0/+8
2011-08-05sdl: Refactor sdl_send_mouse_eventJan Kiszka1-11/+11
2011-08-05sdl: Factor out event handlers from sdl_refreshJan Kiszka1-205/+271
2011-08-05sdl: Add zoom hot keysJan Kiszka1-0/+13
2011-08-05sdl: Dynamically grab input in absolute mouse modeJan Kiszka1-6/+37
2011-08-05sdl: Fix cursor handling when switching consoles in absolute mouse modeJan Kiszka1-3/+10
2011-08-05sdl: Never release input while in full screen modeJan Kiszka1-3/+4
2011-08-05sdl: Consistently avoid grabbing input for text consolesJan Kiszka1-3/+6
2011-08-05sdl: Initialize gui_fullscreen earlier during setupJan Kiszka1-4/+5
2011-08-05sdl: Drop bogus gui_fullscreen_initial_grabJan Kiszka1-3/+1
2011-08-05sdl: Restore scaling mode on return from full screenJan Kiszka1-15/+33
2011-08-05sdl: Fix full screen toggling from scaled modeJan Kiszka1-1/+2
2011-08-05sdl: Properly mark modifier+u as hotkeyJan Kiszka1-0/+1
2011-08-05sdl: Avoid redundant scaling deactivationJan Kiszka1-4/+6
2011-08-05sdl: Do not make full screen mode resizableJan Kiszka1-2/+5
2011-08-05sdl: Fix termination in -no-shutdown modeJan Kiszka1-1/+3
2011-08-03qxl: async io support using new spice apiAlon Levy2-15/+59
2011-08-01spice/qxl: move worker wrappersGerd Hoffmann2-58/+0
2011-08-01spice: add qemu_spice_display_init_commonGerd Hoffmann2-6/+12
2011-08-01spice: add worker wrapper functions.Gerd Hoffmann2-6/+111
2011-07-25Wrap recv to avoid warningsBlue Swirl2-2/+2
2011-07-23notifier: Pass data argument to callbackJan Kiszka4-6/+6
2011-07-23Remove unused USES_X509_AUTH macro from VNC sasl codeDaniel P. Berrange1-7/+0
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange1-0/+7
2011-07-23Store VNC auth scheme per-client as well as per-serverDaniel P. Berrange4-26/+41
2011-07-23qemu-char: Print strerror message on failureKevin Wolf1-1/+1
2011-07-20spice: add sanity check for spice portsGerd Hoffmann1-1/+10
2011-07-04qxl: set mm_time in vga updateAlon Levy1-0/+5
2011-07-04spice: catch spice server initialization failures.Gerd Hoffmann1-1/+4
2011-06-27vnc: Fix compilation with --enable-vnc-pngStefan Weil1-0/+3
2011-06-26Fix MinGW compilation when --enable-vnc-jpeg is specifiedRoy Tam1-2/+5
2011-06-14cocoa: Avoid warning related to multiple handleEvent: definitionsAndreas Färber1-1/+2
2011-06-14cocoa: Provide central qemu_main() prototypeAndreas Färber1-3/+3
2011-06-14Cocoa: avoid displaying window when command-line contains '-h' or '-help'Alexandre Raymond1-1/+2
2011-06-14cocoa: do not create a spurious window for -versionTristan Gingold1-3/+12
2011-06-08Merge remote-tracking branch 'spice/spice.v37' into stagingAnthony Liguori1-8/+18
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2-5/+0
2011-06-06spice: require spice 0.6.0 or newer.Gerd Hoffmann1-8/+0
2011-06-06spice: add SASL supportMarc-André Lureau1-0/+12
2011-06-06spice: add option for disabling copy paste supportHans de Goede1-0/+6
2011-05-15set $SDL_VIDEODRIVER=x11 on Linux to prevent sudo kvm from fighting for video...Michael Tokarev1-0/+12
2011-05-03spice: drop obsolete iothread lockingGerd Hoffmann1-6/+0
2011-05-03spice: don't call displaystate callbacks from spice server context.Gerd Hoffmann2-0/+15
2011-05-03spice: don't create updates in spice server context.Gerd Hoffmann2-21/+43
2011-05-03Make spice dummy functions inline to fix calls not checking return valuesJes Sorensen1-2/+10
2011-04-10vnc: tight: Fix crash after 2GB of outputMichael Tokarev2-4/+5
2011-04-01vnc: added missing name->keysym pairs for Polish national charactersLeszek Grzegorek1-0/+18
2011-04-01ui/sdl: Load optional QEMU iconStefan Weil1-0/+13
2011-03-25severe memory leak caused by broken palette_destroy() functionUlrich Obergfell1-3/+1
2011-03-22vnc: fix build error from VNC_DIRTY_WORDSAnthony Liguori1-1/+1
2011-03-22fix vnc regressionWen Congyang1-2/+6
2011-03-22Make VNC support optionalJes Sorensen1-4/+10
2011-03-22Consolidate DisplaySurface allocation in qemu_alloc_display()Jes Sorensen1-12/+8
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2-7/+7
2011-03-15win32: implement missing timersubBlue Swirl1-3/+3
2011-03-13Refactor thread retrieval and checkJan Kiszka1-1/+1
2011-03-10vnc: Fix stack corruption and other bitmap related bugsStefan Weil2-8/+7
2011-02-25vnc: fix a memory leak in threaded vnc serverCorentin Chary1-0/+2
2011-02-24ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not definedPeter Maydell1-0/+4
2011-02-23vnc: Fix fatal crash with vnc reverse modeStefan Weil1-0/+1
2011-02-23vnc: add a non-adaptive optionCorentin Chary3-5/+11
2011-02-23vnc: tight: tweak adaptive tight settingsCorentin Chary1-10/+10
2011-02-23vnc: don't try to send bigger updates that client heightCorentin Chary1-5/+5
2011-02-23vnc: use the new generic bitmap functionsCorentin Chary2-73/+25
2011-02-23vnc: fix lossy rect refreshingCorentin Chary1-4/+8
2011-02-23vnc: fix uint8_t comparisons with negative valuesCorentin Chary2-3/+4
2011-02-23vnc: Add ZRLE and ZYWRLE encodings.Corentin Chary8-1/+1540
2011-02-23vnc: palette: and fill and color calls.Corentin Chary2-0/+35
2011-02-23vnc: palette: add palette_init callsCorentin Chary2-1/+8
2011-02-23vnc: palette: use a pool to reduce memory allocationsCorentin Chary2-17/+4
2011-02-23vnc: tight: use the update frequency to choose between lossy and losslessCorentin Chary1-13/+62
2011-02-23vnc: refresh lossy rect after a given timeoutCorentin Chary3-3/+69
2011-02-23vnc: add a way to get the update frequency for a given regionCorentin Chary2-0/+120
2011-02-23vnc: don't set the quality if lossy encoding are disabledCorentin Chary1-1/+3
2011-02-04vnc: qemu can die if the client is disconnected while updating screenCorentin Chary1-0/+4
2011-02-04ui/sdl: Fix handling of caps lock and num lock keysStefan Weil1-0/+8
2011-02-01Merge remote branch 'spice/spice.v29.pull' into stagingAnthony Liguori2-0/+32
2011-02-01Merge remote branch 'spice/usb.5' into stagingAnthony Liguori1-2/+2
2011-02-01vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori1-10/+27
2011-01-29sdl: remove unused variableBlue Swirl1-6/+0
2011-01-24vnc: fix numlock+capslock trackingGerd Hoffmann1-2/+2
2011-01-24spice: add chardev (v5)Alon Levy1-0/+3
2011-01-24spice/vnc: client migration.Gerd Hoffmann2-0/+29
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl3-9/+9
2011-01-12vnc-auth-sasl: fix a memory leakBlue Swirl1-6/+8
2010-12-09vnc/spice: add set_passwd monitor command.Gerd Hoffmann2-0/+40
2010-12-09vnc: support password expireGerd Hoffmann2-0/+15
2010-12-09vnc: auth reject cleanupGerd Hoffmann1-17/+13
2010-12-09spice: add qmp 'query-spice' and hmp 'info spice' commands.Gerd Hoffmann2-0/+139
2010-12-09spice: connection events.Gerd Hoffmann1-0/+75
2010-12-09spice: add qxl deviceGerd Hoffmann1-0/+15
2010-11-16Merge remote branch 'spice/bugfix.2' into stagingAnthony Liguori3-17/+17
2010-11-09spice: add audioGerd Hoffmann2-0/+2
2010-11-02spice-display: replace private lock with qemu mutex.Gerd Hoffmann2-14/+14
2010-11-02spice-core: fix warning when building with spice < 0.6.0Gerd Hoffmann1-2/+2
2010-11-02spice-core: fix watching for write eventsHans de Goede1-1/+1
2010-11-01Merge remote branch 'spice/config.2' into stagingAnthony Liguori1-6/+202
2010-10-22Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil1-2/+1
2010-10-21curses: Fix control-{@[\]^_} and ESCSamuel Thibault2-3/+7
2010-10-13vnc: avoid write only variablesBlue Swirl1-0/+8
2010-10-08spice: add misc config optionsGerd Hoffmann1-1/+28
2010-10-08spice: add config options for the listening addressGerd Hoffmann1-2/+11
2010-10-08spice: add config options for channel security.Gerd Hoffmann1-0/+28
2010-10-08spice: make compression configurable.Yonit Halperin1-2/+75
2010-10-08spice: tls supportGerd Hoffmann1-4/+63
2010-10-05Merge remote branch 'spice/submit.6' into stagingAnthony Liguori5-0/+928
2010-10-05Fix spelling in commentsStefan Weil1-1/+1
2010-09-21spice: add tablet supportGerd Hoffmann2-8/+88
2010-09-21spice: simple displayGerd Hoffmann3-0/+482
2010-09-21spice: add mouseGerd Hoffmann1-0/+52
2010-09-21spice: add keyboardGerd Hoffmann3-0/+88
2010-09-21spice: core bitsGerd Hoffmann2-0/+226
2010-09-04vnc: use bswapNN() rather than bswap_NN()Izumi Tsutsui1-4/+4
2010-09-04vnc: tight: remove unused variableSerge Ziryukin1-2/+0
2010-09-04size_t is unsigned, change to ssize_t to handle errors from tight_compress_da...Jes Sorensen1-4/+4
2010-08-22vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()Yoshiaki Tamura1-1/+1
2010-08-15win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)Stefan Weil1-0/+4
2010-07-31Initialize a variable in all casesBlue Swirl1-0/+2
2010-07-31Fix uint8_t comparison with negative valueBlue Swirl1-1/+1
2010-07-27Fix mingw32 buildBlue Swirl1-9/+9
2010-07-27Initialize a variable in all casesBlue Swirl1-0/+2
2010-07-27Fix uint8_t comparisons with negative valuesBlue Swirl1-3/+3
2010-07-26vnc: tight: split send_sub_rectCorentin Chary1-25/+55
2010-07-26vnc: tight: fix rgb_prepare_rowCorentin Chary1-5/+10