source: trunk/changelog@ 6071

Last change on this file since 6071 was 6071, checked in by hugh, 24 years ago

Updated InitTerm of Twain_32

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