source: trunk/changelog@ 6024

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

* empty log message *

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