source: trunk/changelog@ 6042

Last change on this file since 6042 was 6042, checked in by sandervl, 24 years ago

* empty log message *

File size: 14.0 KB
Line 
1/* $Id: changelog,v 1.1527 2001-06-18 09:00:20 sandervl Exp $ */
2
3 2001-06-18: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: o Added export entry for GetScrollBarInfo
5 o Set ordinals for some exports
6 o Correct size of SBS_SIZEBOX and SBS_SIZEGRIP scrollbars
7 during creation. (if too high or wide)
8 (CPOV bottom scrollbar now appears)
9
10 2001-06-17: Sander van Leeuwen <sandervl@xs4all.nl>
11 - KERNEL32: o Implemented IOCTL_SCSI_PASS_THROUGH_DIRECT storage ioctl
12 - USER32: o Fix for scrollbars with SBS_SIZEBOX or SBS_SIZEGRIP style
13 (use size specified in CreateWindow only if SBS_SIZEBOXTOPLEFTALIGN
14 nor SBS_SIZEBOXBOTTOMRIGHTALIGN style flags set)
15 (CPOV window now has the right size)
16 o Allow WS_VISIBLE changes in SetWindowLong (GWL_STYLE)
17 (CPOV controls in bottom left corner now visible)
18
19 2001-06-17: Dietrich Teickner <Dietrich_Teickner@t-online.de>
20 - COMCTL32: o Check for invalid lpItem in LISTVIEW_GetItemA
21 (fixes crash in SpeedCommander 6)
22 o Datetime control update with latest Wine code
23
24 2001-06-16: Sander van Leeuwen <sandervl@xs4all.nl>
25 - DDRAW: o Save & Restore FS when calling io_init2
26 o Partly implemented DrawEnumDisplayModes4
27 - WINMM: o Resume failed (during waveOutWrite) after underrun
28 (fixes audio error message in Atari Emulator)
29 - KERNEL32: o Implemented IOCTL_DISK_GET_DRIVE_GEOMETRY & IOCTL_DISK_GET_MEDIA_TYPES
30 o Allow direct sector reading from disk + changing read position
31 with SetFilePointer
32 o 6/14 kernel32 changes broke dynamic loading of LX dlls; getHMOD
33 returned the wrong module handle
34
35 2001-06-15: Sander van Leeuwen <sandervl@xs4all.nl>
36 - USER32: o Removed yesterday's getControl dialog change.
37 (causes errors for certain installshield installers)
38 o Add frame controls when app changes style flags (os/2 appearance)
39 (fixes missing titlebar when switching between maximized &
40 restored state for MDI windows in Opera)
41 - KERNEL32: o PDB.exit_code is a pointer to an unknown structure in NT
42 Fill it with a pointer to a memory block with 8th byte set to 1.
43 (fixes crash in AssetAllocator install)
44
45 2001-06-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
46 - KERNEL32: o Correct bug in LoadLibrary which prevented dynamically
47 - WIN32K: o Forgot to close file on failure in ldrOpen. When Pe2Lx
48 failed (due to wrong subsystem), the file remained open.
49
50 2001-06-14: Sander van Leeuwen <sandervl@xs4all.nl>
51 - USER32: o OSLibWinGetMsg: dispatch untranslated message immediately
52 and grab next one.
53 o Manually change min/max/restore button states (OS/2 appearance)
54 o Handle WM_SYSCOMMAND messages in frame window handler
55 o Button fix (Wine bug)
56 Must clear WS_TABSTOP of control that is already unchecked or
57 else multiple control can have this style ((auto)radiobutton)
58 and GetNextDlgTabItem will return the wrong one.
59 Happens in Opera preferences dialog (multimedia) where all
60 autoradio buttons have the WS_TABSTOP style.
61 o Added temporary workaround for Open32 crashes in Opera
62
63 2001-06-13: Sander van Leeuwen <sandervl@xs4all.nl>
64 - USER32: o Corrected position of PM titlebar control
65 o Added SetWindowAppearance function that can be used
66 by Odin32 apps to override the appearance (win32 or OS/2)
67 of windows.
68 o Changed menu font for OS/2 appearance (bold)
69 o Draw system menu icon ourselves (OS/2 appearance)
70 o SetWindowText fix (OS/2 appearance)
71 o WM_ERASEBKGND handling changes for dialogs
72 - GDI32: o CreateDIBSection bugfix (wrong ReleaseDC call)
73
74 2001-06-13: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
75 - WIN16LDR: o Made it compile with Watcom and MSC60.
76 Currently I can't link it with MSC60 form the DDK
77 since there is no window libraries there.
78 Watcom links fine. But the result is not tested.
79 - VDMDBG: o Stubbed this DLL. (It's used by the NT TaskMgr.)
80 (Documented in SDK, doc\misc\VDMDbg.Hlp. Which is included
81 in the NT sdk distributed with Watcom v11 - %WATCOM\sdk.)
82 - Win32k/Pe2Lx:
83 o Allowed loading of images using the NATIVE subsystem.
84 o Added symbols for build 14.065F (2001-05-08) all kernels.
85 - DailyBuild:
86 o Moved Odin.ini to system32 in daily .zips.
87 - NTDLL: o Stubbed NtOpenThread.
88
89 2001-06-12: Sander van Leeuwen <sandervl@xs4all.nl>
90 - USER32: o Partly fixed position of PM frame controls
91 o FillRect fix for 0 brush
92 o Workaround for windows with CS_CLASSDC class. Use same
93 mechanism as CS_OWNDC. (might not always work though)
94 No (easy) way to share a single DC between windows in PM.
95 (fixes paint problems in MED)
96 o Use critical sections for local hooks; faster than
97 kernel mutex semaphore calls.
98 - GDI32: o SetDIBColorTable bugfix
99 - KERNEL32: o Fail to load OS/2 (non-Odin) dlls in LoadLibrary
100 (Winbench tries this)
101 - ADVAPI32: o Pretend no services found in EnumServicesStatusA/W instead of
102 returning error.
103 (prevents crash in Winbench)
104
105 2001-06-11: Sander van Leeuwen <sandervl@xs4all.nl>
106 - USER32: o Reference count bugfixes
107 - GDI32: o Added RGB555 conversion for CreateDIBitmap & SetDIBits
108
109 2001-06-10: Sander van Leeuwen <sandervl@xs4all.nl>
110 - USER32: o SetParent bugfix (caused crashes in user32 after yesterday's changes)
111 o Preliminary support added for OS/2 look and feel (not finished)
112 Odin.ini option:
113 [ODINSYSTEM]
114 OS2Look=1 (default = 0)
115 Creates OS/2 Titlebar, system menu & min/max/close buttons.
116 Also overrides UseWinColors option (uses OS/2 colors).
117 NOTE: Can interfere with windows applications that draw their
118 own custom titlebar. (e.g. RealPlayer)
119 - KERNEL32: o Added OpenProfileUserMapping & CloseProfileUserMapping stubs.
120 o CreateProcess: launch win16 loader for NE executables
121 - WIN16LDR: o Preliminary version of winos2 loader for 16 bits installers
122 Overrides GetVersion & WinExec functions to return the
123 version NT returns and to launch 32 bits programs (using pe).
124 (NOT FINISHED and not included in daily build)
125 - PELDR: o Execute win16 loader for NE executables.
126
127 2001-06-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
128 - Win32API.h:
129 o Added APIs required to compile user32.
130 - src/makefile:
131 o Relaxed the locks a little.
132 - Win32k: o Separated VAC3 and VAC36 output. (Please re-run configure!)
133 - makefiles/VAC36:
134 o Ignore ILIB warnings. (like those in the opengl tree)
135
136 2001-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
137 - USER32: o Keep reference count for window and class objects.
138 Only delete the objects when nobody else is using them anymore.
139 (fixes crashes due to premature destruction of objects;
140 e.g. during Napster startup)
141 - KERNEL32: o heap checking accidentally turned on during logging
142 (making the debug build extremely slow)
143 o Open32's CreateProcess can fail with ERROR_FILE_NOT_FOUND for
144 no apparent reason. Don't bail out when that happens, but try
145 to create the process anyway.
146 (fixes CreateProcess during Napster install)
147 o Improved version of InterlockedIncrement & InterlockedDecrement
148 (borrowed from Wine)
149
150 2001-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
151 - KERNEL32: o WinExec fixes
152 o Ported Wine's WritePrivateProfileSectionA
153 - GDI32: o DIB Section blits: translate all ROPs
154 o GetDIBits fix; RGB conversion was not always performed;
155 now only for requested scanlines.
156
157 2001-06-08: Patrick Haller <patrick.haller@innotek.de>
158 - KERNEL32: o Optimizations for loading of PE images
159
160 2001-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
161 - OLE32: o More VAC 3.6.5 compile fixes
162
163 2001-06-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
164 - FastDep: o Performance enh. Don't scan files more than 1 month older
165 than existing .depend file.
166 o Optimized AVL tree sligtly by not performing two strcmp
167 on the same keys (but resuing the result from the first).
168 o Improved dependencies genereated for OS/2 resource files.
169 (TODO: Fix possible bad precompiler checks for C/C++ and RC.)
170 o Code is now in sync with OS2Tools.
171
172 2001-06-06: Sander van Leeuwen <sandervl@xs4all.nl>
173 - OLE32: o VAC 3.6.5 compile fix
174
175 2001-06-05: Patrick Haller <patrick.haller@innotek.de>
176 - KERNEL32: o Fixed ordinal export resolving for PE executables
177 (SO52 complained about missing exports)
178
179 2001-06-05: Sander van Leeuwen <sandervl@xs4all.nl>
180 - COMCTL32: o Listview: Don't repaint subitem if changed text is the same as old one.
181 (fixes endless repainting loop in WinRAR 2.80)
182 - KERNEL32: o Optimized ordinal lookup even more.
183 (6900 ordinal lookups takes (on average) 31 ms now instead
184 of 78)
185
186 2001-06-04: Sander van Leeuwen <sandervl@xs4all.nl>
187 - KERNEL32: o Added driver dll plugin for custom device driver emulation
188 Enumerates keys in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
189 that contain 'DllName' keys.
190 DllName contains the name of the plugin dll that exports
191 DrvOpen, DrvClose & DrvIOCtl.
192 o Dispatch breakpoint exception to application (release build only)
193 Some nasty applications expect this.
194
195 2001-06-03: Sander van Leeuwen <sandervl@xs4all.nl>
196 - USER32: o Ported & fixed ScrollDC (Wine)
197 (fixes scrolling in Adobe Framemaker 5.5)
198 - GDI32: o RGB 565->555 conversion in GetDIBits
199 o RGB 555->565 conversion in DIB Section sync
200 o Sync DIB section in RealizePalette if any colors changed
201 (fixes PowerDVD colors)
202
203 2001-06-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
204 - Win32k/configure.cmd:
205 o Corrected search for the VAC compiler.
206 o Removed stupid messages when -w is specified.
207
208 2001-06-02: Achim Hasenmueller <achimha@innotek.de>
209 - COMDLG32: o fix crash due to uninitialized COM object pointer in
210 Win95 open file dialog browse mode
211 o default to open mode in file dialog when the
212 OFN_NOVALIDATE mode is used
213 (fixes crash in FrameMaker 5.5 file dialog when opening
214 a file that has broken image references)
215 - KERNEL32: o log both error and no error conditions for GetLastError
216 with default error level. Sometimes, we don't set an error
217 where we should so this logging information is important
218 o set last error to 2 (ERROR_FILE_NOT_FOUND) when using
219 CreateFileA to open a non existing file.
220 DosOpen returned 110 (ERROR_OPEN_FAILED) in this case.
221 Verified with Windows 2000 SP2
222 (makes Acrobat Distiller 5.0 startup and work!)
223
224 2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
225 - WINMM: o Default waveout volume can be controlled by a key in odin.ini:
226 [WINMM]
227 DefVolume=50[0-100] Default waveout volume (default = 100)
228 - USER32: o ScrollDC fix for translating clip & scroll rectangles
229 (fixes scrolling in Adobe Framemaker 5.5)
230
231 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
232 - USER32: o Send WM_HELP if F1 pressed & no menu active
233 o Disabled system hooks (only work in one process)
234 - KERNEL32: o Improved ordinal lookup a bit. (usually 4 times faster, but
235 barely noticable with 'real' applications)
236 - OLE32: o Added OleLoadPictureEx stub
237 - GDI32: o GetDIBits fix for querying the bitmap information
238 WGSS returns 0, but we should return the nr of scan lines requested
239 o GetDIBits fix for memory dcs. WGSS messes things up if
240 it's a memory DC.
241 (fixes lower right button in AIM's logon window when typing
242 in new name)
243 o ExtTextOutA/W fix for filling rectangle with background color
244 only. This doesn't seem to work (anymore) with GpiCharStringPosAt.
245 (fixes border between menu & button bar in Odin MFC app &
246 Acrobat Reader 4.05)
247 o StretchDIBits fix for RGB555 bitmaps
248 (fixes pictures in pdf files shown by Acrobat Reader 4.05)
249 - SHLWAPI: o Added PathGetCharTypeA/W from Wine
250
251 2001-06-01: Patrick Haller <patrick.haller@innotek.de>
252 - KERNEL32: o benchmarked new experimental loader and reverted to
253 old but slightly optimized loader (processExport usually
254 outweighs processImport, so lookup is less valuable than
255 add to export list)
256 - SHELL32: o SIC_Initialize took extremely long to pre-initialize
257 its icon cache. Revert to on-demand loading of the icons,
258 speeds up loading of SHELL32 (therefore most apps)
259 by several seconds.
260
Note: See TracBrowser for help on using the repository browser.