summaryrefslogtreecommitdiff
path: root/vdagent-x11.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30vdagent-x11: Add support for incr. sending of clipboard data (rhbz#690164)Hans de Goede1-16/+117
2011-03-30vdagent-x11: ensure no events are pending before returning to the main loopHans de Goede1-12/+31
2011-03-29vdagent-x11: Release clipboard on exitHans de Goede1-0/+3
2011-03-29vdagent-x11: Fix typo in commentHans de Goede1-1/+1
2011-03-29vdagent-x11: add vdagent_x11_next_selection_request helperHans de Goede1-8/+10
2011-03-28udscs: Let the read call back take owner ship of the dataHans de Goede1-1/+4
2011-03-28vdagent-x11: Only move to next element in selection queue on process_next_reqHans de Goede1-5/+11
2011-03-28vdagent-x11: Fix indentationHans de Goede1-5/+5
2011-03-07Allow changing the resolution through the agent on multi monitor setupsHans de Goede1-2/+1
2010-11-01vdagent-x11: clear pending client clipboard request on clipboard ownership ch...Hans de Goede1-9/+15
2010-11-01vdagentd-x11: Work around a bug in xselHans de Goede1-1/+2
2010-10-28vdagent-x11: add support for logging to a fileHans de Goede1-46/+55
2010-10-28vdagent-x11: Listen for selection owner window destroy / close events tooHans de Goede1-2/+12
2010-10-28vdagent: Fix double free on zero length propertyHans de Goede1-2/+6
2010-10-25vdagent-x11: reopen tablet on resolution change to register new resolutionAlon Levy1-0/+3
2010-10-15too much -> too manyHans de Goede1-3/+3
2010-10-12Fix receiving incremental propertiesHans de Goede1-4/+1
2010-10-12Add support for image copy and pasteHans de Goede1-58/+80
2010-10-04Add support for receiving incr. propertiesHans de Goede1-53/+189
2010-10-04Force processing of ownerchange event when releasing the clipboardHans de Goede1-12/+28
2010-10-01Handle clipboard release messagesHans de Goede1-0/+13
2010-09-30Empty pending selection requests queue on clipboard owner changeHans de Goede1-9/+21
2010-09-303 copy and paste fixesHans de Goede1-16/+33
2010-09-30finish client -> guest copy pasteHans de Goede1-79/+220
2010-09-30client -> guest copy paste wipHans de Goede1-49/+160
2010-09-29Use XConvertSelection(... TARGETS) to query which type of data lives in the c...Hans de Goede1-36/+162
2010-09-29Add message logging to udscsHans de Goede1-30/+9
2010-09-29udscs api cleanup: make write functions build the header themselvesHans de Goede1-22/+7
2010-09-29Add preliminary guest -> client copy paste support to the x11 agent clientHans de Goede1-10/+174
2010-09-19Add VDAgentMonitorsConfig supportHans de Goede1-2/+66
2010-09-15vdagent (client) Get resolution from the X-serverHans de Goede1-0/+141