source: trunk/changelog@ 6098

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

* empty log message *

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