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