source: trunk/changelog@ 3190

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

* empty log message *

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