source: trunk/changelog@ 3230

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

* empty log message *

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