source: trunk/changelog@ 5290

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

* empty log message *

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