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