source: trunk/changelog@ 3158

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

* empty log message *

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