source: trunk/changelog@ 3724

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

* empty log message *

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