source: trunk/changelog@ 5273

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

* empty log message *

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