source: trunk/changelog@ 5369

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

* empty log message *

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