summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-06-20widget: use scanout offset when using virglMarc-André Lureau1-1/+1
2016-06-17channel-main: Fix spice_main_file_copy_async annotationAlexandru Visarion1-1/+1
2016-06-16widget: Disable IME context on display widgetFrediano Ziglio1-0/+9
2016-06-15main: Don't delay update_display_timer(0) for up to 1 secondChristophe Fergeau1-1/+10
2016-06-15sasl: fix SASL GSSAPI by allowing NULL usernameAlexander Bokovoy1-5/+4
2016-06-13Remove some warnings compiling for WindowsFrediano Ziglio1-3/+3
2016-06-13channel-display: Remove deprecated init functionsPavel Grunt1-3/+0
2016-06-13widget: Do not mix function linkageFrediano Ziglio1-1/+5
2016-06-09widget: Do not ignore unsupported keys from keyboardFrediano Ziglio1-18/+20
2016-06-06streaming: Use the frame dimensions reported by the video decoderFrancois Gouget4-38/+41
2016-06-06widget: Avoid using GDK_GRAB_FAILED defined in Gtk 3.16.Pavel Grunt1-5/+7
2016-06-06mingw: Fix -Werror format & missing-prototypesPavel Grunt4-7/+8
2016-06-03spicy: Do not show underscore in labelPavel Grunt1-1/+1
2016-06-02spice-uri: Add ipv6 supportPavel Grunt1-4/+20
2016-06-02spice-uri: Validate uri schemePavel Grunt1-10/+16
2016-06-02spice-uri: Check if port is in allowed rangePavel Grunt1-2/+6
2016-06-02spice-uri: Do not allow empty port stringPavel Grunt1-0/+3
2016-06-02spice-uri: Reset SpiceURI before parsingPavel Grunt1-4/+13
2016-06-01streaming: Tweak the GStreamer decoder to avoid a compiler warningFrancois Gouget1-5/+5
2016-06-01Fix many -Werror=format warningsMarc-André Lureau24-86/+87
2016-06-01channel: avoid crash on spice_channel_wakeup due NULL channelVictor Toso1-1/+4
2016-05-31doc: add some missing block commentsMarc-André Lureau3-0/+41
2016-05-31Fix non gtk-doc commentsMarc-André Lureau2-2/+2
2016-05-31build-sys: enable -Wmissing-prototypesMarc-André Lureau6-16/+27
2016-05-31spice-uri: Mark parameter as unusedPavel Grunt1-1/+1
2016-05-28main: remove unneeded gtk-doc commentsMarc-André Lureau1-11/+0
2016-05-28main: remove SpiceFileTransferTaskPrivateMarc-André Lureau2-121/+107
2016-05-27file-xfer: make handle_status agnostic of channel-mainVictor Toso1-11/+14
2016-05-25streaming: Constify the video stream's dest and clip parametersFrancois Gouget2-3/+3
2016-05-25file-transfer-task: Hide internals of SpiceFileTransferTaskPavel Grunt2-23/+24
2016-05-25file-trasfer-task: Protect header includePavel Grunt1-0/+6
2016-05-25egl: fix delayed widget realizeMarc-André Lureau1-12/+16
2016-05-25gtk: remove unneeded checkMarc-André Lureau1-1/+0
2016-05-25gtk: rename spicex_* functionsMarc-André Lureau3-22/+21
2016-05-25gtk: move canvas related data in its own structureMarc-André Lureau3-58/+59
2016-05-25egl: bind the scanout textureMarc-André Lureau1-0/+1
2016-05-25display: lower to debug gstreamer codec supportMarc-André Lureau1-3/+3
2016-05-25spice-widget: Use correct enum valuePavel Grunt1-1/+1
2016-05-23egl: set current context, fix multiple displayMarc-André Lureau1-15/+51
2016-05-23egl: don't terminate displayMarc-André Lureau1-1/+3
2016-05-23egl: don't destroy wayland egl contextMarc-André Lureau1-11/+17
2016-05-23egl: only swap buffers on x11Marc-André Lureau1-1/+4
2016-05-23channel: check if channel has a sessionMarc-André Lureau1-1/+1
2016-05-23util: remove STATIC_MUTEX macrosMarc-André Lureau4-26/+20
2016-05-19Spice-widget: Use new gdk_event_get_scancode if availableFrediano Ziglio1-3/+19
2016-05-18streaming: Use decodebin as a fallback for the GStreamer video decoderFrancois Gouget1-2/+14
2016-05-18streaming: Probe GStreamer before advertising support for a codecFrancois Gouget3-8/+34
2016-05-18streaming: Allow disabling support for the builtin MJPEG video decoderFrancois Gouget3-1/+13
2016-05-18streaming: Add a GStreamer video decoder for MJPEG, VP8 and h264Francois Gouget4-0/+457
2016-05-18streaming: Let the video decoder queue, schedule and drop the framesFrancois Gouget3-164/+188