source: trunk/changelog@ 5213

Last change on this file since 5213 was 5213, checked in by achimha, 25 years ago

* empty log message *

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