source: trunk/changelog@ 6076

Last change on this file since 6076 was 6076, checked in by achimha, 24 years ago

* empty log message *

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