summaryrefslogtreecommitdiff
path: root/server/cursor-channel.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Add more red_qxl_ methodsChristophe Fergeau1-1/+1
2016-03-10Rename red_channel_pipe_item_init to pipe_item_initChristophe Fergeau1-1/+1
2016-03-04use QXLState instead of RedDispatcherFrediano Ziglio1-1/+1
2016-03-04reduce header dependenciesFrediano Ziglio1-0/+1
2016-02-17CommonChannel -> CommonGraphicsChannelJonathon Jongsma1-13/+13
2016-02-15Remove CursorItem::group_idChristophe Fergeau1-7/+3
2016-02-15red-parse-qxl: Use QXLReleaseInfoExt instead of QXLReleaseInfoChristophe Fergeau1-4/+1
2016-02-11CommonChannel: hold a reference to QXLInstance instead of RedWorkerFrediano Ziglio1-1/+1
2016-02-11remove unused structure definitionFrediano Ziglio1-7/+0
2016-01-14Remove GSlice useChristophe Fergeau1-2/+2
2015-12-14server: Rename DISPLAY_CLIENT_TIMEOUT and de-duplicate itFrancois Gouget1-1/+1
2015-12-03worker: change red_worker_new_channel result to CommonChannel*Frediano Ziglio1-1/+1
2015-11-26server: rename _tmpl filesMarc-André Lureau1-1/+1
2015-11-09syntax-check: Add missing #include <config.h>Pavel Grunt1-0/+4
2015-11-04cursor: fix wrong logic when initializing the channelFabiano Fidêncio1-1/+1
2015-11-04Various changes in RedWorker and CursorChannel related to error and warning m...Marc-André Lureau1-8/+20
2015-11-03Store QXLInstance in CursorItemMarc-André Lureau1-31/+39
2015-11-03server: make more of cursor privateMarc-André Lureau1-2/+75
2015-11-03server: make cursor channel privateMarc-André Lureau1-1/+23
2015-10-30Various minor style changes to worker and cursor channelMarc-André Lureau1-15/+20
2015-10-30__new_channel -> red_worker_new_channel()Marc-André Lureau1-16/+15
2015-10-30Make cursor_channel_disconnect a CursorChannel methodMarc-André Lureau1-1/+3
2015-10-30Remove a couple single-use static functionsMarc-André Lureau1-8/+1
2015-10-30CursorChannel* arg in cursor_channel_client_new()Marc-André Lureau1-3/+2
2015-10-30common_channel_client_create -> common_channel_new_clientMarc-André Lureau1-9/+9
2015-10-30Change red_marshall_verb() to accept a VerbItemMarc-André Lureau1-2/+2
2015-10-30Remove unused parameter from cursor_channel_new()Marc-André Lureau1-1/+1
2015-10-29worker: move some cursor code to cursor-channel.cMarc-André Lureau1-0/+464