source: trunk/changelog@ 3465

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

* empty log message *

File size: 15.0 KB
Line 
1 /* $Id: changelog,v 1.918 2000-04-30 17:05:13 sandervl Exp $ */
2
3 2000-04-30: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: LocalFlags fix (low byte = lock count, hight byte (of low word) = memory flags)
5 LocalGetFlags, LocalLock & LocalUnlock now check if the
6 pointer is larger than 3 GB. Some apps calls these functions
7 with GDI object handles.
8 - OLEAUT32: Don't create logfiles in release build
9
10 2000-04-29: Yuri Dario <mc6530@mclink.it>
11 - USER32: Bugfix for owner of windows (set to owner instead of parent now)
12
13 2000-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
14 - USER32/KERNEL32: Added selectable logging for level 2 dprintfs.
15
16 - USER32: Commented out default x & y position code
17 (FCF_SHELLPOSITION no longer works)
18 -> fixes menu & toolbars in MS Word 97
19
20 - KERNEL32: Added windows directory override again
21 (NOTE: for developers *ONLY*; DO NOT USE IT)
22 [DEVDIRECTORIES]
23 WINDOWS=drive:\path
24 Default System directory is kernel32 path
25 (with new install program: x:\odin\system32)
26 Default Windows directory is parent of System Directory
27 (with new install program: x:\odin)
28 NOTE: This assumption could break current installs
29 Will be fixed in upcoming WarpIn installation distributions
30
31 Changed InitSystemAndRegistry:
32 InitSystemAndRegistry creates:
33 - WINDOWSDIR\SYSTEM
34 - WINDOWSDIR\AppData
35 - WINDOWSDIR\Cache
36 - WINDOWSDIR\Cookies
37 - WINDOWSDIR\Desktop
38 - WINDOWSDIR\Favorites
39 - WINDOWSDIR\Fonts
40 - WINDOWSDIR\History
41 - WINDOWSDIR\NetHood
42 - WINDOWSDIR\My Documents
43 - WINDOWSDIR\PrintHood
44 - WINDOWSDIR\Recent
45 - WINDOWSDIR\SendTo
46 - WINDOWSDIR\Start Menu
47 - WINDOWSDIR\Start Menu\Programs
48 - WINDOWSDIR\Start Menu\Programs\Startup
49 - WINDOWSDIR\ShellNew
50 - and a minimal system registry
51
52 - TOOLS\INSTALL: WarpIn install script + small install program
53 that calls kernel32 export (InitSystemAndRegistry)
54
55 - TOOLS\WRC: Forgot to add change in preproc.c (ifdef)
56 (shouldn't really matter though)
57
58 2000-04-27: David Raison <djr@lemur.co.uk>
59 - OLE32/NEW: Work-in-progress on adding apartment handling.
60 Added here for backup until ready for release.
61
62 2000-04-27: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
63 - tools/DailyBuild: Checked in the scripts used for the daily build.
64
65 2000-04-27: Achim Hasenmueller <achimha@innotek.de>
66 - put back new wrc.exe, provide workarounds in
67 header files, old one breaks comdlg32
68 TODO: find bug in new wrc and really fix it
69
70 2000-04-26: David Raison <djr@lemur.co.uk>
71 - INCLUDE/WIN: Added RPC_E_* codes to winerror.h
72 - OLE32: Fixed StringFromGUID2
73
74 2000-04-25: Achim Hasenmueller <achimha@innotek.de>
75 - TOOLS/BIN: put back old wrc.exe from Oct. 99 because the
76 new one has problems with include files...
77
78 2000-04-25: Patrick Haller <phaller@gmx.net>
79 - SHLWAPI: - stubbed all the UrlXXX functions (required for IE4/5 ;-)
80
81 2000-04-23: Sander van Leeuwen <sandervl@xs4all.nl>
82 - GDI32: Dib section blit fix (missing pixels)
83 - WSOCK32: Don't send FD_CLOSE message when select returns
84 and there's no data available (recv in another thread
85 might have taken that data before the ioctl call in
86 the WSAAsyncSelect thread is executed)
87 -> fixes lost connections in RealPlayer 7
88
89 2000-04-19: Patrick Haller <phaller@gmx.net>
90 - INCLUDE/PDWIN32.TOOLS: fix build rule for (old) .asm sources
91
92 2000-04-19: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
93 - KERNEL32: Added fix for bug in FP13 DosQuerySysInfo.
94 Win32k/Pe2Lx loaded files didn't work.
95 Corrected TLS handling for Borland.
96
97 2000-04-19: Sander van Leeuwen <sandervl@xs4all.nl>
98 - TOOLS\WRC: Resync with latest Wine wrc + added code to produce
99 masm compatible assembly (for some reason removed from
100 wrc some time ago)
101 -> fixes file open dialog (nothing painted)
102 - COMCTL32: Check for NULL pointers before freeing memory
103 (toolbar; removes some warnings from the logfiles)
104
105 2000-04-18: Sander van Leeuwen <sandervl@xs4all.nl>
106 - USER32: Added LR_LOADFROMFILE support for icon & cursor loading
107 - GDI32: Dib section fixes (use height/width of window when
108 dc belongs to a window; use correct stretchblit mode)
109 - TOOLS\REGEDIT: Added regedit command line tool (ported this from
110 Wine with some modifications & bug fixes)
111 - KERNEL32: Also set FPU control word to 0x27f before calling thread
112 functions (just to be sure)
113
114 2000-04-16: Christoph Bratschi <cbratschi@datacomm.ch>
115 - COMCTL32: added new resources: i.e. header cursors
116 changed file version to 5.80 (IE5, Win2k)
117 implemented missing listview messages, implemented some
118 extended styles
119
120 2000-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
121 - KERNEL32: Put back dll search method, fixed bug in LoadLibraryEx
122 (no return after error detection)
123 Set FPU control word to 0x27F before calling exe entrypoint
124 (fixes some FPU exception problems in RealPlayer 7)
125
126 2000-04-16: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
127 - KERNEL32: Reorganized/reworte LoadLibrary/LoadLibraryEx code.
128 isPEImage was changed to return 1 if DLL and 2 if EXE.
129 (It still returns FALSE if not valid PE image.)
130
131 - include\odin32validate.h:
132 New header file. Parameter validation macros.
133 - KERNEL32: Before reading Sanders last message I had rewritten most of
134 the findDll function. So, as my implementation seems a bit
135 more flexible I decided to commit it.
136 Currently it's searching the three LIBPATH paths too. If
137 this causes any real trouble we'll disable this.
138
139 findDll now returns TRUE if a file were found. Callers are
140 corrected to test for this.
141
142 2000-04-15: Christoph Bratschi <cbratschi@datacomm.ch>
143 - COMCTL32: rewrote listview item handling: sort bug fix,
144 allows >= 4.70 support
145 implemented several new messages
146
147 2000-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
148 - WSOCK32: Async select fix (VPBuddy can connect again)
149 - KERNEL32: Remove terminating backslash in FindFirstFileA (if present)
150 (otherwise DosFindFirst fails)
151 Fixed flushing of file maps (wrong VirtualQuery parameter)
152 Path search fix for dlls
153 Dll search order:
154 1) exe dir
155 2) current dir
156 3) windows system dir (kernel32 path)
157 4) windows dir
158 5) path environment variable
159
160 - ODINCRT: Added checks for failing mallocs
161 - USER32: Corrected return value of EnableWindow
162 Send WM_CANCELMODE message when disabling window
163 (return true if previous state was disabled, else false (sdk docs))
164 Don't send mouse messages to disabled windows; reroute
165 them to their parent windows (if any)
166
167 2000-04-14: Sander van Leeuwen <sandervl@xs4all.nl>
168 - KERNEL32: Hardcoded system & windows dir
169 system dir = kernel32 dir
170 windows dir = kernel32 dir\win
171 Fixed dll attach for pe2lx/win32k & lx Odin executables
172 Command line fixes (now starts with full path of exe)
173 Search for dlls in:
174 1) current dir
175 2) win32 exe dir
176 3) windows system dir
177 4) path
178 Append backslash if GetFileAttributes fails (and it's missing
179 from the filename)
180 - PELDR/KERNEL32: Fixed starting of executable with spaces in name
181 (might not be 100% complete yet)
182 Fixes for relative path of executable
183 - ODIN.INI.TXT: Removed DIRECTORIES section
184
185 2000-04-13: Sander van Leeuwen <sandervl@xs4all.nl>
186 - USER32: Set thread message structure to 0 before dispatching it
187 Prevents app from sending the same posted message twice
188 (causing problems when freeing the postmsg struct)
189 (fixes RealPlayer 7 Update service)
190 - CRTDLL: Fixed div (result must be returned in edx:eax)
191 - PE: Check PATH for executable file
192
193 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch>
194 - COMCTL32: listview: completed most version 4 features
195
196 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
197 - USER32: Added support for topmost windows
198
199 2000-04-10: David Raison <djr@lemur.co.uk>
200 - COMDLG32: fixed wrong lParam in file dialog
201
202 2000-04-09: Sander van Leeuwen <sandervl@xs4all.nl>
203 - GDI32: Y inversion fix for dib sections blits
204 - WINMM: GetPosition fix (don't return 0 when stream not active)
205 - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
206 fails. (fixes RealPlayer 7 install)
207
208 2000-04-09: Yuri Dario <mc6530@mclink.it>
209 - INCLUDE(\WIN):
210 - odin.h: define NONAMELESSUNION only for VA3.0 (now works with VA4);
211 remove buildin.h when invoked from resource compiler.
212 - commctrl.h: new macros
213 - mmsystem.h: define DUMMYUNIONNAME with same code used in other
214 headers to avoid precompiling errors.
215 - shlguid.h: missing ID
216 - shlobj.h: missing shlguid.h include
217 - windows.h: define CINTERFACE only for C compilers or VA3.x
218 - windowsx.h: macros
219 - wingdi.h: few AW defines
220 - winuser.h: new macros
221
222 2000-04-08: Christoph Bratschi <cbratschi@datacomm.ch>
223 - COMCTL32: added new styles and functionality, bug fixes
224
225 2000-04-08: Sander van Leeuwen <sandervl@xs4all.nl>
226 - WINMM: Restart, pause & underrun fixes
227 - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
228 causing heap corruption. (RealPlayer 7 crashes)
229
230 2000-04-07: Michal Necasek <mike@mendelu.cz>
231 - DDRAW\NEW: Experimental fullscreen DDraw, VIDEOPMI based.
232 May not work with all video cards and may cause all
233 kinds of trouble. But works swell for eg. Fallout 1/2
234 or HMM3. Contains some extra bugs compared to the
235 windowed DDraw, ie. Moorhuhn and others don't work
236 with it at all. Please tell me about your experience
237 with this shameless hack.
238
239 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
240 - WINMM: Don't restart when already playing
241 - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
242 Workaround for paint problems in RealPlayer 7 Update 1.
243 (don't clip the dc with a region in DoNCPaint if the clip
244 region has the same size as the window; doing so creates
245 update problems for no obvious reason)
246 - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
247 is not compressed. (fixes crash during startup in Excel)
248 NOTE: Open32 doesn't implement compression type conversion
249 correctly. (black splash screen for RLE8 bitmap)
250 - KERNEL32: Return length of windows or system directory when
251 GetWindowsDirectory/GetSystemDirectory is called with
252 a NULL pointer
253
254 2000-04-07: David Raison <djr@lemur.co.uk>
255 - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
256 (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
257
258 2000-04-07: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
259 - TOOLS\DBGINFO: Sym2Hll is now able to convert .SYM files into HLL
260 debuginfo and add it to LX executables. This might be
261 quite useful if you want to see system DLL while debugging.
262 But before you add debuginfo to all dll's in c:\os2\dll
263 I have to warn that this is _very_ alpha software. Do always
264 make a backup (Sym2Hll don't create backups!) and have
265 recovery boot disks ready!
266
267 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
268 - WINMM: Fixed message callback once more (previous fix broke rp7)
269 Fixed restart
270
271 2000-04-08: Michal Necasek <mike@mendelu.cz>
272 - WINMM: Moved phwo == NULL check below format query handling.
273 (enables sound in Jack Jazzrabbit; still not right though)
274
275 2000-04-05: David Raison <djr@lemur.co.uk>
276 - OLEAUT32: Turned default DEBUG-info down.
277
278 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
279 - Win32k: Added fixpack 13 symbols to the symbol database.
280 Using win32k.sys with fp13 works fine here.
281
282 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
283 - WINMM: Smallest waveout buffer size = 128 bytes
284 Fixed callback bugs (reported by Michal Necasek)
285
286 2000-04-03: David Raison <djr@lemur.co.uk>
287 - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate)
288 - RPCRT4: Beginning of new dll:
289 RpcStringFreeA, RpcStringFreeW, UuidCompare
290 UuidCreate, UuidCreateNil, UuidEqual
291 UuidFromStringA, UuidFromStringW, UuidHash
292 UuidIsNil, UuidToStringA, UuidToStringW
293
294 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
295 - SHELL32: don't sort files case sensitive
296
297 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
298 - KERNEL32: FindFirst: don't return "." and ".." in root
299 wrote long to short name conversion
300 added error code converter
301 - USER32: removed 'What You See Is What You Get On First Of April'
302
303 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
304 - USER32: dc.cpp cleanup
305 - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
306 Set y inversion to 0 if dib section isn't flipped
307 (fixes upside down flash videos in RealPlayer 7)
308 - WINMM: Faked mixer apis
309
310 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
311 - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
312 videos)
313
314 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
315 - USER32: added WYSIWYGOFOA interface
316
317 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
318 - USER32: Fixed track frame width & height (now you can actually
319 see the tracking frame when moving a window)
320
Note: See TracBrowser for help on using the repository browser.