[5379] | 1 | /* $Id: changelog,v 1.1322 2001-03-25 22:35:12 sandervl Exp $ */
|
---|
[5313] | 2 |
|
---|
[5375] | 3 | 2001-03-25: Michal Necasek <michalnec@volny.cz>
|
---|
[5378] | 4 | - KERNEL32: o Turn off all optimizations for exceptions.cpp in release build (!)
|
---|
[5375] | 5 | - DINPUT: o Fixed keyboard handling. Now arrow keys should work right
|
---|
| 6 | on both numpad and the separate arrow block among other things.
|
---|
| 7 |
|
---|
[5374] | 8 | 2001-03-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 9 | - USER32: o If a static window has children, then we can't return HTTRANSPARENT
|
---|
[5378] | 10 | for WM_NCHITTEST. For some reason PM then sends all mouse messages
|
---|
| 11 | to the parent of the static window; even if they are intended
|
---|
[5374] | 12 | for the children of the static window.
|
---|
| 13 | TODO: This could break some win32 apps (parent not receiving mouse
|
---|
| 14 | message for static window (non-child) area)
|
---|
| 15 | Rewrite NCHITTEST handling. (don't use PM)
|
---|
| 16 | (fixes Roger Wilco config window input)
|
---|
| 17 | o Call GlobalAddAtomA/W in RegisterWindowMessageA/W
|
---|
| 18 | (don't use Open32)
|
---|
[5379] | 19 | - KERNEL32: o OSLibStripPath bugfix (wrong comparison if path contains
|
---|
| 20 | both back- and forward slashes)
|
---|
[5374] | 21 |
|
---|
[5365] | 22 | 2001-03-24: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 23 | - WINMM: o mmsystemGetVersion returned wrong version. Should be 0x030A.
|
---|
[5370] | 24 | (returned in NT4, SP6)
|
---|
[5365] | 25 | o Ported Wine's PlaySoundA/W, sndPlaySoundA/W
|
---|
[5370] | 26 | o Enabled DirectAudio interface code for wave playback
|
---|
| 27 | (available in upcoming SB Live driver version 0.70)
|
---|
| 28 | (works well with WinAmp 2.72)
|
---|
| 29 | - USER32: o GetAsyncKeyState implemented (calls Open32)
|
---|
[5365] | 30 |
|
---|
[5361] | 31 | 2001-03-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 32 | - WINMM: o Wrong calling convention for timer thread handler (os2timer.cpp)
|
---|
| 33 | o Preliminary code for DirectAudio wave playback (new audio
|
---|
| 34 | interface in the upcoming SB Live driver)
|
---|
| 35 | o Rewrote DART wave playback & recording classes
|
---|
| 36 | o Added support for more callback types (event, thread)
|
---|
| 37 | o Fixed wrong callback parameter (window callback) for waveIn/OutReset
|
---|
| 38 | Note: Untested code. Will be tested & fixed tomorrow.
|
---|
| 39 |
|
---|
[5352] | 40 | 2001-03-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 41 | - KERNEL32: o Ported Wine's GetBinaryTypeA/W
|
---|
| 42 | o Wrote assembly wrapper for thread handler calling to cope with
|
---|
| 43 | buggy applications that use the wrong calling convention for
|
---|
| 44 | thread handlers. (like @#$@#% PowerDVD)
|
---|
| 45 | (fixes crash in PowerDVD with release build of kernel32)
|
---|
| 46 |
|
---|
[5378] | 47 | 2001-03-22: Michal Necasek <michalnec@volny.cz>
|
---|
| 48 | - USER32: o Show the mouse pointer in the exitlist handler of user32.
|
---|
[5352] | 49 | (should restore the mouse pointer after a game crashes)
|
---|
| 50 |
|
---|
[5350] | 51 | 2001-03-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 52 | - KERNEL32: o Added support for disabling logging for a specific thread
|
---|
| 53 | - WINMM: o Pause playback after underrun & restart it properly when
|
---|
| 54 | new buffers arrive.
|
---|
| 55 |
|
---|
[5344] | 56 | 2001-03-20: Michal Necasek <michalnec@volny.cz>
|
---|
| 57 | - include/DDRAW:
|
---|
| 58 | o Cleaned up so that it builds with Watcom. Still lots
|
---|
| 59 | of warnings and Watcom build doesn't seem to work right now.
|
---|
| 60 |
|
---|
[5343] | 61 | 2001-03-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 62 | - Odin32Api:
|
---|
[5350] | 63 | o Added sample makefile (from the Generic SDK sample)
|
---|
[5343] | 64 | (Just remeber to rename the generic.rc to resource.orc.)
|
---|
| 65 |
|
---|
[5339] | 66 | 2001-03-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 67 | - DPLAYX: o Fix for nameless unions & VAC 3.6.5 (makefile)
|
---|
| 68 |
|
---|
[5337] | 69 | 2001-03-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 70 | - KERNEL32: o Fail properly when dll can't be found (pe loader)
|
---|
| 71 | - WINMM: o Do not pause wave stream after underrun. Stop it instead.
|
---|
| 72 | (writing audio buffers to a paused stream crashes MMPM2)
|
---|
| 73 | (fixes crash while playing movie in PowerDVD)
|
---|
| 74 | o Added level 2 logging support.
|
---|
| 75 | o Recording callback bugfix
|
---|
| 76 | o Several playback changes & fixes
|
---|
| 77 | o Do not use TIB selector of thread that issues waveOut/InOpen.
|
---|
| 78 | Instead query selector of main thread in DART callback thread.
|
---|
| 79 | (fixes crash in WinAmp when pressing stop; thread that opened
|
---|
| 80 | the playback stream is terminated before the stream is stopped)
|
---|
| 81 | - GDI32: o Check y inversion when resyncing dib section
|
---|
| 82 |
|
---|
[5331] | 83 |
|
---|
[5329] | 84 | 2001-03-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 85 | - Pe2Lx: o Convert CUI subsystem to VIO apps. CUI applications will
|
---|
| 86 | now work as executed thru pec.exe.
|
---|
| 87 | - Kernel32: o Init VIO Console for Pe2Lx CUI images.
|
---|
| 88 |
|
---|
[5378] | 89 | [DirectDraw]
|
---|
| 90 | Fullscreen=[True|False|0|1]
|
---|
| 91 |
|
---|
| 92 | Don't blame me if your machine goes up in smoke after you've
|
---|
| 93 | turned fullscreen on ;-)
|
---|
| 94 | Note: It seems that fullscreen currently doesn't work right
|
---|
| 95 | with newer SDD releases for 8bpp apps, though 16/24/32bpp
|
---|
| 96 | should be OK (palette setting problems)
|
---|
| 97 |
|
---|
[5320] | 98 | 2001-03-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 99 | - tools/dailbuild:
|
---|
| 100 | o Added jade and DocBook to the environment.
|
---|
| 101 | - include/win32k.h:
|
---|
| 102 | o Defines OBJ_ANY on demand. (For use with DosAllocMemEx().)
|
---|
| 103 | - tools/fastdep:
|
---|
| 104 | o Ported to NT by faking the necessary OS/2 APIs.
|
---|
| 105 | Tested with Watcom C/C++ v11.0.
|
---|
| 106 | Makefile target: fastdepnt.exe
|
---|
| 107 |
|
---|
[5312] | 108 | 2001-03-14: Markus Montkowski <mmontkowski@gmx.de>
|
---|
| 109 | - DPLAYX: o Sync with latest WINE stuff
|
---|
| 110 | - include\win\dplay.h o Syncd with WINE
|
---|
| 111 | - include\win\dplobby.h o Syncd with WINE
|
---|
[5285] | 112 |
|
---|
[5313] | 113 | 2001-03-14: Bart van Leeuwen <Bart_van_Leeuwen@netage.nl>
|
---|
| 114 | - USER32: o Wrong setting of fErase in PAINTSTRUCT (BeginPaint)
|
---|
| 115 | (fixes background in CDRLabel)
|
---|
| 116 |
|
---|
[5306] | 117 | 2001-03-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 118 | - KERNEL32: o Removed include <builtin.h> from several files. (no longer necessary)
|
---|
| 119 | - KERNEL32/USER32/GDI32/Dllentry/SHELL32/WINMM/WSOCK32
|
---|
| 120 | o Dll entrypoint changes for Watcom
|
---|
| 121 | - USER32: o Set last error to ERROR_INVALID_WINDOW_HANDLE if application
|
---|
| 122 | passes invalid window handle to BeginPaint.
|
---|
| 123 | (verified in NT4, SP6)
|
---|
| 124 |
|
---|
[5301] | 125 | 2001-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 126 | - KERNEL32: o Fix for SearchPathA with NULL parameter for output buffer
|
---|
| 127 | (reported by Ahti Heinla)
|
---|
[5304] | 128 | - USER32: o Fail if BeginPaint is called with NULL PAINTSTRUCT pointer
|
---|
[5301] | 129 | (verified in NT4, SP6)
|
---|
[5304] | 130 | - DDRAW/DSOUND:
|
---|
| 131 | o Removed #ifdef IBMCPP statements (moved into initdll.h).
|
---|
[5301] | 132 |
|
---|
[5300] | 133 | 2001-03-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 134 | - Win32k, Pe2Lx, Elf2Lx, Xx2Lx:
|
---|
| 135 | o Made generic Xx2Lx util for both Pe2Lx and Elf2Lx
|
---|
| 136 | (and any future loaders).
|
---|
| 137 | Pe2Lx.exe is now named Xx2Lx.exe!
|
---|
| 138 | o Makefile fixes.
|
---|
| 139 | o Elf2Lx compiles (non-working dummy).
|
---|
| 140 | o Fixed vprint and vprintf16 to not skip multiple LF/CRs.
|
---|
| 141 |
|
---|
| 142 | - Configure.cmd:
|
---|
| 143 | o Changed to configure Win32k as well. Re-run Configure.cmd!!!
|
---|
| 144 |
|
---|
[5291] | 145 |
|
---|
[5290] | 146 | 2001-03-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 147 | - Win32k: o Fixed trap in k32QuerySystemMemInfo when
|
---|
| 148 | VIRTUALADDRESSLIMIT=512.
|
---|
| 149 |
|
---|
[5285] | 150 | 2000-03-06: Michal Necasek <michalnec@volny.cz>
|
---|
[5288] | 151 | - include o More changes and fixes for Watcom
|
---|
| 152 |
|
---|
[5284] | 153 | 2001-03-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 154 | - Win32k: o Fixed some 16-bit compiler problems.
|
---|
[5285] | 155 | o Fixed 4.51 toolkit problems.
|
---|
[4454] | 156 |
|
---|