| 1 | /* $Id: ToDO.txt,v 1.7 2000-07-26 18:05:33 sandervl Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | /* -- History --------------------------------------------------------------
|
|---|
| 4 |
|
|---|
| 5 | $Log: ToDO.txt,v $
|
|---|
| 6 | Revision 1.7 2000-07-26 18:05:33 sandervl
|
|---|
| 7 | added task
|
|---|
| 8 |
|
|---|
| 9 | Revision 1.6 2000/07/25 18:22:13 sandervl
|
|---|
| 10 | added tasks
|
|---|
| 11 |
|
|---|
| 12 | Revision 1.5 2000/07/18 18:31:37 sandervl
|
|---|
| 13 | *** empty log message ***
|
|---|
| 14 |
|
|---|
| 15 | Revision 1.4 2000/07/12 20:02:40 phaller
|
|---|
| 16 | .
|
|---|
| 17 |
|
|---|
| 18 | Revision 1.3 2000/07/10 20:35:38 phaller
|
|---|
| 19 | Assigned some tasks as requested by the assignees
|
|---|
| 20 |
|
|---|
| 21 | Revision 1.2 2000/07/09 22:36:49 phaller
|
|---|
| 22 | Created initial version
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 | ------------------------------------------------------------------------- */
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 | To Do list for ODIN:
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 | Assigned Status Topic -------------------------------------------------------
|
|---|
| 32 |
|
|---|
| 33 | PD DONE Handle named pipes via HandleManager
|
|---|
| 34 |
|
|---|
| 35 | AH Do COM (serial port) support for ODIN (requires
|
|---|
| 36 | pseudo-device in HM)
|
|---|
| 37 |
|
|---|
| 38 | PH Sync SHELL32 with WINE
|
|---|
| 39 |
|
|---|
| 40 | PH Sync NTDLL with WINE
|
|---|
| 41 |
|
|---|
| 42 | JW Put in correct FS:-wrappers in CRTDLL and MSVCRT
|
|---|
| 43 |
|
|---|
| 44 | JW Improve CRTDLL and MSVCRT as this is one major show stopper
|
|---|
| 45 | currently
|
|---|
| 46 |
|
|---|
| 47 | SvL Remove GPI32 calls from the original FS: macros and replace
|
|---|
| 48 | them with ODINFUNCTION wrappers. Internally call to ODIN_xxx
|
|---|
| 49 | GPI functions to get much better performance.
|
|---|
| 50 |
|
|---|
| 51 | NOONE USER32: Fix LoadImage to resize icons, cursors or bitmaps
|
|---|
| 52 | to the specified dimensions (if required)
|
|---|
| 53 |
|
|---|
| 54 | NOONE WINMM: wave recording
|
|---|
| 55 |
|
|---|
| 56 | NOONE WINMM: Rewrite winmm to use driver architecture (port Wine's winmm
|
|---|
| 57 | + integrate current Odin code)
|
|---|
| 58 |
|
|---|
| 59 | NOONE WINMM: Fix and finish MIDI in/out (using RTMIDI)
|
|---|
| 60 |
|
|---|
| 61 | NOONE KERNEL32: Async file io
|
|---|
| 62 |
|
|---|
| 63 | NOONE KERNEL32: Vio support for console applications
|
|---|
| 64 |
|
|---|
| 65 | NOONE WSOCK32: Winsock 2 implementation
|
|---|
| 66 |
|
|---|
| 67 | NOONE GDI32: Rewrite using Gpi api (remove Open32 dependancy)
|
|---|
| 68 |
|
|---|
| 69 | NOONE Setup a test /verification plan and freeze some modules such
|
|---|
| 70 | as LZ32, VERSION which are considered complete.
|
|---|
| 71 | Also ensure the source code is well documented and structured.
|
|---|
| 72 |
|
|---|