source: trunk/changelog@ 3267

Last change on this file since 3267 was 3267, checked in by cbratschi, 26 years ago

* empty log message *

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