source: trunk/changelog@ 6062

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

* empty log message *

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