source: trunk/changelog@ 3266

Last change on this file since 3266 was 3266, checked in by sandervl, 26 years ago

* empty log message *

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