source: trunk/changelog@ 5370

Last change on this file since 5370 was 5370, checked in by sandervl, 25 years ago

* empty log message *

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