source: trunk/changelog@ 5301

Last change on this file since 5301 was 5301, checked in by sandervl, 25 years ago

* empty log message *

File size: 18.5 KB
Line 
1/* $Id: changelog,v 1.1301 2001-03-12 14:12:12 sandervl Exp $ */
2
3 2001-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: o Fix for SearchPathA with NULL parameter for output buffer
5 (reported by Ahti Heinla)
6 - USER32: o Fail if BeginPaint called with NULL PAINTSTRUCT pointer
7 (verified in NT4, SP6)
8
9 2001-03-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
10 - Win32k, Pe2Lx, Elf2Lx, Xx2Lx:
11 o Made generic Xx2Lx util for both Pe2Lx and Elf2Lx
12 (and any future loaders).
13 Pe2Lx.exe is now named Xx2Lx.exe!
14 o Makefile fixes.
15 o Elf2Lx compiles (non-working dummy).
16 o Fixed vprint and vprintf16 to not skip multiple LF/CRs.
17
18 - Configure.cmd:
19 o Changed to configure Win32k as well. Re-run Configure.cmd!!!
20
21 2001-03-09: Michal Necasek <michalnec@volny.cz>
22 - DDRAW: o Watcomized (not complete) and cleaned up a bit.
23 Also synced DDRAW\NEW with the main directory.
24 - DSOUND: o Implemented DuplicateSoundBuffer (finally!). That
25 fixed missing sound in The Corporate Machine.
26
27 2001-03-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
28 - Win32k: o Fixed trap in k32QuerySystemMemInfo when
29 VIRTUALADDRESSLIMIT=512.
30
31 2000-03-06: Michal Necasek <michalnec@volny.cz>
32 - include o More changes and fixes for Watcom
33
34 2001-03-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
35 - Win32k: o Fixed some 16-bit compiler problems.
36 o Fixed 4.51 toolkit problems.
37
38 2001-02-29: Sander van Leeuwen <sandervl@xs4all.nl>
39 - KERNEL32: o First check executable name during internal dll loading
40 then try loading it as a dll.
41 o Reroute ReadFile for standard handle class to Open32.
42
43 2001-02-28: Sander van Leeuwen <sandervl@xs4all.nl>
44 - KERNEL32: o Added support for high memory override key in odin.ini:
45 [ODINSYSTEM]
46 HIGHMEM=0
47 Turns off high memory usage in Odin. Useful for Warp 4 (>fp12)
48 systems that still use the old 16 bits TCPIP stack.
49 (temporary workaround)
50 NOTE: Turning this option off will prevent Odin from running
51 applications that must be loaded in high memory
52 (like MS Word).
53 - NTDLL: o Committed update from Jan. 25th:
54 Ported latest NtQuerySystemInformation from Wine
55 (includes fix for IE5 install)
56 - include\odinwrap.h:
57 o Wrappers only detect FS problems when they should correct them.
58 (fixes FS corruption in wsock32 (WSAStartup/WSACleanup))
59
60 2001-02-27: Sander van Leeuwen <sandervl@xs4all.nl>
61 - WINMM: o Added recording (still untested)
62 o waveOutReset bugfix
63 o Compile fix (midi.cpp)
64 - USER32: o Ported latest wsprintf Wine functions (not much changed; only
65 to stay in sync)
66
67 2001-02-26: Sander van Leeuwen <sandervl@xs4all.nl>
68 - WINMM: o Fixed FS corruption in RTMidi class (wrappers for RTMIDI
69 functions)
70
71 2001-02-25: Sander van Leeuwen <sandervl@xs4all.nl>
72 - KERNEL32: o Check executable too when searching for imported modules
73 (directly imported by PE dlls)
74
75 2001-02-24: Sander van Leeuwen <sandervl@xs4all.nl>
76 - KERNEL32: o Set fExitProcess flag in WinExe destructor to prevent reloading
77 dlls after loading of exe failed.
78
79 2001-02-23: Sander van Leeuwen <sandervl@xs4all.nl>
80 - GDI32: o Removed old workaround for SetDIBitsToDevice. Incorrect for
81 new implementation of this function with StretchDIBits.
82 (fixes bitmaps in Minesweeper)
83 - USER32: o WM_SETCURSOR change; don't check WS_EX_NOPARENTNOTIFY style
84 when sending this message to the parent of a child window.
85 o Redraw entire window when switching between minimized, maximized
86 and restored windows state.
87 o Added missing cursor to MDI client class
88 (cursor now changes when moving cursor from mdi child to
89 client window)
90 - USER32, include\win\drive.h:
91 o DRIVE_GetDosCwd bugfix
92 (fixes crash in Cool Edit old-style file open dialog)
93
94 2000-02-22: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
95 - Win32k: o Support for the 14062e kernels.
96 o Removed the CALLTAB segment.
97 o Hooked dh_SendEvent and RASRST for taskmanager hot-key support.
98 o Enabled callgate on SMP kernel.
99
100 2001-02-22: Sander van Leeuwen <sandervl@xs4all.nl>
101 - KERNEL32: o Changed error string when detecting version mismatch.
102 - USER32: o Fixed incorrect index checking for class and window words.
103 o Allow misaligned access to window words/longs
104 (fixes crash in Quicken 99)
105 o More minimize changes/fixes for MDI windows.
106 o Update region fix in NotifyFrameChanged method
107
108 2001-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
109 - USER32: o Changes for minimizing windows. Not done yet.
110 o Added CreateFakeWindowEx.
111 Turns native OS/2 window into window recognized by Odin (with
112 only very limited functionality)
113 Useful for creating an Odin window with an OS/2 window as
114 parent.
115
116 Applications don't expect WM_NULL when fetching mouse
117 messages from the queue.
118 (fixes mouse jumping in Unreal)
119
120 2000-02-20: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
121 - Win32k: o Moved calltabs to the code segments. Clears the
122 WriteProtect(WP) flag in CR0 to be able to do this. The flags
123 is of course restored when the calltabs are written.
124 o Completed callgate code. Though is not activated for SMP
125 kernels yet as I haven't tested that yet.
126 The callgate works just as any other callgate in OS2, it
127 calls kernel routines for entry and exit housekeeping.
128 o Updated the win32k library and header to accomodate this.
129 All IOCtl structures are changed.
130 So, Install the new the new Odin32 and reboot before using
131 it so the new win32k.sys is installed.
132
133 2001-02-20: Sander van Leeuwen <sandervl@xs4all.nl>
134 - USER32: o Fix for position of system menu in (mdi) child windows
135 o Use WinScrollWindow to scroll children again and manually
136 notify children that they have moved. (PM only does this
137 for windows with CS_MOVENOTIFY class)
138 (much smoother scroll in Opera)
139 o Use WinGetMaxPosition to determine default maximized position
140 of toplevel window before sending WM_GETMINMAXINFO
141 (maximized Odin windows no longer obscure WarpCenter)
142 o Activation fixes for MDI windows
143
144 2000-02-19: Oliver Braun <Oliver.Braun@hamburg.de>
145 - KERNEL32: o OSLibDosAllocMem fix (better checks for errors + return
146 4kb aligned memory if 64kb alignment fails)
147 (fixes StarOffice 5.2 install)
148
149 2000-02-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
150 - KERNEL32: o Use DosAllocMemEx to 64KB align memory (OSLibDosAllocMem)
151 when available.
152 - Win32k: o Prepared API code for both callgate and IOCtl invokation.
153 This caused changes in IOCtl parameter structures.
154 Callgate code is completed but not used yet because
155 it isn't tested yet.
156
157 2001-02-19: Sander van Leeuwen <sandervl@xs4all.nl>
158 - COMDLG32: o Commented out Norse ChooseFont dialog (incomplete translation)
159 Use the English version instead.
160 - USER32: o Corrected invalidating nonclient parts of a window after a resize.
161 (fixes resizing of mdi windows in mdi sample)
162
163 2000-02-18: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
164 - Win32k: o Finished implementation of DosAllocMemEx.
165 DosAllocMemEx is equal to DosAllocMem but takes some extra
166 OBJ_ flags (defined in win32k.h).
167 TODO: "Grow arena" problem when allocating memory at a
168 specific location. I'll fix this ASAP and add a fix for the
169 loader too (which has the same problems with loading EXEs
170 without fixup above 64MB).
171
172 2001-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
173 - USER32: o Restore window origin in SetWindowPos for parent window with
174 CS_OWNDC style.
175 Do the same thing in WM_VRNENABLED message handler.
176 (fixes paint offset problems in Opera windows)
177 o Bug in yesterday's ScrollWindowEx fix
178 (fixes smooth scrolling of child windows in Opera html window)
179 o Detect DestroyWindow call during CreateWindowEx and delay
180 deleting the window/dialog object.
181 (fixes crash in Opera when going to fullscreen mode)
182
183 2000-02-17: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
184 - Win32kCC: o Rewrote to notebook. (fixes size problem)
185 o Added memoryinfo page which is refreshed every second.
186
187 2000-02-17: Yuri Dario <mc6530@mclink.it>
188 - INCLUDE: o Header changes for compiling Opera
189
190 2001-02-17: Sander van Leeuwen <sandervl@xs4all.nl>
191 - USER32: o Store active status in custom window word. QWS_FLAGS appears
192 to be modified by PM somewhere.
193 (fixes WM_ACTIVATE loop in Opera when maximizing or restoring
194 the mdi window)
195 o Don't include RDW_NOERASE flag in InvalidateRect/Rgn
196 (fixes background erase for mdi client window in Opera)
197 o IsChild only checked the direct parent of a window. Must
198 check all parents (parents of parents etc)
199 (fixes TAB handling in Opera dialogs)
200 o Ported latest GetNextDlgTabItem from Wine
201 (fixes TAB handling in Opera dialogs)
202 o WM_ADJUSTWINDOWPOS bugfix (if app changes size/position)
203 OSLibMapWINDOWPOStoSWP can add flags, but we must not let
204 it remove flags.
205 (fixes resizing of Opera MDI windows)
206 o ScrollWindow(Ex) bugfixes
207 Must scroll child windows manually
208 (fixes scrolling of Opera html MDI windows)
209 o Combobox fix from Wine (CBCalcPlacement)
210 (fixes combobox controls in Opera html MDI windows)
211 (TODO: sync rest with latest Wine control code)
212
213 2001-02-15: Sander van Leeuwen <sandervl@xs4all.nl>
214 - COMDLG32: o Ignore OFN_FILEMUSTEXIST flag in GetSaveFileNameA/W
215 (NT4 seems to ignore it too and it fixes the save dialog
216 in ElstarFormular 2000)
217
218 2001-02-14: knut stange osmundsen <knut.stange.osmundsen@mynd.no>
219 - Win32k.lib:
220 o Corrected build breaker: log.h should not be included.
221 log.h was removed from the CINLCUDES two days ago.
222
223 2001-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
224 - KERNEL32: o Allocate TLS index of module before loading the dll it needs
225 (some apps assume their executable index is always zero)
226 (fixes crash in BrMSX)
227 o Must use EXC_CallHandler to call RtlUnwind handler
228 (fixes crash during RaiseException in BrMSX)
229 - OPENGL\GLU:
230 o Removed initterm.cpp. Use dllentry.obj instead
231 - INCLUDE\misc.h:
232 o Print file and function name before executing an int 3. (DebugInt3)
233 - *\initterm.cpp:
234 o Wrong calling convention for CRT_Init/Term, ctordtorInit/Term
235 o VAC 3.6.5 ctordtorInit/Term takes one parameter
236 - USER32: o Delay SetFocus when called during processing of WM_SETFOCUS
237 message (not allowed by PM).
238 (fixes keyboard focus in ElstarFormular 2000)
239
240 2000-02-13: Michal Necasek <michalnec@volny.cz>
241 - USER32: o Wrong unicode<->ascii translation for some listbox & combobox
242 messages. Must check if the control style includes LB/CB_HASSTRINGS.
243 (CB_FINDSTRING, CB_FINDSTRINGEXACT, CB_SELECTSTRING,
244 LB_FINDSTRING, LB_FINDSTRINGEXACT, LB_SELECTSTRING)
245
246 2001-02-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
247 - Win32k.lib:
248 o Removed /src/win32k/include from the CFLAGS.
249
250 2001-02-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
251 - Win32k: o Added symbols for the 14062D kernels.
252 o Added a query API for getting memory information.
253 o Added force preload option - should be very useful when
254 debugging Ring 3 apps with ICAT. (Option -F)
255
256 2001-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
257 - ODINCRT: o Completed runtime dll for VAC 3.6.5
258 - WINMM, GLU, CRTDLL, KERNEL32:
259 o Compile fixes for VAC 3.6.5
260 - RASAPI32: o Can't use LXLITE as it crashes on this binary
261 - KERNEL32: o Check handle in LocalLock and return NULL if invalid
262 (some apps use LocalLock to get access to GDI objects; doesn't
263 work in Odin (TODO))
264
265 2001-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
266 - USER32: o Check if window has been destroyed before accessing
267 this pointer again in SendInternalMessage.
268 (fixes heap corruption in MS Visual C++ 4.2 install)
269 TODO: Needs a permanent and correct solution as this
270 can happen in several other places.
271 Also a potential problem in user32 controls (InfoPtr).
272 o Set last error to ERROR_INVALID_INDEX for invalid class word
273 index.
274
275 2001-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
276 - COMCTL32: o Register controls in LibMain, not in DLL_InitTerm
277 - KERNEL32: o Re-register dll if DosFreeModule failed with ERROR_INVALID_ACCESS
278 Dll refuses to unload if it has an active exitlist handler
279 or depends on a dll that registered an exitlist handler.
280 In this case the handle remains valid and the entrypoint of
281 the dll is NOT called for DLL_PROCESS_DETACH. The next time
282 DosLoadModule is called, the entrypoint (and RegisterLXDll)
283 isn't called (DLL_PROCESS_ATTACH).
284 WORKAROUND: Re-register the dll so future functions that
285 use this dll calls don't fail.
286 (fixes crash in shell32 in TextPad 4)
287 o shared & code heap umalloc changed (now more meaningful debug
288 messages in case of heap corruption)
289 - USER32: o WM_MINIMIZE/WS_MAXIMIZE support added to CreateWindow
290 (fixes size of main InstallShield window for Microsoft Visual
291 C++ 4.2)
292 o Fixed FS corruption in DIALOG_DlgDirList (c library function calls)
293
294 2001-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
295 - KERNEL32: o Standard in/out/error handle fix. Disable change during
296 console init.
297 (fixes output of console applications; input doesn't work well yet)
298 - USER32: o Dialog control fix. Creating them with CreateWindowExW does not
299 work since our standard user32 controls are still ASCII.
300 (fixes missing icon control in Acrobat Distiller window)
301
302 2001-02-08: Michal Necasek <michalnec@volny.cz>
303 - KERNEL32: o RtlUnwind bugfix
304
305 2001-02-04: Sander van Leeuwen <sandervl@xs4all.nl>
306 - USER32: o Wrong error set in GetDlgItem. Must be ERROR_CONTROL_ID_NOT_FOUND.
307 (verified in NT4, SP6)
308
309 2001-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
310 - USER32: o Get/SetWindowLongA/W, Get/SetWindowWord: must set
311 last error to ERROR_INVALID_WINDOW_HANDLE if window not found.
312 (verified in NT4, SP6)
313 Must also return ERROR_INVALID_INDEX if index is out of range.
314 (used to return ERROR_INVALID_PARAMETER) (verified in NT4, SP6)
315 o Temporary hack to force focus to newly created window
316 (if no Odin window has focus after sending WM_ACTIVATE, set
317 focus to window that received the activate message)
318 (fixes wrong keyboard focus in RealPlayer 8)
319
320 2001-02-02: Sander van Leeuwen <sandervl@xs4all.nl>
321 - USER32: o DrawEdge bugfixes (signed/unsigned char mismatches)
322 (fixes lines in properties dialog of RealPlayer 8)
323 o Fixed incorrect rounding in dialog control size calculation
324 (fixes wrong height of some dialog controls (rp8 pref. dialog lines))
325 o Don't unregister class if there are still windows that use it.
326
327 2001-02-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
328 - Win32k: o Added option for the All-In-One-Object fix to be able
329 to debug PE executables thru the ICAT. Works with pe2lx
330 and win32k.sys.
331 -1<+|-|[*]>
332 +: Applied when needed. (checked)
333 -: Never applied (use this to debug). (not checked)
334 *: Allways applied. (default) (gray)
335 It's also added to Win32kCC as a three state checkbutton.
336
337 WARNING! This option should only be used for debugging
338 and will cause your system to crash if used with based
339 images!
340 - tools\Common:
341 o Minor changes in the fileformat classes to use kFile.
342
343 2001-02-01: Sander van Leeuwen <sandervl@xs4all.nl>
344 - GDI32: o LineDDA fix (wrong calling convention)
345 (fixes crash in Solitaire)
346 - USER32: o clientHeight bugfix. Check hwnd instead of pHps->hwnd.
347 (pHps can be NULL)
348 (fixes crash in Solitaire)
349 - INSTALL: o Include ChangeLog-2001 in daily build
350 - COMDLG32: o Merged some changes from Wine (extra notification in
351 FileOpenDlgProc95 & OFN_NOCHANGEDIR support (also added
352 to Unicode version of file open dialog))
353 o Removed workaround for Acrobat Reader file open dialog
354 (Wine update fixed it)
Note: See TracBrowser for help on using the repository browser.