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