source: trunk/changelog@ 5270

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

* empty log message *

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