source: trunk/changelog@ 3682

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

* empty log message *

File size: 4.8 KB
Line 
1 /* $Id: changelog,v 1.980 2000-06-08 20:48:52 sandervl Exp $ */
2
3 2000-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: Fixed incorrect last error for OpenFile & LoadLibrary(Ex)
5 Added null pointer check to RegQueryValueW and fixed
6 memory leak.
7 - USER32: Ignore weird WM_ADJUSTWINDOWPOS messages (why are they sent?)
8 -> fixes combo box
9 Fixed GetUpdateRect
10 RedrawWindow changes; SetWindowPos fix (client invalidation)
11 Call MsgNCPaint in RedrawWindow (WM_NCPAINT is not posted
12 if update region doesn't include (part of) the nonclient area.
13 -> fixes RealPlayer 7 titlebar, borders & menu
14 GetTopWindow fix. (should work properly now)
15 - GDI32: Moved clip & update region/rect functions into user32
16
17 2000-08-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
18 - tools/install: Added a stram 'close' on the changelog.
19 (4OS2 can't copy files which are opened for write(?).
20 The changelog has to be closed after copying it into
21 the odininst.wis file.)
22 - tools/DailyBuild:
23 - Creates .WPI releases too.
24 (odin32pack.cmd and odin32ftp2.cmd)
25 - WarpIn is added to the build environment variables
26 (odin32env.cmd).
27 - WarpIn is added to the build environment variables
28 (odin32env.cmd).
29
30 2000-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
31 - USER32: Fixed wrong dispatch of WM_NCHITTEST
32 Fixed DC leak in EndPaint (reset hps type to TYPE_1)
33 -> resulted in out of memory and very slow PM operations
34 -> ICQ 2000a install now finishes (used to run out of mem)
35 Rewrote window management; now one PM window (non-frame)
36 is created for each win32 window (used to be a frame/client
37 pair)
38 -> speeds up drawing & fixes some repaint problems
39 Window coordinates (internally stored) are now relative
40 to window parent (or screen coord. if no parent); client
41 coordinates relative to the frame window
42 GetParent now returns owner if toplevel window
43 SetParent hides and shows window when changing parent
44 Added support for DCX_USESTYLE, DCX_CLIPSIBLINGS, DCX_CLIPCHILDREN
45 and DCX_PARENTCLIP in GetDCEx
46 Rewrote Set/GetWindowPlacement + SetInternalWindowPos (Wine port)
47 Manual minimize, maximize & restore in ShowWindow + fixes
48 TODO: Repaint problems, move child windows when client position/size
49 changes
50 SetParent/GetParent fixes for desktop parent.
51 - SHELL32: Disabled system tray window for now. (appears in top/right
52 of the desktop otherwise)
53
54 2000-06-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
55 - WINMM: Don't start playback when WaveOutRestart is called
56 before any buffers have been added.
57 Clear WHDR_INQUEUE bit for buffers returned in WaveOutReset
58
59 2000-06-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
60 - Win32k/REXX: Rewrote the REXX stub program in assembly.
61 (exe size: 688 bytes) Might be able to embedd it in
62 win32k.sys... (not priority)
63
64 2000-06-02: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
65 - SHELL32: Systray class registered with wrong name
66
67 2000-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
68 - GDI32/USER32: Moved GetClipRgn & GetClipBox into user32 (dc.cpp)
69 - GDI32: Added more logging
70 - KERNEL32: Rewrote CompareFileTime, DeleteFileA
71 Put file io apis in separate handlemanager object class
72 Rewrote most file io apis; includes support for 64 bits file
73 pointer/size:
74 - CreateFile/OpenFile/DuplicateHandle/CloseHandle
75 - ReadFile(Ex)/WriteFileEx/GetFileType/GetFileInformationByHandle
76 - SetEndOfFile/SetFileTime/GetFileTime/GetFileSize
77 - SetFilePointer/LockFile(Ex)/UnlockFile(Ex)/FlushFileBuffers
78 Fixed some OpenFile bugs. Put Read/WriteFileEx into file
79 io class. Fixed LockFileEx/UnlockFileEx
80 New file apis use OS/2 apis now; overlapped IO not yet
81 supported.
82 - SHELL32: Added ISF_MyComputer_fnParseDisplayName from latest Wine
83 Fixes open file dialog
Note: See TracBrowser for help on using the repository browser.