summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* worker: move shadow_new() and container_new()Marc-André Lureau2015-11-063-42/+56
* worker: use more DCC_TO_WORKERMarc-André Lureau2015-11-061-21/+21
* worker: move some compress stats to displayMarc-André Lureau2015-11-063-104/+107
* worker: rename WORKER_FOREACH_DCC_SAFE macro to FOREACH_DCCMarc-André Lureau2015-11-061-20/+18
* worker: remove unused WORKER_TO_DCC macroMarc-André Lureau2015-11-061-6/+0
* worker: rename red_pipe_add_drawable* to dcc_add_drawable*Marc-André Lureau2015-11-061-7/+7
* worker: move delta computationMarc-André Lureau2015-11-061-8/+9
* worker: move MonitorsConfig to display channelMarc-André Lureau2015-11-053-41/+41
* worker: minor simplificationMarc-André Lureau2015-11-052-19/+24
* worker: don't process drawable if it can't be allocatedFrediano Ziglio2015-11-051-4/+6
* worker: move DisplayChannel structMarc-André Lureau2015-11-052-32/+32
* style: prefer early return to large if blocksJonathon Jongsma2015-11-041-22/+24
* Remove unnecessary typedef from pixmap-cache.hJonathon Jongsma2015-11-041-2/+0
* worker: Move some dpi code to display channelMarc-André Lureau2015-11-043-118/+123
* cursor: fix wrong logic when initializing the channelFabiano Fidêncio2015-11-041-1/+1
* Palette cache: Use correct marshal functionJonathon Jongsma2015-11-041-6/+8
* Various changes in RedWorker and CursorChannel related to error and warning m...Marc-André Lureau2015-11-043-19/+27
* Move monitors_config to displayMarc-André Lureau2015-11-043-96/+96
* s/process_drawable/process_drawMarc-André Lureau2015-11-041-4/+4
* server: move renderer members to DisplayChannelMarc-André Lureau2015-11-031-16/+15
* worker: remove only assigned set_client_capabilities_pending fieldFrediano Ziglio2015-11-031-3/+0
* server: move bitmap related to spice-bitmap-utilsMarc-André Lureau2015-11-037-167/+226
* worker: remove unused worker parameterMarc-André Lureau2015-11-031-7/+7
* Store QXLInstance in CursorItemMarc-André Lureau2015-11-031-31/+39
* server: make more of cursor privateMarc-André Lureau2015-11-035-64/+89
* server: make cursor channel privateMarc-André Lureau2015-11-036-70/+94
* Move pipe item enumerations out of red_worker.hMarc-André Lureau2015-11-023-18/+26
* server: move display_channel_client_create() to dcc_new()Marc-André Lureau2015-11-024-65/+83
* tree: move that to a separate unitMarc-André Lureau2015-11-025-255/+311
* worker: s/repoll/poll_triesMarc-André Lureau2015-11-021-12/+12
* Various minor style changes to worker and cursor channelMarc-André Lureau2015-10-302-17/+25
* worker: remove assertion on alloc_drawableMarc-André Lureau2015-10-301-1/+3
* __new_channel -> red_worker_new_channel()Marc-André Lureau2015-10-303-59/+45
* Make cursor_channel_disconnect a CursorChannel methodMarc-André Lureau2015-10-303-3/+5
* server: Hide the MJPEG encoder internals from red_worker.cFrancois Gouget2015-10-303-42/+59
* server: Move the MJPEG encoder functions to mjpeg_encoder.cFrancois Gouget2015-10-303-75/+78
* server: Move mjpeg_encoder_new() to the end of mjpeg_encoder.cFrancois Gouget2015-10-301-40/+34
* server: Remove an unnecessary cast in encode_frame()Francois Gouget2015-10-301-2/+1
* Remove a couple single-use static functionsMarc-André Lureau2015-10-302-34/+15
* CursorChannel* arg in cursor_channel_client_new()Marc-André Lureau2015-10-303-5/+4
* common_channel_client_create -> common_channel_new_clientMarc-André Lureau2015-10-303-32/+32
* Change red_marshall_verb() to accept a VerbItemMarc-André Lureau2015-10-303-6/+6
* Remove unused parameter from cursor_channel_new()Marc-André Lureau2015-10-303-3/+3
* server: remove undefined declarationFrediano Ziglio2015-10-291-1/+0
* Replace now() with get_mononotonic_time()Marc-André Lureau2015-10-296-56/+22
* utils: add red_get_monotonic_time()Marc-André Lureau2015-10-293-14/+37
* worker: avoid to use constant directly for capabilities sizeFrediano Ziglio2015-10-292-2/+6
* Move red_bitmap_utils.h->tmpl.cMarc-André Lureau2015-10-293-4/+4
* worker: move some cursor code to cursor-channel.cMarc-André Lureau2015-10-295-549/+625
* worker: rename some cursor functionsMarc-André Lureau2015-10-291-15/+15