index
:
~jjongsma/spice-server
master
refactory
refactory-review
replay
replay-rebase
review
vsock
Jonathon's spice-server branches
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
display-channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-25
Convert RedChannel hierarchy to GObject
Jonathon Jongsma
1
-51
/
+186
2016-10-20
display channel: Don't let client set too many surfaces
Frediano Ziglio
1
-1
/
+1
2016-10-14
Add CommonGraphicsChannelPrivate struct
Jonathon Jongsma
1
-3
/
+3
2016-10-14
Use macros for casting Channel types
Jonathon Jongsma
1
-2
/
+2
2016-10-14
Move CommonGraphicsChannel to a new file
Jonathon Jongsma
1
-4
/
+5
2016-10-07
Convert RedChannelClient hierarchy to GObject
Frediano Ziglio
1
-2
/
+2
2016-09-30
Cache field to make code easier
Frediano Ziglio
1
-5
/
+6
2016-09-27
Rename red_surface to surface
Frediano Ziglio
1
-6
/
+6
2016-09-27
Rename surface argument to surface_cmd
Frediano Ziglio
1
-11
/
+12
2016-09-27
Rename detach_stream to stream_detach_drawable and removed unused argument
Frediano Ziglio
1
-1
/
+1
2016-09-22
Small comment on structure checking
Frediano Ziglio
1
-0
/
+2
2016-09-21
Base FOREACH_DCC on GLIST_FOREACH
Frediano Ziglio
1
-21
/
+21
2016-09-21
Use proper FOREACH_DCC instead of FOREACH_CLIENT
Frediano Ziglio
1
-11
/
+11
2016-09-19
Change Drawable->pipes from Ring to GList
Jonathon Jongsma
1
-13
/
+21
2016-09-19
RedChannelClient: store pipe items in a GQueue
Jonathon Jongsma
1
-4
/
+4
2016-09-16
Rename display_channel_set_monitors_config_to_primary()
Jonathon Jongsma
1
-1
/
+1
2016-09-16
Add DisplayChannelPrivate struct
Jonathon Jongsma
1
-156
/
+170
2016-09-16
Improve encapsulation of DisplayChannel
Jonathon Jongsma
1
-6
/
+65
2016-09-08
Rename RCC_TO_DCC() to DISPLAY_CHANNEL_CLIENT()
Jonathon Jongsma
1
-2
/
+2
2016-08-30
Add red_channel_client_get_channel()
Jonathon Jongsma
1
-2
/
+1
2016-08-11
Make process_commands_generation variable type coherent
Frediano Ziglio
1
-3
/
+3
2016-08-09
Miscellaneous header changes
Jonathon Jongsma
1
-0
/
+2
2016-08-09
move is_low_bandwidth to DisplayChannelClient
Frediano Ziglio
1
-3
/
+4
2016-08-09
Limit direct access to DisplayChannelClient
Jonathon Jongsma
1
-12
/
+16
2016-06-17
Use new GlzImageRetention instead of accessing Drawable internals
Frediano Ziglio
1
-3
/
+3
2016-06-16
Do not access ImageEncoders internal to lock/unlock glz encoding
Frediano Ziglio
1
-11
/
+4
2016-06-16
Rename encoder_globals to encoder_shared_data
Frediano Ziglio
1
-5
/
+5
2016-06-15
Encapsulate some data in dcc-encoders
Frediano Ziglio
1
-10
/
+3
2016-06-15
Rename image_encoders_free_glz_drawable()
Jonathon Jongsma
1
-1
/
+1
2016-06-15
Change RedGlzDrawable::drawable from pointer to boolean
Frediano Ziglio
1
-1
/
+1
2016-06-14
streaming: Let the administrator pick the video encoder and codec
Francois Gouget
1
-0
/
+10
2016-06-14
streaming: Remove unused detach_stream() argument
Francois Gouget
1
-1
/
+1
2016-06-14
Move others glz fields to dcc-encoders
Frediano Ziglio
1
-6
/
+6
2016-06-14
Move some glz fields to ImageEncoders
Frediano Ziglio
1
-2
/
+2
2016-06-14
Add a structure to hold ImageEncoders shared data
Frediano Ziglio
1
-69
/
+4
2016-06-01
channel: Remove clients_num and use g_list_length
Frediano Ziglio
1
-1
/
+1
2016-05-25
Make some function static
Frediano Ziglio
1
-1
/
+1
2016-05-25
dc: use FOREACH_CLIENT macro for loop
Frediano Ziglio
1
-5
/
+2
2016-05-25
dc: inline dpi computation
Frediano Ziglio
1
-3
/
+1
2016-05-25
dc: join the two loop
Frediano Ziglio
1
-9
/
+7
2016-05-25
dc: reuse code inside loop
Frediano Ziglio
1
-3
/
+2
2016-05-25
dc: convert break to continue
Frediano Ziglio
1
-1
/
+1
2016-05-25
dc: use while again
Frediano Ziglio
1
-4
/
+1
2016-05-25
dc: if link is NULL jumping outside loop will check variable and exit
Frediano Ziglio
1
-2
/
+1
2016-05-25
dc: if dpi is not NULL even dpi_ring_item is not NULL
Frediano Ziglio
1
-3
/
+1
2016-05-25
dc: dpi is always a value computed from dpi_ring_item
Frediano Ziglio
1
-1
/
+1
2016-05-25
dc: move code inside if
Frediano Ziglio
1
-5
/
+4
2016-05-25
dc: dcc used is always a value from current link
Frediano Ziglio
1
-3
/
+1
2016-05-25
dc: link is never null here
Frediano Ziglio
1
-3
/
+1
2016-05-25
dc: the link condition make this case terminate loop
Frediano Ziglio
1
-1
/
+2
[next]