source: trunk/changelog@ 6104

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

* empty log message *

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