source: trunk/changelog@ 5235

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

* empty log message *

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