Release 960824wine-960824
commit0e270f4598135cb207f980d8ceb18b8740bf2a72
authorAlexandre Julliard <julliard@winehq.org>
Sat, 24 Aug 1996 18:26:35 +0000 (24 18:26 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 24 Aug 1996 18:26:35 +0000 (24 18:26 +0000)
tree946b0b6f14ad01158c444209e084506d01ba1efe
parent1e37a181710af709ab964925f416926460fd9fd9
Release 960824

Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [controls/scroll.c]
Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.

* [graphics/driver.c] [include/x11drv.h]
New files for graphics driver handling.

* [if1632/relay.c] [include/registers.h] [tools/build.c]
Implemented Win32 register functions. Not really tested yet.

* [include/gdi.h]
Added a lot of functions to the DC func table.

* [loader/pe_image.c]
Initialise %fs before calling out to 32-bit code.

* [windows/hook.c]
Fixed bug in HOOK_GetHook().

* [windows/win.c]
Fixed FindWindow to return an error if the class name doesn't exist.

Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>

* [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
mpr.dll specs added.

* [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
QueryPerformanceCounter(), GlobalMemoryStatus() added.

* [if1632/user32.spec] [win32/error.c]
SetLastErrorEx() added.

* [misc/commdlg.c]
lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).

* [misc/registry.c]
Some missing NULL ptr checks added, misc clean up.

Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>

* [controls/menu.c]
Adjust popup menu coordinates so that it always stays within
the desktop.

* [misc/main.c]
Fixed GetEnvironment() return value for lpEnv == NULL case.

Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>

* [misc/crtdll.c] [if1632/crtdll.spec]
Added some is* functions, strlen and tolower.

Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>

* [tools/wineconf]
New perl script to generate the wine.conf file.

Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>

* [if1632/gdi.spec]
        Lots of printer functions.

* [include/callback.h]
        New functions for printer driver support.

* [include/gdi.h]
        New/changed structures to support printer driver.

* [misc/escape.c]
        New version that uses function table in DC structure.

* [objects/dc.c]
        CreateDC copes with things other than Display.
X code for CreateDC moved to graphics/x11drv directory.
CreateCompatibleDC copies func table from original DC.

* [objects/font.c]
        GetTextExtentPoint32A,GetTextMetrics16 use function table in
        DC and code moved to drivers directory.

* [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
        New files for printer support.

Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>

* [controls/scroll.c]
Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
code. There are a few options in which I'm probably the wrong person
for the job (page size and disable bar). There are comments in the
code as to what they should do.

* [objects/gdiobj.c] [objects/font.c] [include/font.h]
Added 32 bit version of FONT_GetObject.
67 files changed:
ANNOUNCE
ChangeLog
Makefile.in
configure
configure.in
controls/menu.c
controls/scroll.c
controls/widgets.c
graphics/Makefile.in [new file with mode: 0644]
graphics/driver.c [new file with mode: 0644]
graphics/win16drv/Makefile.in [new file with mode: 0644]
graphics/win16drv/font.c [new file with mode: 0644]
graphics/win16drv/init.c [new file with mode: 0644]
graphics/x11drv/Makefile.in [new file with mode: 0644]
graphics/x11drv/font.c [new file with mode: 0644]
graphics/x11drv/init.c [new file with mode: 0644]
if1632/Makefile.in
if1632/crtdll.spec
if1632/gdi.spec
if1632/kernel32.spec
if1632/mpr.spec [new file with mode: 0644]
if1632/relay.c
if1632/user32.spec
include/bitmap.h
include/brush.h
include/callback.h
include/color.h
include/except.h
include/font.h
include/gdi.h
include/palette.h
include/pen.h
include/registers.h
include/scroll.h
include/win16drv.h [new file with mode: 0644]
include/winbase.h
include/windows.h
include/x11drv.h [new file with mode: 0644]
loader/builtin.c
loader/main.c
loader/pe_image.c
loader/task.c
memory/global.c
memory/ldt.c
misc/Makefile.in
misc/commdlg.c
misc/crtdll.c
misc/escape.c
misc/main.c
misc/mpr.c [new file with mode: 0644]
misc/printdrv.c [new file with mode: 0644]
misc/registry.c
objects/bitmap.c
objects/color.c
objects/dc.c
objects/font.c
objects/gdiobj.c
objects/metafile.c
objects/palette.c
tools/build.c
tools/wineconf [new file with mode: 0755]
win32/error.c
win32/newfns.c
windows/hook.c
windows/message.c
windows/property.c
windows/win.c