source: trunk/changelog@ 3258

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

* empty log message *

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