Release 940420wine-940420
commit5819953c2ac390b6b716b1c2744f3400448baf56
authorAlexandre Julliard <julliard@winehq.org>
Thu, 21 Apr 1994 01:20:00 +0000 (21 01:20 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 21 Apr 1994 01:20:00 +0000 (21 01:20 +0000)
tree57c120bbc14ec6b9b322349299b7bc5462cae33a
parent8d24ae6d3189d162d257de8be0fce1329233945f
Release 940420

Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)

* [tools/build.c] [if1632/call.S] [if1632/Imakefile]
Fixed bug for non-Linux systems.

Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)

* [windows/win.c]
Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
New empty stub for function SetSysModalWindow().

* [misc/exec.c]
New empty stub for function ExitWindows().

* [objects/font.c]
New empty stub for function EnumFonts().

* New file [misc/property.c]
New functions RemoveProp(), GetProp(), SetProp() & EnumProps().

* New file [misc/shell.c]
New empty stubs for function RegisterShellProc(),
ShellExecute() & ShellProc().

* New files [loader/task.c] & [include/task.h]
Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
from 'loader/library.c'.

* [if1632/user.c] [if1632/kernel.c]
Put Atoms functions entries.

* [controls/combo.c]
New functions DirDlgSelectComboBox() & DirDlgListComboBox().

* [controls/listbox.c]
New functions DirDlgSelect() & DirDlgList().

Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)

* [objects/test.c]
GrayString() added.

* [if1632/callback.c]
CallGrayStringProc() added.

* [if1632/relay.c] [if1632/mmsystem.spec]
Added.

* [if1632/kernel.spec] [if1632/user.spec]
Added forgotten specs for atom functions.

Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)

* misc/spy.c (SpyInit): Added more message types

* [windows/mdi.c] [include/mdi.h]
Maximizing and restoring child windows.
Tiling of child windows.

Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)

* [windows/winpos.c]
Revert focus and activation to previous window when hiding a window.

* [windows/syscolor.c]
Implemented system color objects (brushes and pens created at
SetSysColor() time for better performance).

* [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
Changed painting code to use system color objects.

* [windows/message.c]
New function MSG_InternalGetMessage() for internal messages
loops (e.g. for dialogs or menus).

* [windows/hook.c] [include/hook.h]  (New files)
Beginning of the window hooks implementation.

* [windows/dialog.c]
Use new function MSG_InternalGetMessage() in DialogBox().

* [if1632/callback.c]
Added function CallHookProc().

Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)

* [windows/event.c]
Bug fix : WM_CHARs are sent to focused window like WM_KEY???.

* [misc/exec.c]
Nothing much more than a stub for LoadModule(), I saw there a lot
to be done in that corner, I will come back later ...

* [loader/library.c]
New functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
and associated modules & tasks linked-lists.
(it's only an 'emerging bud', more to come next weeks).

* [loader/wine.c]
Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.

* [control/menu.c]
You can now click outside menu region without problem.
Keyboard navig more smootly, even if a child has the focus.
Bug fix in InsertItem(), (bad linklist when insert point not found).
change Realloc for Free & Alloc in ModifyItem().
MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores
done by DrawText(), (maybe it should done in DrawText() itself ?).

Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)

* [misc/profile.c]
.INI files will now be stored in / loaded from the windows dir
if no path is supplied.

* [if1632/kernel.spec]
Fixed GetDriveType's prototype.

