source: trunk/changelog@ 3221

Last change on this file since 3221 was 3221, checked in by achimha, 26 years ago

* empty log message *

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