source: trunk/changelog@ 6085

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

* empty log message *

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