source: trunk/changelog@ 6031

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

* empty log message *

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