source: trunk/changelog@ 5233

Last change on this file since 5233 was 5233, checked in by bird, 25 years ago

* empty log message *

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