source: trunk/changelog@ 5199

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

* empty log message *

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