source: trunk/changelog@ 3118

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

* empty log message *

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