guacamole-spice-protocol/src/protocols/rdp
2014-11-28 19:21:10 -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-659: Do not interpret AltGr as Right Alt. 2014-09-19 01:54:28 -07:00
.gitignore Rename generated file. 2014-01-02 22:30:14 -08:00
client.c GUAC-935: Document parameters of newly-added functions. 2014-11-25 22:53:22 -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 GUAC-930: Log keysyms which are sent via Unicode. 2014-11-28 19:21:10 -08:00
guac_handlers.h GUAC-865: Initial support for display update. 2014-11-21 13:30:24 -08:00
Makefile.am GUAC-865: Initial support for display update. 2014-11-21 13:30:24 -08:00
rdp_bitmap.c GUAC-852: Use rdpContext.codecs as a basis for determining whether FreeRDP uses _aligned_malloc() internally. 2014-11-20 21:41:38 -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-852: Abstract away color conversion. 2014-11-20 21:07:22 -08:00
rdp_color.h GUAC-852: Abstract away color conversion. 2014-11-20 21:07:22 -08:00
rdp_disp.c GUAC-935: Only update display size if it's been longer than 250ms. 2014-11-25 02:20:54 -08:00
rdp_disp.h GUAC-935: Document parameters of newly-added functions. 2014-11-25 22:53:22 -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-771: Ensure display surface is available during initial connection. 2014-07-21 09:12:17 -07: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
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