source: trunk/changelog@ 3166

Last change on this file since 3166 was 3166, checked in by davidr, 26 years ago

Ported changes from wine/corel sources

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