| [3682] | 1 | /* $Id: changelog,v 1.980 2000-06-08 20:48:52 sandervl Exp $ */
|
|---|
| [2659] | 2 |
|
|---|
| [3681] | 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)
|
|---|
| [3682] | 11 | Call MsgNCPaint in RedrawWindow (WM_NCPAINT is not posted
|
|---|
| [3681] | 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
|
|---|
| [3671] | 16 |
|
|---|
| [3681] | 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 |
|
|---|
| [3661] | 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
|
|---|
| [3664] | 50 | SetParent/GetParent fixes for desktop parent.
|
|---|
| [3661] | 51 | - SHELL32: Disabled system tray window for now. (appears in top/right
|
|---|
| 52 | of the desktop otherwise)
|
|---|
| 53 |
|
|---|
| [3656] | 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.
|
|---|
| [3657] | 57 | Clear WHDR_INQUEUE bit for buffers returned in WaveOutReset
|
|---|
| [3656] | 58 |
|
|---|
| [3652] | 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 |
|
|---|
| [3654] | 64 | 2000-06-02: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
|---|
| 65 | - SHELL32: Systray class registered with wrong name
|
|---|
| 66 |
|
|---|
| [3639] | 67 | 2000-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 68 | - GDI32/USER32: Moved GetClipRgn & GetClipBox into user32 (dc.cpp)
|
|---|
| [3654] | 69 | - GDI32: Added more logging
|
|---|
| [3639] | 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.
|
|---|
| [3644] | 82 | - SHELL32: Added ISF_MyComputer_fnParseDisplayName from latest Wine
|
|---|
| 83 | Fixes open file dialog
|
|---|