source: trunk/changelog@ 6044

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

* empty log message *

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