source: trunk/changelog@ 3224

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

* empty log message *

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