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