source: trunk/changelog@ 3329

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

* empty log message *

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