source: trunk/changelog@ 6070

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

* empty log message *

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