| 1 | /* $Id: ToDO.txt,v 1.15 2001-10-19 09:33:36 phaller Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | To Do list for ODIN:
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 | Assigned Status Topic -------------------------------------------------------
|
|---|
| 7 |
|
|---|
| 8 | Implement support for Parallel Port Devices
|
|---|
| 9 |
|
|---|
| 10 | Fix wrong reference count after window creation
|
|---|
| 11 | (unable to unregister window class)
|
|---|
| 12 |
|
|---|
| 13 | Reimplement Global / Local / Heap mgmt
|
|---|
| 14 |
|
|---|
| 15 | PH DONE WSOCK32 calls are not FS: safe (OS2gethostbyname)
|
|---|
| 16 |
|
|---|
| 17 | PH Implement WaitForSingleObject() for process handles
|
|---|
| 18 |
|
|---|
| 19 | PD DONE Handle named pipes via HandleManager
|
|---|
| 20 |
|
|---|
| 21 | MM DONE Do COM (serial port) support for ODIN (requires
|
|---|
| 22 | pseudo-device in HM)
|
|---|
| 23 |
|
|---|
| 24 | PH DONE Sync SHELL32 with WINE
|
|---|
| 25 |
|
|---|
| 26 | SvL DONE Add HKLM\\SOFTWARE\Microsoft\WINDOWS\CurrentVersion
|
|---|
| 27 | Key CommonFilesDir="?:\Program Files\Common Files" for
|
|---|
| 28 | TogetherJ installation to the ODIN installer.
|
|---|
| 29 |
|
|---|
| 30 | PH Sync NTDLL with WINE
|
|---|
| 31 |
|
|---|
| 32 | JW Put in correct FS:-wrappers in CRTDLL and MSVCRT
|
|---|
| 33 |
|
|---|
| 34 | JW Improve CRTDLL and MSVCRT as this is one major show stopper
|
|---|
| 35 | currently
|
|---|
| 36 |
|
|---|
| 37 | SvL Remove GPI32 calls from the original FS: macros and replace
|
|---|
| 38 | them with ODINFUNCTION wrappers. Internally call to ODIN_xxx
|
|---|
| 39 | GPI functions to get much better performance.
|
|---|
| 40 |
|
|---|
| 41 | SvL WINMM: wave recording (test & finish)
|
|---|
| 42 |
|
|---|
| 43 | SvL USER32/GDI32: Use unicode codepages and update control code
|
|---|
| 44 |
|
|---|
| 45 | NOONE long2ShortName in kernel32\oslibdos.cpp
|
|---|
| 46 | NOONE FindFirstFileA -> use 64 bits OS/2 api
|
|---|
| 47 | NOONE Out of process COM objects (OLE). Important because new
|
|---|
| 48 | InstallShield installers use this feature!
|
|---|
| 49 |
|
|---|
| 50 | NOONE WINSPOOL: Implement remaining apis and complete existing
|
|---|
| 51 | The Win32 printer api resembles the PM spool API quite a lot!
|
|---|
| 52 |
|
|---|
| 53 | NOONE KERNEL32: Build fake PE headers for odin dlls (dll handle must be pointer to header)
|
|---|
| 54 | (some applications use the handles as pointers)
|
|---|
| 55 | (partially done)
|
|---|
| 56 |
|
|---|
| 57 | NOONE DONE USER32: Fix LoadImage to resize icons, cursors or bitmaps
|
|---|
| 58 | to the specified dimensions (if required)
|
|---|
| 59 |
|
|---|
| 60 | NOONE WINMM: Rewrite winmm to use driver architecture (port Wine's winmm
|
|---|
| 61 | + integrate current Odin code)
|
|---|
| 62 |
|
|---|
| 63 | NOONE WINMM: Fix and finish MIDI in/out (using RTMIDI)
|
|---|
| 64 |
|
|---|
| 65 | NOONE KERNEL32: Async file io
|
|---|
| 66 |
|
|---|
| 67 | NOONE KERNEL32: Vio support for console applications
|
|---|
| 68 | (partially done)
|
|---|
| 69 |
|
|---|
| 70 | NOONE WSOCK32: Winsock 2 implementation (WS2_32.DLL, WS2HELP.DLL)
|
|---|
| 71 |
|
|---|
| 72 | NOONE GDI32: Rewrite using Gpi api (remove Open32 dependancy)
|
|---|
| 73 |
|
|---|
| 74 | NOONE Setup a test /verification plan and freeze some modules such
|
|---|
| 75 | as LZ32, VERSION which are considered complete.
|
|---|
| 76 | Also ensure the source code is well documented and structured.
|
|---|
| 77 |
|
|---|
| 78 | NOONE OLE32/COM: support (broker) for Out-of-process COM
|
|---|
| 79 | objects
|
|---|