source: trunk/changelog@ 5999

Last change on this file since 5999 was 5999, checked in by bird, 24 years ago

* empty log message *

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