source: trunk/changelog@ 6083

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

* empty log message *

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