1
2* Clipboard:
3
4  * Support other data types than plain text.
5
6  * Conversion between different character sets.
7
8
9* Drive Redirection:
10
11  * Real support for file locking
12
13  * Handle reconnections correctly.
14
15  * Various deficiencies; see FIXMEs in source code.
16
17
18* Serial Port Redirection:
19
20  * More testing needed.
21
22
23* Printer Redirection:
24
25  * More testing needed.
26
27
28* Keymapping:
29
30
31* Sound redirection
32
33  * Use timestamps in audio packets.
34
35  * Add resampling to supported samplerates of audio-hardware.
36
37  * Lower CPU-usage with an audio thread.
38
39
40* Smartcard redirection
41
42  * Merge patches currently implementing sc-redirection.
43
44
45* Miscellaneous
46
47  * Clean up header files. The current "proto.h" and "xproto.h" is far
48    from optimal.
49
50  * Go through the many trackers (bugs/patches/RFEs) at SourceForge.
51
52  * More fancy homepage.
53
54  * Enhance documentation. Write a FAQ.
55
56
57* SeamlessRDP mode
58
59  * Add a client to server message for starting additional
60    applications.
61
62  * Support cmd.exe.
63
64  * Support for Input Contexts.
65
66  * Enhanced support for WM_DELETE_WINDOW: Instead of terminating
67    rdesktop, close the window on the server side.
68
69  * Systray support.
70
71  * Support for transferring the application taskbar icon.
72
73  * Better support for non-EWMH window managers.
74
75  * Support for non-rectangular windows.
76
77  * The focus handling of menus is a bit crude.
78
79  * Support for sending focus information from client to server.
80
81  * Implement something similiar to explhook.dll - support for running
82    explorer.exe in non-shell mode.
83
84  * Better compatibility with Task Manager.
85
86  * XINERAMA support.
87
88  * When enumerating windows, make sure to send info about windows
89    that are transient for other windows after the referred window.
90