source: trunk/changelog@ 3661

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

* empty log message *

File size: 3.2 KB
Line 
1 /* $Id: changelog,v 1.973 2000-06-07 14:46:25 sandervl Exp $ */
2
3 2000-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: Fixed wrong dispatch of WM_NCHITTEST
5 Fixed DC leak in EndPaint (reset hps type to TYPE_1)
6 -> resulted in out of memory and very slow PM operations
7 -> ICQ 2000a install now finishes (used to run out of mem)
8 Rewrote window management; now one PM window (non-frame)
9 is created for each win32 window (used to be a frame/client
10 pair)
11 -> speeds up drawing & fixes some repaint problems
12 Window coordinates (internally stored) are now relative
13 to window parent (or screen coord. if no parent); client
14 coordinates relative to the frame window
15 GetParent now returns owner if toplevel window
16 SetParent hides and shows window when changing parent
17 Added support for DCX_USESTYLE, DCX_CLIPSIBLINGS, DCX_CLIPCHILDREN
18 and DCX_PARENTCLIP in GetDCEx
19 Rewrote Set/GetWindowPlacement + SetInternalWindowPos (Wine port)
20 Manual minimize, maximize & restore in ShowWindow + fixes
21 TODO: Repaint problems, move child windows when client position/size
22 changes
23 - SHELL32: Disabled system tray window for now. (appears in top/right
24 of the desktop otherwise)
25
26 2000-06-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
27 - WINMM: Don't start playback when WaveOutRestart is called
28 before any buffers have been added.
29 Clear WHDR_INQUEUE bit for buffers returned in WaveOutReset
30
31 2000-06-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
32 - Win32k/REXX: Rewrote the REXX stub program in assembly.
33 (exe size: 688 bytes) Might be able to embedd it in
34 win32k.sys... (not priority)
35
36 2000-06-02: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
37 - SHELL32: Systray class registered with wrong name
38
39 2000-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
40 - GDI32/USER32: Moved GetClipRgn & GetClipBox into user32 (dc.cpp)
41 - GDI32: Added more logging
42 - KERNEL32: Rewrote CompareFileTime, DeleteFileA
43 Put file io apis in separate handlemanager object class
44 Rewrote most file io apis; includes support for 64 bits file
45 pointer/size:
46 - CreateFile/OpenFile/DuplicateHandle/CloseHandle
47 - ReadFile(Ex)/WriteFileEx/GetFileType/GetFileInformationByHandle
48 - SetEndOfFile/SetFileTime/GetFileTime/GetFileSize
49 - SetFilePointer/LockFile(Ex)/UnlockFile(Ex)/FlushFileBuffers
50 Fixed some OpenFile bugs. Put Read/WriteFileEx into file
51 io class. Fixed LockFileEx/UnlockFileEx
52 New file apis use OS/2 apis now; overlapped IO not yet
53 supported.
54 - SHELL32: Added ISF_MyComputer_fnParseDisplayName from latest Wine
55 Fixes open file dialog
Note: See TracBrowser for help on using the repository browser.