source: trunk/changelog@ 5423

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

* empty log message *

File size: 11.5 KB
Line 
1/* $Id: changelog,v 1.1337 2001-04-01 12:32:05 sandervl Exp $ */
2
3 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
4 - WININET: o Added missing exports to wininet.def
5 - KERNEL32: o Removed yesterday's codepage change.
6 (breaks Opera)
7 - WINMM: o Increased nr of DART buffers used for wave playback
8
9 2001-03-31: Sander van Leeuwen <sandervl@xs4all.nl>
10 - KERNEL32: o Fix for loading executable with sections not starting on
11 page boundary (LOAD_LIBRARY_AS_DATAFILE).
12 (fixes crash during install of latest RealPlayer 8)
13 o Change default code page back from 1252 to 0.
14 (fixes umlauts in StarOffice 5.2)
15 TODO: Need to find out how SO determines the codepage
16 - USER32: o WindowFromPoint now works with overlapping siblings too
17 o Bugfix in mouse message translation
18 - COMCTL32: o Resynced with Wine (pager, datetime, flatsb, comboboxex, monthcal)
19 o Fixed previous merge (INFOPTR structures too small)
20 o Corrected ordinals of a lot of exports
21 o Fixed bug in animate control merge; now it works again
22
23 2001-03-30: Sander van Leeuwen <sandervl@xs4all.nl>
24 - USER32: o Rewrote WM_NCHITTEST handling. No longer relies on PM.
25 o Put static control hittest workaround inside #ifndef ODIN_HITTEST
26 statement (see 2001-03-25)
27 o Send WM_NCHITTEST messages from WindowFromPoint + added
28 checks (more like Wine now)
29 TODO: New version isn't 100% correct. Doesn't take overlapping
30 windows into account when window is transparent. Always
31 continues with parent window.
32 o Make copy of class icon in RegisterClassA/W (for hIconSm)
33 (done by Wine)
34 o Changed COLOR_APPWORKSPACE system color. Lotus Notes main window
35 background now correct.
36 (TODO: many differences with Wine's system color table; why?)
37
38 2001-03-29: Sander van Leeuwen <sandervl@xs4all.nl>
39 - KERNEL32: o CreateFile (disk): disable error popus. NT allows an app to
40 open a cdrom/dvd drive without a disk inside.
41 OS/2 fails in that case with error ERROR_NOT_READY
42 Ignore that error and return success.
43 (removes annoying popups when starting windvd without DVD
44 disk in drive)
45 - GDI32: o Get correct height & width of HDC in DIB section blitting
46 (fixes wrong (button) controls in WinDVD's control panel window)
47
48 2001-03-28: Sander van Leeuwen <sandervl@xs4all.nl>
49 - KERNEL32: o GetSystemPowerStatus fix; SYSTEM_POWER_STATUS structure
50 definition was wrong.
51 (fixes crash in WinDVD)
52 o Added translation for ERROR_NOT_READY to error2WinError
53 - DDRAW: o Return proper error code for unsupported FOURCC surface
54 creation
55
56 2001-03-27: Sander van Leeuwen <sandervl@xs4all.nl>
57 - USER32: o Rewrote cursor handling. No longer use Open32, but convert
58 cursor to OS/2 format during creation.
59 (also fixes crash during WinDVD startup)
60 o Ported Wine's cursor/icon cache code. Odin no longer
61 leaks memory when apps reload icons/cursors.
62 o Check for DIB section selection in ReleaseDC and unselect it.
63 (only for non-CS_OWNDC hdcs)
64 - KERNEL32: o Removed cursor & cursor group conversion code
65 - GDI32: o SelectObject fixes for DIB sections
66 o Check for DIB section selection in DeleteDC and unselect it.
67 (fixes crash in WinDVD)
68
69 2001-03-27: Michal Necasek <michalnec@volny.cz>
70 - OPENGL: o Less stict parameter checking in wglSetPixelFormat
71 (fixes the game Hitman)
72
73 2001-03-25: Michal Necasek <michalnec@volny.cz>
74 - KERNEL32: o Turn off all optimizations for exceptions.cpp in release build (!)
75 - DINPUT/USER32:
76 o Fixed keyboard handling. Now arrow keys should work right
77 on both numpad and the separate arrow block among other things.
78
79 2001-03-25: Sander van Leeuwen <sandervl@xs4all.nl>
80 - USER32: o If a static window has children, then we can't return HTTRANSPARENT
81 for WM_NCHITTEST. For some reason PM then sends all mouse messages
82 to the parent of the static window; even if they are intended
83 for the children of the static window.
84 TODO: This could break some win32 apps (parent not receiving mouse
85 message for static window (non-child) area)
86 Rewrite NCHITTEST handling. (don't use PM)
87 (fixes Roger Wilco config window input)
88 o Call GlobalAddAtomA/W in RegisterWindowMessageA/W
89 (don't use Open32)
90 - KERNEL32: o OSLibStripPath bugfix (wrong comparison if path contains
91 both back- and forward slashes)
92
93 2001-03-24: Sander van Leeuwen <sandervl@xs4all.nl>
94 - WINMM: o mmsystemGetVersion returned wrong version. Should be 0x030A.
95 (returned in NT4, SP6)
96 o Ported Wine's PlaySoundA/W, sndPlaySoundA/W
97 o Enabled DirectAudio interface code for wave playback
98 (available in upcoming SB Live driver version 0.70)
99 (works well with WinAmp 2.72)
100 - USER32: o GetAsyncKeyState implemented (calls Open32)
101
102 2001-03-23: Sander van Leeuwen <sandervl@xs4all.nl>
103 - WINMM: o Wrong calling convention for timer thread handler (os2timer.cpp)
104 o Preliminary code for DirectAudio wave playback (new audio
105 interface in the upcoming SB Live driver)
106 o Rewrote DART wave playback & recording classes
107 o Added support for more callback types (event, thread)
108 o Fixed wrong callback parameter (window callback) for waveIn/OutReset
109 Note: Untested code. Will be tested & fixed tomorrow.
110
111 2001-03-22: Sander van Leeuwen <sandervl@xs4all.nl>
112 - KERNEL32: o Ported Wine's GetBinaryTypeA/W
113 o Wrote assembly wrapper for thread handler calling to cope with
114 buggy applications that use the wrong calling convention for
115 thread handlers. (like @#$@#% PowerDVD)
116 (fixes crash in PowerDVD with release build of kernel32)
117
118 2001-03-22: Michal Necasek <michalnec@volny.cz>
119 - USER32: o Show the mouse pointer in the exitlist handler of user32.
120 (should restore the mouse pointer after a game crashes)
121
122 2001-03-21: Sander van Leeuwen <sandervl@xs4all.nl>
123 - KERNEL32: o Added support for disabling logging for a specific thread
124 - WINMM: o Pause playback after underrun & restart it properly when
125 new buffers arrive.
126
127 2001-03-20: Michal Necasek <michalnec@volny.cz>
128 - include/DDRAW:
129 o Cleaned up so that it builds with Watcom. Still lots
130 of warnings and Watcom build doesn't seem to work right now.
131
132 2001-03-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
133 - Odin32Api:
134 o Added sample makefile (from the Generic SDK sample)
135 (Just remeber to rename the generic.rc to resource.orc.)
136
137 2001-03-20: Sander van Leeuwen <sandervl@xs4all.nl>
138 - DPLAYX: o Fix for nameless unions & VAC 3.6.5 (makefile)
139
140 2001-03-19: Sander van Leeuwen <sandervl@xs4all.nl>
141 - KERNEL32: o Fail properly when dll can't be found (pe loader)
142 - WINMM: o Do not pause wave stream after underrun. Stop it instead.
143 (writing audio buffers to a paused stream crashes MMPM2)
144 (fixes crash while playing movie in PowerDVD)
145 o Added level 2 logging support.
146 o Recording callback bugfix
147 o Several playback changes & fixes
148 o Do not use TIB selector of thread that issues waveOut/InOpen.
149 Instead query selector of main thread in DART callback thread.
150 (fixes crash in WinAmp when pressing stop; thread that opened
151 the playback stream is terminated before the stream is stopped)
152 - GDI32: o Check y inversion when resyncing dib section
153
154
155 2001-03-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
156 - Pe2Lx: o Convert CUI subsystem to VIO apps. CUI applications will
157 now work as executed thru pec.exe.
158 - Kernel32: o Init VIO Console for Pe2Lx CUI images.
159
160 [DirectDraw]
161 Fullscreen=[True|False|0|1]
162
163 Don't blame me if your machine goes up in smoke after you've
164 turned fullscreen on ;-)
165 Note: It seems that fullscreen currently doesn't work right
166 with newer SDD releases for 8bpp apps, though 16/24/32bpp
167 should be OK (palette setting problems)
168
169 2001-03-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
170 - tools/dailbuild:
171 o Added jade and DocBook to the environment.
172 - include/win32k.h:
173 o Defines OBJ_ANY on demand. (For use with DosAllocMemEx().)
174 - tools/fastdep:
175 o Ported to NT by faking the necessary OS/2 APIs.
176 Tested with Watcom C/C++ v11.0.
177 Makefile target: fastdepnt.exe
178
179 2001-03-14: Markus Montkowski <mmontkowski@gmx.de>
180 - DPLAYX: o Sync with latest WINE stuff
181 - include\win\dplay.h o Syncd with WINE
182 - include\win\dplobby.h o Syncd with WINE
183
184 2001-03-14: Bart van Leeuwen <Bart_van_Leeuwen@netage.nl>
185 - USER32: o Wrong setting of fErase in PAINTSTRUCT (BeginPaint)
186 (fixes background in CDRLabel)
187
188 2001-03-13: Sander van Leeuwen <sandervl@xs4all.nl>
189 - KERNEL32: o Removed include <builtin.h> from several files. (no longer necessary)
190 - KERNEL32/USER32/GDI32/Dllentry/SHELL32/WINMM/WSOCK32
191 o Dll entrypoint changes for Watcom
192 - USER32: o Set last error to ERROR_INVALID_WINDOW_HANDLE if application
193 passes invalid window handle to BeginPaint.
194 (verified in NT4, SP6)
195
196 2001-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
197 - KERNEL32: o Fix for SearchPathA with NULL parameter for output buffer
198 (reported by Ahti Heinla)
199 - USER32: o Fail if BeginPaint is called with NULL PAINTSTRUCT pointer
200 (verified in NT4, SP6)
201 - DDRAW/DSOUND:
202 o Removed #ifdef IBMCPP statements (moved into initdll.h).
203
204 2001-03-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
205 - Win32k, Pe2Lx, Elf2Lx, Xx2Lx:
206 o Made generic Xx2Lx util for both Pe2Lx and Elf2Lx
207 (and any future loaders).
208 Pe2Lx.exe is now named Xx2Lx.exe!
209 o Makefile fixes.
210 o Elf2Lx compiles (non-working dummy).
211 o Fixed vprint and vprintf16 to not skip multiple LF/CRs.
212
213 - Configure.cmd:
214 o Changed to configure Win32k as well. Re-run Configure.cmd!!!
215
216
217 2001-03-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
218 - Win32k: o Fixed trap in k32QuerySystemMemInfo when
219 VIRTUALADDRESSLIMIT=512.
220
221 2000-03-06: Michal Necasek <michalnec@volny.cz>
222 - include o More changes and fixes for Watcom
223
224 2001-03-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
225 - Win32k: o Fixed some 16-bit compiler problems.
226 o Fixed 4.51 toolkit problems.
227
Note: See TracBrowser for help on using the repository browser.