guacamole-spice-protocol/src/protocols/rdp
2015-01-23 15:08:00 -08:00
..
compat GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
guac_rdpdr GUAC-911: Replace old GUAC_RDP_DEBUG with calls to guac_client_log(). 2014-11-12 13:35:25 -08:00
guac_rdpsnd GUAC-911: Add log levels. Refactor guac_client_log_*() into guac_client_log(). 2014-11-07 16:32:19 -08:00
guac_svc GUAC-911: Add log levels. Refactor guac_client_log_*() into guac_client_log(). 2014-11-07 16:32:19 -08:00
keymaps GUAC-930: Add Swedish keymap. 2014-11-28 19:35:30 -08:00
.gitignore Rename generated file. 2014-01-02 22:30:14 -08:00
client.c Merge pull request #8 from glyptodon/fix-rdp-segfault 2014-12-03 16:01:36 -08:00
client.h GUAC-935: Only update display size if it's been longer than 250ms. 2014-11-25 02:20:54 -08:00
guac_handlers.c Merge pull request #7 from glyptodon/swedish-keymap 2014-12-04 20:49:18 -08:00
guac_handlers.h GUAC-865: Initial support for display update. 2014-11-21 13:30:24 -08:00
Makefile.am Merge pull request #7 from glyptodon/swedish-keymap 2014-12-04 20:49:18 -08:00
rdp_bitmap.c GUAC-994: Add support for interleaved_decompress() and planar_decompress() variants in FreeRDP 1.2.0-beta1+android9. Use working color conversion function (old one is present but will not work in 1.2.0). 2015-01-23 15:08:00 -08:00
rdp_bitmap.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_cliprdr.c GUAC-911: Add log levels. Refactor guac_client_log_*() into guac_client_log(). 2014-11-07 16:32:19 -08:00
rdp_cliprdr.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_color.c GUAC-994: Add support for interleaved_decompress() and planar_decompress() variants in FreeRDP 1.2.0-beta1+android9. Use working color conversion function (old one is present but will not work in 1.2.0). 2015-01-23 15:08:00 -08:00
rdp_color.h GUAC-852: Abstract away color conversion. 2014-11-20 21:07:22 -08:00
rdp_disp.c GUAC-947: Maintain aspect ratio when size is adjusted to conform with Display Update specs. 2014-12-05 15:30:51 -08:00
rdp_disp.h GUAC-949: Increase display update interval to 500 ms. 2014-12-06 17:32:03 -08:00
rdp_fs.c GUAC-911: Replace old GUAC_RDP_DEBUG with calls to guac_client_log(). 2014-11-12 13:35:25 -08:00
rdp_fs.h GUAC-911: Replace old GUAC_RDP_DEBUG with calls to guac_client_log(). 2014-11-12 13:35:25 -08:00
rdp_gdi.c GUAC-935: Only update display size if it's been longer than 250ms. 2014-11-25 02:20:54 -08:00
rdp_gdi.h GUAC-771: Ensure display surface is available during initial connection. 2014-07-21 09:12:17 -07:00
rdp_glyph.c GUAC-852: Abstract away color conversion. 2014-11-20 21:07:22 -08:00
rdp_glyph.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_keymap.c GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_keymap.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_pointer.c GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_pointer.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_rail.c GUAC-911: Add log levels. Refactor guac_client_log_*() into guac_client_log(). 2014-11-07 16:32:19 -08:00
rdp_rail.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_settings.c GUAC-874: Load RDPDR and set device redirection if audio enabled. 2014-10-05 15:16:28 -07:00
rdp_settings.h GUAC-936: Use initial resolution for all future resizing of display. Suggest reasonable resolution only if resolution of display is not provided/forced. 2014-11-26 15:35:22 -08:00
rdp_status.h GUAC-707 support for latest FreeRDP release (1.2.0-beta1) 2014-07-17 13:13:21 -07:00
rdp_stream.c GUAC-911: Add log levels. Refactor guac_client_log_*() into guac_client_log(). 2014-11-07 16:32:19 -08:00
rdp_stream.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_svc.c GUAC-911: Add log levels. Refactor guac_client_log_*() into guac_client_log(). 2014-11-07 16:32:19 -08:00
rdp_svc.h GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
resolution.c GUAC-936: Use initial resolution for all future resizing of display. Suggest reasonable resolution only if resolution of display is not provided/forced. 2014-11-26 15:35:22 -08:00
resolution.h GUAC-936: Use initial resolution for all future resizing of display. Suggest reasonable resolution only if resolution of display is not provided/forced. 2014-11-26 15:35:22 -08:00
unicode.c Clean up includes, clean up build. 2014-01-01 14:52:01 -08:00
unicode.h Clean up includes, clean up build. 2014-01-01 14:52:01 -08:00