source: trunk/changelog@ 4324

Last change on this file since 4324 was 4322, checked in by mike, 25 years ago

Fixed many many bugs in the 8/16bit transblt functions.

File size: 14.6 KB
RevLine 
[4322]1 /* $Id: changelog,v 1.1145 2000-09-25 18:53:42 mike Exp $ */
[2659]2
[4322]3 2000-09-25: Michal Necasek <michalnec@volny.cz>
4 - DDRAW, DDRAW\new: Fixed way too many bugs in asmutil.cpp. Both
5 the MMX and non-MMX transparent blitting functions were
6 incredibly buggy. They probably still are, but _much_ less
7 so. This fixed mouse pointer in Master of Orion II among other
8 things (but the Win95 version of MOO2 is simply buggy anyway).
9
[4320]10 2000-09-25: Patrick Haller <phaller@gmx.net>
11 - KERNEL32: GlobalMemoryStatus does no more rely on Open32 (experiment for AOE)
[4321]12 This version should "provide" more memory.
[4320]13
[4318]14 2000-09-24: Markus Montkowski <mmontkowski@gmx.de>
15 - DPLAYX
16 INCLUDE\win\dplay.h
17 INCLUDE\winpdlobby.h : Synced with latest WINE source,
18 should fix some DX version checking via COM interfaces (like in AOE)
19
[4311]20 2000-09-22: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
21 - GLU32: - Changed sorter.cpp to eliminate compiler error
22 - OPENGL32: - Minor change to glthread.c
23
[4303]24 2000-09-22: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[4306]25 - Win32k/Pe2Lx:
26 -Always apply all-in-one-object aligment fix. This will
[4303]27 solve lots of problems. (Hopefully temporary; I will explore
28 a VMAllocMem flag for VDMs which allows allocation of
29 pagealigned objects in the tiled arenas. The flag works
30 as expected but I get IPEs during process cleanup...)
[4306]31 -Corrected bug in applyFixups. Fixups was not applied when
[4303]32 the all-in-one-object aligment fix was applied.
[4306]33 -The problem with the build 14053 (testcase) kernels is solved.
34 ldrOpenPath have got an addition parameter. Symbols added
35 to the SymDB.
36 -Win32k.sys build now requires h2inc.exe is present in
37 the tools directory of the base DDK.
[4305]38 - KERNEL32: Changed Pe2Lx to use module address (address of the header
39 object) as hinstance. Some programs depends on this.
[4309]40 - opengl\glu\nurbs\internals: Turned off optimization. Internal
41 compiler error in release mode compiling sorter.cpp.
[4303]42
[4293]43 2000-09-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
44 - INCLUDE\makefiles: Made cleanrule omittable by defining NOCLEAN.
45 - Pe2Lx: Corrected/Made cleanrule.
46 - Win32k: New Microsoft C fix. Invokes it with no environment. Thanks goes to
47 Serge Sterck for this discovery. I hope it works out well.
48
49
[4286]50 2000-09-20: Markus Montkowski <mmontkowski@gmx.de>
51 - KERNEL32: Implemented COM-port APIs
52 Enhanced handlemanager to support device and handle data (for COM ports)
53 Added IOCTL to oslibdos
54 - INCLUDE\handlemanager.h os2win.h win32type.h: added COM definitions
55
[4283]56 2000-09-19: Michal Necasek <mike@mendelu.cz>
57 - INCLUDE\makefiles: disable C++ exception handling code generation (FS:0 changes)
58
[4281]59 2000-09-16: Sander van Leeuwen <sandervl@xs4all.nl>
60 - KERNEL32: Fixed matchModName bugs. (compare name without extension)
61 - WNASPI32: Restore win32 FS selector before calling post procedure
62
63 2000-09-16: David Raison <djr@lemur.co.uk>
[4275]64 - OLE32: Further updates from Wine
65 IMessageFilter stubs.
[4277]66 - OLEAUT32: Updates from Wine
67 ITypeComp stubs.
[4275]68
[4272]69 2000-09-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
70 - Tools\dbginfo: Solved DosCall1.DLL problem. Successfully creates HLL
71 HLL debuginfo from .SYM files and add it to LX files.
72
[4270]73 2000-09-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[4269]74 - KERNEL32: Corrected logging for GetModuleFileNameA/W (a handle and
75 a string pointer was mixed - which proved fatal with
76 logging enabled).
77
[4270]78 2000-09-15: David Raison <djr@lemur.co.uk>
[4267]79 - OLE32: Updates from Wine
80
[4270]81 2000-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
[4262]82 - WNASPI32: Open and initialize aspirout during dll load; doing this
83 for *every* aspi command is very inefficient.
84 Not possible to share aspirout now, but that could be fixed
85 later on.
86 - KERNEL32: Bug in recent exception handler changes; nested exception
87 are allowed to be dispatched to Odin's handlers. (PE loader
88 depends on it -> fixes crash in Lotus Notes)
89 Export WriteLogNoEOL
90
[4270]91 2000-09-14: Sander van Leeuwen <sandervl@xs4all.nl>
[4269]92 - WNASPI32: Fixed uninitialized variables in aspirout class
[4261]93 Fixed memory leaks (aspi object not deleted when something goes wrong)
94 - KERNEL32: Implemented IOCTL_SCSI_GET_ADDRESS (not perfect; only works
95 for cdrom/dvd drives and only the first one)
96
[4270]97 2000-09-13: Sander van Leeuwen <sandervl@xs4all.nl>
[4253]98 - KERNEL32: InitCommandLine corrupted the heap
99 Created HandleManager class for physical disks
[4269]100 - GDI32: StretchDIBits: Open32 always returns height of bitmap (regardless of how many
[4253]101 scanlines were copied); now corrected
102 - WNASPI32: Fixed FS corruption
103
[4251]104 2000-09-13: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
105 - KERNEL32: Added method matchModName to Win32ImageBase.
106 Used matchModName in LoadLibraryExA.
107 Documented and enhanced GetModuleFileNameA/W.
108 - Win32k: Display build time and date on verbose init.
109 Made sure build time and date is updated everytime
110 it's relinked.
111
[4243]112 2000-09-12: Sander van Leeuwen <sandervl@xs4all.nl>
113 - KERNEL32: GetCommandLine changes broke LX executable support. Fixed now.
114
[4238]115 2000-09-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
116 - KERNEL32: Rewrote GetCommandLineA/W. Don't depend on Open32 any longer.
117 The commandline strings are moved to global variables in
118 wprocess.cpp.
119 Added/extended some OSLib calls.
120
[4240]121 - Wink32: When invoking PE.EXE the first argument (Win32 exe name)
122 should be in quotes.
123 This is not yet corrected for the other invokers. (Scripts/Java).
124
[4228]125 2000-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
126 - KERNEL32: Don't dispatch exceptions after application has called
[4238]127 ExitProcess. (fixes endless loop of exception handler calls
[4228]128 in RealPlayer 7)
[4233]129 Create more registry keys during installation:
130 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager
[4253]131 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
132 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe
[4233]133 GetFileAttributesA trashes the stack (EBX register corrupted after return)
134 If CreateFile fails to duplicate the handle, then try DosDupHandle
135 (DuplicateHandle for memory mapped files in IE5)
136 Set dwCreation flag to OPEN_EXISTING for DuplicateHandle (memory mapped files)
137 - PE: Endless loop when it can't find executable with name in quotes
[4228]138
[4226]139 2000-09-08: Michal Necasek <mike@mendelu.cz>
140 - KERNEL32: Changes and fixes for exception handling (now dispatches
141 exceptions to win32 apps)
142
143 2000-09-08: Sander van Leeuwen <sandervl@xs4all.nl>
144 - KERNEL32: Implemented EnumResourceLanguagesA/W
145 Put back some code that was changed. (environ.cpp & heap.cpp)
146 - GDI32: Fixed FS bug in OSLibDeleteRegion
147 - USER32: Removed wrapper for GetWindow; not required
148
[4221]149 2000-09-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
150 - Win32k: Added last FP14 kernel to Symbol database.
151 Splitted extract.c from Probkrnl.c. Removed old debug
152 code from Probkrnl.c (Probkrnl.exe) - use win32ktst.exe
153 for Ring-3 testing now.
[4238]154 Added filehandle fix for MSC60a compiler. (fix don't work!)
[4221]155
[4207]156 2000-09-07: Patrick Haller <phaller@gmx.net>
[4215]157 - KERNEL32: Fixed some FS: bugs in time.cpp, environ.cpp, heap.cpp
158 Fixed language support from WINE sync
159 - GDI32: Fixed some FS: bug in DeleteObject(), DeleteDC()
[4207]160
[4205]161 2000-09-07: Sander van Leeuwen <sandervl@xs4all.nl>
162 - COMCTL32: TOOLBAR_SetBitmapSize & TOOLBAR_SetBitmapSize; do not return
163 FALSE when called after buttons have been created.
164 (failed assertions in MFC applications; this code is from
165 the latest Wine source tree)
166 - SHELL32: Merged more changes made by Christoph into new tree
167 - KERNEL32: InitDirectories must be called before InitializeTIB or else
168 a win.ini file is created in the root dir (InitializeTIB
169 loads ntdll which depends on user32)
170 (reported by Kai Sommerfeld)
171 - USER32: GetWindow was completely wrong. Didn't take Z-order into account.
172 Fixes MFC applications (missing controls + redraw problems)
[4199]173
[4206]174 2000-09-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
175 - install: Added Win32kCC.exe and kRx.EXE to the .wpi distributions.
176
[4195]177 2000-09-05: Sander van Leeuwen <sandervl@xs4all.nl>
178 - USER32: WM_PARENTNOTIFY during WM_CREATE was sent to the wrong window
[4253]179 WM_FOCUSCHANGE fix; set & kill focus were sent twice
[4195]180 Added more logging.
181 Activate window after resizing (WM_WINDOWPOSCHANGED in pmwindow.cpp)
[4196]182 - KERNEL32: Workaround for RegSetValueA; a call to this api in Netscape
183 fails with error 8 due to a 0 size of the key data
184 HMOpenFile fix; pHMHandleData->dwCreation must be set
185 to OPEN_EXISTING or else the memory map class will fail
186 to duplicate the handle.
[4195]187
[4187]188 2000-09-04: Sander van Leeuwen <sandervl@xs4all.nl>
189 - KERNEL32: GetDiskFreeSpaceExA: added support for 64 bits disk size
190 Rewrote GetDiskFreeSpace (no longer uses Open32)
191 - USER32: SetWindowLong GWL_WNDPROC changes/fixes
[4318]192 Type of SetWindowLong determines new window proc type
[4187]193 UNLESS the new window proc has already been registered
194 (use the old type in that case) (VERIFIED in NT 4, SP6)
195 Return original window procedure if types match (SetWindowLongX & proc type)
196 otherwise window proc wrapper.
197 Fixes wrong strings in Notes 5.0. (new string problems, but they
198 are caused by something else)
[4221]199 - COMCTL32: CreateUpDownControl was not exported correctly
[4191]200 (reported by Reinhold Kopper)
[4187]201
[4182]202 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[4186]203 - Win32k: Improved error reporting.
204 Corrected fatal bug in the QueryOptionsStatus IOCtl,
205 had forgotten three SSToDS()...
206
207 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[4182]208 - doc/readme.txt: Updated Win32k sections.
209 - Win32k: Fixed missing object in the 16-bit clib.lib which caused
210 linking of win32k.sys to fail in last daily build.
211 Support for comport 3 and 4.
212 - Win32kCC: Updated dialog to show all information provided by the
213 Win32k IOCtl interface.
[4184]214 - Include/HandleManager.h:
215 Added prototype for HMDeviceIoControl which Sander forgot.
[4182]216
[4175]217 2000-09-03: Patrick Haller <phaller@gmx.net>
[4187]218 - KERNEL32: NLS sync with WINE
[4175]219
[4173]220 2000-09-03: Sander van Leeuwen <sandervl@xs4all.nl>
[4182]221 - KERNEL32: More logging;
[4173]222 DeviceIoControl didn't have handlemanager wrapper
223 - GDI32: Missing wrapper for WinDrawTabbedText caused FS corruption.
224 PLEASE be more careful in the future!
225
226 2000-09-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[4168]227 - Win32k: Finally. I've merged the new changes into the main branch.
228 The most important things are:
229 - More correct search order for DLLs. The differences are
230 now that _ALL_ DLLs are found using the Windows search
231 order, and that the LIBPATH are also searched (last).
232 - PE.EXE may be invoked by Win32k.sys.
233 Win32k.sys will now operate in three modes:
[4182]234 - Pe2Lx mode. Only the Pe2Lx method is used.
[4168]235 - Mixed Pe2Lx and Pe.exe mode. Pe.exe is invoked for
236 executables which Pe2Lx don't currently support.
237 (like WinWord, which BTW may trap you PC if invoked
[4182]238 in Pe2Lx mode.)
[4168]239 This is the default mode.
240 - Pe.exe mode. Pe.exe is allways used.
241 (see readme.txt, I'll update it to ASAP but not to night.
242 (I tired after working 36 hours on finishing this...)
243 - UNIX Shell Scripts are working (now).
244 - JAVA invokation. If you try to load a JAVA class the
245 it is executed using java.exe. (note that the class
246 name is case sensitive!)
247 - Pure REXX. This one is for Nenad. .RX and .REX are
248 loaded using a tiny REXX starter, kRX.exe (found in
249 System32 directory).
250 - Win32k Control Center, Win32kCC.EXE. Simple PM
251 program which allows you to change the Win32k.SYS
252 options while running. It does also show some status
253 information (will be extended).
254 - Support for FP14 in the Symbol database.
255 (use the 09th Aug. kernel please).
256
257 - KERNEL32: Speeded up loading by using Win32k.sys IOCtl to get
258 objecttable entries (OTE) for the Pe2Lx executable images,
259 instead of using DosQuerySysState (which gets OTEs for all
260 modules in the entrie system). (This is the reason for the
261 win32k.lib file - it's made by the 'libs' rule from src.)
262
[4151]263 2000-09-02: Sander van Leeuwen <sandervl@xs4all.nl>
264 - USER32: Rewrote IsZoomed
265 Removed winzip invisible button fix; causes many repaint
266 problems. Need to find the real cause.
267 - DDRAW: More debug logging; implemented ClipGetClipList
268 - WINMM: mixerGetID fix (for NULL hmixer)
269
[4145]270 2000-09-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
271 - INCLUDE: Shut up the OS/2 resource compiler (added -n to OS2RCFLAGS).
272 Added linkage macro for the OS2RC which exepacks the resource
273 object: OS2RCLFLAGS
274
[4140]275 2000-09-01: Patrick Haller <phaller@gmx.net>
276 - GDI32: - Open32 fix for CreateDIBitmap: some apps claim they have
277 a bitmap w/o palette color table and then send one in to copy.
278 - USER32: - PMWINDOW.CPP: WM_FOCUSCHANCE - validate GetTopParent() handle
279
Note: See TracBrowser for help on using the repository browser.