source: trunk/changelog@ 3758

Last change on this file since 3758 was 3758, checked in by sandervl, 25 years ago

* empty log message *

File size: 11.5 KB
RevLine 
[3758]1 /* $Id: changelog,v 1.1008 2000-06-26 12:24:31 sandervl Exp $ */
[2659]2
[3756]3 2000-06-26: Sander van Leeuwen <sandervl@xs4all.nl>
4 - GDI32: Fixed inverse video in RealPlayer 7 with SDD video drivers
5 - USER32: Fixed bug in InvalidateRect/Rgn, don't include children
6 in WinInvalidateRect/Region call -> fixes painting of
7 background bitmap in XWing vs Tie Fighter install app.
8 WinInvalidateRegion with fIncludeChildren=0 invalidates both
9 the parent and child windows (for !WS_CLIPCHILDREN window)
10 fIncludeChildren=1 -> invalidates only child (in xwing case
11 as it overlaps the invalid region completely; though parent
12 window doesn't have WS_CLIPCHILDREN style)
[3758]13 - KERNEL32: Added check for crossing limit of relocation section when
14 applying fixups. (fixes crash in IBM VisualAge Java setup)
[3756]15
[3749]16 2000-06-24: Michal Necasek <mike@mendelu.cz>
17 - KERNEL32: When creating files and mode is readonly, change to
18 read/write (or else DosOpen fails)
[3752]19 GetFileTime failed in OpenFile because handle wasn't
20 saved yet
[3749]21
[3744]22 2000-06-23: Sander van Leeuwen <sandervl@xs4all.nl>
23 - KERNEL32: Changed version; Odin presents itself as Windows NT 4 Service Pack 6
24 Return build nr in high word in GetVersion
25 Minor fixes in GetSystemInfo (processor level & revision)
26 FindResource bugfix for resource types starting with '#'
27 (i.e. "#102" really means numeric id 102)
28
29 2000-06-22: Michal Necasek <mike@mendelu.cz>
30 - KERNEL32: Added language support for Czech Republic
31 - USER32: wsprintf bugfix for %#04x (didn't add leading 0('s) if required)
32
[3742]33 2000-06-22: Christoph Bratschi <cbratschi@datacomm.ch>
34 - COMCTL32: fixed ANIMATE_ThreadFunc's calling convention
35
[3741]36 2000-06-21: Sander van Leeuwen <sandervl@xs4all.nl>
[3744]37 - USER32: Owner bugfix (WS_CHILD window has no owner)
38 Replaced calls to PM frame window handler (i.e. WM_FOCUSCHANGE)
39 Activated menu keyboard accelerators
40 - KERNEL32: Setup environment similar to NT. I.e.:
[3741]41 CPU=i386
42 HOMEDRIVE=<Odin drive>
43 HOMEPATH=\
44 NUMBER_OF_PROCESSORS=2
45 OS=Windows_NT
46 PATHEXT=.COM;.EXE;.BAT;.CMD
47 PROCESSOR_ARCHITECTURE=x86
48 PROCESSOR_IDENTIFIER=x86 Family 6 Model 6 Stepping 5, GenuineIntel
49 PROCESSOR_LEVEL=6
50 PROCESSOR_REVISION=0605
51 SystemDrive=<Odin drive>
52 SystemRoot=<Odin Windows dir>
53 windir=<Odin Windows dir>
54 TODO: Some environment variables still missing (see kernel32\initsystem.cpp)
55
[3735]56 2000-06-21: Patrick Haller <phaller@gmx.net>
57 - MSVCRT: - Added stub for __CxxLongjmpUnwind (NETSCAPE 4.7)
[3738]58 - CRTDLL: - CRTDLL is in some serious troble:
59 1. CRTDLL__close() -> _close()
60 CRTDLL__openU() -> CreateFileA()
61 this combination is incompatible !
62 2. calls like _close() go into the OS/2 kernel somewhere
63 without proper FS: protection -> CRASH.
64 CRTDLL__close() is fixed (CloseHandle()) now.
[3735]65
[3732]66 2000-06-18: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
67 - KERNEL32: Added language support for Poland
68
[3741]69 2000-06-18 Patrick Haller <phaller@gmx.net>
[3729]70 - KERNEL32: - fixed potential memory leak in GetLocaleInfoA
71 - improved GetNumberFormatA
72
[3719]73 2000-06-17: Sander van Leeuwen <sandervl@xs4all.nl>
74 - KERNEL32: Bugfix in resource handling (due to yesterday's change)
[3724]75 DuplicateHandle fix
76 - USER32: Region fixes (RedrawWindow)
[3727]77 Get/SetWindowRgn fixes
78 - INCLUDE\OS2WRAP.H:
79 Added missing wrappers for GpiCreatePolygonRegion,
80 GpiCreateEllipticRegion & GpiCreateRoundRectRegion
[3719]81
[3716]82 2000-06-16: Sander van Leeuwen <sandervl@xs4all.nl>
83 - GDI32: Put back region 'bugfix' as it's completely wrong and breaks
84 RealPlayer 7.
[3717]85 - KERNEL32: FindResource bugfix for resource names starting with '#'
86 (i.e. "#102" really means numeric id 102)
[3716]87
[3714]88 2000-06-14: Patrick Haller <phaller@gmx.net>
89 - KERNEL32: - fix in HandleManager::DuplicateHandler to call
90 OSLibDosDupHandle() instead of CreateFile
91 - fix oslibdos.h FILE_ SetFilePointer constants
92 were shifted by 1
93 - fix for signed negative 32-bit seek from llseek()
94 forwarded to the 64-bit OS/2 DosSetFilePtrL()
95 Note: need to check file locking APIs !
96 - fix GPI32 region: clientHeight, clientWidth:
97 hwnd == 0 == HWND_DESKTOP seems to be valid !
98
[3706]99 2000-06-14: Sander van Leeuwen <sandervl@xs4all.nl>
100 - USER32: Rewrote ExcludeUpdateRgn & GetUpdateRgn
[3710]101 Check if update rectangle is emtpy in PM WM_PAINT msg;
102 ignore it when that's the case
103 -> fixes excessive redrawing in Lotus Notes
[3706]104 - GDI32: Put back region apis
105 Rewrote region functions
[3712]106 DIB section reversal bugs fixed (as seen in Starcraft install)
[3706]107
[3704]108 2000-06-14: Patrick Haller <phaller@gmx.net>
[3706]109 - KERNEL32: Altered calling of dllEntryPoint() depending on
110 static or dynamic loading if library according
111 to the Win32 documentation. (StarCraft)
[3704]112
[3703]113 2000-06-13: Sander van Leeuwen <sandervl@xs4all.nl>
114 - USER32: Check if class already exists in RegisterClass(Ex)A/W
115 and return 0 (ERROR_CLASS_ALREADY_EXISTS) if true
116
[3696]117 2000-06-12: Patrick Haller <phaller@gmx.net>
[3706]118 - LZ32: Updated to current WINE level (minor changes)
[3696]119
[3687]120 2000-06-11: Patrick Haller <phaller@gmx.net>
[3706]121 - KERNEL32: Moved GetNumberFormat to different source file and enhanced
122 it a little (WinRAR shows file sizes)
123 Creating an existing directory does not return an error ?!
124 Updated GetStringTypeA/W and GetStringTypeExA/W
[3694]125
[3687]126 - SHLWAPI: Added a whole lot of missing functions, forwarders, stubs
127 Only 50 more to go for IE4 ...
128
[3683]129 2000-06-09: Patrick Haller <phaller@gmx.net>
130 - COMCTL32: Added some missing stubs (.9 .10 .389 .390)
131 - SHLWAPI: Added numerous missing functions, some stubs
132 (.1 .2 .3 .4 .5 .6 .7 .8 .9 .10 .11 .12 .13 .14 .15 .16
133 .23 .28 .37 .38 .40 .43 .53 .56 .59 .60 .74 .83 .94 .95
134 .102 .116 .117 .158 .197 .240)
135
[3681]136 2000-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
137 - KERNEL32: Fixed incorrect last error for OpenFile & LoadLibrary(Ex)
138 Added null pointer check to RegQueryValueW and fixed
139 memory leak.
140 - USER32: Ignore weird WM_ADJUSTWINDOWPOS messages (why are they sent?)
141 -> fixes combo box
142 Fixed GetUpdateRect
143 RedrawWindow changes; SetWindowPos fix (client invalidation)
[3682]144 Call MsgNCPaint in RedrawWindow (WM_NCPAINT is not posted
[3681]145 if update region doesn't include (part of) the nonclient area.
146 -> fixes RealPlayer 7 titlebar, borders & menu
[3706]147 GetTopWindow fix. (should work properly now)
[3671]148
[3681]149 2000-08-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[3706]150 - tools/install:Added a stram 'close' on the changelog.
151 (4OS2 can't copy files which are opened for write(?).
152 The changelog has to be closed after copying it into
153 the odininst.wis file.)
[3681]154 - tools/DailyBuild:
[3706]155 Creates .WPI releases too.
156 (odin32pack.cmd and odin32ftp2.cmd)
157 WarpIn is added to the build environment variables
158 (odin32env.cmd).
159 WarpIn is added to the build environment variables
160 (odin32env.cmd).
[3681]161
[3661]162 2000-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
163 - USER32: Fixed wrong dispatch of WM_NCHITTEST
164 Fixed DC leak in EndPaint (reset hps type to TYPE_1)
165 -> resulted in out of memory and very slow PM operations
166 -> ICQ 2000a install now finishes (used to run out of mem)
167 Rewrote window management; now one PM window (non-frame)
168 is created for each win32 window (used to be a frame/client
169 pair)
170 -> speeds up drawing & fixes some repaint problems
171 Window coordinates (internally stored) are now relative
172 to window parent (or screen coord. if no parent); client
173 coordinates relative to the frame window
174 GetParent now returns owner if toplevel window
175 SetParent hides and shows window when changing parent
176 Added support for DCX_USESTYLE, DCX_CLIPSIBLINGS, DCX_CLIPCHILDREN
177 and DCX_PARENTCLIP in GetDCEx
178 Rewrote Set/GetWindowPlacement + SetInternalWindowPos (Wine port)
179 Manual minimize, maximize & restore in ShowWindow + fixes
180 TODO: Repaint problems, move child windows when client position/size
181 changes
[3664]182 SetParent/GetParent fixes for desktop parent.
[3661]183 - SHELL32: Disabled system tray window for now. (appears in top/right
184 of the desktop otherwise)
185
[3656]186 2000-06-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
187 - WINMM: Don't start playback when WaveOutRestart is called
188 before any buffers have been added.
[3657]189 Clear WHDR_INQUEUE bit for buffers returned in WaveOutReset
[3656]190
[3652]191 2000-06-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
192 - Win32k/REXX: Rewrote the REXX stub program in assembly.
193 (exe size: 688 bytes) Might be able to embedd it in
194 win32k.sys... (not priority)
195
[3654]196 2000-06-02: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
197 - SHELL32: Systray class registered with wrong name
198
[3639]199 2000-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
200 - GDI32/USER32: Moved GetClipRgn & GetClipBox into user32 (dc.cpp)
[3654]201 - GDI32: Added more logging
[3639]202 - KERNEL32: Rewrote CompareFileTime, DeleteFileA
203 Put file io apis in separate handlemanager object class
204 Rewrote most file io apis; includes support for 64 bits file
205 pointer/size:
206 - CreateFile/OpenFile/DuplicateHandle/CloseHandle
207 - ReadFile(Ex)/WriteFileEx/GetFileType/GetFileInformationByHandle
208 - SetEndOfFile/SetFileTime/GetFileTime/GetFileSize
209 - SetFilePointer/LockFile(Ex)/UnlockFile(Ex)/FlushFileBuffers
210 Fixed some OpenFile bugs. Put Read/WriteFileEx into file
211 io class. Fixed LockFileEx/UnlockFileEx
212 New file apis use OS/2 apis now; overlapped IO not yet
213 supported.
[3644]214 - SHELL32: Added ISF_MyComputer_fnParseDisplayName from latest Wine
215 Fixes open file dialog
Note: See TracBrowser for help on using the repository browser.