rdesktop/doc/TODO
Peter Åstrand 6f0c28753f One more SeamlessRDP TODO:
* Add a client to server message for starting additional
    applications.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/branches/seamlessrdp-branch/rdesktop@1189 423420c4-83ab-492f-b58f-81f9feb106b5
2006-03-22 15:33:37 +00:00

84 lines
1.5 KiB
Plaintext

* 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.
* Detect the "Windows Security" dialog.
* Support cmd.exe.
* Support for Input Contexts.
* Enhanced support for WM_DELETE_WINDOW: Instead of terminating
rdesktop, close the window on the server side.
* Clipboard support needs to be adapted - it uses g_wnd now.
* 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.