summaryrefslogtreecommitdiff
path: root/src/session.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-20Create separate shm_segment_t struct for SHM segmentsBrendan Shanks1-1/+1
2019-08-07Use separate buffer for primary surface to fix graphical corruptionBrendan Shanks1-1/+1
2019-06-19Changes to build on the 32 bit raspberry pi.Jeremy White1-4/+4
2017-01-13Fix compile warningsPavel Grunt1-1/+2
2016-12-08Adding missing libaudit ifdefsSnir Sheriber1-0/+4
2016-10-31Add an option to require auditing.Jeremy White1-0/+56
2016-10-31Add the ability to specify connect and disconnect callbacks.Jeremy White1-16/+99
2016-10-27Invert the logic of viewonly.Jeremy White1-3/+3
2016-09-21Ensure that the damage thread is shut down cleanly.Jeremy White1-0/+2
2016-09-19Create the scanner before the display thread.Jeremy White1-4/+4
2016-09-02Older versions of glib require us to start threads.Jeremy White1-0/+4
2016-09-02Review all remaining FIXME messages.Jeremy White1-1/+0
2016-09-02Enable building and compilation on RHEL 6.Jeremy White1-9/+11
2016-07-19Prevent a race condition at exit that would hang us up.Jeremy White1-3/+14
2016-07-15Do not start the scan thread until we have declared the session running.Jeremy White1-4/+5
2016-07-14Revise session tear down to proceed display tear down.Jeremy White1-23/+25
2016-07-14Update valgrind resourcesJeremy White1-1/+2
2016-07-14Implement the disconnect button.Jeremy White1-1/+13
2016-07-14Implement --viewonly option support.Jeremy White1-1/+9
2016-07-12Revise coding style to conform to the spice project coding style.Jeremy White1-39/+31
2016-07-11Add file descriptions to the top of each C source file.Jeremy White1-0/+8
2016-07-11Wake up the spice server when we send a cursor command.Jeremy White1-0/+1
2016-07-11Put some meat behind the scanning logic.Jeremy White1-4/+11
2016-07-07Flesh out the gui a bit.Jeremy White1-7/+34
2016-07-06Handle screen size changes.Jeremy White1-4/+59
2016-07-05Add support for returning led status.Jeremy White1-0/+41
2016-06-24Add support for cursors.Jeremy White1-2/+62
2016-06-20Revisions to improve session creation/tear down.Jeremy White1-11/+13
2016-06-08Add a new scan thread, shift the logic to being to use it.Jeremy White1-199/+57
2016-06-08Clear the region after we send it.Jeremy White1-0/+1
2016-06-08We do not have to run a first damage pass to start xcb.Jeremy White1-5/+0
2016-06-08Use pixman region tracking information to better handle xdamage.Jeremy White1-33/+39
2016-06-01Switch to using xcb instead of Xlib.Jeremy White1-99/+78
2016-05-24Let's reduce the hack; this shows the limitations with xdamage.Jeremy White1-4/+13
2016-05-24Added a tablet interface to give us mouse control.Jeremy White1-0/+53
2016-05-23Add keyboard handling.Jeremy White1-0/+14
2016-05-20Begin to transmit draws across.Jeremy White1-28/+140
2016-05-20Further progress on basic spice integraton.Jeremy White1-0/+76
2016-05-18Implement a first session where we process XDamage.Jeremy White1-0/+65