Release 950202 wine-950202
authorAlexandre Julliard <julliard@winehq.org>
Thu, 2 Mar 1995 17:44:29 +0000 (17:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 2 Mar 1995 17:44:29 +0000 (17:44 +0000)
commit22945d5aba6bb572560651184b00d9892fc58cf3
tree3053ed6bca416feff12a3752cce561601175a193
parent18506558a7c0c68406aa5a7e7c20236aa0116ebe
Release 950202

Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)

* [windows/nonclient.c] [windows/winpos.c]
Implemented maximized windows.
Implemented icon positioning and ArrangeIconicWindows().
Bug fixes in SetWindowPos().

* [windows/painting.c]
Implemented GetControlBrush().
Window frame is no longer contained in the update region.

* [windows/win.c]
Destroy owned windows upon DestroyWindow().

Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>

* [controls/edit.c]
Changed line terminator to \r\n to be compatible with
Windows.  Fixed bug in text selection.

Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>

       * [misc/shell.c]
       Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
       Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
       These functions now work somewhat more the way Windows programs expect
       them to work.
22 files changed:
ANNOUNCE
ChangeLog
Configure
controls/EDIT.TODO [new file with mode: 0644]
controls/edit.c
controls/scroll.c
if1632/user.spec
include/nonclient.h
include/win.h
include/windows.h
include/winpos.h
loader/library.c
misc/network.c
misc/shell.c
rc/Imakefile
tools/build.c
windows/cursor.c
windows/mdi.c
windows/nonclient.c
windows/painting.c
windows/win.c
windows/winpos.c