.. |
common
|
GUACAMOLE-559: Guarantee ordered modification to the clipboard. Do not allow modification of clipboard while clipboard contents are being sent.
|
2018-07-30 23:53:03 -07:00 |
tests
|
GUACAMOLE-637: The $^ variable is non-portable and specific to GNU Make. As otherwise POSIX-compliant platforms may not provide this variable, we shouldn't use it here.
|
2019-01-23 18:44:45 -08:00 |
.gitignore
|
GUACAMOLE-637: Remove unnecessary .gitignore files. Universally exclude test output. Remove duplicated exclusions.
|
2019-04-07 11:50:43 -07:00 |
blank_cursor.c
|
GUACAMOLE-169: Use proper namespace for internal common headers.
|
2017-01-23 23:26:26 -08:00 |
clipboard.c
|
GUACAMOLE-637: Replace usages of strncpy() with guac_strlcpy().
|
2019-01-23 18:44:45 -08:00 |
cursor.c
|
GUACAMOLE-313: Include current button state within mouse update for completeness.
|
2018-01-26 16:21:53 -08:00 |
display.c
|
GUACAMOLE-424: Update doc comments
|
2017-11-15 15:02:08 +02:00 |
dot_cursor.c
|
GUACAMOLE-169: Use proper namespace for internal common headers.
|
2017-01-23 23:26:26 -08:00 |
ibar_cursor.c
|
GUACAMOLE-169: Use proper namespace for internal common headers.
|
2017-01-23 23:26:26 -08:00 |
iconv.c
|
GUACAMOLE-169: Use proper namespace for internal common headers.
|
2017-01-23 23:26:26 -08:00 |
io.c
|
GUACAMOLE-169: Use proper namespace for internal common headers.
|
2017-01-23 23:26:26 -08:00 |
json.c
|
GUACAMOLE-169: Use proper namespace for internal common headers.
|
2017-01-23 23:26:26 -08:00 |
list.c
|
GUACAMOLE-169: Use proper namespace for internal common headers.
|
2017-01-23 23:26:26 -08:00 |
Makefile.am
|
GUACAMOLE-662: Migrate tests to test runners generated by new convenience script. Remove unnecessary test runners.
|
2018-11-17 18:06:40 -08:00 |
pointer_cursor.c
|
GUACAMOLE-169: Use proper namespace for internal common headers.
|
2017-01-23 23:26:26 -08:00 |
recording.c
|
GUACAMOLE-313: Add flags for controlling the contents of session recordings.
|
2018-01-26 16:42:24 -08:00 |
rect.c
|
GUACAMOLE-169: Use proper namespace for internal common headers.
|
2017-01-23 23:26:26 -08:00 |
string.c
|
GUACAMOLE-169: Use proper namespace for internal common headers.
|
2017-01-23 23:26:26 -08:00 |
surface.c
|
GUACAMOLE-632: Dynamically scale JPEG/WebP quality depending on measured processing lag.
|
2018-09-25 13:28:21 -07:00 |