* [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
Fixed prototypes: winsock uses a word as socket handle not an int.

* [misc/winsocket.c]
Added heap allocation for returned structures.
Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.

* [loader/wine.c]
Added IsDLLLoaded(), used in LoadImage() to prevent loading
a dll multiple times.
Directory is added to wine's path when a fullpath is supplied when
starting wine.
LoadImage(): DLL filename used instead DLL's own internal name,
fixes 'Bad DLL name' errors.

Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>

* [controls/edit.c] [controls/widgets.c]
First release of edit control.
126 files changed:
BUGS
ChangeLog
Configure [changed mode: 0755->0644]
PROPOSED_LICENSE [deleted file]
README
WIN31-APPLETS [deleted file]
ansi2oem.trl [deleted file]
autoconf.h
controls/Imakefile
controls/button.c
controls/combo.c
controls/edit.c [new file with mode: 0644]
controls/listbox.c
controls/menu.c
controls/widgets.c
debugger/bfd.h [deleted file]
debugger/break.c [new file with mode: 0644]
debugger/defs.h [deleted file]
debugger/fopen-same.h [deleted file]
debugger/gdbcore.h [deleted file]
debugger/opcodes/Imakefile [new file with mode: 0644]
debugger/opcodes/ansidecl.h [moved from debugger/ansidecl.h with 61% similarity]
debugger/opcodes/bfd.h [new file with mode: 0644]
debugger/opcodes/dis-asm.h [new file with mode: 0644]
debugger/opcodes/dis-asm.h-fsf [new file with mode: 0644]
debugger/opcodes/dis-buf.c [new file with mode: 0644]
debugger/opcodes/i386-dis.c [copied from debugger/i386-pinsn.c with 89% similarity]
debugger/opcodes/i386-dis.c-fsf [moved from debugger/i386-pinsn.c with 91% similarity]
debugger/opcodes/obstack.h [moved from debugger/obstack.h with 70% similarity]
debugger/tm-i386v.h [deleted file]
debugger/tm.h [deleted file]
debugger/xm-i386v.h [deleted file]
debugger/xm.h [deleted file]
etc/commdlg-ordinals [new file with mode: 0644]
etc/ddeml-ordinals [new file with mode: 0644]
etc/lzexpand-ordinals [new file with mode: 0644]
etc/mmsystem-ordinals [new file with mode: 0644]
etc/netapi20-ordinals [new file with mode: 0644]
etc/olecli-ordinals [new file with mode: 0644]
etc/olesvr-ordinals [new file with mode: 0644]
etc/shell-ordinals [new file with mode: 0644]
etc/toolhelp-ordinals [new file with mode: 0644]
etc/win87em-ordinals [new file with mode: 0644]
if1632/Imakefile
if1632/call.S
if1632/callback.c
if1632/findfunc [changed mode: 0755->0644]
if1632/gdi.spec
if1632/kernel.spec
if1632/mmsystem.spec [new file with mode: 0644]
if1632/pop.h [new file with mode: 0644]
if1632/shell.spec
if1632/system.spec [new file with mode: 0644]
if1632/toolhelp.spec [new file with mode: 0644]
if1632/user.spec
if1632/winsock.spec
include/driver.h [new file with mode: 0644]
include/gdi.h
include/hook.h [new file with mode: 0644]
include/mdi.h
include/menu.h
include/message.h
include/metafile.h [new file with mode: 0644]
include/mmsystem.h [new file with mode: 0644]
include/msdos.h
include/regfunc.h
include/shell.h [new file with mode: 0644]
include/syscolor.h [new file with mode: 0644]
include/task.h [new file with mode: 0644]
include/user.h
include/win.h
include/windows.h
include/wine.h
include/winsock.h
loader/Imakefile
loader/library.c
loader/task.c [new file with mode: 0644]
loader/wine.c
misc/Imakefile
misc/audio.c [new file with mode: 0644]
misc/dos_fs.c
misc/driver.c [new file with mode: 0644]
misc/exec.c
misc/file.c
misc/lstr.c
misc/main.c
misc/message.c
misc/mmsystem.c [new file with mode: 0644]
misc/network.c [new file with mode: 0644]
misc/profile.c
misc/property.c [new file with mode: 0644]
misc/shell.c [new file with mode: 0644]
misc/spy.c
misc/winsocket.c
miscemu/int10.c
miscemu/int1a.c
miscemu/int21.c
miscemu/int25.c
miscemu/int26.c
miscemu/int2f.c [new file with mode: 0644]
miscemu/ioports.c
objects/font.c
objects/metafile.c [new file with mode: 0644]
objects/text.c
oem2ansi.trl [deleted file]
oemansi.exe [deleted file]
sysres.dll [deleted file]
test/blandmdi.exe [deleted file]
test/widget.exe [deleted file]
tools/Imakefile
tools/build.c
tools/build.c.save [copied from tools/build.c with 100% similarity]
windows/Imakefile
windows/caret.c
windows/defwnd.c
windows/dialog.c
windows/event.c
windows/graphics.c
windows/hook.c [new file with mode: 0644]
windows/mdi.c
windows/message.c
windows/nonclient.c
windows/syscolor.c
windows/win.c
windows/winpos.c
wine.ini