source: trunk/changelog@ 5300

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

* empty log message *

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