Release 961117wine-961117
commit75d86e1f06f625e0e705a957b368c6bd725c0a44
authorAlexandre Julliard <julliard@winehq.org>
Sun, 17 Nov 1996 18:59:11 +0000 (17 18:59 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 17 Nov 1996 18:59:11 +0000 (17 18:59 +0000)
tree087c7e414e6af5bb56f0d5c7d36a8b0fb2eb32be
parent139a4b18746506fe2bcd91c05c33a838bfa70a41
Release 961117

Sun Nov 17 15:01:45 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
Moved BitBlt operations to the new graphics driver
interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.

* [memory/global.c]
Unified MemManInfo() and GlobalMemoryStatus().

* [objects/text.c]
Fixed ExtTextOut() to always use physical coords for clip rect.

* [windows/dialog.c]
Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.

* [windows/event.c]
Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
(thanks to Thomas Koenig).

* [windows/painting.c]
Moved update region clipping for CS_PARENTDC windows to BeginPaint().

* [windows/scroll.c]
Implemented Win32 version of ScrollWindow() and ScrollDC().

Tue Nov 12 09:52:17 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>

* [files/*.c] [win32/file.c]
Some win32 filetime conversion functions added.
Fixed behaviour with DOS drives pointing to UNIX /
SetCurrentDirectory() may also get X:\xxx paths.
Fixed FILE_Open when called from CreateFile().
Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().

* [misc/crtdll.c] [if1632/crtdll.spec]
Added some new functions.

* [if1632/user32.spec]
Some thunks into win16 code added.

* [win32/init.c]
Added GetSystemInfo(), removed GetModuleFileName() stub.

* [win32/code_page.c] [if1632/thunk.c]
Added EnumSystemCodePages* (untested).

* [objects/font.c] [if1632/thunk.c]
Added EnumFontFamilies32*.

Mon Nov 11 14:50:24 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>

* [controls/menu.c] [windows/mdi.c]
Don't delete the MDI `windows' menu if it's already been deleted.

* [misc/exec.c]
Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
  and complains if it returns FALSE.

* [windows/winpos.c]
Get maximized MDI child's nonclient area redrawn after resize.

Thu Nov  7 13:32:34 1996  Lee Jaekil <juria@seodu.co.kr>

* [memory/global.c]
Use /proc filesystem for GlobalMemoryStatus() on Linux.

Mon Nov  4 18:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>

* [windows/event.c]
Added OffiX-style file drop handling. File paths must be
DOS-mappable by Wine (via wine.conf).

* [controls/combo.c]
        Added WM_GETTEXT handler.

* [objects/palette.c]
Added ResizePalette() (untested).

* [objects/cursoricon.c]
Implemented icon to cursor conversion.

* [objects/color.c]
Fixed crash on startup when no colorcells are writeable.

Mon Nov  4 00:49:41 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>

* [rc/winerc.c]
Added support for win32 output.

* [library/libres.c] [include/libres.h] [loader/resource.c]
Renamed LIBRES_FindResource to LIBRES_FindResource16.
Added LIBRES_FindResource32.

Sun Nov 3 21:21:45 1996  Robert Pouliot <krynos@clic.net>

* [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
Added the spec file for WinG, it's only stub for now, but it
should be easy to do by someone with Windows programming
knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.

* [if1632/crtdll.spec]
Added some string and memory functions to make sfxed95.exe (of
  Warcraft 2) almost work.
85 files changed:
ANNOUNCE
BUGS
ChangeLog
Make.rules.in
controls/button.c
controls/combo.c
controls/edit.c
controls/listbox.c
controls/menu.c
controls/scroll.c
controls/widgets.c
documentation/user_module
files/dos_fs.c
files/drive.c
files/file.c
files/profile.c
graphics/Makefile.in
graphics/bitblt.c [new file with mode: 0644]
graphics/metafiledrv/Makefile.in
graphics/metafiledrv/bitblt.c [new file with mode: 0644]
graphics/metafiledrv/init.c
graphics/x11drv/Makefile.in
graphics/x11drv/bitblt.c [moved from objects/bitblt.c with 90% similarity]
graphics/x11drv/init.c
if1632/Makefile.in
if1632/crtdll.spec
if1632/gdi.spec
if1632/gdi32.spec
if1632/kernel32.spec
if1632/ole32.spec
if1632/thunk.c
if1632/user.spec
if1632/user32.spec
if1632/wing.spec [new file with mode: 0644]
include/callback.h
include/dos_fs.h
include/libres.h
include/metafile.h
include/metafiledrv.h
include/region.h
include/shell.h
include/windows.h
include/winpos.h
include/x11drv.h
library/libres.c
loader/builtin.c
loader/resource.c
memory/global.c
misc/commdlg.c
misc/crtdll.c
misc/exec.c
misc/registry.c
misc/shell.c
misc/spy.c
miscemu/int21.c
objects/Makefile.in
objects/color.c
objects/cursoricon.c
objects/dib.c
objects/font.c
objects/metafile.c
objects/palette.c
objects/region.c
objects/text.c
programs/progman/Makefile.in
programs/winhelp/Makefile.in
rc/winerc.c
resources/Makefile.in
win32/code_page.c
win32/file.c
win32/findfile.c
win32/init.c
win32/thread.c
windows/caret.c
windows/dce.c
windows/dialog.c
windows/event.c
windows/graphics.c
windows/mdi.c
windows/message.c
windows/nonclient.c
windows/painting.c
windows/scroll.c
windows/win.c
windows/winpos.c