source: trunk/changelog@ 3211

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

* empty log message *

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