source: trunk/changelog@ 3242

Last change on this file since 3242 was 3242, checked in by cbratschi, 26 years ago

* empty log message *

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