source: trunk/changelog@ 3717

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

* empty log message *

File size: 7.4 KB
Line 
1 /* $Id: changelog,v 1.994 2000-06-16 21:22:49 sandervl Exp $ */
2
3 2000-06-16: Sander van Leeuwen <sandervl@xs4all.nl>
4 - GDI32: Put back region 'bugfix' as it's completely wrong and breaks
5 RealPlayer 7.
6 - KERNEL32: FindResource bugfix for resource names starting with '#'
7 (i.e. "#102" really means numeric id 102)
8
9 2000-06-14: Patrick Haller <phaller@gmx.net>
10 - KERNEL32: - fix in HandleManager::DuplicateHandler to call
11 OSLibDosDupHandle() instead of CreateFile
12 - fix oslibdos.h FILE_ SetFilePointer constants
13 were shifted by 1
14 - fix for signed negative 32-bit seek from llseek()
15 forwarded to the 64-bit OS/2 DosSetFilePtrL()
16 Note: need to check file locking APIs !
17 - fix GPI32 region: clientHeight, clientWidth:
18 hwnd == 0 == HWND_DESKTOP seems to be valid !
19
20 2000-06-14: Sander van Leeuwen <sandervl@xs4all.nl>
21 - USER32: Rewrote ExcludeUpdateRgn & GetUpdateRgn
22 Check if update rectangle is emtpy in PM WM_PAINT msg;
23 ignore it when that's the case
24 -> fixes excessive redrawing in Lotus Notes
25 - GDI32: Put back region apis
26 Rewrote region functions
27 DIB section reversal bugs fixed (as seen in Starcraft install)
28
29 2000-06-14: Patrick Haller <phaller@gmx.net>
30 - KERNEL32: Altered calling of dllEntryPoint() depending on
31 static or dynamic loading if library according
32 to the Win32 documentation. (StarCraft)
33
34 2000-06-13: Sander van Leeuwen <sandervl@xs4all.nl>
35 - USER32: Check if class already exists in RegisterClass(Ex)A/W
36 and return 0 (ERROR_CLASS_ALREADY_EXISTS) if true
37
38 2000-06-12: Patrick Haller <phaller@gmx.net>
39 - LZ32: Updated to current WINE level (minor changes)
40
41 2000-06-11: Patrick Haller <phaller@gmx.net>
42 - KERNEL32: Moved GetNumberFormat to different source file and enhanced
43 it a little (WinRAR shows file sizes)
44 Creating an existing directory does not return an error ?!
45 Updated GetStringTypeA/W and GetStringTypeExA/W
46
47 - SHLWAPI: Added a whole lot of missing functions, forwarders, stubs
48 Only 50 more to go for IE4 ...
49
50 2000-06-09: Patrick Haller <phaller@gmx.net>
51 - COMCTL32: Added some missing stubs (.9 .10 .389 .390)
52 - SHLWAPI: Added numerous missing functions, some stubs
53 (.1 .2 .3 .4 .5 .6 .7 .8 .9 .10 .11 .12 .13 .14 .15 .16
54 .23 .28 .37 .38 .40 .43 .53 .56 .59 .60 .74 .83 .94 .95
55 .102 .116 .117 .158 .197 .240)
56
57 2000-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
58 - KERNEL32: Fixed incorrect last error for OpenFile & LoadLibrary(Ex)
59 Added null pointer check to RegQueryValueW and fixed
60 memory leak.
61 - USER32: Ignore weird WM_ADJUSTWINDOWPOS messages (why are they sent?)
62 -> fixes combo box
63 Fixed GetUpdateRect
64 RedrawWindow changes; SetWindowPos fix (client invalidation)
65 Call MsgNCPaint in RedrawWindow (WM_NCPAINT is not posted
66 if update region doesn't include (part of) the nonclient area.
67 -> fixes RealPlayer 7 titlebar, borders & menu
68 GetTopWindow fix. (should work properly now)
69
70 2000-08-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
71 - tools/install:Added a stram 'close' on the changelog.
72 (4OS2 can't copy files which are opened for write(?).
73 The changelog has to be closed after copying it into
74 the odininst.wis file.)
75 - tools/DailyBuild:
76 Creates .WPI releases too.
77 (odin32pack.cmd and odin32ftp2.cmd)
78 WarpIn is added to the build environment variables
79 (odin32env.cmd).
80 WarpIn is added to the build environment variables
81 (odin32env.cmd).
82
83 2000-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
84 - USER32: Fixed wrong dispatch of WM_NCHITTEST
85 Fixed DC leak in EndPaint (reset hps type to TYPE_1)
86 -> resulted in out of memory and very slow PM operations
87 -> ICQ 2000a install now finishes (used to run out of mem)
88 Rewrote window management; now one PM window (non-frame)
89 is created for each win32 window (used to be a frame/client
90 pair)
91 -> speeds up drawing & fixes some repaint problems
92 Window coordinates (internally stored) are now relative
93 to window parent (or screen coord. if no parent); client
94 coordinates relative to the frame window
95 GetParent now returns owner if toplevel window
96 SetParent hides and shows window when changing parent
97 Added support for DCX_USESTYLE, DCX_CLIPSIBLINGS, DCX_CLIPCHILDREN
98 and DCX_PARENTCLIP in GetDCEx
99 Rewrote Set/GetWindowPlacement + SetInternalWindowPos (Wine port)
100 Manual minimize, maximize & restore in ShowWindow + fixes
101 TODO: Repaint problems, move child windows when client position/size
102 changes
103 SetParent/GetParent fixes for desktop parent.
104 - SHELL32: Disabled system tray window for now. (appears in top/right
105 of the desktop otherwise)
106
107 2000-06-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
108 - WINMM: Don't start playback when WaveOutRestart is called
109 before any buffers have been added.
110 Clear WHDR_INQUEUE bit for buffers returned in WaveOutReset
111
112 2000-06-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
113 - Win32k/REXX: Rewrote the REXX stub program in assembly.
114 (exe size: 688 bytes) Might be able to embedd it in
115 win32k.sys... (not priority)
116
117 2000-06-02: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
118 - SHELL32: Systray class registered with wrong name
119
120 2000-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
121 - GDI32/USER32: Moved GetClipRgn & GetClipBox into user32 (dc.cpp)
122 - GDI32: Added more logging
123 - KERNEL32: Rewrote CompareFileTime, DeleteFileA
124 Put file io apis in separate handlemanager object class
125 Rewrote most file io apis; includes support for 64 bits file
126 pointer/size:
127 - CreateFile/OpenFile/DuplicateHandle/CloseHandle
128 - ReadFile(Ex)/WriteFileEx/GetFileType/GetFileInformationByHandle
129 - SetEndOfFile/SetFileTime/GetFileTime/GetFileSize
130 - SetFilePointer/LockFile(Ex)/UnlockFile(Ex)/FlushFileBuffers
131 Fixed some OpenFile bugs. Put Read/WriteFileEx into file
132 io class. Fixed LockFileEx/UnlockFileEx
133 New file apis use OS/2 apis now; overlapped IO not yet
134 supported.
135 - SHELL32: Added ISF_MyComputer_fnParseDisplayName from latest Wine
136 Fixes open file dialog
Note: See TracBrowser for help on using the repository browser.