guacamole-spice-protocol/src/protocols/rdp
2016-03-17 18:06:23 -07:00
..
compat GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
guac_rdpdr GUAC-1389: Correct documentation surrounding RDPDR callback. 2016-03-07 12:40:53 -08:00
guac_rdpsnd GUAC-1389: Add screen sharing support to RDP. 2016-03-07 11:32:44 -08:00
guac_svc GUAC-1389: Ensure users that join after a SVC has connected are alerted to its existence. 2016-03-07 11:32:44 -08:00
keymaps GUAC-1410: Add ja-jp keymap 2016-01-19 17:08:34 +09:00
.gitignore Rename generated file. 2014-01-02 22:30:14 -08:00
client.c GUAC-1164: Automatically reconnect when display size changes. 2016-03-15 21:48:56 -07:00
client.h GUAC-1389: Stretch RDP frames until client has caught up. Do same with VNC. Reduce frame timeout to 0 (essentially automatic now). 2016-03-08 18:12:43 -08:00
input.c GUAC-1164: Automatically reconnect when display size changes. 2016-03-15 21:48:56 -07:00
input.h GUAC-1389: Correct input.h parameter documention with respect to standards. 2016-03-07 12:43:54 -08:00
Makefile.am GUAC-1164: rdp_disp.[ch] must now be built in all cases. 2016-03-15 22:02:35 -07:00
rdp_bitmap.c GUAC-1389: Add screen sharing support to RDP. 2016-03-07 11:32:44 -08:00
rdp_bitmap.h GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
rdp_cliprdr.c GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
rdp_cliprdr.h GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
rdp_color.c GUAC-1389: Add screen sharing support to RDP. 2016-03-07 11:32:44 -08:00
rdp_color.h GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
rdp_disp.c GUAC-1164: Delay display resize relative to display manager creation or reconnect. 2016-03-16 15:27:24 -07:00
rdp_disp.h GUAC-1164: Do not include disply update channel functionsn unless display update channel support is present. 2016-03-15 22:07:38 -07:00
rdp_fs.c GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
rdp_fs.h GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
rdp_gdi.c GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
rdp_gdi.h GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
rdp_glyph.c GUAC-1389: Add screen sharing support to RDP. 2016-03-07 11:32:44 -08:00
rdp_glyph.h GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
rdp_keymap.c GUAC-730: Fix headers for RDP. 2014-06-10 18:45:14 -07:00
rdp_keymap.h GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
rdp_pointer.c GUAC-1389: Add screen sharing support to RDP. 2016-03-07 11:32:44 -08:00
rdp_pointer.h GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
rdp_rail.c GUAC-1389: Add screen sharing support to RDP. 2016-03-07 11:32:44 -08:00
rdp_rail.h GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
rdp_settings.c GUAC-1164: Duplicate strings which FreeRDP will free when it frees its settings structure. 2016-03-17 18:05:16 -07:00
rdp_settings.h GUAC-1164: Add setting for specifying the resize method, if any. 2016-03-16 14:44:16 -07:00
rdp_status.h GUAC-1172: Use FreeRDP to define STATUS_* constants, if possible, before falling back to the rest of rdp_status.h. 2015-07-06 00:43:21 -07:00
rdp_stream.c GUAC-1164: Do not send clipboard notification to RDP server if RDP server is not connected. 2016-03-17 18:06:23 -07:00
rdp_stream.h GUAC-1389: Reference client/user handler types directly. Do not redocument parameters. 2016-03-07 12:37:00 -08:00
rdp_svc.c GUAC-1389: Ensure users that join after a SVC has connected are alerted to its existence. 2016-03-07 11:32:44 -08:00
rdp_svc.h GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
rdp.c GUAC-1164: Ensure audio stream and context are freed upon disconnect. 2016-03-17 17:30:32 -07:00
rdp.h GUAC-1164: Automatically reconnect when display size changes. 2016-03-15 21:48:56 -07:00
resolution.c GUAC-1389: Add screen sharing support to RDP. 2016-03-07 11:32:44 -08:00
resolution.h GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
sftp.c GUAC-1389: Add screen sharing support to RDP. 2016-03-07 11:32:44 -08:00
sftp.h GUAC-1389: Add screen sharing support to RDP. 2016-03-07 11:32:44 -08:00
unicode.c Clean up includes, clean up build. 2014-01-01 14:52:01 -08:00
unicode.h GUAC-1389: Update comments to match latest standard. 2016-03-07 15:05:31 -08:00
user.c GUAC-1389: "any" audio stream, not "an". 2016-03-07 11:32:44 -08:00
user.h GUAC-1389: Reference client/user handler types directly. Do not redocument parameters. 2016-03-07 12:37:00 -08:00