source: trunk/changelog@ 3710

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

* empty log message *

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