Release 0.4.3wine-0.4.3
commitf0b2354c71366149c682d1d335ab81f049b89ac1
authorAlexandre Julliard <julliard@winehq.org>
Wed, 29 Sep 1993 12:21:49 +0000 (29 12:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 29 Sep 1993 12:21:49 +0000 (29 12:21 +0000)
tree7d48dc9318d62189eea1abdd1f293374402a9fb2
parentf41aeca9ff06b9deef948cd4520460c53b9ae811
Release 0.4.3

Tue Sep 28 19:59:21 1993  David Metcalfe

* [windows/win.c]
Implemented support for windows with no borders.  Added
  GetParent(), GetDlgCtrlID(), GetWindowText() and
GetWindowTextLength() functions.

* [misc/xt.c]
Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
to DefWindowProc and Implemented MessageBeep().

* [windows/syscolor.c]
Added preliminary system color support.

* [controls/button1.c]
Mods to new button control and integration with Wine.

Tue Sep 28 19:59:21 1993  Johannes Ruscheinski

* [controls/button1.c]
New button control using GDI functions.

Tue Sep 28 19:59:21 1993  Eric Youngdale

* [debugger/*]
Added debugging capabilities to Wine

Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)

* [objects/region.c]
Bug fix

Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)

* [tools/build.c]
Changed the entry point code to reduce the standard entry
point size from 22 bytes to 10 bytes.  This leaves about
4000 free entry points instead of the 800 in version 0.4.2.

* [loader/resource.c]
Rewrote functions to allow loading of resources from any
DLL.

* [loader/wine.c] [include/wine.h]
Added functions GetFilenameFromInstance() and GetFileInfo()
to search for a loaded file based on its instance handle.
Added a field in struct w_files to make searching by an instance
handle faster.

Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)

* [misc/profile.c]
Implementation of .INI file handling

Mon Sep 20 10:54:32 1993  David Metcalfe

* [misc/profile.c.old]
Implementation of .INI file handling

Mon Sep 20 10:54:32 1993  John Brezak

* [controls/WinButton.c]
Bug fix with call to XtVaSetValues.

Mon Sep 20 10:54:32 1993  Alexandre Julliard

* [windows/win.c]
Quick patch to get colormaps to work with button widget.

Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)

* misc/keyboard.c:
Ifdefed out some bogus Ansi<->Oem conversion functions

* misc/lstr.c:
New file with string functions like lstr* IsChar* *Ansi*

Wed Sep 15 20:35:10 1993  John Brezak

* [loader/signal.c]
Additional changes to support NetBSD.

Wed Sep 15 22:19:22 1993  Martin Ayotte

* [windows/graphics.c]
Added FrameRect function

Tue Sep 14 13:54:45 1993  Alexandre Julliard

* [objects/color.c] [objects/palette.c]
Preliminary support for private color map.

* [windows/class.c]
Implemented CS_CLASSDC style.

* [windows/dce.c]
Moved DCEs to USER heap.
Implemented class and window DCs.

* [windows/event.c]
Implemented CS_DBLCLKS style.

* [windows/graphics.c]
Bug fix in SetPixel().

* [windows/win.c]
Implemented CS_OWNDC style.
Implemented Get/SetWindowLong().

* [controls/menu.c] [windows/class.c] [windows/clipping.c]
  [windows/dce.c] [windows/message.c] [windows/win.c]
Moved windows from global heap to USER heap.
119 files changed:
ALPHA-pl13.diff [deleted file]
ChangeLog
Makefile
README
README.DEBUGGER [new file with mode: 0644]
README.OEMANSI [new file with mode: 0644]
ansi2oem.trl [new file with mode: 0755]
bsdmake.patch
controls/Makefile
controls/WinButton.c [deleted file]
controls/WinButton.h [deleted file]
controls/WinButtonP.h [deleted file]
controls/button.c
controls/menu.c
controls/widgets.c
debugger/Makefile [new file with mode: 0644]
debugger/README [new file with mode: 0644]
debugger/TODO [new file with mode: 0644]
debugger/ansidecl.h [new file with mode: 0644]
debugger/bfd.h [new file with mode: 0644]
debugger/dbg.y [new file with mode: 0644]
debugger/debug.l [new file with mode: 0644]
debugger/defs.h [new file with mode: 0644]
debugger/dtest.c [new file with mode: 0644]
debugger/fopen-same.h [new file with mode: 0644]
debugger/gdbcore.h [new file with mode: 0644]
debugger/hash.c [new file with mode: 0644]
debugger/i386-pinsn.c [new file with mode: 0644]
debugger/info.c [new file with mode: 0644]
debugger/readline/Make.os9 [new file with mode: 0644]
debugger/readline/Makefile [new file with mode: 0644]
debugger/readline/README [new file with mode: 0644]
debugger/readline/complete.c [new file with mode: 0644]
debugger/readline/editline.3 [new file with mode: 0644]
debugger/readline/editline.c [new file with mode: 0644]
debugger/readline/editline.h [new file with mode: 0644]
debugger/readline/os9.h [new file with mode: 0644]
debugger/readline/sysos9.c [new file with mode: 0644]
debugger/readline/sysunix.c [new file with mode: 0644]
debugger/readline/testit.c [new file with mode: 0644]
debugger/readline/unix.h [new file with mode: 0644]
debugger/readline/version.c [new file with mode: 0644]
debugger/regpos.h [new file with mode: 0644]
debugger/tm-i386v.h [new file with mode: 0644]
debugger/tm.h [new file with mode: 0644]
debugger/xm-i386v.h [new file with mode: 0644]
debugger/xm.h [new file with mode: 0644]
if1632/callback.c
if1632/kernel.spec
if1632/relay.c
if1632/sound.spec
if1632/user.spec
include/class.h
include/segmem.h
include/win.h
include/windows.h
include/wine.h
loader/resource.c
loader/selector.c
loader/signal.c
loader/wine.c
misc/Makefile
misc/file.c
misc/keyboard.c
misc/lstr.c [new file with mode: 0644]
misc/profile.c
misc/rect.c
misc/user.c
misc/xt.c
objects/Makefile
objects/color.c [new file with mode: 0644]
objects/gdiobj.c
objects/palette.c
objects/region.c
oem2ansi.trl [new file with mode: 0755]
oemansi.exe [new file with mode: 0755]
test/hyperoid/blank.bmp [new file with mode: 0644]
test/hyperoid/bomb.bmp [new file with mode: 0644]
test/hyperoid/copying.txt [new file with mode: 0644]
test/hyperoid/hyperoid.c [new file with mode: 0644]
test/hyperoid/hyperoid.def [new file with mode: 0644]
test/hyperoid/hyperoid.exe [new file with mode: 0644]
test/hyperoid/hyperoid.h [new file with mode: 0644]
test/hyperoid/hyperoid.ico [new file with mode: 0644]
test/hyperoid/hyperoid.mak [new file with mode: 0644]
test/hyperoid/hyperoid.map [new file with mode: 0644]
test/hyperoid/hyperoid.rc [new file with mode: 0644]
test/hyperoid/level.bmp [new file with mode: 0644]
test/hyperoid/life.bmp [new file with mode: 0644]
test/hyperoid/list.c [new file with mode: 0644]
test/hyperoid/makefile.mk [new file with mode: 0644]
test/hyperoid/num0.bmp [new file with mode: 0644]
test/hyperoid/num1.bmp [new file with mode: 0644]
test/hyperoid/num2.bmp [new file with mode: 0644]
test/hyperoid/num3.bmp [new file with mode: 0644]
test/hyperoid/num4.bmp [new file with mode: 0644]
test/hyperoid/num5.bmp [new file with mode: 0644]
test/hyperoid/num6.bmp [new file with mode: 0644]
test/hyperoid/num7.bmp [new file with mode: 0644]
test/hyperoid/num8.bmp [new file with mode: 0644]
test/hyperoid/num9.bmp [new file with mode: 0644]
test/hyperoid/panic.ico [new file with mode: 0644]
test/hyperoid/plus.bmp [new file with mode: 0644]
test/hyperoid/read.me [new file with mode: 0644]
test/hyperoid/roidsupp.c [new file with mode: 0644]
test/hyperoid/score.bmp [new file with mode: 0644]
test/hyperoid/shield.bmp [new file with mode: 0644]
test/hyperoid/winext.h [new file with mode: 0644]
tools/build.c
windows/Makefile
windows/class.c
windows/clipping.c
windows/dce.c
windows/event.c
windows/graphics.c
windows/message.c
windows/painting.c
windows/syscolor.c [new file with mode: 0644]
windows/win.c