source: trunk/changelog@ 5344

Last change on this file since 5344 was 5344, checked in by mike, 25 years ago

Cleaned up DDRAW for Watcom

File size: 4.6 KB
Line 
1/* $Id: changelog,v 1.1313 2001-03-20 23:18:54 mike Exp $ */
2
3 2001-03-20: Michal Necasek <michalnec@volny.cz>
4 - include/DDRAW:
5 o Cleaned up so that it builds with Watcom. Still lots
6 of warnings and Watcom build doesn't seem to work right now.
7
8 2001-03-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
9 - Odin32Api:
10 o Added sample makefile (from the Generic SDK sample)
11 (Just remeber to rename the generic.rc to resource.orc.)
12
13 2001-03-20: Sander van Leeuwen <sandervl@xs4all.nl>
14 - DPLAYX: o Fix for nameless unions & VAC 3.6.5 (makefile)
15
16 2001-03-19: Sander van Leeuwen <sandervl@xs4all.nl>
17 - KERNEL32: o Fail properly when dll can't be found (pe loader)
18 - WINMM: o Do not pause wave stream after underrun. Stop it instead.
19 (writing audio buffers to a paused stream crashes MMPM2)
20 (fixes crash while playing movie in PowerDVD)
21 o Added level 2 logging support.
22 o Recording callback bugfix
23 o Several playback changes & fixes
24 o Do not use TIB selector of thread that issues waveOut/InOpen.
25 Instead query selector of main thread in DART callback thread.
26 (fixes crash in WinAmp when pressing stop; thread that opened
27 the playback stream is terminated before the stream is stopped)
28 - GDI32: o Check y inversion when resyncing dib section
29
30
31 2001-03-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
32 - Pe2Lx: o Convert CUI subsystem to VIO apps. CUI applications will
33 now work as executed thru pec.exe.
34 - Kernel32: o Init VIO Console for Pe2Lx CUI images.
35
36 [DirectDraw]
37 Fullscreen=[True|False|0|1]
38
39 Don't blame me if your machine goes up in smoke after you've
40 turned fullscreen on ;-)
41 Note: It seems that fullscreen currently doesn't work right
42 with newer SDD releases for 8bpp apps, though 16/24/32bpp
43 should be OK (palette setting problems)
44
45 2001-03-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
46 - tools/dailbuild:
47 o Added jade and DocBook to the environment.
48 - include/win32k.h:
49 o Defines OBJ_ANY on demand. (For use with DosAllocMemEx().)
50 - tools/fastdep:
51 o Ported to NT by faking the necessary OS/2 APIs.
52 Tested with Watcom C/C++ v11.0.
53 Makefile target: fastdepnt.exe
54
55 2001-03-14: Markus Montkowski <mmontkowski@gmx.de>
56 - DPLAYX: o Sync with latest WINE stuff
57 - include\win\dplay.h o Syncd with WINE
58 - include\win\dplobby.h o Syncd with WINE
59
60 2001-03-14: Bart van Leeuwen <Bart_van_Leeuwen@netage.nl>
61 - USER32: o Wrong setting of fErase in PAINTSTRUCT (BeginPaint)
62 (fixes background in CDRLabel)
63
64 2001-03-13: Sander van Leeuwen <sandervl@xs4all.nl>
65 - KERNEL32: o Removed include <builtin.h> from several files. (no longer necessary)
66 - KERNEL32/USER32/GDI32/Dllentry/SHELL32/WINMM/WSOCK32
67 o Dll entrypoint changes for Watcom
68 - USER32: o Set last error to ERROR_INVALID_WINDOW_HANDLE if application
69 passes invalid window handle to BeginPaint.
70 (verified in NT4, SP6)
71
72 2001-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
73 - KERNEL32: o Fix for SearchPathA with NULL parameter for output buffer
74 (reported by Ahti Heinla)
75 - USER32: o Fail if BeginPaint is called with NULL PAINTSTRUCT pointer
76 (verified in NT4, SP6)
77 - DDRAW/DSOUND:
78 o Removed #ifdef IBMCPP statements (moved into initdll.h).
79
80 2001-03-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
81 - Win32k, Pe2Lx, Elf2Lx, Xx2Lx:
82 o Made generic Xx2Lx util for both Pe2Lx and Elf2Lx
83 (and any future loaders).
84 Pe2Lx.exe is now named Xx2Lx.exe!
85 o Makefile fixes.
86 o Elf2Lx compiles (non-working dummy).
87 o Fixed vprint and vprintf16 to not skip multiple LF/CRs.
88
89 - Configure.cmd:
90 o Changed to configure Win32k as well. Re-run Configure.cmd!!!
91
92
93 2001-03-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
94 - Win32k: o Fixed trap in k32QuerySystemMemInfo when
95 VIRTUALADDRESSLIMIT=512.
96
97 2000-03-06: Michal Necasek <michalnec@volny.cz>
98 - include o More changes and fixes for Watcom
99
100 2001-03-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
101 - Win32k: o Fixed some 16-bit compiler problems.
102 o Fixed 4.51 toolkit problems.
103
Note: See TracBrowser for help on using the repository browser.