Changeset 4600 for trunk/doc


Ignore:
Timestamp:
Nov 15, 2000, 9:38:09 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk/doc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/OS2.bugs

    r3811 r4600  
    1616  If you allocate it with PAG_EXECUTE set, then DosQueryMem does what it's supposed to.
    1717
     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
    1823FP13:
    1924- DosQuerySysState bug when object information is requested. Probably a
  • trunk/doc/Open32.bugs

    r3811 r4600  
    5353- SetDIBitsToDevice can't handle compressed bitmaps (presumably all other
    5454  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!)
    5557
    5658Limitations:
  • trunk/doc/ToDO.txt

    r4356 r4600  
    1 /* $Id: ToDO.txt,v 1.9 2000-10-01 21:25:49 phaller Exp $ */
     1/* $Id: ToDO.txt,v 1.10 2000-11-15 20:33:24 sandervl Exp $ */
    22
    33To Do list for ODIN:
     
    3030                GPI functions to get much better performance.
    3131
     32NOONE           WINSPOOL: Implement remaining apis and complete existing
     33                          The Win32 printer api resembles the PM spool API quite a lot!
     34
    3235NOONE           KERNEL32: Build fake PE headers for odin dlls (dll handle must be pointer to header)
    3336                          (some applications use the handles as pointers)
    34 
     37                        (partially done)
     38                       
    3539NOONE           USER32: Fix LoadImage to resize icons, cursors or bitmaps
    3640                        to the specified dimensions (if required)
     41                        (partially done)
    3742
    3843NOONE           WINMM: wave recording
     
    4651
    4752NOONE           KERNEL32: Vio support for console applications
     53                        (partially done)
    4854
    4955NOONE           WSOCK32: Winsock 2 implementation
Note: See TracChangeset for help on using the changeset viewer.