summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-10-22Remove noisy debug statementJonathon Jongsma1-1/+0
2015-10-22Don't print error message on successful file transferJonathon Jongsma1-14/+31
2015-10-22MainChannel: move task free from finalize to disposeJonathon Jongsma1-2/+2
2015-10-15FileTransferTask: ensure we emit 'finished' signalJonathon Jongsma1-1/+2
2015-10-14Free display_cache in cache_unrefChristophe Fergeau1-0/+1
2015-10-14Rename display_cache::cache_unref to cache_freeChristophe Fergeau4-4/+4
2015-10-09New file transfer APIJonathon Jongsma7-136/+679
2015-10-09Fix progress monitoring in spice_main_file_copy_asyncJonathon Jongsma1-4/+24
2015-10-09Don't wrap included headers in G_BEGIN|END_DECLSJonathon Jongsma3-6/+7
2015-10-09Gtk applications should only include spice-client-gtk.hJonathon Jongsma9-3/+52
2015-10-09Glib applications should only include spice-client.hJonathon Jongsma38-17/+98
2015-09-28Fix documentation for spice_main_file_copy_async()Jonathon Jongsma1-1/+1
2015-09-25docs: Fix typosPavel Grunt6-9/+9
2015-09-25docs: Add missing symbol description stringsPavel Grunt21-14/+194
2015-09-25docs: Description should be above 'Return'Pavel Grunt1-4/+4
2015-09-25docs: Add missing parameter/field descriptionsPavel Grunt14-48/+59
2015-09-25docs: Add Version Information sectionPavel Grunt1-0/+2
2015-09-25channel-main: Rename parameter to match docsPavel Grunt1-2/+2
2015-09-25channel-record: Use correct nick name for propertyPavel Grunt1-2/+2
2015-09-18Add "monitors config position" capability.sstuts1-0/+2
2015-09-10Don't send monitors config when Display widget is createdJonathon Jongsma1-14/+24
2015-09-10Add spice_main_update_display_enabled()Jonathon Jongsma4-8/+35
2015-09-09file-xfer: Simplify time handlingPavel Grunt1-17/+9
2015-09-08audio: Do not volume-sync without audioVictor Toso2-2/+8
2015-08-25file-xfer: Add debug messages about a file transfer progressPavel Grunt1-0/+46
2015-08-25glib-compat: Add g_format_sizePavel Grunt2-0/+65
2015-08-21session: update spice_session_connect() docMarc-André Lureau1-1/+5
2015-08-14Adjust to new SpiceImageCompress nameChristophe Fergeau3-29/+29
2015-08-05usbredir: Add a few debug logsChristophe Fergeau2-3/+14
2015-08-05channel: Don't warn when no CA is setChristophe Fergeau1-1/+0
2015-08-03Notify about existence of monitor for all display channelsPavel Grunt1-4/+2
2015-07-28Handle single headed monitors that have a non-zero x, y configSandy Stutsman1-1/+6
2015-07-13Use g_return_val_if_fail instead of wrong g_return_if_failPavel Grunt1-1/+1
2015-07-13Send monitor config if at least one monitor has dimensionsPavel Grunt1-0/+21
2015-07-10This adds reference counting to cached images.Sandy Stutsman2-15/+47
2015-06-30Make monitors config debug output more clearJonathon Jongsma2-2/+3
2015-06-29Display: Send a preferred compression message on init.Javier Celaya1-0/+11
2015-06-29Add a preferred-compression program optionJavier Celaya1-0/+37
2015-06-29Spice-session: Add preferred-compression property.Javier Celaya1-0/+58
2015-06-25Send monitor config if guest supports sparse monitorsPavel Grunt1-8/+9
2015-06-25channel-main: Use enum to describe display statePavel Grunt1-10/+14
2015-06-19spicy-*: Remove translation supportChristophe Fergeau4-79/+64
2015-06-18spicy: Enable recent chooser on windowsLukas Venhoda2-10/+0
2015-06-18spicy: Replace duplicated code with a for loopLukas Venhoda1-11/+6
2015-06-18spicy: Host and port (or tls) are now requiredLukas Venhoda1-5/+27
2015-06-18spicy: Fixed reselecting in recent chooserLukas Venhoda1-0/+11
2015-06-18spicy: Changed the dialog into a windowLukas Venhoda3-38/+120
2015-06-18spicy: Move connect dialog to its own fileLukas Venhoda4-125/+175
2015-06-18spice-widget: keypress-delay set by env varVictor Toso1-1/+9
2015-06-15channel: check too long passwordMarc-André Lureau1-29/+48