source: trunk/changelog@ 3230

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

* empty log message *

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