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