source: trunk/changelog@ 3136

Last change on this file since 3136 was 3136, checked in by bird, 26 years ago

* empty log message *

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