Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/OS2.bugs
r3811 r4600 16 16 If you allocate it with PAG_EXECUTE set, then DosQueryMem does what it's supposed to. 17 17 18 - Workaround added for coordinate problem when a window 19 looses focus and SelectClipRgn is called. GpiSetClipRegion 20 resets the window origin for some unknown reason 21 (TODO: figure out why) 22 18 23 FP13: 19 24 - DosQuerySysState bug when object information is requested. Probably a -
trunk/doc/Open32.bugs
r3811 r4600 53 53 - SetDIBitsToDevice can't handle compressed bitmaps (presumably all other 54 54 bitmap apis as well) 55 - Workaround added for bugs in Open32's SetDIBits; messes up colors for 1 bpp bitmaps 56 (reversing scanlines and calling SetBitmapBits works, but only if the all scanlines are updated!) 55 57 56 58 Limitations: -
trunk/doc/ToDO.txt
r4356 r4600 1 /* $Id: ToDO.txt,v 1. 9 2000-10-01 21:25:49 phallerExp $ */1 /* $Id: ToDO.txt,v 1.10 2000-11-15 20:33:24 sandervl Exp $ */ 2 2 3 3 To Do list for ODIN: … … 30 30 GPI functions to get much better performance. 31 31 32 NOONE WINSPOOL: Implement remaining apis and complete existing 33 The Win32 printer api resembles the PM spool API quite a lot! 34 32 35 NOONE KERNEL32: Build fake PE headers for odin dlls (dll handle must be pointer to header) 33 36 (some applications use the handles as pointers) 34 37 (partially done) 38 35 39 NOONE USER32: Fix LoadImage to resize icons, cursors or bitmaps 36 40 to the specified dimensions (if required) 41 (partially done) 37 42 38 43 NOONE WINMM: wave recording … … 46 51 47 52 NOONE KERNEL32: Vio support for console applications 53 (partially done) 48 54 49 55 NOONE WSOCK32: Winsock 2 implementation
Note:
See TracChangeset
for help on using the changeset viewer.