source: trunk/changelog@ 3221

Last change on this file since 3221 was 3221, checked in by achimha, 26 years ago

* empty log message *

File size: 20.3 KB
Line 
1 /* $Id: changelog,v 1.836 2000-03-24 18:03:46 achimha Exp $ */
2
3 2000-03-24: Achim Hasenmueller <achimha@innotek.de>
4 - WSOCK32\NEW: Made it compile with the TCP/IP V5
5 header files.
6 NOTE: should we rely on the 32bit
7 stack, is there any benefit for us?
8 - DPLAY: Added ordinals 2 and 3 to the def file, APIs
9 already seem to be implemented?!?
10
11 2000-03-24: Christoph Bratschi <cbratschi@datacomm.ch>
12 - USER32: fixed GetClipboardFormatNameW
13 fixed scrollbar memory leak
14 - SHELL32: fixed IDataObject_fnGetData return value (file dialog
15 is now usable)
16
17 2000-03-23: Sander van Leeuwen <sandervl@xs4all.nl>
18 - KERNEL32: Fixed shared global mutex
19 Added VSemaphore class
20 - USER32: Fixed shared global mutex
21 TODO:
22 ---->> Compiler bug: during __ctordtorInit it calls the constructor
23 of global objects, even if the dll has already
24 been loaded!
25 Replaced WriteLogs by dprintfs
26 - WSOCK32\NEW: Added WSAAsyncSelect + bugfixes
27
28 2000-03-23: Christoph Bratschi <cbratschi@datacomm.ch>
29 - COMDLG32: improved file dialog combobox
30 - COMCTL32: removed static WINMM linking
31 several listview fixes
32
33 2000-03-22: Sander van Leeuwen <sandervl@xs4all.nl>
34 - WSOCK32\NEW: Completely rewritten (removed dependancy on pmwsock)
35 Untested and unfinished (WSAAsyncSelect)
36
37 2000-03-21: Sander van Leeuwen <sandervl@xs4all.nl>
38 - GDI32: Added RGB 555 to 565 conversion in dibsection blit.
39 (fixes wrong colors in RealPlayer 7 Update 1 (rm videos
40 only))
41 - include\odinwrap.h: Disable heap checking by default for debug
42 build -> kills performance!
43
44 2000-03-21: Edgar Buerkle <Edgar.Buerkle@gmx.net>
45 - MSVCRT: Adding logging statement to _EH_prolog
46
47 2000-03-21: Christoph Bratschi <cbratschi@datacomm.ch>
48 - COMCTL32: optimized header/treeview for AMD cpuid
49 fixed dispinfo callbacks
50 reduced listview redraws
51 fixed wrong ASCII definitions in commctrl.h
52
53 2000-03-20: David Raison <djr@lemur.co.uk>
54 - OLE32: Ported OleQueryCreateFromData, OleCreateFromData from
55 wine/corel sources.
56 - OLEAUT32: Bugfix in ITypeLibImpl_GetDocumentation
57
58 2000-03-20: Sander van Leeuwen <sandervl@xs4all.nl>
59 - WSOCK32: Fixed relay bug in WSAAsyncSelect (delete relay slot
60 with same socket nr & window handle; there can
61 be more selects per window)
62
63 2000-03-19: David Raison <djr@lemur.co.uk>
64 - OLE32: Bugfixes.
65 Ported changes from wine/corel sources.
66 Created ReadClassStm, WriteClassStm, ProgIDFromCLSID
67
68 2000-03-19: Sander van Leeuwen <sandervl@xs4all.nl>
69 - ODINCRT: Fixed FS wrapper for _fdopen & others in file.cpp
70 (missing SetFS)
71
72 2000-03-19: Michal Necasek <mike@mendelu.cz>
73 - DINPUT: Few fixes, now Fallout 1/2 almost works
74
75 2000-03-18: Michal Necasek <mike@mendelu.cz>
76 - DDRAW: Fixed messed up DPA callback calling convention
77 Added some transparent blit code which was
78 mysteriously missing
79
80 2000-03-18: Edgar Buerkle <Edgar.Buerkle@gmx.net>
81 - MSVCRT: Implemented _EH_prolog
82
83 2000-03-18: Christoph Bratschi <cbratschi@datacomm.ch>
84 - USER32: merged with Corel WINE 20000317
85 added GCL_HICONSM support
86 fixed messagebox with no icon
87 - COMCTL32: merged with Corel WINE 20000317 + bug fixes
88
89 2000-03-18: Sander van Leeuwen <sandervl@xs4all.nl>
90 - ODINCRT: Added FS wrapper for _fdopen
91 (fixes crash at exit in Professional MineSweeper when
92 selection About Odin from the system menu)
93
94 2000-03-17: Christoph Bratschi <cbratschi@datacomm.ch>
95 - COMCTL32: fixed trackbar buddy alignment
96 added useful internal tooltip styles
97
98 2000-03-17: Sander van Leeuwen <sandervl@xs4all.nl>
99 - WSOCK32: Semaphore protection for relay slot alloc/free
100 Fixed bug in WSAAsyncSelect. Allow more than one
101 async call per window for RelayAlloc call. If it's not
102 alloced, pmwsock will return an error. Previously it was
103 overwriting slots for other async calls. (WSAAsyncGetHostName
104 in RealPlayer 7)
105 - KERNEL32: Fixed handle creation for thread 0.
106
107 2000-03-16: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
108 - TOOLS\FASTDEP:
109 Speed optimizations: using AVL trees, include dir caching,
110 dependencies stored in AVL tree until all files has been
111 processes, buffered write.
112 Cyclic dependency check.
113 All files but the objectfiles now should have fully qualified paths.
114
115 - INCLUDE\PDWIN32.TOOLS:
116 DEPEND: Enabled cyclic check.
117
118 2000-03-16: Sander van Leeuwen <sandervl@xs4all.nl>
119 - USER32: Fixed virtual keycode of return key
120 TODO: Not done for all keys. Should probably looks at the
121 scancode (not virtual char) to translate keys.
122 - GDI32: RP7 calls CreateDIBSection with HDC 0; Call
123 GetWindowDC(GetDesktopWindow()) in that case
124 -> fixes crash (result of CreateDIBSection failure)
125 TODO: Looks like this is allowed in NT, but need to check
126 this to be sure nothing else caused this problem.
127 (Note: most recent RealPlayer 7 version only)
128 - KERNEL32: Semaphore protection of handle alloc
129 Added handlemanager class for thread handles
130 Added workaround for Open32 WaitForSingleObject bug
131 (if thread is terminated and WaitForSingleObject is
132 called with the thread's handle -> never returns
133 (new rp7 hang at exit))
134 TODO: WaitForMultipleObjects can still hang ->
135 Event, semaphore, mutex & wait apis need to
136 be redesigned (not using Open32)
137
138 2000-03-14: Christoph Bratschi <cbratschi@datacomm.ch>
139 - USER32: implemented much faster LB_SETCOUNT
140
141 2000-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
142 - USER32: Put back check (oldsel == newsel) in LISTBOX_SetSelection
143 (why was this commented out?)
144 Fixed combobox: Clear CBF_SELCHANGE flag before calling
145 CBUpdateEdit
146 Don't send CBN_EDITUPDATE when CBF_NOEDITNOTIFY
147 flag is set (by combo_handletext)
148 -> fixes infinite loops in RealPlayer 7 (type name of file
149 previously used in edit box; last letter entered -> crash)
150 AdjustWindowRectEx bugfix (reported by Robert Lalla)
151 Don't clear WS_POPUP flag. (HAS_THINFRAME depends on it)
152 -> fixes wrong resolution changes in Quake 2
153 Don't clear WS_CHILD flag either. (HAS_THICKFRAME depends on it)
154
155 - KERNEL32: Clear FILE_SHARE_DELETE flag before calling Open32's
156 CreateFile. (otherwise it fails) -> fixes RealPlayer 7
157 Basic (new update).
158
159 - WSOCK32: Changed workaround for setsockopt bug (SO_SNDBUF/SO_RCVBUF (OS/2's
160 winsock returns WSAEINVAL if size > 64k))
161 Only change size if setsockopt returns WSAINVAL (32 bits stack
162 should support size > 64 kb (?))
163 Added selective logging feature.
164
165 2000-03-12: Markus Montkowski <mmontkowski@gmx.de>
166 - KERNEL32: Added fix for GetFileAttributes. Open32 doesn't like
167 i.e. 'c:'; needs to be changed into 'c:\'
168
169 2000-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
170 - include\winconst.h: Fixed KEY_ALL_ACCESS definition
171 (reported by Yuri Dario)
172 - DSOUND: Replaced dsound by new version
173 - USER32: Replaced os2.h includes by os2wrap.h
174 Set message nr, wParam & lParam to 0 for dummy messages
175 (to prevent keyboard or mouse messages swallowed by dinput
176 from being dispatched)
177 - KERNEL32: Replaced os2.h includes by os2wrap.h (cvtcursorgrp & oslibdebug)
178 - WSOCK32: Fixed bug in setsockopt for SO_SNDBUF/SO_RCVBUF (OS/2's
179 winsock returns WSAEINVAL if size > 64k)
180
181 2000-03-12: Michal Necasek <mike@mendelu.cz>
182 - dsound\new: Fixed sound in Heroes of M&M III
183
184 2000-03-11: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
185 - OPENGL\GLIDE: Fix for Voodoo 1 glide (missing io ports)
186
187 2000-03-11: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
188 - OPENGL\GLUT: Fix for gettimeofday. This is defined conflicting in
189 the toolkit sys\time.h.
190 - TOOLS\BIN: Implemented an optional directory locking in
191 dowithdirs.cmd. (Useful for SMP builds.)
192
193 2000-03-11: Sander van Leeuwen <sandervl@xs4all.nl>
194 - OPENGL\GLUT: Fixed compile problems + cleanup
195 (use C(XX)FLAGS_WIN32APP so you don't have to
196 explicitely specify which api type you use (ascii or unicode)!)
197
198 - OPENGL\GLIDE: Fixed wrong binary path for voodoo1 glide
199 - include\win\debugtools.h: Disable TRACE, WARN etc when DEBUG is not defined
200
201 2000-03-11: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
202 - OPENGL: Fixed error preventing build to complete
203
204 2000-03-09: Sander van Leeuwen <sandervl@xs4all.nl>
205 - KERNEL32: Set initial max nr of file handles to 256 during kernel32 init
206 Create DDRAW & DSOUND registry keys in InitRegistry
207 (NOTE: Must be done in install program!)
208 Added some win95 stubs
209 - GDI32: Added 16 bits device apis stubs
210
211 2000-03-10: Michal Necasek <mike@mendelu.cz>
212 - dsound\new: Changed DART buffer size calcualation, hopefully
213 WinAmp will sound better now.
214
215 2000-03-09: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
216 - include\pdwin32.tools: New tool, EXISTS --> \tools\bin\Exists.cmd
217 - tools\bin\Exists.cmd: New tool which checks if the file passed in
218 exists. If the file exists it returns 0, else 1. This is
219 used to check if .depend and other files exists in the
220 makefiles. (See pdwin32.post to see how.)
221 - include\pdwin32.post: .depend is only included if it exists. You'll
222 get a warning if it don't, but the makefile works fine.
223 Added a check on OBJDIR not being empty in the clean rule.
224 $(RM) $(OBJDIR)\* is will remove all files in the root dir if
225 OBJDIR is empty.
226 - win32k: Updated makefile with the use of EXISTS for both .depend and
227 makfile.inc. An update check for makefile.inc <-> configure.cmd
228 was also added.
229 Added checks for empty variables in clean rule, and we no longer
230 deletes * in any directory.
231
232 A CVS tip:
233 When new directories are added you have to to a 'cvs checkout .'
234 from the root.
235 A 'cvs update' don't get the new directories it seems
236 (There have been added some dirs under win32k lately so please do this.)
237
238 2000-03-09: Sander van Leeuwen <sandervl@xs4all.nl>
239 - KERNEL32: Major rewrite of PE loader classes to correctly support
240 dll dependencies
241 TODO: Circular dependencies only partly working
242 (a->b->a works, but a->b->c->a doesn't)
243 - USER32: Fixed bug in dialog constructor (class name translation)
244 (only showed up in release build)
245 Dinput mouse changes/fixes
246
247 2000-03-08: Michal Necasek <mike@mendelu.cz>
248 - dsound\new: Fixed volume and panning calculation that
249 sometimes caused ugly noise
250
251 2000-03-08: Michal Necasek <mike@mendelu.cz>
252 - dsound\new: Completely new DART-based DirectSound. Works fine
253 for me with Quake 3, Moorhuhn and WinAmp.
254
255 2000-03-07: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
256 - makefiles and include\pdwin32.*:
257 * Updated nearly all makefiles to the new makefile style.
258 Win32k, pe2lx and some subdirs of Winmm
259 * Odin32 resource files are now to have the extention .orc
260 All files have, save some under WinMM and in old/new dirs,
261 been renamed. There are now new interference rules in
262 pdwin32.tools which will create the resource assembly and
263 assemble it into an object file. So you simply have to
264 specify the output object file for Odin32 resources along
265 with the other object files.
266 * A little not on forwarders. ILINK returns a warning code of
267 4 when aliases are generated. An errorcode <> 0 stops NMAKE
268 normally. To workaround these problem we simply tell NMAKE to
269 accespt all error codes in the range 0-4. This is done by
270 putting '-4 ' in front of the $(LD2) statement.
271 I don't want to see _any_ '-$(LD2)'!!!
272
273
274 2000-03-06: Sander van Leeuwen <sandervl@xs4all.nl>
275 - USER32: Fixed bug in edit control
276 If nyoff > nr lines in control -> bottom line in control
277 window should show last line of control
278 Wine code shows last line at the top of the control
279 (Quake 3 startup edit control shows the problem)
280
281 2000-03-05: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
282 - include\pdwin32.vac*: Added OS2RC and OS2RCFLAGS. This defines the
283 OS/2 resource compiler and the flags used during compilation.
284 When it comes to linking we should assume NO flags and simply
285 invoke the it like this: $(OS2RC) <source>.res <target>.dll.
286 (See src\kernel32\makefile for an example.)
287
288 2000-03-05: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
289 - GLUT32: Really fixed optimized build now. Was not a VACPP bug but
290 error in calling convention prototype in glutint.h
291
292 2000-03-04: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
293 - GLUT32: Added logic to escape from optimizer bug in VACPP
294
295 2000-03-04: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
296 - fastdep: Simple preprocessor. Commments and #if 0/1.
297 - OPENGL: Corrected makefiles. using LD2 and LD2FLAGS. Many makefiles
298 Didn't concider the NODEBUGINFO macro causing daily builds
299 to become enormous. Daily build of 6MB is not good!.
300 - include\pdwin32.v*.*:
301 *Alternate linker tool, LD2. This is ilink for VAC.
302 (See src\kernel32\makefile for hints how to use it).
303 *Synced configuration for the two VAC versions.
304
305 NOTE that NODEBUGINFO and DEBUGALL is handled within these
306 files. You don't have to test for them to set the correct
307 compiler and linker flags, this is allready done!
308
309 2000-03-04: Sander van Leeuwen <sandervl@xs4all.nl>
310 - INCLUDE\pdwin32.tools, pdwin.vac*
311 Added new build rules (conditional at this time)
312 For each dll a subdir bin\release & bin\debug is created
313 in which the object files of the release & build version
314 are saved.
315 - INCLUDE\pdwin32.post
316 Common makefile rules to be included by all makefiles
317 - USER32\KERNEL32: Switched to new build rules
318 - WSOCK32: Fixed bug in setsockopt for SO_LINGER (options size wasn't
319 adjusted)
320 - KERNEL32: Fixed shell dirs (now all created in odin\bin dir)
321 Partially fixed destruction of loaded dlls in ExitProcess
322 (TODO: dependencies are not yet right; needs new design)
323 Added check and fix for DosOpen (ERROR_TOO_MANY_OPEN_FILES)
324 to hmdevio.cpp
325 - USER32: Pass on keyboard messages if dinput handler returns TRUE
326 Also send non-client mouse messages to dinput
327 (TODO: always returns true after calling dinput handler)
328 - OPENGL\GLIDE:
329 Added check and fix for DosOpen (ERROR_TOO_MANY_OPEN_FILES)
330 to hmdevio.cpp (reported by Michal Necasek)
331
332 2000-03-03: Markus Montkowski <mmontkowski@gmx.de>
333 - DDRAW: Fixed bug in CreateSurface and QueryInterface
334 (Moorhuhn now starts fine with ddraw)
335 - USER32: Changed VirtualKey for VK_NEWLINE from 0x0A to 0x0D
336 in the virtualKeyTable
337
338 2000-03-03: Sander van Leeuwen <sandervl@xs4all.nl>
339 - KERNEL32: Create shell dirs in odin\bin directory
340 Cleanup (never call Open32 apis directly if the proc
341 isn't a wrapper; include win32api.h and call Odin api)
342 Fixed FS corruption for DosAliasMem
343 Fixed bug in Win32PeLdrImage::commitPage (quake 3 screensaver's
344 fixup section doesn't start on page boundary)
345 - ADVAPI32/KERNEL32: Moved registry apis in kernel32 as we need them
346 there (importing them directly creates a circular
347 dependency (kernel32->advapi32->kernel32))
348 Should probably be moved to ntdll
349 - WINMM: Fixed typo in DartWaveOut::init to determine bits per sample
350 (Realplayer 7 audio now works (when playing .rm files))
351
352 2000-03-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
353 - KERNEL32: Fixed calling convention bug in conprop2.cpp
354 (caused crashes with release build)
355
356 2000-03-02: Sander van Leeuwen <sandervl@xs4all.nl>
357 - OPENGL\GLIDE: Use Odin OS/2 api wrappers in fxos2.cpp
358 - OPENGL\MESA: Reapplied TLS fixes
359 Check for null pointer in wglSetPixelFormat
360 - OPENGL\MESA\3dfx: Use c files from Mesa dir
361 Check for null pointer in wglSetPixelFormat
362 - WINMM: Fixed DartWaveOut::getPosition (overflow)
363 (fixes mp3 playback in RealPlayer 7)
364 - KERNEL32: Fixed SetCurrentDirectory (don't remove backslash
365 if app wants to change dir to "\")
366 Create shell folders + shell keys
367 (NOTE: This has to be done in the odin install program
368 once we have one)
369 - ADVAPI32: Added crypt api stubs
370
371 2000-03-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
372 - OPENGL: Implemented DIVE support in Mesa
373
374 2000-03-01: Sander van Leeuwen <sandervl@xs4all.nl>
375 - USER32: Fixes for FindWindow(ExA/W) - now more like Wine
376 (FindWindowExW was not working correctly either)
377 First send WM_NCACTIVATE, then WM_ACTIVATE
378 Fixed focus problems with Odin apps
379 (Call WinSetFocus in OSLibWinSetActiveWindow instead of
380 WinSetActiveWindow when a user clicks on the titlebar
381 of an inactive window & after sending WM_MOUSEACTIVATE)
382 TODO: Does WinSetActiveWindow work properly or should we
383 always call WinSetFocus???
384 Call Dinput handler when translating mouse & keyboard
385 messages (during Get/PeekMessage)
386 - OPENGL: Always build release version of glide, mesa, glu32 & glut
387 Build mesa software & 3dfx dlls; don't build OS/2 opengl
388 wrapper anymore
389 - OPENGL\GLIDE\CVG\GLIDE:
390 Disable instruction scheduling in release build -> messed up
391 colors when turned on (most likely VAC optimizer bug)
392 TODO: Somebody should also check this for the voodoo 1 glide dll.
393 - OPENGL\GLIDE\CVG:
394 Fixed makefile
395 - OPENGL\MESA\GL\gl.h
396 Removed circular header dependency (breaks build)
397 - OPENGL\MESA\3dfx:
398 Copy 3dfx opengl32.dll to bin\glide
399
400 2000-03-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
401 - USER32: Fixed dprintf in CreateWindowExW
402 Added left & right cursor keys to Win32BaseWindow::setExtendedKey
403
Note: See TracBrowser for help on using the repository browser.