Release 960521wine-960521
commit2d93d000a497adf7d9d1bc5398d7e9ff8cabef08
authorAlexandre Julliard <julliard@winehq.org>
Tue, 21 May 1996 15:01:41 +0000 (21 15:01 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 21 May 1996 15:01:41 +0000 (21 15:01 +0000)
tree1b285e9725fcc75cc47ea97fd0bd4a43a106a733
parente2bfa4c722de7af8ca3ce9fe397e110ce5e53277
Release 960521

Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [controls/button.c]
Made ButtonWndProc a 32-bit window procedure.

* [controls/desktop.c]
Made DesktopWndProc a 32-bit window procedure.
Added handling of WM_SETCURSOR.

* [controls/menu.c]
Allocate menu items and strings on the 32-bit system heap.
Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
AppendMenu and LoadMenuIndirect.

* [controls/widgets.c]
Added possibility to have 32-bit built-in classes.

* [files/drive.c]
Implemented GetLogicalDrive() and GetLogicalDriveStrings().

* [misc/spy.c] [include/spy.h]
Added support for spying Win32 messages.

* [loader/builtin.c]
Fixed bug in -dll option parsing.

* [memory/local.c]
Added back the change by Huw D. M. Davies to free the block in
LocalRealloc() before allocating the new one.

* [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
Fixed bug in bitmap size that caused memory corruption for 24bpp.

* [windows/defwnd.c]
Implemented Win32 version of DefWindowProc().

* [windows/dialog.c]
Implemented Win32 version of SendDlgItemMessage,
Get/SetDlgItemText and Get/SetDlgItemInt.

* [windows/mdi.c]
Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
Don't make a copy of the OBM bitmaps for every MDI window.

* [windows/message.c]
Implemented Win32 version of SendMessage().

* [windows/winproc.c] [windows/class.c] [windows/win.c]
New scheme for 32-bit window procedures to replace aliases. All
32-bit window procedure get a 16-bit address pointing to a
WINDOWPROC structure.
Implemented Ansi<->Unicode translation for CallWindowProc().
Added translation of WM_DRAWITEM between Win16 and Win32.

* [windows/win.c] [include/callback.h]
Added ugly hack to build CREATESTRUCT on the stack when sending
WM_NCCREATE.
Implemented Win32 version of Get/SetWindowWord/Long and
Get/SetWindowText.

Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>

* [controls/button.c]
Avoid gray text on gray background in disabled push buttons
using a b/w raster and some raster operations (PatBlt,BitBlt).

* [objects/text.c]
DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
88 files changed:
ANNOUNCE
ChangeLog
DEVELOPERS-HINTS
controls/button.c
controls/combo.c
controls/desktop.c
controls/edit.c
controls/listbox.c
controls/menu.c
controls/scroll.c
controls/static.c
controls/widgets.c
files/drive.c
if1632/Makefile.in
if1632/callback.c
if1632/kernel.spec
if1632/kernel32.spec
if1632/relay.c
if1632/user.spec
if1632/user32.spec
if1632/wprocs.spec
if1632/wprocs32.spec
include/alias.h [deleted file]
include/bitmap.h
include/button.h
include/callback.h
include/class.h
include/debug.h
include/desktop.h
include/handle32.h
include/hook.h
include/listbox.h
include/mdi.h
include/menu.h
include/nonclient.h
include/spy.h
include/stddebug.h
include/win.h
include/winbase.h
include/windows.h
include/winpos.h
include/winproc.h [new file with mode: 0644]
library/miscstubs.c
loader/builtin.c
loader/main.c
loader/module.c
loader/pe_image.c
loader/resource.c
loader/task.c
memory/local.c
misc/commdlg.c
misc/exec.c
misc/shell.c
misc/spy.c
objects/bitmap.c
objects/cursoricon.c
objects/oembitmap.c
objects/text.c
programs/winhelp/ChangeLog
programs/winhelp/Fr.rc [new file with mode: 0644]
programs/winhelp/Makefile.in
programs/winhelp/hlp2sgml.c
programs/winhelp/hlpfile.c
programs/winhelp/macro.h
programs/winhelp/macro.lex.l
programs/winhelp/macro.yacc.y
programs/winhelp/winhelp.c
win32/file.c
win32/resource.c
win32/user32.c
win32/winprocs.c
windows/Makefile.in
windows/alias.c [deleted file]
windows/class.c
windows/defdlg.c
windows/defwnd.c
windows/dialog.c
windows/event.c
windows/focus.c
windows/hook.c
windows/mdi.c
windows/message.c
windows/msgbox.c
windows/nonclient.c
windows/painting.c
windows/win.c
windows/winpos.c
windows/winproc.c