Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing license headers to source files | Jonathon Jongsma | 2015-02-23 | 1 | -0/+16 |
| | |||||
* | Remove global main_dispatcher variable | Jonathon Jongsma | 2015-02-23 | 1 | -1/+4 |
| | | | | | | Requires changing a bunch of internal API to take MainDispatcher arguments, etc. The main dispatcher object is now owned by RedsState, since that is the object that previously created (initialized) it. | ||||
* | Remove global 'reds' usage from stream.c | Jonathon Jongsma | 2015-02-23 | 1 | -2/+3 |
| | | | | | Use the server variable from the display channel rather than the global variable. | ||||
* | CommonChannel -> CommonWorkerChannel | Jonathon Jongsma | 2015-02-23 | 1 | -1/+1 |
| | | | | | | | Rename this struct to make it clear that it's only the base class for worker channels (e.g. display and cursor), not all channels. Also renamed CommonChannelClient to CommonWorkerChannelClient. | ||||
* | Move streaming_video to RedsState struct | Jonathon Jongsma | 2015-02-23 | 1 | -1/+1 |
| | | | | | Also requires adding reds_get_streaming_video() accessor so that other files can check this value. | ||||
* | display: rename detach_streams_behind | Marc-André Lureau | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | worker: move current_remove* | Marc-André Lureau | 2015-02-23 | 1 | -0/+19 |
| | |||||
* | worker: move more stream functions | Marc-André Lureau | 2015-02-23 | 1 | -0/+159 |
| | |||||
* | server: rename files | Marc-André Lureau | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | stream: minor simplification | Marc-André Lureau | 2015-02-23 | 1 | -10/+11 |
| | |||||
* | worker: move stream_agent_stop and friends | Marc-André Lureau | 2015-02-23 | 1 | -0/+174 |
| | |||||
* | worker: move attach_stream | Marc-André Lureau | 2015-02-23 | 1 | -2/+53 |
| | |||||
* | worker: move stream_clip_item_unref() | Marc-André Lureau | 2015-02-23 | 1 | -0/+12 |
| | |||||
* | worker: painfully move display_channel_add_drawable | Marc-André Lureau | 2015-02-23 | 1 | -0/+385 |
| | |||||
* | worker: move surfaces | Marc-André Lureau | 2015-02-23 | 1 | -0/+74 |
| | | | | | | Ok. this one was painful.Note that in some cases, DCC_TO_DC should be made safer (there used to be a if !dcc guard in some places, although that looks wrong anyway)... | ||||
* | worker: move stream to display channel | Marc-André Lureau | 2015-01-13 | 1 | -0/+50 |