summaryrefslogtreecommitdiff
path: root/src/spice.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-06Tell spice to always stream when we are in full screen mode.Jeremy White1-0/+3
2020-05-06Provide a way to specify the video codecs.Jeremy White1-0/+3
2020-04-21Make all multiline comments within the main x11spice tree consistent.Jeremy White1-5/+5
2020-04-21Apply style to the main source tree.Jeremy White1-20/+19
2020-03-11Fix compliation on gcc 4.X.Jeremy White1-1/+1
2020-02-20Do not provide a stub client_monitors_config in the QXLInterface.Jeremy White1-24/+3
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-3/+3
2019-07-24Use C99 struct initializiers instead of memset for local structures.Jeremy White1-2/+1
2019-07-12Fix segfault when quitting with Quit buttonBrendan Shanks1-1/+1
2019-06-19Changes to build on the 32 bit raspberry pi.Jeremy White1-7/+11
2017-01-13Fix compile warningsPavel Grunt1-13/+17
2017-01-13Include header for SPICE_CONTAINEROFPavel Grunt1-0/+1
2016-10-31Add the ability to specify connect and disconnect callbacks.Jeremy White1-2/+2
2016-09-02Add support for SSL.Jeremy White1-1/+12
2016-09-02Remove debug information on mm_time; it's distracting.Jeremy White1-1/+2
2016-09-02Older versions of spice rely on a negative stride.Jeremy White1-2/+1
2016-09-02Review all remaining FIXME messages.Jeremy White1-16/+12
2016-07-18Only pre open a port if a range is given.Jeremy White1-11/+8
2016-07-18Drop the --auto option in favor of having that be the primary parameter.Jeremy White1-16/+27
2016-07-18Switch to having the spice server listen; it simplifies things.Jeremy White1-3/+13
2016-07-14Implement the disconnect button.Jeremy White1-2/+2
2016-07-12Revise coding style to conform to the spice project coding style.Jeremy White1-101/+86
2016-07-11Add file descriptions to the top of each C source file.Jeremy White1-0/+7
2016-07-07Flesh out the gui a bit.Jeremy White1-6/+23
2016-07-06Implement support for the exit_on_disconnect setting.Jeremy White1-0/+3
2016-07-06Handle screen size changes.Jeremy White1-0/+20
2016-07-06Remove the unimplemented message from the channel_event callback.Jeremy White1-1/+6
2016-07-05Add support for returning led status.Jeremy White1-10/+12
2016-07-05Send a new monitor configuration when the primary surface changes.Jeremy White1-2/+24
2016-06-24Add support for cursors.Jeremy White1-5/+52
2016-06-22Tear down the spice session a little more completely.Jeremy White1-0/+4
2016-06-21Free resources.Jeremy White1-1/+2
2016-06-20Revisions to improve session creation/tear down.Jeremy White1-2/+10
2016-06-17Add a --auto option which will scan for an open port.Jeremy White1-4/+25
2016-06-08Add a new scan thread, shift the logic to being to use it.Jeremy White1-6/+37
2016-06-01Switch to using xcb instead of Xlib.Jeremy White1-1/+1
2016-05-24Added a tablet interface to give us mouse control.Jeremy White1-5/+43
2016-05-23Add keyboard handling.Jeremy White1-1/+82
2016-05-20Begin to transmit draws across.Jeremy White1-216/+22
2016-05-20Further progress on basic spice integraton.Jeremy White1-2/+22
2016-05-17Pull a few options from ~/.config/x11spiceJeremy White1-0/+16
2016-05-17Add an initial creation of a spice server.Jeremy White1-0/+560