source: trunk/changelog@ 3764

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

* empty log message *

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