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