File: TODO

package info (click to toggle)
rdesktop 1.5.0-1etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,392 kB
  • ctags: 2,194
  • sloc: ansic: 18,250; sh: 2,797; makefile: 179; python: 34
file content (89 lines) | stat: -rw-r--r-- 1,773 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89

* Clipboard:

  * Support other data types than plain text. 
 
  * Conversion between different character sets. 


* Drive Redirection:

  * Real support for file locking

  * Handle reconnections correctly. 

  * Various deficiencies; see FIXMEs in source code. 


* Serial Port Redirection:

  * More testing needed. 


* Printer Redirection:

  * More testing needed. 


* Keymapping: 


* Sound redirection

  * Use timestamps in audio packets.

  * Add resampling to supported samplerates of audio-hardware.

  * Lower CPU-usage with an audio thread.


* Smartcard redirection

  * Merge patches currently implementing sc-redirection.


* Miscellaneous

  * Clean up header files. The current "proto.h" and "xproto.h" is far
    from optimal.

  * Go through the many trackers (bugs/patches/RFEs) at SourceForge. 

  * More fancy homepage. 

  * Enhance documentation. Write a FAQ. 


* SeamlessRDP mode

  * Add a client to server message for starting additional
    applications.

  * Support cmd.exe. 

  * Support for Input Contexts. 

  * Enhanced support for WM_DELETE_WINDOW: Instead of terminating
    rdesktop, close the window on the server side. 

  * Systray support. 

  * Support for transferring the application taskbar icon.

  * Better support for non-EWMH window managers. 

  * Support for non-rectangular windows. 

  * The focus handling of menus is a bit crude. 

  * Support for sending focus information from client to server.

  * Implement something similiar to explhook.dll - support for running
    explorer.exe in non-shell mode. 

  * Better compatibility with Task Manager. 

  * XINERAMA support.  

  * When enumerating windows, make sure to send info about windows
    that are transient for other windows after the referred window.