[3703] | 1 | /* $Id: changelog,v 1.987 2000-06-13 21:27:44 sandervl Exp $ */
|
---|
[2659] | 2 |
|
---|
[3703] | 3 | 2000-06-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 4 | - USER32: Check if class already exists in RegisterClass(Ex)A/W
|
---|
| 5 | and return 0 (ERROR_CLASS_ALREADY_EXISTS) if true
|
---|
| 6 |
|
---|
[3696] | 7 | 2000-06-12: Patrick Haller <phaller@gmx.net>
|
---|
| 8 | - LZ32: - updated to current WINE level (minor changes)
|
---|
| 9 |
|
---|
[3687] | 10 | 2000-06-11: Patrick Haller <phaller@gmx.net>
|
---|
[3694] | 11 | - KERNEL32: - moved GetNumberFormat to different source file and enhanced
|
---|
| 12 | it a little (WinRAR shows file sizes)
|
---|
| 13 | - creating an existing directory does not return an error ?!
|
---|
| 14 | - updated GetStringTypeA/W and GetStringTypeExA/W
|
---|
| 15 |
|
---|
[3687] | 16 | - SHLWAPI: Added a whole lot of missing functions, forwarders, stubs
|
---|
| 17 | Only 50 more to go for IE4 ...
|
---|
| 18 |
|
---|
[3683] | 19 | 2000-06-09: Patrick Haller <phaller@gmx.net>
|
---|
| 20 | - COMCTL32: Added some missing stubs (.9 .10 .389 .390)
|
---|
| 21 | - SHLWAPI: Added numerous missing functions, some stubs
|
---|
| 22 | (.1 .2 .3 .4 .5 .6 .7 .8 .9 .10 .11 .12 .13 .14 .15 .16
|
---|
| 23 | .23 .28 .37 .38 .40 .43 .53 .56 .59 .60 .74 .83 .94 .95
|
---|
| 24 | .102 .116 .117 .158 .197 .240)
|
---|
| 25 |
|
---|
[3681] | 26 | 2000-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 27 | - KERNEL32: Fixed incorrect last error for OpenFile & LoadLibrary(Ex)
|
---|
| 28 | Added null pointer check to RegQueryValueW and fixed
|
---|
| 29 | memory leak.
|
---|
| 30 | - USER32: Ignore weird WM_ADJUSTWINDOWPOS messages (why are they sent?)
|
---|
| 31 | -> fixes combo box
|
---|
| 32 | Fixed GetUpdateRect
|
---|
| 33 | RedrawWindow changes; SetWindowPos fix (client invalidation)
|
---|
[3682] | 34 | Call MsgNCPaint in RedrawWindow (WM_NCPAINT is not posted
|
---|
[3681] | 35 | if update region doesn't include (part of) the nonclient area.
|
---|
| 36 | -> fixes RealPlayer 7 titlebar, borders & menu
|
---|
| 37 | GetTopWindow fix. (should work properly now)
|
---|
| 38 | - GDI32: Moved clip & update region/rect functions into user32
|
---|
[3671] | 39 |
|
---|
[3681] | 40 | 2000-08-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 41 | - tools/install: Added a stram 'close' on the changelog.
|
---|
| 42 | (4OS2 can't copy files which are opened for write(?).
|
---|
| 43 | The changelog has to be closed after copying it into
|
---|
| 44 | the odininst.wis file.)
|
---|
| 45 | - tools/DailyBuild:
|
---|
| 46 | - Creates .WPI releases too.
|
---|
| 47 | (odin32pack.cmd and odin32ftp2.cmd)
|
---|
| 48 | - WarpIn is added to the build environment variables
|
---|
| 49 | (odin32env.cmd).
|
---|
| 50 | - WarpIn is added to the build environment variables
|
---|
| 51 | (odin32env.cmd).
|
---|
| 52 |
|
---|
[3661] | 53 | 2000-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 54 | - USER32: Fixed wrong dispatch of WM_NCHITTEST
|
---|
| 55 | Fixed DC leak in EndPaint (reset hps type to TYPE_1)
|
---|
| 56 | -> resulted in out of memory and very slow PM operations
|
---|
| 57 | -> ICQ 2000a install now finishes (used to run out of mem)
|
---|
| 58 | Rewrote window management; now one PM window (non-frame)
|
---|
| 59 | is created for each win32 window (used to be a frame/client
|
---|
| 60 | pair)
|
---|
| 61 | -> speeds up drawing & fixes some repaint problems
|
---|
| 62 | Window coordinates (internally stored) are now relative
|
---|
| 63 | to window parent (or screen coord. if no parent); client
|
---|
| 64 | coordinates relative to the frame window
|
---|
| 65 | GetParent now returns owner if toplevel window
|
---|
| 66 | SetParent hides and shows window when changing parent
|
---|
| 67 | Added support for DCX_USESTYLE, DCX_CLIPSIBLINGS, DCX_CLIPCHILDREN
|
---|
| 68 | and DCX_PARENTCLIP in GetDCEx
|
---|
| 69 | Rewrote Set/GetWindowPlacement + SetInternalWindowPos (Wine port)
|
---|
| 70 | Manual minimize, maximize & restore in ShowWindow + fixes
|
---|
| 71 | TODO: Repaint problems, move child windows when client position/size
|
---|
| 72 | changes
|
---|
[3664] | 73 | SetParent/GetParent fixes for desktop parent.
|
---|
[3661] | 74 | - SHELL32: Disabled system tray window for now. (appears in top/right
|
---|
| 75 | of the desktop otherwise)
|
---|
| 76 |
|
---|
[3656] | 77 | 2000-06-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
---|
| 78 | - WINMM: Don't start playback when WaveOutRestart is called
|
---|
| 79 | before any buffers have been added.
|
---|
[3657] | 80 | Clear WHDR_INQUEUE bit for buffers returned in WaveOutReset
|
---|
[3656] | 81 |
|
---|
[3652] | 82 | 2000-06-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 83 | - Win32k/REXX: Rewrote the REXX stub program in assembly.
|
---|
| 84 | (exe size: 688 bytes) Might be able to embedd it in
|
---|
| 85 | win32k.sys... (not priority)
|
---|
| 86 |
|
---|
[3654] | 87 | 2000-06-02: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
---|
| 88 | - SHELL32: Systray class registered with wrong name
|
---|
| 89 |
|
---|
[3639] | 90 | 2000-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 91 | - GDI32/USER32: Moved GetClipRgn & GetClipBox into user32 (dc.cpp)
|
---|
[3654] | 92 | - GDI32: Added more logging
|
---|
[3639] | 93 | - KERNEL32: Rewrote CompareFileTime, DeleteFileA
|
---|
| 94 | Put file io apis in separate handlemanager object class
|
---|
| 95 | Rewrote most file io apis; includes support for 64 bits file
|
---|
| 96 | pointer/size:
|
---|
| 97 | - CreateFile/OpenFile/DuplicateHandle/CloseHandle
|
---|
| 98 | - ReadFile(Ex)/WriteFileEx/GetFileType/GetFileInformationByHandle
|
---|
| 99 | - SetEndOfFile/SetFileTime/GetFileTime/GetFileSize
|
---|
| 100 | - SetFilePointer/LockFile(Ex)/UnlockFile(Ex)/FlushFileBuffers
|
---|
| 101 | Fixed some OpenFile bugs. Put Read/WriteFileEx into file
|
---|
| 102 | io class. Fixed LockFileEx/UnlockFileEx
|
---|
| 103 | New file apis use OS/2 apis now; overlapped IO not yet
|
---|
| 104 | supported.
|
---|
[3644] | 105 | - SHELL32: Added ISF_MyComputer_fnParseDisplayName from latest Wine
|
---|
| 106 | Fixes open file dialog
|
---|