summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove GSLice usageFabiano Fidêncio2016-01-227-21/+22
* gstaudio: set output parameter to NULL on errorVictor Toso2016-01-191-0/+4
* build-sys: silence vala deprecated function usage warningsMarc-André Lureau2016-01-141-0/+1
* channel-main: remove unused header rect.hVictor Toso2016-01-071-1/+0
* build-sys: remove xrandrMarc-André Lureau2016-01-041-3/+0
* Grab keyboard based on session focus.snir sheriber2015-12-213-2/+44
* ppc: Fix spicy-screenshot colors on BE machinesLukas Venhoda2015-12-211-0/+6
* ppc: Fix colors on ppc when using GLZLukas Venhoda2015-12-211-1/+1
* ppc: Fix message endianessFabiano Fidêncio2015-12-211-24/+37
* ppc: Fix header endianessFabiano Fidêncio2015-12-211-10/+10
* Call spice_marshaller_flush on message writeJavier Celaya2015-12-101-0/+1
* gst: Fix typo in preprocessor symbolChristophe Fergeau2015-12-091-2/+2
* smartcard: Fix compilation with older libcacardChristophe Fergeau2015-12-092-0/+8
* spice-gtk: Recover from GStreamer audio initialization errorsFrancois Gouget2015-12-091-5/+7
* build-sys: Allow simultaneous support for Pulse and GStreamer audioFrancois Gouget2015-12-082-7/+8
* Use libcacard.h if possibleMarc-André Lureau2015-12-083-10/+5
* Fix use after free of uriMarc-André Lureau2015-12-081-1/+1
* build-sys: Prefix the configure audio GStreamer variables with GSTAUDIO_Francois Gouget2015-11-241-2/+2
* file transfer: send cancel message when user cancels a transferJay.han2015-11-191-1/+2
* Be more specific in the case of authentication errorMarek Kasik2015-11-193-5/+31
* spicy: Add support for changing compressionPavel Grunt2015-11-181-0/+63
* channel-display: Add spice_display_change_preferred_compressionPavel Grunt2015-11-184-7/+37
* Do not export symbol of non-existent functionPavel Grunt2015-11-112-2/+0
* file xfer: Fix segfault when rebootingJonathon Jongsma2015-11-101-1/+10
* spice-gtk: Fix error handling in stream_get_current_frame()Francois Gouget2015-11-041-8/+9
* channel-usbredir: drop isoc packets on low bandwidthVictor Toso2015-10-303-1/+35
* Remove noisy debug statementJonathon Jongsma2015-10-221-1/+0
* Don't print error message on successful file transferJonathon Jongsma2015-10-221-14/+31
* MainChannel: move task free from finalize to disposeJonathon Jongsma2015-10-221-2/+2
* FileTransferTask: ensure we emit 'finished' signalJonathon Jongsma2015-10-151-1/+2
* Free display_cache in cache_unrefChristophe Fergeau2015-10-141-0/+1
* Rename display_cache::cache_unref to cache_freeChristophe Fergeau2015-10-144-4/+4
* New file transfer APIJonathon Jongsma2015-10-097-136/+679
* Fix progress monitoring in spice_main_file_copy_asyncJonathon Jongsma2015-10-091-4/+24
* Don't wrap included headers in G_BEGIN|END_DECLSJonathon Jongsma2015-10-093-6/+7
* Gtk applications should only include spice-client-gtk.hJonathon Jongsma2015-10-099-3/+52
* Glib applications should only include spice-client.hJonathon Jongsma2015-10-0938-17/+98
* Fix documentation for spice_main_file_copy_async()Jonathon Jongsma2015-09-281-1/+1
* docs: Fix typosPavel Grunt2015-09-256-9/+9
* docs: Add missing symbol description stringsPavel Grunt2015-09-2521-14/+194
* docs: Description should be above 'Return'Pavel Grunt2015-09-251-4/+4
* docs: Add missing parameter/field descriptionsPavel Grunt2015-09-2514-48/+59
* docs: Add Version Information sectionPavel Grunt2015-09-251-0/+2
* channel-main: Rename parameter to match docsPavel Grunt2015-09-251-2/+2
* channel-record: Use correct nick name for propertyPavel Grunt2015-09-251-2/+2
* Add "monitors config position" capability.sstuts2015-09-181-0/+2
* Don't send monitors config when Display widget is createdJonathon Jongsma2015-09-101-14/+24
* Add spice_main_update_display_enabled()Jonathon Jongsma2015-09-104-8/+35
* file-xfer: Simplify time handlingPavel Grunt2015-09-091-17/+9
* audio: Do not volume-sync without audioVictor Toso2015-09-082-2/+8