source: trunk/changelog@ 3727

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

* empty log message *

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