source: trunk/changelog@ 3136

Last change on this file since 3136 was 3136, checked in by bird, 26 years ago

* empty log message *

File size: 15.7 KB
Line 
1 /* $Id: changelog,v 1.812 2000-03-17 04:36:38 bird Exp $ */
2
3 2000-03-16: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
4 - TOOLS\FASTDEP:
5 Speed optimizations: using AVL trees, include dir caching,
6 dependencies stored in AVL tree until all files has been
7 processes, buffered write.
8 Cyclic dependency check.
9 All files but the objectfiles now should have fully qualified paths.
10
11 - INCLUDE\PDWIN32.TOOLS:
12 DEPEND: Enabled cyclic check.
13
14 2000-03-16: Sander van Leeuwen <sandervl@xs4all.nl>
15 - USER32: Fixed virtual keycode of return key
16 - GDI32: RP7 calls CreateDIBSection with HDC 0; Call
17 GetWindowDC(GetDesktopWindow()) in that case
18 -> fixes crash (result of CreateDIBSection failure)
19 TODO: Looks like this is allowed in NT, but need to check
20 this to be sure nothing else caused this problem.
21 (Note: most recent RealPlayer 7 version only)
22 - KERNEL32: Semaphore protection of handle alloc
23 Added handlemanager class for thread handles
24 Added workaround for Open32 WaitForSingleObject bug
25 (if thread is terminated and WaitForSingleObject is
26 called with the thread's handle -> never returns
27 (new rp7 hang at exit))
28 TODO: WaitForMultipleObjects can still hang ->
29 Event, semaphore, mutex & wait apis need to
30 be redesigned (not using Open32)
31
32 2000-03-14: Christoph Bratschi <cbratschi@datacomm.ch>
33 - USER32: implemented much faster LB_SETCOUNT
34
35 2000-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
36 - USER32: Put back check (oldsel == newsel) in LISTBOX_SetSelection
37 (why was this commented out?)
38 Fixed combobox: Clear CBF_SELCHANGE flag before calling
39 CBUpdateEdit
40 Don't send CBN_EDITUPDATE when CBF_NOEDITNOTIFY
41 flag is set (by combo_handletext)
42 -> fixes infinite loops in RealPlayer 7 (type name of file
43 previously used in edit box; last letter entered -> crash)
44 AdjustWindowRectEx bugfix (reported by Robert Lalla)
45 Don't clear WS_POPUP flag. (HAS_THINFRAME depends on it)
46 -> fixes wrong resolution changes in Quake 2
47 Don't clear WS_CHILD flag either. (HAS_THICKFRAME depends on it)
48
49 - KERNEL32: Clear FILE_SHARE_DELETE flag before calling Open32's
50 CreateFile. (otherwise it fails) -> fixes RealPlayer 7
51 Basic (new update).
52
53 - WSOCK32: Changed workaround for setsockopt bug (SO_SNDBUF/SO_RCVBUF (OS/2's
54 winsock returns WSAEINVAL if size > 64k))
55 Only change size if setsockopt returns WSAINVAL (32 bits stack
56 should support size > 64 kb (?))
57 Added selective logging feature.
58
59 2000-03-12: Markus Montkowski <mmontkowski@gmx.de>
60 - KERNEL32: Added fix for GetFileAttributes. Open32 doesn't like
61 i.e. 'c:'; needs to be changed into 'c:\'
62
63 2000-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
64 - include\winconst.h: Fixed KEY_ALL_ACCESS definition
65 (reported by Yuri Dario)
66 - DSOUND: Replaced dsound by new version
67 - USER32: Replaced os2.h includes by os2wrap.h
68 Set message nr, wParam & lParam to 0 for dummy messages
69 (to prevent keyboard or mouse messages swallowed by dinput
70 from being dispatched)
71 - KERNEL32: Replaced os2.h includes by os2wrap.h (cvtcursorgrp & oslibdebug)
72 - WSOCK32: Fixed bug in setsockopt for SO_SNDBUF/SO_RCVBUF (OS/2's
73 winsock returns WSAEINVAL if size > 64k)
74
75 2000-03-12: Michal Necasek <mike@mendelu.cz>
76 - dsound\new: Fixed sound in Heroes of M&M III
77
78 2000-03-11: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
79 - OPENGL\GLIDE: Fix for Voodoo 1 glide (missing io ports)
80
81 2000-03-11: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
82 - OPENGL\GLUT: Fix for gettimeofday. This is defined conflicting in
83 the toolkit sys\time.h.
84 - TOOLS\BIN: Implemented an optional directory locking in
85 dowithdirs.cmd. (Useful for SMP builds.)
86
87 2000-03-11: Sander van Leeuwen <sandervl@xs4all.nl>
88 - OPENGL\GLUT: Fixed compile problems + cleanup
89 (use C(XX)FLAGS_WIN32APP so you don't have to
90 explicitely specify which api type you use (ascii or unicode)!)
91
92 - OPENGL\GLIDE: Fixed wrong binary path for voodoo1 glide
93 - include\win\debugtools.h: Disable TRACE, WARN etc when DEBUG is not defined
94
95 2000-03-11: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
96 - OPENGL: Fixed error preventing build to complete
97
98 2000-03-09: Sander van Leeuwen <sandervl@xs4all.nl>
99 - KERNEL32: Set initial max nr of file handles to 256 during kernel32 init
100 Create DDRAW & DSOUND registry keys in InitRegistry
101 (NOTE: Must be done in install program!)
102 Added some win95 stubs
103 - GDI32: Added 16 bits device apis stubs
104
105 2000-03-10: Michal Necasek <mike@mendelu.cz>
106 - dsound\new: Changed DART buffer size calcualation, hopefully
107 WinAmp will sound better now.
108
109 2000-03-09: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
110 - include\pdwin32.tools: New tool, EXISTS --> \tools\bin\Exists.cmd
111 - tools\bin\Exists.cmd: New tool which checks if the file passed in
112 exists. If the file exists it returns 0, else 1. This is
113 used to check if .depend and other files exists in the
114 makefiles. (See pdwin32.post to see how.)
115 - include\pdwin32.post: .depend is only included if it exists. You'll
116 get a warning if it don't, but the makefile works fine.
117 Added a check on OBJDIR not being empty in the clean rule.
118 $(RM) $(OBJDIR)\* is will remove all files in the root dir if
119 OBJDIR is empty.
120 - win32k: Updated makefile with the use of EXISTS for both .depend and
121 makfile.inc. An update check for makefile.inc <-> configure.cmd
122 was also added.
123 Added checks for empty variables in clean rule, and we no longer
124 deletes * in any directory.
125
126 A CVS tip:
127 When new directories are added you have to to a 'cvs checkout .'
128 from the root.
129 A 'cvs update' don't get the new directories it seems
130 (There have been added some dirs under win32k lately so please do this.)
131
132 2000-03-09: Sander van Leeuwen <sandervl@xs4all.nl>
133 - KERNEL32: Major rewrite of PE loader classes to correctly support
134 dll dependencies
135 TODO: Circular dependencies only partly working
136 (a->b->a works, but a->b->c->a doesn't)
137 - USER32: Fixed bug in dialog constructor (class name translation)
138 (only showed up in release build)
139 Dinput mouse changes/fixes
140
141 2000-03-08: Michal Necasek <mike@mendelu.cz>
142 - dsound\new: Fixed volume and panning calculation that
143 sometimes caused ugly noise
144
145 2000-03-08: Michal Necasek <mike@mendelu.cz>
146 - dsound\new: Completely new DART-based DirectSound. Works fine
147 for me with Quake 3, Moorhuhn and WinAmp.
148
149 2000-03-07: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
150 - makefiles and include\pdwin32.*:
151 * Updated nearly all makefiles to the new makefile style.
152 Win32k, pe2lx and some subdirs of Winmm
153 * Odin32 resource files are now to have the extention .orc
154 All files have, save some under WinMM and in old/new dirs,
155 been renamed. There are now new interference rules in
156 pdwin32.tools which will create the resource assembly and
157 assemble it into an object file. So you simply have to
158 specify the output object file for Odin32 resources along
159 with the other object files.
160 * A little not on forwarders. ILINK returns a warning code of
161 4 when aliases are generated. An errorcode <> 0 stops NMAKE
162 normally. To workaround these problem we simply tell NMAKE to
163 accespt all error codes in the range 0-4. This is done by
164 putting '-4 ' in front of the $(LD2) statement.
165 I don't want to see _any_ '-$(LD2)'!!!
166
167
168 2000-03-06: Sander van Leeuwen <sandervl@xs4all.nl>
169 - USER32: Fixed bug in edit control
170 If nyoff > nr lines in control -> bottom line in control
171 window should show last line of control
172 Wine code shows last line at the top of the control
173 (Quake 3 startup edit control shows the problem)
174
175 2000-03-05: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
176 - include\pdwin32.vac*: Added OS2RC and OS2RCFLAGS. This defines the
177 OS/2 resource compiler and the flags used during compilation.
178 When it comes to linking we should assume NO flags and simply
179 invoke the it like this: $(OS2RC) <source>.res <target>.dll.
180 (See src\kernel32\makefile for an example.)
181
182 2000-03-05: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
183 - GLUT32: Really fixed optimized build now. Was not a VACPP bug but
184 error in calling convention prototype in glutint.h
185
186 2000-03-04: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
187 - GLUT32: Added logic to escape from optimizer bug in VACPP
188
189 2000-03-04: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
190 - fastdep: Simple preprocessor. Commments and #if 0/1.
191 - OPENGL: Corrected makefiles. using LD2 and LD2FLAGS. Many makefiles
192 Didn't concider the NODEBUGINFO macro causing daily builds
193 to become enormous. Daily build of 6MB is not good!.
194 - include\pdwin32.v*.*:
195 *Alternate linker tool, LD2. This is ilink for VAC.
196 (See src\kernel32\makefile for hints how to use it).
197 *Synced configuration for the two VAC versions.
198
199 NOTE that NODEBUGINFO and DEBUGALL is handled within these
200 files. You don't have to test for them to set the correct
201 compiler and linker flags, this is allready done!
202
203 2000-03-04: Sander van Leeuwen <sandervl@xs4all.nl>
204 - INCLUDE\pdwin32.tools, pdwin.vac*
205 Added new build rules (conditional at this time)
206 For each dll a subdir bin\release & bin\debug is created
207 in which the object files of the release & build version
208 are saved.
209 - INCLUDE\pdwin32.post
210 Common makefile rules to be included by all makefiles
211 - USER32\KERNEL32: Switched to new build rules
212 - WSOCK32: Fixed bug in setsockopt for SO_LINGER (options size wasn't
213 adjusted)
214 - KERNEL32: Fixed shell dirs (now all created in odin\bin dir)
215 Partially fixed destruction of loaded dlls in ExitProcess
216 (TODO: dependencies are not yet right; needs new design)
217 Added check and fix for DosOpen (ERROR_TOO_MANY_OPEN_FILES)
218 to hmdevio.cpp
219 - USER32: Pass on keyboard messages if dinput handler returns TRUE
220 Also send non-client mouse messages to dinput
221 (TODO: always returns true after calling dinput handler)
222 - OPENGL\GLIDE:
223 Added check and fix for DosOpen (ERROR_TOO_MANY_OPEN_FILES)
224 to hmdevio.cpp (reported by Michal Necasek)
225
226 2000-03-03: Markus Montkowski <mmontkowski@gmx.de>
227 - DDRAW: Fixed bug in CreateSurface and QueryInterface
228 (Moorhuhn now starts fine with ddraw)
229 - USER32: Changed VirtualKey for VK_NEWLINE from 0x0A to 0x0D
230 in the virtualKeyTable
231
232 2000-03-03: Sander van Leeuwen <sandervl@xs4all.nl>
233 - KERNEL32: Create shell dirs in odin\bin directory
234 Cleanup (never call Open32 apis directly if the proc
235 isn't a wrapper; include win32api.h and call Odin api)
236 Fixed FS corruption for DosAliasMem
237 Fixed bug in Win32PeLdrImage::commitPage (quake 3 screensaver's
238 fixup section doesn't start on page boundary)
239 - ADVAPI32/KERNEL32: Moved registry apis in kernel32 as we need them
240 there (importing them directly creates a circular
241 dependency (kernel32->advapi32->kernel32))
242 Should probably be moved to ntdll
243 - WINMM: Fixed typo in DartWaveOut::init to determine bits per sample
244 (Realplayer 7 audio now works (when playing .rm files))
245
246 2000-03-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
247 - KERNEL32: Fixed calling convention bug in conprop2.cpp
248 (caused crashes with release build)
249
250 2000-03-02: Sander van Leeuwen <sandervl@xs4all.nl>
251 - OPENGL\GLIDE: Use Odin OS/2 api wrappers in fxos2.cpp
252 - OPENGL\MESA: Reapplied TLS fixes
253 Check for null pointer in wglSetPixelFormat
254 - OPENGL\MESA\3dfx: Use c files from Mesa dir
255 Check for null pointer in wglSetPixelFormat
256 - WINMM: Fixed DartWaveOut::getPosition (overflow)
257 (fixes mp3 playback in RealPlayer 7)
258 - KERNEL32: Fixed SetCurrentDirectory (don't remove backslash
259 if app wants to change dir to "\")
260 Create shell folders + shell keys
261 (NOTE: This has to be done in the odin install program
262 once we have one)
263 - ADVAPI32: Added crypt api stubs
264
265 2000-03-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
266 - OPENGL: Implemented DIVE support in Mesa
267
268 2000-03-01: Sander van Leeuwen <sandervl@xs4all.nl>
269 - USER32: Fixes for FindWindow(ExA/W) - now more like Wine
270 (FindWindowExW was not working correctly either)
271 First send WM_NCACTIVATE, then WM_ACTIVATE
272 Fixed focus problems with Odin apps
273 (Call WinSetFocus in OSLibWinSetActiveWindow instead of
274 WinSetActiveWindow when a user clicks on the titlebar
275 of an inactive window & after sending WM_MOUSEACTIVATE)
276 TODO: Does WinSetActiveWindow work properly or should we
277 always call WinSetFocus???
278 Call Dinput handler when translating mouse & keyboard
279 messages (during Get/PeekMessage)
280 - OPENGL: Always build release version of glide, mesa, glu32 & glut
281 Build mesa software & 3dfx dlls; don't build OS/2 opengl
282 wrapper anymore
283 - OPENGL\GLIDE\CVG\GLIDE:
284 Disable instruction scheduling in release build -> messed up
285 colors when turned on (most likely VAC optimizer bug)
286 TODO: Somebody should also check this for the voodoo 1 glide dll.
287 - OPENGL\GLIDE\CVG:
288 Fixed makefile
289 - OPENGL\MESA\GL\gl.h
290 Removed circular header dependency (breaks build)
291 - OPENGL\MESA\3dfx:
292 Copy 3dfx opengl32.dll to bin\glide
293
294 2000-03-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
295 - USER32: Fixed dprintf in CreateWindowExW
296 Added left & right cursor keys to Win32BaseWindow::setExtendedKey
297
Note: See TracBrowser for help on using the repository browser.