source: trunk/changelog@ 3716

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

* empty log message *

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