The Wine development release 1.9.2 is now available.
What's new in this release (see below for details):
- GStreamer 1.0 support.
- Support for SHA hashes in BCrypt.
- Synthesizing bold glyphs also for bitmap fonts.
- Underlines support in DirectWrite.
- Still more Shader Model 4 instructions.
- Various bug fixes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.9/wine-1.9.2.tar.bz2http://mirrors.ibiblio.org/wine/source/1.9/wine-1.9.2.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.9.2 (total 41):
7938 Gyldendal dictionary needs ole2disp.dll.SAFEARRAYALLOCDATA
8490 SHBrowseForFolder: BIF_NEWSTYLEDIALOG not implemented - title gets cropped in uTorrent
11023 Lack of ole2disp.dll.SAFEARRAYDESTROYDESCRIPTOR causes Nota Bene to refuse to launch
18932 Installshield installer text not being bolded (appinstall)
20896 Use-after-free in DdeClientTransaction in user32 dde tests
24658 Unimplemented function ole2.dll16.READCLASSSTM
28113 winverbs doesn't work, needs ole2disp.dll16.SAFEARRAYALLOCDESCRIPTOR
30557 winegstreamer broken with >=glib-2.32.0
31496 Render-to-fbo with WINED3D_SWAP_EFFECT_FLIP continually spammed in console
31836 Add support for GStreamer 1.0 API/ABI
31913 EasyPal version August 6 2012 crashes on unimplemented function msvcp60.dll.??Dstd@@YA?AV?$complex@N@0@ABNABV10@@Z
34185 Castlevania: Lords of Shadow demo doesn't work after intro movies
35774 MSVC 2012 needs msvcp110.dll.?_Equivalent@sys@tr2@std@@YAHPBD0@Z
36299 valgrind shows a few possible leaks in msxml3/tests/httpreq.c
36303 valgrind shows several leaks in msxml3/tests/schema.c
37536 Native MSVCP120.dll override requires implementation of msvcr120.dll._W_Gettnames (Desura client)
37908 GLFont crashes saving a .glf file (needs msvcp70.dll.?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDH@Z)
38451 valgrind shows uninitialized variable in dlls/shlwapi/tests/ordinal.c
38722 AVG installer wants ntdll.dll.RtlCreateUserProcess
38781 Dungeon Keeper FX runs too quickly (differences in clock() function)
39186 Steam client: links missing underline when DirectWrite method enabled
39558 Unused variables xoffset, yoffset in SCROLL_TrackScrollBar
39609 Dirt 3 requires WINED3DFMT_R8G8_UNORM
39677 Zararadio crashes when it has to change from a playlist to another.
39739 Cobra 11 - Burning Wheels demo: crashes when starting the tutorial
39803 When closing a maximized microsoft word 2007 window, the program is closed but the desktop screen is not refreshed
39805 GTAIV rendering is broken
39818 J-Link 1.3.0 does not start at all, needs winspool.drv.EnumPrinterKeyW
39820 Warhammer 40k: Kill Team needs BC1_UNORM
39838 Wreckfest Server: Crashes at startup, unimplemented function KERNEL32.dll.GetConsoleScreenBufferInfoEx & SetConsoleScreenBufferInfoEx
39874 Alien Shooter crashes often with access violation
39901 LeapPadExplorer needs rasapi32.dll.RasSetCustomAuthDataW
39943 Worms Armageddon opens wine explorer instead of running
39950 Cabal II can't be opened, needs msvcp100.dll.?lowest@?$numeric_limits@M@std@@SAMXZ
39951 KeePassX 2.0 wants KERNEL32.dll.SetSearchPathMode
39952 trackbar thumb always at zero on dialog load.
39953 StarCraft II: 64bit client crashing regularly due to access violation (0xC0000005)
39954 StarCraft II: 64bit client only runs with lowest shader settings
39958 Regression in dmime caused by change in flag handling for DSBCAPS_CTRLPAN in dsound
39974 Thumb slider doesn't respond to key events
39984 EveOnline launcher crashes when started, needs msvcr120.dll._dpcomp
----------------------------------------------------------------
Changes since 1.9.1:
Aaryaman Vasishta (3):
d3drm/tests: Add texture loading tests.
d3drm: Fix QueryInterface for IDirect3DRMTexture*.
d3drm/tests: Add QueryInterface tests for IDirect3DRMTexture*.
Akihiro Sagawa (6):
gdi32: Add a helper function to calculate the glyph advance metric.
gdi32: Fix the advance width in synthetic bold glyphs with scaling.
gdi32: Return an boolean value whether synthesizing bold glyph is success.
gdi32: Implement synthesizing bold glyphs for bitmap fonts.
comctl32/tests: Fix a typo.
comctl32: Prevent invalid focus change notifications from LVS_OWNERDATA lists.
Alex Henrie (5):
ntdll: Remove redundant avail_mode check and confusing comment.
winex11: Fix overflow in remove_startup_notification.
server: Fix duplicate, incorrect comment describing is_fd_signaled.
ntdll: Avoid double initialization.
ntdll: Return an error from CDROM_Open if fstat fails.
Alexandre Julliard (28):
makefiles: Generate all makefiles at once.
makedep: Generate testlist.c directly from the makefile data.
makefiles: Generate distclean rules from makedep.
makefiles: Generate makefile dependencies from makedep.
msvcrt: Don't import atexit to avoid conflicts with the Mingw runtime.
msvcrt/tests: Don't check array pointer for NULL.
explorer: Support a quoted /desktop option.
xaudio2: Remove unnecessary kernel32 imports.
ntdll: Add a helper function to allocate the full object_attributes structure.
server: Store the attributes in the object_attributes structure.
server: Add a helper function to validate and return object attributes.
server: Allow the object attributes to be omitted in requests.
server: Pass full object attributes in the create_timer request.
server: Pass full object attributes in the create_mailslot request.
server: Pass full object attributes in the create_directory request.
server: Pass full object attributes in the create_symlink request.
server: Pass full object attributes in the create_completion request.
server: Add a helper function to skip the object attributes structure.
server: Pass full object attributes in the create_key request.
server: Pass full object attributes in the load_registry request.
server: Fix constraints on the length of NT object names.
kernel32/tests: Avoid sizeof in a trace.
ntdll/tests: Fix a test failure on restricted Windows.
server: Create window stations objects in a standard directory.
server: Store the desktop object names inside their window station.
configure: Don't check for gnutls_hash if gnutls is missing entirely.
configure: Don't check for gst/gstpad.h that we don't use.
server: Always print the full path of objects when dumping them.
Alistair Leslie-Hughes (6):
include: Add declaration D3DXDisassembleEffect.
d3dx9: Implement GetMaxNum* functions.
d3dx9/tests: Add D3DXCreateAnimationController tests.
d3dx9/tests: DDS magic isn't part of the DDS header.
msi: Allow PathEdit controls to be updated.
msi: Refreh controls after spawned dialog is closed.
Andrew Eikum (35):
xaudio2: Explicitly version the 2.7 coclasses.
xaudio2_8: Use shared source.
xaudio2_6: Use shared source.
include: Add TrySubmitThreadpoolCallback declaration.
mscoree: Set config path for default app domain.
xaudio2_5: Use shared source.
xaudio2_4: Use shared source.
xaudio2_3: Use shared source.
xaudio2_2: Use shared source.
xaudio2_1: Use shared source.
xaudio2_0: Use shared source.
winegstreamer: Always run gstreamer callbacks on a Wine thread.
xapofx1_5: Use shared source.
xapofx1_4: Use shared source.
xapofx1_3: Use shared source.
xapofx1_2: Use shared source.
xapofx1_1: Use shared source.
x3daudio1_7: Use shared source.
x3daudio1_6: Use shared source.
x3daudio1_5: Use shared source.
x3daudio1_4: Use shared source.
x3daudio1_3: Use shared source.
x3daudio1_2: Use shared source.
x3daudio1_1: Use shared source.
x3daudio1_0: Use shared source.
winegstreamer: Add TRACEs and improve formatting.
winegstreamer: Update to use gstreamer-1.0.
maintainers: Add DirectShow section.
mciqtz32: Support MCI_DGV_PUT_DESTINATION.
xaudio2: Remove run-time version checks for XAudio2 object.
xaudio2: Remove run-time versioning of xapo objects.
xaudio2_8: Don't use IXAudio27 interface to call Initialize.
xaudio2: Don't build interfaces for other versions.
xaudio2_9: Add xaudio2_9.
xaudio2: Use an HRESULT return code.
Andrey Turkin (1):
d3d11: Add the ID3D11VideoContext interface.
André Hentschel (3):
configure: Detect MinGW-w64 ARM toolchains.
configure: Check for MinGW even when cross compiling.
include: Add manifest related defines.
Anthony Fok (1):
include: Suppress "use msvcrt" error in tchar.h when -mno-cygwin is used.
Anton Baskanov (1):
quartz: Handle NULL target format in FilterGraph::ConvertTimeFormat.
Aric Stewart (4):
hidclass.sys: Implement HID_Device_write.
hidclass.sys: Implement IOCTL_HID_GET_FEATURE.
hidclass.sys: Implement IOCTL_HID_SET_FEATURE.
usp10: Rewrite ScriptXtoCP.
Austin English (5):
kernel32: Add SetSearchPathMode stub.
rpcrt4: Add a stub for RpcBindingServerFromClient.
rasapi32: Add RasSetCustomAuthDataA/W stubs.
winspool.drv: Add EnumPrinterKeyA/W stubs.
irprops.cpl: Add stub dll.
Bernhard Übelacker (4):
msvcp110/tests: Test virtual base table size exports.
msvcp100/tests: Test virtual base table size exports.
msvcp90/tests: Test virtual base table size exports.
msvcp60/tests: Test virtual base table size exports.
Carlo Bramini (1):
user32: Remove unused variables in SCROLL_TrackScrollBar.
Changhui Liu (1):
hidclass.sys: Properly quit hid_device_thread when both completion event and halt event are signaled.
Christian Costa (1):
d3dx9: Implement D3DXCreateAnimationController with a stubbed ID3DXAnimationController interface.
François Gouget (10):
shell32/tests: The expectedArgs parameter of the DDE tests is an argument count, not a boolean.
shell32/tests: Check the hProcess field when ShellExecuteEx() fails.
shell32/tests: Create_test_association() should either succeed or fail due to insufficient permissions.
shell32/tests: Fix the shortcut vs. class interaction test.
tests: Use plain printf() calls instead of fprintf(stdout).
kernel32/tests: Help the tests portably declare printf()-syle functions.
kernel32/tests: Declare childPrintf() as a printf-style function.
shell32/tests: Tweak some overly optimistic ok() messages.
shell32/tests: Trace the effective ShellExecuteEx() flags.
shell32/tests: Use the shell_execute{_ex}() call site for its traces and error messages.
Gerald Pfeifer (1):
wined3d: Fix incorrect indentation of several break statements in in set_tex_op.
Hans Leidekker (17):
bcrypt: Add support for SHA hashes on Linux using GnuTLS.
bcrypt/tests: Don't load bcrypt dynamically.
bcrypt/tests: Add tests for SHA hashes.
bcrypt: Accept NULL implementation in BCryptOpenAlgorithmProvider.
bcrypt: Support retrieving hash length from algorithm handles.
include: Add missing Web Services declarations.
webservices: Avoid some casts.
webservices: Parse attribute names.
webservices: Parse element names.
webservices/tests: Add more tests for WsReadEndElement.
webservices: Simplify handling of quotes in write_attribute.
webservices: Attributes inherit the prefix from their element.
webservices: Implement WsWriteXmlBuffer.
webservices: Implement WsWriteXmlBufferToBytes.
webservices: Reject end elements without a parent in the writer.
webservices: Implement WsWriteType for a number of basic types.
webservices/tests: Add tests.
Hugh McMaster (1):
user32/tests: Use 'start' and 'end' variables in test comparisons.
Huw D. M. Davies (6):
bcrypt: Ensure we have gnutls_hash() available.
ole32: The type of the size of IMalloc'ed blocks is SIZE_T.
oleaut32: Use the helper to access bstr_t.
oleaut32: BSTRs should have 8 byte alignment on 64 bits.
oleaut32: Use IMalloc_GetSize to determine the cache bucket.
oleaut32: Use the default OLE allocator to allocate BSTRs.
Jacek Caban (14):
mshtml: Added IHTMLCurrentStyle::overflowX implementation.
mshtml: Added IHTMLCurrentStyle::overflowY implementation.
mshtml: Added IHTMLCurrentStyle4::get_maxHeight implementation.
mshtml: Added IHTMLUniqueName interface stub implementation.
mshtml: Added IHTMLUniqueName::get_uniqueNumber implementation.
mshtml: Added IHTMLUniqueName::get_uniqueID implementation.
mshtml/tests: Added IHTMLUniqueName tests.
mshtml: Expose IHTMLUniqueName for IDispatch of all element objects.
oleaut32: Added more Invoke tests.
mshtml: Skip unused named args in Invoke calls.
mshtml: Added IHTMLDocument2::get_defaultCharset implementation.
mshtml: Initialize dest VARIANT before VariantCopy call.
mshtml/tests: Fixed location tests on IE11.
d3d11.idl: Added CD3D11_RENDER_TARGET_VIEW_DESC and CD3D11_SHADER_RESOURCE_VIEW_DESC declarations.
Jactry Zeng (1):
user32/tests: Fix a leak.
Julian Rüger (1):
po: Update German translation.
Józef Kucia (25):
wined3d: Recognize SM4 ftou opcode.
wined3d: Recognize SM4 ilt opcode.
wined3d: Recognize SM4 imad opcode.
wined3d: Recognize SM4 ine opcode.
wined3d: Recognize SM4 ineg opcode.
wined3d: Implement SM4 ftou instruction.
wined3d: Reduce code duplication in shader_glsl_to_ functions.
wined3d: Enable ARB_texture_query_levels extension.
wined3d: Recognize SM4 resinfo opcode.
wined3d: Implement SM4 resinfo instruction.
d3d11/tests: Add test for SM4 resinfo instruction.
d3d10core/tests: Add test for SM4 resinfo instruction.
wined3d: Handle swizzle type equal to 0 as NOSWIZZLE.
wined3d: Fix destination swizzle in few SM4 instructions.
wined3d: Allow both SM4 parameter modifiers simultaneously.
wined3d: Recognize SM4 oDepth register.
wined3d: Implement SM4 imad instruction.
wined3d: Recognize SM4 _sat instruction modifier.
wined3d: Fix SM4 udiv instruction.
wined3d: Do not update surface when empty box is passed.
d3d11/tests: Extend test for ID3D11DeviceContext::UpdateSubresource().
d3d10core/tests: Extend test for ID3D10Device::UpdateSubresource().
wined3d: Do not copy surface region when empty box is passed.
d3d11/tests: Add test for ID3D11DeviceContext::CopySubresourceRegion().
d3d10core/tests: Port test_copy_subresource_region() from d3d11.
Michael Stefaniuc (1):
dmime: Don't set DSBCAPS_CTRLPAN together with DSBCAPS_CTRL3D.
Nikolay Sivov (41):
comctl32/trackbar: Update thumb immediately on TBM_SETPOS.
msi: Fixed same file handle closed twice (Coverity).
avifil32: Use typed pointers in sizeof() and va_arg() (Coverity).
comdlg32: Don't use BOOL constants for regular integer type.
crypt32: Fix a leak on error path (Coverity).
ole2: Fix error handling in ReadClassStg().
ole2: Implement ReadClassStm().
ole2disp: Implement SafeArrayAllocDescriptor().
dwrite: Consistently use explicit float literals.
dwrite: Make position snapping more compact.
dwrite: Fix a leak on error path.
ole2disp: Implement SafeArrayDestroyDescriptor().
ole2disp: Implement SafeArrayAllocData().
dwrite: Start new effective run on strikethrough, underline or effect change.
dwrite: Keep underlines in separate list.
dwrite: Pass drawing effect to renderer in DrawGlyphRun().
dwrite: Pass drawing effect to renderer in DrawStrikethrough().
dwrite: Fix strikethrough baseline origin.
ole2disp: Implement SafeArrayGetDim().
ole2disp: Implement SafeArrayGetElemsize().
ole2disp: Implement SafeArrayLock()/SafeArrayUnlock().
dwrite: Handle bitmap allocation error when rendering to bitmap target.
dwrite: Scale strikethrough thickness and position with current font size.
ole2disp: Implement SafeArrayAccessData()/SafeArrayUnaccessData().
dwrite: Implement support for underlines.
dwrite: Store locale name range attribute in lower case.
dwrite: Always initialize out pointers.
dwrite: Fix comment typos.
dwrite/tests: A test to compare font metrics with bold simulation and without.
comctl32/trackbar: Update thumb immediately on key press.
dwrite: Use callback freetype API to implement GetGlyphRunOutline().
dwrite: Underline origin is always at the left run boundary.
dwrite: Underline reading direction matches run direction.
d3dx9/tests: Fix some test failures.
d2d1: Don't update target dpi if only one SetDpi() argument is zero.
d2d1: Support different measuring modes in DrawText().
d2d1: Block target creation on invalid dpi values.
d2d1: SetDpi() rejects negative values too.
dwrite: Ask freetype once about kerning pairs support and monospaced property.
dwrite: Return earlier from GetKerningPairAdjustments() when pair kerning is not supported.
d2d1/tests: A test for DrawTextLayout() with drawing effect.
Paul Gofman (4):
ole32: Fix behaviour of OLE init/uninit.
ole32: Zero output interface pointer in OleGetClipboard() on error.
ole32/tests: OleGetClipboard should succeed when COM/OLE is not inited.
mscoree: Fix calling convention for mono callback functions.
Pierre Schweitzer (2):
mpr: Implement WNetAddConnectionW(), WNetAddConnection2W(), WNetAddConnection3W().
mpr: Implement WNetAddConnectionA(), WNetAddConnection2A(), WNetAddConnection3A().
Piotr Caban (19):
msvcp120: Fix layout of classes with vtordisp field.
oleaut32/tests: Add tests for safearray unmarshaling into passed variant.
oleaut32: Set safearray pointer to NULL in LPSAFEARRAY_UserFree.
oleaut32: Pass safearray from VARIANT_UserUnmarshal to LPSAFEARRAY_UserUnmarshal so it can be reused.
oleaut32: Reuse safearray passed to LPSAFEARRAY_UserUnmarshal if possible.
oleaut32: Don't overwrite pointers in VARIANT_UserUnmarshal so we may free or reuse them.
oleaut32/tests: Show that VARIANT_UserUnmarshal may reuse passed in BSTR.
msvcp100: Add numeric_limits<*>::lowest implementation.
msvcp60: Export more complex numbers operators.
msvcrt: Fix modff signature.
msvcr120: Add _dpcomp implementation.
msvcr120: Add _set_FMA3_enable stub.
msvcr: Sync spec files.
msvcrt: Add _crt_debugger_hook implementation.
msvcrt: Fix size test of structure returned by _Gettnames.
msvcr110: Fix __lc_time_data definition.
msvcr110: Add _W_Gettnames implementation.
msvcrt: Add support for member function pointers demangling in unDName function.
msvcrt: Add support for $$B datatype description format in unDName.
Riccardo Bortolato (2):
d3d11: Handle NULL source box in d3d10_device_CopySubresourceRegion().
d3d11: Implement d3d11_immediate_context_CopySubresourceRegion().
Sebastian Lackner (2):
server: Fix invalid memory accesss caused by destroying winstation before desktop.
oleaut32: Fix invalid memory access on 64-bit when warn+heap is used.
Stefan Dösinger (10):
d3d10core/tests: Multisampled render targets are zeroed on creation.
d3d11/tests: Multisampled render targets are zeroed on creation.
d3d10core/tests: Viewport properties are integers.
wined3d: Prepare GL textures in surface_load_ds_location.
wined3d: Block validation checks the surface size too.
d3d9/tests: Block validation checks the surface size too.
d3d8: Don't validate 2D texture lock coordinates.
d3d8/tests: Test invalid locks with textures.
d3d9/tests: Test invalid locks with textures.
d3d8/tests: Block validation checks the surface size too.
Stefan Leichter (2):
kernel32: Add stub for GetSystemPreferredUILanguages.
kernel32/tests: Add tests for GetSystemPreferredUILanguages.
Thomas Faller (1):
dde: Fix use-after-free.
Vincent Povirk (2):
mscoree: Remove search fallbacks when Wine Mono isn't installed.
mscoree: Remove "Install Mono for Windows" message.
YongHao Hu (1):
msvcp110: Add tr2_sys__Link implementation and test.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.9.1 is now available.
What's new in this release (see below for details):
- A few more deferred fixes.
- Support for debug registers on x86-64.
- More Shader Model 4 instructions.
- Support for the Mingw ARM toolchain.
- Various bug fixes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.9/wine-1.9.1.tar.bz2http://mirrors.ibiblio.org/wine/source/1.9/wine-1.9.1.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.9.1 (total 38):
10919 GetLargestConsoleWindowSize() should not return hard coded constants
11372 Geoplan / Geospace popups cannot be accepted or dismissed
22581 Internet Explorer 3.01 crashes on some web pages (unimplemented function ole2disp.dll16.VARIANTINIT)
23298 Windows utility 'relog.exe' crashes on unimplemented function 'pdh.dll.PdhGetLogFileTypeW'
23642 Before You Know It crashes
24061 Drag & Drop doesn't redraw on Stars! 2.60b
28082 OCCT Perestroïka needs hal.dll.READ_PORT_ULONG
28696 ieframe/tests/intshcut.c: Uninitialised value in test_ReadAndWriteProperties
28698 ieframe/tests/intshcut.ok: uninitialized value in PersistFile_Load, found during test_ReadAndWriteProperties
30260 Office 2010 SP1 & SP2 installers report failure
32088 KODAK Share button app wants SETUPAPI.dll.SetupDiSelectBestCompatDrv
32692 Clones (game) crashes when starting a single-player game (without native d3dx9 libraries)
33121 wineconsole: Ignores height/width window size specified in program's external configuration file
33937 [EA Origin]Pictures don't display correctly with Wine set to win7
34405 AkelPad 4.8.4 crashes in Options->Plugins menu
36298 valgrind shows several leaks in msxml3/tests/domdoc.c
36302 valgrind shows several leaks in msxml3/tests/saxreader.c
37030 Visual Basic 6 - Listbox shows scrollbar when there isn't any
38230 3D Ultra Pinball Thrillride: Intro movie fails to play; causes hang
38736 Volume Shadow Copy Service (VSS) Backup/Restore Test Tool from Windows SDK 8.1 needs api-ms-win-security-lsalookup-l1-1-0.dll
38737 'makeappx' tool from Windows SDK 8.1 crashes on unimplemented function ntdll.dll.RtlInitializeGenericTableAvl
38738 VSS Agent from Windows SDK 8.1 needs api-ms-win-security-lsalookup-l1-1-1.dll
39034 SuperTux 0.3.5a crashes on startup
39035 The Forest: Game fallbacks to 64 MB VRAM
39074 IXMLDOMDocument::cloneNode crash
39195 msvcr120.dll.nextafter is needed by Sonkwo
39295 Saints Row 2 crashes on unimplemented function x3daudio1_4.dll.X3DAudioInitialize
39454 64-bit StarCraft II v3.0 client crashes immediately on startup (SetThreadContext on self with only DRx registers/CONTEXT_DEBUG_REGISTERS provided)
39475 PhysX 9.15.0428 installer does not run ('advapi32.RegOpenCurrentUser' must return a real handle instead of 'HKEY_CURRENT_USER' for user root key)
39486 Unused value in CFn_WMCommand (Coverity #1225886)
39563 Oddworld: Stranger's Wrath HD crashes when starting a new game
39579 iNode 3.6 client needs ndis.sys.NdisAllocateMemoryWithTag
39660 some *-config scripts in configure.ac are not crosscompiling friendly
39750 Sonic Generations: Crash due to stack overflow
39752 The elder scrolls IV: Oblivion issues
39823 "fixme:nls:CompareStringEx semi-stub behavor for flag(s) 0x10000000" appears thousands of times in terminal when running the Lego Mindstorms EV3 software
39861 Windows utility 'relog.exe' crashes on unimplemented function 'pdh.dll.PdhBindInputDataSourceW'
39892 UFile crashes with runtime error when rendering certain pages
----------------------------------------------------------------
Changes since 1.9.0:
Akihiro Sagawa (3):
gdi32/tests: Refactor test_fake_bold_font() to avoid code duplications.
gdi32/tests: Add font advance tests for synthetic bold face with scaling.
gdi32: Fixup the internal ntmFlags for bitmap fonts.
Alex Henrie (4):
wined3d: Turn char_component and color into static constants.
wined3d: Avoid double initialization.
maintainers: Add Wine Staging maintainers.
ntdll/tests: Correct signaled / not signaled error messages.
Alexandre Julliard (2):
ole32: Remove a no longer used constant.
Update copyright info for 2016.
Alistair Leslie-Hughes (2):
d3dx9: Add D3DXConvertMeshSubsetToSingleStrip stub.
d3dx9/tests: Add D3DXSaveSurfaceToFileInMemory DDS header tests.
Andrew Eikum (1):
oleaut32: Don't clear BSTR size.
Andrey Gusev (1):
wine.inf: Fix LanguagePack entry.
André Hentschel (4):
winebuild: Detect armv* toolchains.
winegcc: Sync toolchain detection with winebuild.
configure: Get rid of the prog parameter in WINE_CHECK_MINGW_PROG.
configure: Detect MinGW-w64 Clang cross toolchain.
Austin English (5):
pdh: Add PdhBindInputDataSourceA/W stubs.
ndis.sys: Add NdisAllocateMemoryWithTag stub.
api-ms-win-security-lsalookup-l1-1-1: Add dll.
kernel32: Add GetConsoleScreenBufferInfoEx/SetConsoleScreenBufferInfoEx stubs.
ntdll: Add RtlCreateUserProcess stub.
Bernhard Übelacker (1):
msvcp120/tests: Test virtual base table size exports.
Christian Costa (1):
d3dx9: Improve generated DDS file header.
Daniel Lehman (1):
shlwapi: Implement URL_ESCAPE_AS_UTF8.
Frédéric Delanoy (2):
po: Update French translation.
loader: Update French translation of wine manpage.
Hans Leidekker (8):
include: Add missing BCrypt declarations.
bcrypt: Implement BCryptOpenAlgorithmProvider and BCryptCloseAlgorithmProvider.
bcrypt: Implement BCryptCreateHash and BCryptDestroyHash.
bcrypt: Implement BCryptGetProperty.
bcrypt: Implement BCryptHashData.
bcrypt: Implement BCryptFinishHash.
wbemprox: Fix a typo.
wbemprox: Implement Win32_VideoController.VideoModeDescription.
Henri Verbeet (8):
ddraw: Simplify the root surface test in ddraw_surface7_GetPriority().
ddraw/tests: Don't require a 3D device for test_resource_priority().
wined3d: Set WINED3D_BUFFER_DOUBLEBUFFER for managed buffers as well.
wined3d: Get rid of GL_APPLE_client_storage support.
wined3d: Get rid of unused error codes.
ddraw: Use the largest dimension to determine the mipmap count for version 7 surfaces.
ddraw/tests: Merge MipMapCreationTest() with test_mipmap_lock().
ddraw: Only allow DDSCAPS_MIPMAP on textures.
Hugh McMaster (8):
wineconsole: Send the largest console window size information to the server.
kernel32: Implement GetLargestConsoleWindowSize.
kernel32: Add a stub for SetConsoleFont.
kernel32/tests: Refresh the console to clear the console font table.
kernel32/tests: Add tests for GetLargestConsoleWindowSize.
user32/tests: Add message tests for EM_SETSEL when getting/losing focus in combo boxes.
user32/tests: Add tests for EM_SETSEL and getting/losing focus in combo boxes.
kernel32: Remove incorrect comment from !i386 version of GetLargestConsoleWindowSize.
Jacek Caban (8):
mshtml: Added IHTMLElement::lang property implementation.
mshtml: Properly convert VT_NULL to string in get_elem_attr_value_by_dispid.
mshtml: Added IHTMLDocument4::hasFocus implementation.
jscript: Added support for Function constructor called as a function.
mshtml: Merge htmlstyle2.c into htmlstyle.c.
mshtml: Merge htmlstyle3.c into htmlstyle.c.
mshtml: Added IHTMLCurrentStyle::styleFloat property implementation.
mshtml: Added IHTMLDocument3::uniqueID implementation.
Jactry Zeng (2):
po: Update Simplified Chinese translation.
riched20: Print boundary for ME_CheckCharOffsets only when richedit_check channel was opened.
Jared Smudde (3):
winefile: Use own icon in run dialog.
winefile: Set MDI child icon.
shlwapi: Fix OS_TABLETPC typo.
Józef Kucia (28):
wined3d: Recognize SM4 imax opcode.
wined3d: Recognize SM4 imin opcode.
wined3d: Print opcode names instead of enum values.
wined3d: Add support for buffers in wined3d_device_update_sub_resource().
wined3d: Implement SM4 sample_l instruction.
d3d11/tests: Add test for SM4 sample_l instruction.
d3d10core/tests: Add test for SM4 sample_l instruction.
wined3d: Implement SM4 imax instruction in GLSL backend.
wined3d: Implement SM4 imin instruction in GLSL backend.
wined3d: Reorder WINED3DSIH values alphabetically in shader_glsl_map2gl().
wined3d: Do not perform texture alpha blending for BUMPENV textures.
wined3d: Maintain default sampler per device.
wined3d: Record texture accesses for SM4 ld instruction.
wined3d: Implement SM4 ld instruction.
d3d11/tests: Add test for SM4 ld instruction.
d3d10core/tests: Add test for SM4 ld instruction.
wined3d: Add support for WINED3DFMT_BC3_UNORM format.
wined3d: Add support for WINED3DFMT_BC1_UNORM format.
wined3d: Add support for WINED3DFMT_BC2_UNORM format.
d3d11/tests: Add test for block-compressed textures.
d3d10core/tests: Add test for block-compressed textures.
wined3d: Add support for WINED3DFMT_R8G8_UNORM format.
wined3d: Recreate default_sampler during device reset.
include: Add declarations for D3DUSAGEs added with d3d9ex.
d3d9: Implement d3d9_device_CreateDepthStencilSurfaceEx().
d3d9/tests: Add test for CreateDepthStencilSurfaceEx().
d3d9/tests: Add missing space to trace() message.
wined3d: Add usage flags introduced with d3d9ex.
Matteo Bruni (1):
wined3d: Regenerate FFP replacement VS on changes to the normal attribute in the vertex declaration.
Nikolay Sivov (36):
shell32/tests: Basic tests for SHCreateSessionKey().
dwrite/tests: Fix test failures on older versions.
dwrite/tests: Some tests for SetUnderline().
dwrite: Implement EUDC font collection.
shlwapi: Handle NULL pointer in DllGetVersion() (Coverity).
oleview: Use proper pointer type when allocating names array (Coverity).
commdlg: Explicitely initialize remaining fields of CHOOSECOLORA (Coverity).
user.exe: Fully convert MSG16 to MSG in IsDialogMessage() (Coverity).
riched20: Initialize wEffects field before setting bits in it (Coverity).
msacm32.drv: Initialize reserved fields in WAVEINCAPS/WAVEOUTCAPS (Coverity).
riched20: Preserve higher bits of tabstop values (Coverity).
msxml3: Fix cloneNode() for document nodes.
msxml3: Add missing break for text node case (Valgrind).
msxml3/tests: Fix some leaks while testing attribute values (Valgrind).
msxml3/tests: Fix a minor variant leak (Valgrind).
msxml3/tests: Fix a stream leak (Valgrind).
comdlg32: Explicitly compare to HRESULT values.
quartz: Explicitly compare to HRESULT values.
shell32/tests: Explicitly compare to HRESULT values.
ntdll/tests: Some tests for NtQuerySystemInformationEx().
ntdll: Add NtQuerySystemInformationEx() stub.
kernel32: Forward GetLogicalProcessorInformationEx() to ntdll.
msxml3/tests: Fix BSTR leak warning (Valgrind).
ole32: Properly implement OleRegGetUserType().
advapi32: Make RegOpenCurrentUser() return real key handles for current SID.
ole2disp: Implement VariantInit().
shlwapi: Remove a cast that's not really needed.
ole32/tests: A couple of tests for ReadClassStm/ReadClassStg.
xaudio2: Added missing break in a switch (Coverity).
ieframe: Don't write icon file path and index to storage if not specified in shortcut (Valgrind).
shlwapi: Fix initializer causing compiler warning.
xaudio2: Add another missing break for consistency.
dwrite/tests: Some tests for drawing underlines.
dwrite: Store locale name in lower case for text format.
comctl32/tests: Separate individual Trackbar tests from each other.
shlwapi/tests: Fix uninitialized data access in tests (Valgrind).
Piotr Caban (3):
ole32: Make clipboard latest_snapshot access thread safe.
msvcp120: Add _Add_vtordisp virtual functions to basic_ios class.
msvcp120: Add vtordisp field to classes with virtual base.
Qian Hong (3):
include: Add defines for some more device change event.
user32/tests: Add tests for WM_DEVICECHANGE message.
user32: Properly handle WM_DEVICECHANGE in is_pointer_message().
Riccardo Bortolato (1):
ddraw: Check for mipmap sublevel through caps in ddraw_surface7_SetColorKey().
Sebastian Lackner (9):
server: Implement wineserver call for SystemHandleInformation.
oleaut32: Pass size without terminating null to get_cache_entry.
oleaut32: Align terminating null character in SysAllocStringByteLen.
ntdll: Check ContextFlags before restoring registers on x86_64.
ntdll: Receive debug registers from server on x86_64.
ntdll/tests: Add tests for setting debug registers with NtSetContextThread.
kernel32: Clamp maximum console window size to screen buffer size.
mshtml: Fix prototype of nsIDOMWindowUtils::SetDisplayPortMarginsForElement.
cmd: Fix sharing permissions of piped output files.
Stefan Dösinger (3):
d3d9/tests: Use a slop for test_shademode.
d3d8/tests: Use a slop for test_shademode.
ddraw/tests: Use a slop for test_shademode.
Thomas Faber (2):
msi: Use the intended attributes when overwriting the target file in cabinet_copy_file.
quartz: Don't cache IFilterMapper2 interface in FilterGraph2.
YongHao Hu (1):
msvcr120: Enable MSVCRT__nextafterf when _MSVCR_VER>=120.
Zhenbo Li (1):
mshtml: Add IHTMLXMLHttpRequest::responseXML() method implementation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.9.0 is now available.
What's new in this release (see below for details):
- A number of fixes that were deferred during code freeze.
- WSAPoll implementation.
- Standard font dialog fixes.
- X11 drag&drop improvements.
- Various bug fixes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.9/wine-1.9.0.tar.bz2http://mirrors.ibiblio.org/wine/source/1.9/wine-1.9.0.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.9.0 (total 43):
3611 CorelDRAW 9: copy/paste of graphics elements between multiple instances of the program doesn't work
8097 Pazuru Alfabet picture display flicker
14290 winhelp: temporary 100% CPU use when loading some help files
15253 VB6 application doesn't fully render text using custom bitmap font (only one character shown)
15951 Origin Pro 6.1 / 7.5 / 8.0 / 8.5: Matrix menu commands don't work (dialog for auto-spacing of levels, colors or linestyles in contour-plots not shown)
17310 Window looses its top returning from fullscreen and is undragable from normal means
18347 Multiple applications crash on unimplemented function gdiplus.dll.GdipImageSetAbort (Cooliris, IPLA 0.9)
20208 Liquid Story Binder - 'z' location broken and window management issues
22871 MinGW gdb 5.2.1 crashes when trying to enter commands
22966 Restricted Area: incorrect rendering of character animations
25104 ChooseFont dialog does not support non standard font sizes
26769 Unable to play mms in Windows Media Player [9|10] with builtin wininet
28915 Eclipse Indigo SR1 (3.7.1) C++ IDE complains "'Periodic workspace save.' has encountered a problem." (java expects NtWriteFile to support FILE_WRITE_TO_END_OF_FILE)
29455 Call of Duty 4: persons are not visible
30621 Web Forum Reader 3.0 shows empty/white page when adding website resource (embedded browser)
30678 Phantasy Star Online: Ambition of The Illuminus (PSU: AOTI): resolution dropdown box empty
30811 Music in Alpha Centauri stutters
32650 LibreOffice 4 beta UI quite slow
32926 PPTV 3.2.1 crashes after installation
33101 FlashDevelop 4.3.0 (.NET 2.0 app) crashes on startup with 'Initialization failed. Please, run FlashDevelop again.'
33641 MS Comptes Bancaires 9.0 crashes on startup
33651 HeeksCAD & HeeksCNC fails
33737 PowerPoint Viewer 2010 cannot start when Windows version is Vista or later ('IFileDialogCustomize::MakeProminent' and 'IFileDialogCustomize::SetControlItemState' are stubs)
34312 3d chat client for there.com crashes
35187 Jade Empire Special Edition configuration tool always resetting video settings
35605 3Dmark 2000: Choosing "Run Default Benchmark" says "Benchmark Aborted!"
35693 Kaspersky Internet Security 2010 service installation fails due to missing TDI wrapper library 'tdi.sys'
37457 Musedit crashes when trying to transcribe from a midi file
37580 Spotify "Browse" GUI not present.
37646 valgrind shows an invalid free in advpack/tests/install.c
38076 GameRanger: unimplemented function dnsapi.dll.DnsFlushResolverCacheEntry_A
38321 Game Heroes 3.5 In The Wake Of Gods (Heroes III of Might And Magic mod): Mouse pointer disappears after click
38580 Secret Files 1-2, UFO:Extraterrestrials Gold: hardware mouse pointer missing/corrupted
38601 Planetary Annihilation needs WS2_32.dll.WSAPoll
38734 Application Impact Telemetry Static Analyzer from Windows SDK 8.1 App Certification Kit needs api-ms-win-core-path-l1-1-0.dll
38818 Umax Astra 4100 USB scanner driver installer needs setupx.dll16.DiBuildDriverIndex in Win9X mode
39611 Any Video Converter (AVC) crashes after converting a video, needs msvcr100.dll._wtmpnam_s
39678 Zararadio can not read folder/file name path with Latin characters
39764 An attempt to do automatic authentication unexpectedly drops the payload from server response
39769 Caffeine Demo fails to start with NVIDIA: Extension GL_VERSION_3_3 required for glVertexAttribDivisor not supported
39770 "Enter/Exit Full Screen" menu isn't localized
39789 Reusing xmlhttprequest doesn't clear previous headers
39811 GetLongPathName not working on case insensitive filesystems when short path is passed
----------------------------------------------------------------
Changes since 1.8:
Alex Henrie (2):
kernel32: Add TRACE to SetCommState.
ntdll: Increase maximum number of autodetected COM/LPT ports to 256.
Alexandre Julliard (1):
secur32/tests: Don't check the exact number of cipher bits.
Alistair Leslie-Hughes (2):
oledb32: Convert to a BSTR to work out it size.
oledb32: GetConversionSize shouldn't fail for null variants.
Andrew Eikum (1):
maintainers: Alphabetize.
Andrey Melnikov (1):
gdi32: Handle NULL filename in GetICMProfileA().
André Hentschel (14):
winmm: Remove a dead assignment (Clang).
shell32: Minor cleanup of SHELL_execute (Clang).
xaudio2_7: Check return of IAudioClient_Start (Coverity).
wininet: Return the correct error code (Clang).
msvcrt: Don't continue on demangle failure (Coverity).
mmdevapi: Skip device if GetId fails (Coverity).
winmm: Respect return value from joyGetPos (Coverity).
version: Remove dead assignments (Clang).
services: Fix access adjustment by reordering code (Clang).
setupapi: Remove dead code (Clang).
secur32: Ignore pfQOP in VerifySignature (Clang).
sane.ds: Remove dead code (Clang).
wineboot: Remove dead code (Clang).
winedbg: Remove a dead assignment (Clang).
Aurimas Fišeras (1):
po: Update Lithuanian translation.
Austin English (10):
iexplore: Sync registry and program resource values.
setupx.dll16: Add DiBuildDriverIndex stub.
tdi.sys: Add a stub dll.
api-ms-win-core-path-l1-1-0: Add stub dll.
hal: Add READ_PORT_ULONG stub.
kernel32: Make CompareStringEx semi-stub flag FIXME only show once.
pdh: Add PdhGetLogFileTypeA/W stubs.
setupapi: Add SetupDiSelectBestCompatDrv stubs.
ntoskrnl.exe: Add RtlInitializeGenericTableAvl/RtlInsertElementGenericTableAvl stubs.
api-ms-win-security-lsalookup-l1-1-0: New dll.
Bruno Jesus (1):
ws2_32: Add WSAPoll() implementation.
Changhui Liu (2):
hidclass.sys: Initialize ext->irp_queue immediately after HID_CreateDevice.
hidclass.sys: Properly print 80 bytes in first line when tracing ParseDescriptor.
Hans Leidekker (11):
qmgr: Use the full path for HTTP downloads.
dnsapi: Add a stub implementation of DnsFlushResolverCacheEntry_A/UTF8/W.
winhttp: Don't drain content until authorization is handled successfully.
wbemdisp: Calculate the object count returned from ISWbemObjectSet::get_Count just once.
wbemprox: Support string literals in comparisons with integer properties.
wbemprox: Implement Win32_NetworkAdapterConfiguration.Description.
wbemprox: Implement Win32_NetworkAdapterConfiguration.DefaultIPGateway.
wbemprox: Set correct variant type if array property value is NULL.
wbemprox: Implement Win32_NetworkAdapterConfiguration.DHCPEnabled.
wbemprox: Implement Win32_NetworkAdapterConfiguration.DNSServerSearchOrder.
wbemprox: Implement Win32_NetworkAdapterConfiguration.SettingID.
Jacek Caban (2):
mshtml: Added IHTMLWindow::get_clientInformation implementation.
mshtml: Added nsIChannel::Cancel implementation.
Jactry Zeng (10):
riched32/tests: Test EM_LINELENGTH with multibyte character.
riched20/tests: Test EM_LINELENGTH with multibyte character.
riched20/tests: Add multibyte character tests for selection.
riched32/tests: Add tests for selection.
riched20/tests: Test EM_GETTEXTRANGE with multibyte character.
riched32/tests: Test EM_GETTEXTRANGE with multibyte character.
riched20/tests: Test EM_GETSELTEXT with multibyte character.
riched32/tests: Test EM_GETSELTEXT with multibyte character.
riched20/tests: Add tests for WM_GETTEXTLENGTH.
riched32/tests: Test WM_GETTEXTLENGTH with multibyte character.
Jeremy White (7):
kernel32/tests: Add path tests for the ./../foo case.
kernel32: Advance over the input buffer when stripping ./.
kernel32/tests: Add tests for GetLongPathName using a slash delimiter.
kernel32/tests: Add a test for GetShortPathName using a slash delimieter.
kernel32: Preserve a '/' delimiter in GetLongPathName and GetShortPathName.
kernel32/tests: Test GetLongPathNameA when the file name case differs from the input.
kernel32: Revise GetLongPathNameA to avoid overriding the input on long names.
Joachim Priesner (1):
wbemprox: Iterate over all drives instead of just the first four.
Lauri Kenttä (1):
po: Update Finnish translation.
Michael Stefaniuc (3):
dsound: Fail to create a version 8 3d buffer with DSBCAPS_CTRLPAN.
dsound: Simplify error handling when creating a sound buffer.
dsound: Use a better name for IDirectSoundBufferImpl_Create().
Nikolay Sivov (32):
kernel32/tests: Some tests for ZombifyActCtx().
user32/tests: One more activation context test for interthread SendMessage.
user.exe: Fix MapDialogRect() to actually convert passed rectangle (Coverity).
ole2nls: Fix CompareString() prototype.
ntdll: Trace RTL_BITMAP api arguments as unsigned when appropriate.
dxdiagn: Improve error handling when converting to VT_BSTR (Coverity).
regedit: Fix potential buffer leak, simplify error handling (Coverity).
winemenubuilder: Simplify MIME types list management.
gdi32: Initialize 'param' field (Coverity).
comdlg32/fontdlg: Limit text length user can type in as font point size.
comdlg32/fontdlg: Allow font sizes outside of defaults set.
comdlg32/fontdlg: Fix string format for sizes added to listbox.
comdlg32/fontdlg: Remove dead assignment (Coverity).
msvcrt: Fix char to int promotion that breaks pattern lookup.
msvcrt: Fix cwscanf* prototypes.
po: Update Russian translation.
msxml3: Clear request headers on Open().
ole32: Fix parameter validation for CoGetMalloc().
ole32: Simplify OleRegGetMiscStatus() using existing helper, use read-only key permissions.
ole32: Simplify OleRegGetUserType() using existing helper.
ole32/tests: Some tests for OleRegGetUserType().
ole32: Ignore GetMiscStatus() returned value in OleCreate().
ole32: Use OleRun() in OleCreate() instead of unrolling what it does.
ole32/tests: Remove some casts we don't need, fix a couple of others.
ole32/tests: Simple test for aggregation in CreateDataCache().
dwrite/tests: One more test for duplicates in IDWriteTypography.
dwrite: Store per-range typography property.
dwrite: Optimize for the most common case of layout object initialization.
dwrite: Store last line wrapping property.
dwrite: Store optical alignment property.
dwrite: Locale layout ranged attribute is case-insensitive.
dwrite: Fix identical ranges merging.
Paul Gofman (1):
msvcrt: Rename __libm_sse2_* functions to fix compilation when using Intel compiler.
Piotr Caban (17):
winex11.drv: Ignore effect returned in IDropTarget::DragEnter.
winex11.drv: Call DragLeave instead of Drop if DROPEFFECT_NONE was set.
winex11.drv: Only update drop effect if IDropTarget::DragOver returned S_OK.
winex11.drv: Reset XDNDAccepted flag if IDropTarget::DragEnter fails.
winex11.drv: XDNDDropEffect stores OLE Drag&Drop effect so don't use it WS_EX_ACCEPTFILES related drops.
msvcrt: Add _strtol_l implementation.
msvcrt: Return error if last known character is further in the string then current character.
ole32: Fix apartment window class name.
msxml3: Update xmlNode reference count when nodes are merged in node_insert_before.
msxml3: Store information about ignorrable whitespace nodes in xmlNode._private variable.
msxml3: Reimplement node_get_text helper so it uses information about ignorred white space nodes.
msxml3: Add support for CDATA nodes in node_get_text.
msxml3/tests: Use exact comparison in IXMLDOMNode::get_text tests.
ntdll: Fix NtQueryDirectoryFile behavior on short file names on case insensitive file systems.
msvcp110: Always return empty string in _Read_dir on end of enumeration or error.
msvcrt: Add tmpnam_s implementation.
msvcrt: Add _wtmpnam_s implementation.
Riccardo Bortolato (2):
ddraw: Check if surface is a mipmap sublevel or a non-positive X top level surface through caps in ddraw_surface7_GetPriority().
ddraw7/tests: Test GetPriority() on cubemap surfaces.
Sebastian Lackner (8):
kernel32/tests: Remove unnecessary call to GetExitCodeProcess in process tests.
ntdll: ProcessDebugFlags should return debug_children flag instead of !debugger_present.
server: Fix assignment of primary_group in token_duplicate.
tools: Remove redundant check for request size in make_requests.
advapi32: Add stubs for RegCreateKeyTransacted[A/W] functions.
ntdll/tests: Add more tests for SystemHandleInformation.
kernel32/tests: Add test for process object destruction.
pdh: Fix prototype of PdhGetLogFileType[A/W].
Thomas Faller (1):
ntdll: Fix valgrind heap realloc notifications.
Thomas Petazzoni (1):
configure: Allow to override the location of the *-config scripts.
YongHao Hu (3):
msvcp110: Add tr2_sys__Read_dir implementation.
msvcp110: Add tr2_sys__Close_dir implementation.
msvcp120/tests: Add tests of tr2_sys__Open_dir, tr2_sys__Read_dir and tr2_sys__Close_dir.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine team is proud to announce that the stable release Wine 1.8
is now available.
This release represents 17 months of development effort and around
13,000 individual changes. The main highlights are the implementation
of DirectWrite and Direct2D, and the new Pulse Audio driver.
It also contains a lot of improvements across the board, as well as
support for many new applications and games. See the release notes
below for a summary of the major changes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.8/wine-1.8.tar.bz2http://mirrors.ibiblio.org/wine/source/1.8/wine-1.8.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
What's new in Wine 1.8
======================
*** Text and fonts
- DirectWrite is implemented, and works for a number of
applications. The implemented functionality includes:
- Font file loading from system or custom font collections.
- Building font families by combining similar font faces.
- Font matching algorithm using weight/width/slope model.
- Basic text layout support.
- Bi-directional level resolution and line breaks resolution.
- GDI interoperability API, including rendering to DIB section base target.
- Rendering to arbitrary target with generic rendering interface.
- Generating black&white and grayscale alpha bitmaps.
- Bold glyphs can be synthesized for outline fonts.
- Multiple replacements can be specified for a single font by using a
multi-string entry under HKCU\Software\Wine\Fonts\Replacements.
- Vertical text uses the Unicode data tables for more accurate
character ranges support.
- Character tables are based on version 8.0.0 of the Unicode Standard.
- The built-in Wingdings font contains more glyphs.
- Unicode bracketing pairs are supported in Uniscribe.
- The RichEdit control uses Uniscribe for more accurate text rendering.
- Hebrew and Arabic Mac OS code pages are supported. This improves
support for loading translated font names from Mac OS font files.
*** Graphics
- Direct2D is supported. Among the implemented features are:
- DXGI surface and WIC bitmap render targets.
- Geometries defined by straight lines and cubic Bézier curves.
- Drawing text.
- Bitmaps.
- Solid color brushes and bitmap brushes.
- Opacity brushes.
- PNG files can be encoded in interlaced mode.
- Gamma information can be loaded from PNG files.
- Animated GIFs are correctly supported in GdiPlus.
*** Direct3D
- Direct3D 11 is supported, to about the same level as Direct3D 10.
- Simple applications using Direct3D 10 are supported. There are still
many unimplemented features. Direct3D 10 requires support for at
least OpenGL 3.2 and GLSL 1.50. Some of the changes and supported
features include:
- Several resource update operations are implemented.
- Many more shader model 4 opcode are recognized.
- Constant buffers are supported.
- The various resource views are implemented.
- The various state objects are implemented.
- Stateblocks are implemented.
- A number of new DXGI 1.1 interfaces are implemented. This benefits Direct3D
10 and 11 applications.
- Direct3D applications correctly minimize and restore the display
mode on focus loss.
- Fixed function vertex blending is implemented. This requires GLSL support.
- Per-vertex point sizes are supported. This requires GLSL support.
- The wined3d graphics card database recognizes more graphics
cards. The graphics card detection code is simplified and
improved. More reasonable fallbacks are picked for unrecognized
graphics cards.
- On drivers that support it, GL_ARB_texture_mirror_clamp_to_edge or
GL_EXT_texture_mirror_clamp are used to implement the "mirror once"
texture addressing mode. Previously this required
GL_ATI_texture_mirror_once.
- GL_ARB_depth_clamp is no longer required to correctly draw pre-transformed
vertices with disabled z-buffering. This helps older graphics cards that
can't correctly implement GL_ARB_depth_clamp.
- On drivers that support it, GL_ARB_blend_func_extended is used to
implement the D3DBLEND_SRCALPHASAT blend factor.
- On drivers that support it, GL_ARB_sampler_objects is used to apply
sampler states independently of the texture object they apply
to. This helps applications that bind the same texture to multiple
texture stages, but with different sampler states.
- On drivers that support it, GL_EXT_texture_snorm is used to support
signed (normalized) texture formats. These are typically used for
bump mapping. Previously these formats required either
GL_NV_texture_shader, or fixups when loading and using them.
- On drivers that support is, GL_ARB_timer_query is used to support
Direct3D 9 timestamp queries.
- Texture format restrictions are more strictly enforced. This allows
applications to fall back to a different format instead of continuing with
broken rendering.
- Direct3D 9 D3DTSS_CONSTANT texture stage constants are supported.
- Color keyed blits can be done by the graphics card. Previously these
needed to be done by the CPU.
- NV12 surfaces are supported. This is used by some applications for
playing back video.
- ATI1N textures and surfaces are supported, in addition to ATI2N
textures and surfaces. This requires support for
GL_ARB_texture_compression_rgtc from the OpenGL driver.
- When GLSL is supported, lighting for Direct3D 1-3 is more
correct. However, for most application the difference will only be
very slight.
- The IDirect3DSwapChain9Ex interface is supported.
- OpenGL core contexts, OpenGL ES contexts, and multi-threaded OpenGL
command submission (known as "CSMT") have been added, however that
work is not finished yet.
*** DirectDraw
- SetCooperativeLevel() works better, affecting DirectDraw exclusive
mode in particular.
- DirectDraw surface flipping is more correct. This affects applications that
use more than 1 back buffer in particular.
- DirectDraw palette handling is better supported. This mostly affects
older applications using 8-bpp display modes (but not exclusively.)
- "Client memory" surfaces are better supported, in particular related
to the handling of pitch and texture compression.
*** Audio and video
- A Pulse Audio driver is implemented. It is selected automatically
when Pulse Audio is running.
- 5.1 surround sound is supported in DirectSound. Stereo is the
default, but other speaker configurations can be set through the
Audio tab in Winecfg.
- XAudio2 is implemented, based on the OpenAL Soft library.
- The OpenAL library defaults to the native version.
- The Video Mixing Renderer version 7 is implemented.
- AVI file encoding and compression is implemented.
*** Kernel
- Wine can be configured to report the Windows version as 'Windows
8.1' and 'Windows 10'.
- Keyed event synchronization objects are implemented.
- The "init once" synchronization mechanism is supported.
- Condition variables are implemented.
- Slim Reader/Writer locks are implemented.
- Activation contexts are used for loading DLLs, type libraries, and
COM classes, avoiding the need for explicit registration.
- Windows devices support read and write operations in addition to I/O
controls. They can be remapped directly to existing Unix devices.
- Thread local storage is supported in dynamically loaded libraries.
- Process jobs are implemented.
- The Task Scheduler service is implemented.
- The UTF-7 encoding is supported.
- ATL thunk emulation supports a wider range of possible instructions.
- Process and thread affinity is supported even with a large number of
processors.
- Dynamic DST (Daylight Saving Time) is supported through the
registry. Timezone data is updated for a number of timezones.
- USER_SHARED_DATA access is emulated on x86-64 platforms.
- The new thread pool API is supported.
- OpenMP (parallel programming API) is implemented.
- Preliminary support for HID devices is implemented, but it's not
enabled yet.
*** User interface
- There is an optional Start Menu in desktop mode, that can be enabled
on a per-desktop basis by setting "EnableShell" to "Y" under
HKCU\Software\Wine\Explorer\Desktops\<name>.
- The standard Open File dialog supports a drop-down menu for file
manipulations.
- The 'My Documents' folder links to the XDG or Mac OS X 'Documents'
folder if it exists.
- Many more shell Known Folders are supported.
- Scrollbar theming is implemented. Theming of other controls also
works better.
- The Toolbar common control can save and restore its state.
*** Mac OS X support
- The 64-bit architecture is supported on Mac OS X; however, it's not
100% compatible with Win64, because of the OS X non-standard 64-bit
ABI.
- Memory size is reported accurately on Mac OS X.
- Joysticks are supported at the WinMM level on Mac OS X.
- Debugging information and stack unwinding are improved on Mac OS X.
- Trash folder enumeration is supported on Mac OS X.
- All mouse events are supported in the system tray with the Mac driver.
- Window maximization is supported in the Mac driver.
- The Cocoa-style full-screen mode is supported in the Mac driver.
- Multiple keyboard layouts are supported in the Mac driver.
*** X11 driver
- X Drag & Drop protocol version 5 is supported.
- Flashing a window caption is implemented in the X11 driver using the
NET_WM_STATE_DEMANDS_ATTENTION style.
*** OLE / COM
- OLE Storage files support file locking, and sizes larger than 4 GB.
- Type libraries are registered correctly on 64-bit setups.
- 32-bit type libraries can be loaded from 64-bit programs.
- The OLE data cache supports DIB images.
- The RPC interface to control Windows services is compatible with the
native version.
- OLE Accessible Objects are implemented for better accessibility support.
*** Internet and networking
- The Gecko engine is updated to the version from Firefox 40. Many
more objects and properties are implemented in MSHTML.
- Internet proxies can be configured automatically.
- RPC over HTTP supports the NTLM and Negotiate authentication
schemes.
- The Web Services API is partially implemented.
- Download of Gecko and Mono add-ons can be canceled from the
progress dialog.
- Conditional compilation is supported in JavaScript.
- Arrays, math functions, and exception unwinding are implemented in
VBScript.
- Remote network shares can be configured using Samba's NetAPI library.
- The Packet Capture DLL is implemented.
- Network interface change notifications are implemented.
- IPv6 DNS addresses are supported in IphlpAPI.
- The Deflate content encoding is supported in Wininet.
- The TransmitFile API is implemented in Windows Sockets.
- The BITS file transfer service is better supported.
*** Printing
- Vertical text is supported when printing through the PostScript driver.
- The PostScript driver generates standard glyph names when possible.
- Monochrome printers are better supported, in particular when
printing color images.
- Collation is supported in the PostScript driver.
*** Miscellaneous
- Windows Management Instrumentation (WMI) implements several more
WBEM system classes.
- Applying installation patches is better supported in MSI.
- Hyperlink controls are supported in installers.
- More recent versions of the C/C++ runtimes are supported, including
the new UCRTBASE library. The old MSVCIRT C++ runtime is also
partially implemented.
- Version 9, 10, and 11 of ATL (Active Template Library) are
implemented.
- The Windows Scripting Runtime supports many more classes, including
file and folder collections and dictionaries.
- Writing XML files is implemented.
- The Invariant locale is supported.
*** Built-in applications
- The 'taskmgr' application displays whether processes are running
under WoW64.
- The 'regedit' tool better supports import/export of registry files.
- The 'wineconsole' tool supports configuring the insert/overwrite
mode in the settings dialog.
*** Platform-specific changes
- System and hardware information is properly reported on ARM
platforms.
- WoW64 mode is supported for the ARM64 platform.
- The 64-bit architecture is supported on Android.
- Binaries are built as PIE on Android, for compatibility with Android
version 5.
*** Build environment
- Source files can be shared across DLLs, to allow building multiple
versions of a DLL from the same source. This is more compatible than
forwarding calls to a single master DLL. It's used mainly for the
C/C++ runtime libraries.
- #pragma directives are supported in various source files to specify
dependencies, for more accurate makefile generation.
- The IDL compiler supports WinRT namespaces.
- The message compiler uses mo files instead of po files for faster
processing.
- Architecture-specific compile flags like -march= are supported in
Winegcc and passed along to the assembler.
*** New external dependencies
- liblcms2 is used instead of liblcms version 1.
- libnetapi from Samba is used for configuring remote network shares.
- libpcap is used to implement the Packet Capture DLL.
- libpulse is used by the Pulse Audio driver.
- The OpenAL Soft library is used to implement XAudio2.
- The prelink tool is no longer necessary as long as the linker
supports the -Ttext-segment option.
*** Known issues
- Since the support for OpenGL core contexts in WineD3D is not
complete enough yet, Direct3D 10 and 11 need to be supported in a
legacy context / the compatibility profile, which means that they
currently don't work on Mesa.
- Setting the PULSE_LATENCY_MSEC variable was sometimes necessary with
the Alsa audio driver, but it can cause trouble with the Pulse
driver. It is recommended to unset the variable.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.8-rc4 is now available.
What's new in this release (see below for details):
- Bug fixes only, we are in code freeze.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.8/wine-1.8-rc4.tar.bz2http://mirrors.ibiblio.org/wine/source/1.8/wine-1.8-rc4.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.8-rc4 (total 26):
8258 Dolphin Smalltalk IDE fails when requesting trial on urlmon.dll.URLOpenBlockingStreamA
16698 Sandboxie installer needs 'HKLM\\System\\CurrentControlSet\\Services\\Eventlog\\System' registry key
17501 Cockpit Crash hangs
17814 HLMV from Source SDK crashes while starting
18964 BioEdit: Minimized windows icons become garbaged
19041 WinNER5 database client crashes on startup
23377 Buried in Time demo does not start
31817 Tencent RTX Client 2010 installer fails to register Shell extension handler 'RTXShlMenu.dll' (missing 'HKCR\\*\\shellex\\ContextMenuHandlers' and 'HKCR\\folder\shellex\ContextMenuHandlers' registry keys)
31862 "The Network" demo fails to start without native d3dx9
32383 Configure script can't find 32-bit freetype libraries on 64-bit debian squeeze
32655 Miro 5.x/6.x installer does not go beyond "initializing..." phase
33438 Wine builtin 'explorer' crashes in Win98 mode when browsing virtual 'C:' drive
33917 Voyage: Journey to the Moon demo shows white screen
34308 Gazillionaire has transparency issues
36726 DVD Profiler: black squares in the gui
37899 Adobe Photoshop 5.0: Type tool fails with stack overflow
38293 Setting PROMPT in a batch file resets on exit of batch file
38371 Winfiol crashes when changing program preferences
38480 RuneScape crashes when switching to OpenGL renderer (glCopyTexSubImage3DEXT blacklisted by extension filtering)
38723 Ad-Aware 11.6.306.7947 wants msi.dll.MsiJoinTransaction
38778 Blade of Darkness demo hangs with a black screen on start
39119 Heroes of the Storm 13.0.37117 crashes on exit needing wevtapi.dll.EvtClose
39535 PowerISO 6.4 (32 bits) crashes on installation (needs fusion.dll.CopyPDBs)
39710 Hitman 2: Silent Assassin shows wrong colors with environment bump mapping
39747 Original War: user interface gets corrupted after opening the help screen
39758 Desktop Holiday Light app crashes
----------------------------------------------------------------
Changes since 1.8-rc3:
Alex Henrie (3):
winecfg: Widen "Folder" column to accommodate Catalan translation.
ieframe: Widen toolbar buttons to accommodate Catalan translation.
po: Update Catalan translation.
Alexandre Julliard (5):
user32: Fix WS_EX_DLGMODALFRAME handling in AdjustWindowRect and add more tests.
opengl32: Make it possible to use an alternative in wglGetProcAddress when an extension is missing.
user32: SetLayeredWindowAttributes is no longer a stub.
user32: Preserve the surface contents when changing the WS_EX_LAYERED bit.
Revert "opengl32: Store alternative function in wglGetProcAddress."
Alistair Leslie-Hughes (3):
configure: Create d3dx10 import library.
dxguid: Include d3dx10.h.
wevtapi: Add EvtClose stub.
Andrew Eikum (1):
winepulse.drv: Print a winediag error when PA buffer size is too small.
Austin English (1):
fusion: Add a stub for CopyPDBs.
Boyuan Yang (1):
readme: Add Simplified Chinese translation.
Dmitry Timoshkov (6):
winhttp/tests: Fix spurious crashes under Windows.
winhttp/tests: Fix a typo.
winhttp/tests: Use symbolic names for http status codes.
winhttp/tests: Send a not empty payload in the server authorization response, check the received data on the client side.
user32: Call the EnumChildWindows callback using a wrapper.
winhttp/tests: Add an authentication test using IWinHttpRequest.
François Gouget (15):
po: Fix some trailing space and exclamation mark issues in the Norwegian Bokmål translation.
po: Fix ellipsis issues in the Norwegian Bokmål translation.
po: Remove some extraneous ellipses in the Norwegian Bokmål translation.
po: Fuzzy some incorrect Arabic translations.
po: Fuzzy an incomplete Croatian translation.
po: Remove an unwanted shortcut key in the Arabic translation.
po: Fix a printf-format specified in the Catalan translation.
po: Remove a superfluous trailing space in a Japanese translation.
po: Fix trailing colon issues in the Czech, Esperanto Japanese and Portuguese (Portugal) translations.
po: Add a couple of missing ellipses to the Catalan translation.
po: French translation tweaks and fixes.
winecfg: Tweak sizes and alignments so the 'Font' button does not clip in Portuguese (Portugal).
po: Translate 'batch file' to French.
po: Tweak the French TYPE and ASSOC usage messages.
po: Use lowercase+underscore names for the replaceable parts of the French usage messages.
Henri Verbeet (1):
ddraw: Mark surfaces as lost on mode changes.
Hugh McMaster (1):
cmd: Do not overwrite a user-specified Prompt variable.
Jacek Caban (3):
mshtml: Fixed nsIHttpChannelInternal declaration.
mshtml: Return success in SetCorsIncludeCredentials and SetCorsMode.
mshtml: Properly return NULL parentElement.
Jactry Zeng (2):
riched20/tests: Test EM_SETTEXT and EM_REPLACESEL with multibyte character.
riched20/tests: Add return tests for EM_SETTEXTEX.
Julian Rüger (1):
po: Update German translation.
Józef Kucia (4):
wined3d: Use correct initial color for FFP texture blending in GLSL backend.
wined3d: Use correct initial color for FFP texture blending in ARB program shader backend.
d3d9/tests: Add tests for FFP texture blending.
d3d8/tests: Port test_texture_blending() from d3d9.
Ken Thomases (1):
loader: Add the CFBundleAllowMixedLocalizations key to the embedded Info.plist to allow Cocoa to localize its strings.
Michael Müller (1):
advapi32: Set last error to ERROR_SUCCESS in GetSidIdentifierAuthority.
Nikolay Sivov (4):
po: Update Russian translation.
dwrite/tests: Some tests for MapCharacters().
dwrite/tests: Some tests for fallback builder.
winecfg: Fix a crash on empty size field in Desktop Integration.
Piotr Caban (1):
ole32: Fix minimal size check of compound file in StgOpenStorage.
Sebastian Lackner (3):
opengl32: Store alternative function in wglGetProcAddress.
ntdll/tests: Add more tests for ProcessDebugFlags.
opengl32: Add alternative function for glVertexAttribDivisor.
Stefan Dösinger (2):
wined3d: Restore WINEDDBLT_ALPHATEST support.
wined3d: Clip software cursor blits.
Viliam Lejcik (1):
kernel32/nls: Regional settings translation for Czech and Slovak.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.8-rc3 is now available.
What's new in this release (see below for details):
- Bug fixes only, we are in code freeze.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.8/wine-1.8-rc3.tar.bz2http://mirrors.ibiblio.org/wine/source/1.8/wine-1.8-rc3.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.8-rc3 (total 40):
8775 spider solitaire from XP fails to flash card when you ask for hint
9491 CListCtrl:GetSubItemRect doesn't work for the label row
9919 Microsoft Access Snapshot Viewer 10.0 install fails (GetPrivateProfileString16 must only return valid key names)
11627 Need for Speed 2 SE 3dfx demo fails to start
15083 ReadConsoleInputW() returns wrong values for CTRL+SPACE
15866 MechCommander 2: DSERR_CONTROLUNAVAIL errors
20480 Soldier of Fortune II Multiplayer Main Menu won't show up (ATI specific)
22922 Black and White 2 1.2 is slow, gives GL errors
24388 Exposure 3.0 crashes while creating exposure image
26317 AVRStudio 4 installer fails, reports 'The application is already installed'
27165 ffdshow A/V config tool: drop-down list doesn't appear
29595 Microsoft Software Jukebox needs HKLM\Software\Classes\Applications\iexplore.exe\shell\open\command key
29788 Microsoft Word 2007 needs unimplemented function propsys.dll.PSGetPropertyDescriptionListFromString for saving a file when winver set to Vista or later
32621 Mouse pointer jumps on opening/closing WinUAE settings window
34086 MS Paint shows some images messed up.
35330 Typo: "in a separate windows" on the Man Page (at http://www.winehq.org/docs/wine )
35941 ncurses is installed but not detected by configure.
36345 TGB Dual 8.3 ( Game Boy/Game Boy COLOR emulator) crashes when loading a ROM
37308 PCB123 v2.1.0.7000: slow screen redrawing
37894 EarthQuake3D (Earthquake monitor) fails to update data, reports 'Error: Server Connection Problem'
38559 GTA4: crash after benchmark has completed
38633 SiN Gold (GOG.com) intro videos get frozen
38851 Wine64 build produces extra warning in secur32 comparing to Wine32 build
38926 WineHQ should build vanilla Wine binary packages of the biweekly releases for major distros
38974 Red Faction Guerilla: texture smearing at the side of the screen
38993 Memory Blocks for Windows 3.x has missing tile animation
39465 Gif Movie Gear 2.63 about window's gif only animates when mouse is moving (ReleaseDC should force surface flush when main thread is idling)
39564 Paranormal State: Poison Spring (Steam) crashes on exit with built-in msctf.dll
39580 AVISave[A,W] is using va_* instead of __ms_va_* definitions for va_list
39600 Bad sound with Steam Games
39607 Broken Image in Fitting Window.
39634 Git v2.6.3 (MSYS2 based): 'rebase.exe' fails on post-install steps (commit page when handling stack fault)
39670 Eclipse (Europa) does not start
39673 Logical error in comparison (misprint)
39683 CreateRestrictedToken() uses wrong enum value for default impersonation level
39691 TI Derive 6 hangs when clicking on the edit menu item
39693 SQLBindCol prototype is wrong
39705 Some programs crash/hang when switching desktop screens
39706 Gazillionaire (Win16 game using VB3 runtime) refuses to start
39719 Alex Hunter (hidden object game): custom mouse pointer gets stuck (temporarily) when hitting the top of the screen
----------------------------------------------------------------
Changes since 1.8-rc2:
Alexandre Julliard (11):
winoldapp: Grab the Win16 lock again before exiting.
Revert "user.exe: Release the Win16 lock due to loading 32-bit dlls in CreateWindow."
winex11: Add a helper function to check a motion event against the serial number.
winex11: Ignore EnterNotify events that are older than the last mouse wrap.
kernel32: Also check OS version to detect old binaries in GlobalMemoryStatus.
winex11: Include raw motion events in the QS_MOUSEMOVE event filter.
ntdll/tests: Use more reasonable timeouts and avoid long long constants.
user32/tests: Maximized windows can be full-screen in recent Windows.
user32/tests: Also ignore WM_SYSTIMER messages in input tests.
tools: Allow running installed builtin apps even when the 32-bit loader is missing.
gdi32: Fix StretchDIBits color mapping for monochrome bitmaps without a color table.
Alistair Leslie-Hughes (1):
webservices: Add missing break.
Austin English (3):
iexplore: Add 'HKCR\Applications\iexplore.exe\shell\open\command' key.
wine.inf: Add "HKLM\System\CurrentControlSet\Services\Eventlog\System" key.
wine.inf: Add HKCR\folder\shellex\ContextMenuHandlers and HKCR\*\shellex\ContextMenuHandlers keys.
Boyuan Yang (1):
po: Update Simplified Chinese translation.
Bruno Jesus (2):
msacm32/tests: Add more acmStreamPrepareHeader tests.
krnl386.exe16: Skip invalid entries in GetPrivateProfileString16.
Dmitry Timoshkov (6):
oleaut32: Simplify 'for' loop.
widl: Fixup the defaultvalue(BSTR) expression type like midl does.
winhttp/tests: Accept Windows7 return value for WinHttpQueryOption(WINHTTP_OPTION_CONNECTION_INFO).
winhttp/tests: For a secure connection check what WinHttpQueryDataAvailable() returns as well as first chunk of actual data.
winhttp/tests: Add a test for data returned by IWinHttpRequest::get_ResponseText().
winhttp/tests: Add a test for data returned by IWinHttpRequest::get_ResponseText() using an https connection.
François Gouget (1):
Assorted spelling fixes.
Gerald Pfeifer (2):
krnl386.exe16: Avoid shift overflows in DMA_ioport_out.
user32: Avoid shift overflow in nulldrv_GetKeyboardLayoutList.
Hans Leidekker (1):
ieframe: Don't release the advise sink in IOleObject::SetClientSite.
Henri Verbeet (4):
ddraw/tests: 64-bit ddraw doesn't support textures.
ddraw: Return DDERR_NOEXCLUSIVEMODE in ddraw_surface7_Flip() when not in exclusive mode.
ddraw: Mark surfaces as lost when the device window is deactivated.
ddraw: Do not mark surfaces as lost unconditionally when setting the cooperative level.
Hugh McMaster (4):
loader: Fix a typo and improve a sentence in wine.man.in.
kernel32: Replace NULL argument with pointer to DWORD.
winex11.drv: Ctrl-Space should generate space, not 0.
user32/tests: Add tests for VK_SPACE, Shift-Space and Ctrl-Space.
Jacek Caban (3):
exdisp.idl: Added new DWebBrowserEvents2 members declarations.
ieframe: Fixed tests on some VMs.
ieframe: Fixed tests on some VMs.
Jactry Zeng (1):
riched20/tests: Test EM_REPLACESEL with rtf stream.
Ken Thomases (2):
winemac: Remove a window from the NSWorkspace notification center when it's deallocated.
winemac: Don't post a WINDOW_BROUGHT_FORWARD event for a click on a window which is already frontmost in its level.
Matteo Bruni (7):
msctf: Add a partial implementation of ITfThreadMgrEx_ActivateEx().
d3dx9: Don't take the fastpath when converting between texture formats of different type.
wined3d: Flush the GL context before switching away from it.
wined3d: Add ARB_ES2_COMPATIBILITY entry to the core extensions table.
include: Add missing D3DPMISCCAPS_POSTBLENDSRGBCONVERT flag.
wined3d: Respect D3DRS_SRGBWRITEENABLE in clears.
wined3d: Handle D3DRS_SRGBWRITEENABLE in clears when ARB_framebuffer_sRGB is not supported.
Michael Müller (1):
winedbg: Print windows version in system info.
Michael Stefaniuc (3):
dsound/tests: Version differences in flag handling for 3d buffers.
dsound/tests: Test Pan for 3D secondary buffers too.
dsound: A version 1 3d secondary buffer allows SetPan().
Nikolay Sivov (8):
usp10: Remove unused helper (Clang).
avifil32: Use __ms_va* varargs variant for AVISave[A,W].
odbc32: Fix SQLBindCol prototype.
oleaut32/tests: Some tests for SafeArrayDestroyData().
oledlg: Replace existing menu item in case of empty object too.
advapi32: Use proper enum member to initialize SECURITY_IMPERSONATION_LEVEL variable (Clang).
ole32/tests: Some tests for CoGetMalloc().
browseui: Use defined context kind constant with CoGetMalloc().
Olivier F. R. Dierick (2):
shlwapi: SHFreeShared returns TRUE when passed NULL handle.
shlwapi/tests: Test SHFreeShared with NULL handle.
Piotr Caban (2):
comctl32: Set listview focus in WM_LBUTTONDOWN.
msiexec: Avoid broken pipe error caused by setting SERVICE_STOPPED state twice.
Qian Hong (3):
ntdll/tests: Add SIMD exception test for floating point invalid operation fault.
ntdll: Silence useless fixme message when handling SIMD floating point invalid operation exception.
ntdll/tests: Restore old value in a more context independent way.
Sebastian Lackner (14):
winex11.drv: Fix specfile entry for X11DRV_ScrollDC.
winemac.drv: Fix specfile entry for ImeGetRegisterWordStyle.
wined3d: Fix specfile entry for wined3d_swapchain_get_back_buffer.
msvcrt: Fix specfile entry for $I10_OUTPUT and _wcstod_l.
ntoskrnl.exe: Fix specfile entry for MmMapIoSpace.
ntdll: Commit new guard pages in virtual_handle_stack_fault.
kernel32/tests: Add tests for committing stack guard pages.
wine.inf: Add information for delayed end of DST in Europe/Istanbul.
maintainers: Add section for timezone database.
oleaut32/tests: Add test for calling method with coclass argument.
server: Check winstation visibility in server to avoid race-conditions.
user32/tests: Add test to check ObjectNameInformation for desktop objects.
user32: Make sure explorer.exe process is spawned for the correct desktop.
wineboot: Remove unused declaration for __wine_make_process_system.
Stefan Dösinger (1):
ddraw/tests: Test color keys on cube map surfaces.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.8-rc2 is now available.
What's new in this release (see below for details):
- Bug fixes only, we are in code freeze.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.8/wine-1.8-rc2.tar.bz2http://mirrors.ibiblio.org/wine/source/1.8/wine-1.8-rc2.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.8-rc2 (total 45):
5627 Install can not find WORDPAD for README
6176 Rhino 3D v3 (CAD app) crashes on startup (OpenGL/DIB driver needs to return max index for NULL PIXELFORMATDESCRIPTOR)
9095 DM Genie 2.x fails on startup with 'ITypeInfo_fnInvoke failed to convert param 1 to VT_VARIANT|VT_ARRAY|VT_BYREF from VT_I2|VT_BYREF'
9435 MDI child window outside main window gives scrollbars
18378 NFS 4 Road Challenge: Installation of 4.50 patch fails
20948 Eclipse (Europa) Links from Welcome window do not work
22417 Roblox fails to start games, reports 'RobloxApp(13): Unknown error 0x800703E6'
22691 Drag-and-drop doesn't work in CDBurnerXP 4.2+ audio disc mode
24208 Eclipse (Europa) - html-based Welcome window is blank
24473 IRPF Bolsa software doesn't work
24747 MP3VCR 0.4.17 (VB6 app) crashes when clicking 'presets' button or doing other actions (change skin, load radio station)
25064 Solo on Keyboard 9.0.5: Clicking on HTML page no effect.
28029 Gunz launcher runs explorer instead of the game's launcher
28589 Poor performance in Diner Dash 5
31537 Encore 5 crashes when opening .enc files
31629 Diner Dash 2: Moving mouse causes graphics to jump around
31998 Avseq crashes in <How to Play> menu when multisampling enabled in Wine
32006 Multiple games and applications need 'IDXGIOutput::GetDesc' method implementation (Direct3D10 SDK samples, Need for Speed Most Wanted 2012)
33258 Visio 2010 and Office 2010 can't be installed in the same prefix
33720 user32:menu
33736 Excel Viewer 2007: "Open" button does not work on Vista+
34175 Shift-backspace doesn't work as backspace in cmd
35418 some drawing operations in Mixcraft 6 are very slow with client-side graphics enabled
35422 Dashlane (password and forms-fill manager) fails to install
35610 The of user32:msg tests fail in the Hebrew locale
35655 3Dmark 2000 shows considerable performance drop after Wine 1.7.13 (expensive GetPixelFormat() called too frequently)
35734 Pokemon Zeta 1.3.28 crashes on startup (ASProtect SKE v2.72)
35975 Comanche 3 shows only gray screen
36081 mshtml/dom test crashes
36086 Installation of Half-Life Opposing Force fails due to file "ereg.dll" being read-only
36900 Star Wars Galactic Battlegrounds Clone Campaigns: no video (regression)
36932 BreezeBrowser: cannot expand directories in file browser
36970 Blue Iris 3.x (video surveillance software) crashes after 30 seconds
37358 FEAR 1: Installer says "wrong serial" even if entered correctly
37859 BOINC 6.x/7.x take a long time to "start" when launched from boincmgr
37939 Keyboard doesnt work for Project IGI 2
37944 Origin's updater crashes before finishing the download process
38669 IBM Endpoint Manager (IEM) Console 9.1 installer hangs at 'Evaluating launch conditions' stage
39039 Popup tooltips missing and buttons don't work on mageia.org/en/downloads/
39247 user32:sysparams fails in a Japanese locale
39445 Drag and drop in Foxit Reader doesn't work anymore
39536 Multiple games render black/garbled screen when anti-aliasing enabled (Guild Wars, Eve Online, Gear Grinder)
39635 Hungarian Excel Viewer 2007: "Open" dialog on Win8 does not refresh correctly
39648 MTA: San Andreas 1.5: failure to process 64-bit FairplayKD.sys driver IRPs due to incorrect alignment/packing of I/O manager structures
39665 dinput: MotoGP 3 demo fails to accept key presses to control the driver.
----------------------------------------------------------------
Changes since 1.8-rc1:
Adam Martinson (1):
kernel32/tests: Add tests for closing named pipes with CloseHandle.
Akihiro Sagawa (1):
po: Update Japanese translation.
Alex Henrie (1):
po: Update Catalan translation.
Alexandre Julliard (10):
winex11: Fix a copy&paste typo in the initial position of a window.
kernel32/tests: Avoid testing the D: drive which may not exist.
explorer: Treat unrecognized options as a file to open.
Revert "oleaut32: Implement a better stub for IPicture::SaveAsFile."
user32/tests: Fix a few more menu test failures on Windows.
user32/tests: Fix a few msg test failures on Windows 7.
gdiplus/tests: Check the correct fallback font when Arial is missing.
user32: Reduce the idle timeout before flushing surfaces to make it less noticeable.
gdi32: Periodically flush a window surface if the app is continuously painting.
winex11: Flush the output of a flushed surface right away.
Alistair Leslie-Hughes (3):
include: Add d3dx10async.h.
d3d11: Make blend_factor optional in d3d11_immediate_context_OMSetBlendState().
d3d10core/tests: Add test for NULL blend factor in OMSetBlendState().
Andrew Eikum (1):
Revert "explorerframe: Allow treeview expandos to open with a single click.".
Andrey Gusev (2):
Assorted typos fixes.
progman: Fix GROUP_AddGroup() declaration.
André Hentschel (1):
ws2_32/tests: Don't test function directly when reporting WSAGetLastError().
Bernhard Übelacker (1):
dinput: Fail in SetCooperativeLevel on invalid hwnd.
Bruno Jesus (7):
msacm32: Remove dead code from acmFormatDetailsW.
ws2_32: Add a couple of options to sockopt debug.
comctl32: Respect an assert in TREEVIEW_RemoveAllChildren.
msacm32/tests: Add some acmStreamPrepareHeader and acmStreamConvert tests.
ws2_32/tests: Add more tests related to WSACleanup.
ws2_32/tests: Check if the first IP is a default route in gethostbyname.
ws2_32/tests: Ensure we have more than one IP to test gethostbyname.
Dmitry Timoshkov (4):
comctl32/tests: Add a test for system class properties.
oleaut32/tests: Add some tests for IPicture::SaveAsFile.
oleaut32: Implement a better stub for IPicture::SaveAsFile.
oleaut32: Grow the marshalling buffer exponentially.
François Gouget (3):
cmd/tests: Fix the builtin tests when the current directory contains a space.
d2d1: Remove WINAPI on static functions where not needed.
xaudio2_7: Make some functions static.
Henri Verbeet (1):
dxgi: Implement dxgi_output_GetDesc().
Hugh McMaster (3):
kernel32: Use virtual-key codes in the console StdKeyMap.
kernel32: Interpret Shift-Backspace as Backspace when using the Win32 keymap in wineconsole.
kernel32: Remove un-needed VK_DEL entries from the console keymap.
Jacek Caban (4):
mshtml/tests: Fixed tests on win10.
mshtml: Added IHTMLDOMAttribute2::put_value implementation.
wininet: Improved debug traces.
ieframe: Silence some noisy FIXMEs.
Jactry Zeng (1):
po: Update Simplified Chinese translation.
Jiaxing Wang (1):
regedit: Need 3 bytes of room at end of buffer for \r\n\0 to avoid endless loop.
Joachim Priesner (1):
kernel32/tests: Add tests for GetDriveType with invalid drive spec.
Julian Rüger (1):
po: Update German translation.
Lauri Kenttä (1):
po: Update Finnish translation.
Michael Müller (1):
msvcp90: Basic_string_wchar_dtor should set EAX to 0 on i386.
Michael Stefaniuc (2):
maintainers: Add section for the Stable branch.
ieframe: Use BOOL instead of VARIANT_BOOL in on_commandstate_change().
Nikolay Sivov (17):
user32/tests: Some tests for SetScrollInfo().
dplayx: Fix a possible memory leak on error path (Coverity).
ddeml: Don't trash 'cb' field of structure returned by DdeQueryConvInfo16() (Coverity).
wininet: Remove a bit of dead code (Coverity).
wldap32: Properly implement ldap_encode_sort_control[A, W] (Coverity).
d2d1: Fix a copy-paste issue in EndDraw() (Coverity).
comctl32/treeview: Use consistent format for hex values in traces.
comctl32: Item with negative cChildren acts as if it actually had children.
user32: Don't overwrite 'cb' field with uninitialized data in DdeQueryConvInfo() (Coverity).
crypt32: Fix key name null termination (Coverity).
sc: Fix service handle leak on error path (Coverity).
wineoss: Initialized wReserved1 field returned to auxGetDevCapsW().
winmm: For consistency forward wReserved1 values from -W to -A calls too.
winmm/tests: Remove unreliable tests.
winex11: Simplify XGetWindowProperty return code checks (Clang).
d3dx9: Use proper enum member (Clang).
ntdll: Remove unused helper (Clang).
Piotr Caban (2):
msxml3/tests: Run IXMLDOMNode::get_text whitespace tests on other msxml versions.
shell32: Improved IDataObject::QueryGetData implementation.
Rafał Harabień (1):
include/ddk: Fix memory layout of IRP and IO_STACK_LOCATION in wine64.
Sebastian Lackner (7):
kernel32/tests: Add tests for sending empty message in combination with CloseHandle.
kernel32/tests: Add tests for calling WriteFile on pipe when other end is closed.
server: Fix crash when calling GetNamedPipeHandleState on partially closed pipe.
server: Fix crash when calling SetNamedPipeHandleState on partially closed pipe.
kernel32/tests: Add tests for calling wait functions with pseudo handles.
kernel32/tests: Avoid busy-looping in APC deadlock tests.
gdi32: Add check for NULL pointer in dibdrv_wglDescribePixelFormat.
Sergey Isakov (2):
msi/tests: Simplify the logic in an if condition.
tapi32: Simplify the logic in an if condition.
Stefan Dösinger (8):
wined3d: Support loading renderbuffers in surface_load_location.
wined3d: Discard depth stencils on unload.
d3d9/tests: Multisampled render targets are zeroed on creation.
d3d8/tests: Multisampled render targets are zeroed on creation.
d3dx9_36: Replace powf(2, unsigned int) with (1u << unsigned int).
include: Add DXGI_SWAP_EFFECT_FLIP_DISCARD.
dxgi/tests: Test DXGI_SWAP_EFFECT_FLIP_DISCARD.
dxgi/tests: Windows 10 properly makes buffers read only.
Svante Signell (1):
winepulse.drv: Avoid PATH_MAX in Windows code.
Thomas Faber (7):
dinput: Implement MSVC version of enum_callback_wrapper.
d3dxof: Avoid undefined behavior in parse_object_parts.
quartz: Fix IEnumMoniker reference leak in FilterGraph2_Connect.
quartz/tests: Test aggregation with CLSID_FilterMapper2.
quartz/tests: Test aggregation with CLSID_FilterGraph.
ntdll/tests: Fix build with PSDK headers.
gdiplus/tests: Fix build with MSVC.
Vijay Kiran Kamuju (1):
wine.inf: Install wordpad in Program FilesWindows NT\Accessories.
Vincent Povirk (5):
advapi32/tests: Skip test when registry virtualization can't delete values.
atl100/tests: Check Administrators group if UAC is disabled.
comctl32/tests: Accept touchscreen-related messages in button tests.
d3d8/tests: Accept CURSOR_SUPPRESSED in cursor flags.
d3d9/tests: Accept CURSOR_SUPPRESSED in cursor flags.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.8-rc1 is now available.
This is the first release candidate for the upcoming Wine 1.8. Please
give this release a good testing to help us make 1.8 as good as
possible.
What's new in this release (see below for details):
- Bug fixes only, we are in code freeze.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.8/wine-1.8-rc1.tar.bz2http://mirrors.ibiblio.org/wine/source/1.8/wine-1.8-rc1.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.8-rc1 (total 54):
8712 amstream video demo does not play because of IDirectDrawMediaStreamImpl_CreateSample stub
9872 Leisure Suite Larry 7 fails to run in WinXP mode
16782 Sea3D chat text unreadable
21879 Word95 can't create new document
23817 Creative Writer 2 can't show images in .max files
25263 Biet-O-Matic calculates shipping cost wrong for German locale
25843 Wine causes terminal to lose some inputrc settings
26034 DNAsp5 crashes when trying to copy text from an output
27664 Various Telltale games crash on startup when a joystick is plugged in (application provides EnumDevice callback with wrong calling convention)
27859 Task Coach: Crashes on start (uses python2.7)
28729 EasyBCD: bcdedit complains about lack of privileges (import of registry hive using native API fails/wineserver token privilege check)
29206 Mystery Cases - Madame Fate (Bigfish games): Director Player Error: Unable to load movie playlist
30588 Houdini 12.x (3D animation tool) crashes on startup
30855 Rhymes (Russian rhymes dictionary) doesn't work correctly
31889 Cmd testrunner fails in case of mismatches on synchronization lines
32639 Sega Rally Revo sound stuttering
32701 The Dame In Black Case: installer fails when registering msdxm6.ocx (needs 'HKLM\\Software\\Microsoft\\MediaPlayer' key 'Installation DirectoryLFN' value)
33718 comctl32:propsheet Add button test failure
34123 Sonic & All-Stars Racing Transformed: the game fails to initiate due to Wine failing to mount its CD images
34261 Sonic and All-Stars Racing Transformed (Steam) crashes during intro video
34953 Message "Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly." cannot be suppressed
35659 Dassault Systemes CATIA v5 reports 'no certified opengl libary has been found. Check your system installation' on startup (opengl32.dll version resource 'LegalCopyright' mismatch)
35688 iMesh 7.x reports 'You are using an older version of Windows Media Player!' (needs WMP 10 version registry key)
35718 Multiple games have extreme flicker, stutter, slowdown (Path of Exile, Roller Coaster Tycoon, Counter Strike: Global Offensive, Warframe, Crysis, Anno 1602, Splinter Cell: Blacklist)
35970 Wine del returns 1 on error unlike on Windows
36255 World of tanks doesn't run after upgrade to 0.9
36428 valgrind shows a possible leak in scrrun/tests/dictionary.c
37161 D3D_SHADER_VARIABLE_FLAGS is not defined in d3dcommon
37200 Warhammer 40k: Kill Team (Steam version) does not start
37203 Age of Empires II Conquerors 800x600 launch screen black on wine versions later than 1.7.13
37595 cls command does not fill screen attributes
37799 Children of the Nile: crash on start when not using virtual desktop
37881 Multiple applications crash on unimplemented function msvcp120.dll._Cnd_init (Livescribe Echo Desktop 3.0, Acrobat Reader DC 2015)
37955 USB DAC sound problems
37994 AVRStudio 4.18: Editor window text rendered incorrectly (transparent tab characters)
38103 Process Hacker 2.x needs ntoskrnl.exe.ProbeForRead
38252 Candleworks FX Trade Station 2 updater crashes
38391 Deus Ex: Human Revolution does not properly detect speaker configuration
38427 Desura client 0.0.20.2 crashes on unimplemented function msvcp120.dll._Thrd_current
38600 Planetary Annihilation needs msvcp110.dll._Cnd_init
39018 A9CAD fails to start, throws 'X Error of failed request: BadValue (integer parameter out of range for operation)'
39045 Accuweather.com download page displays only the background image in built-in iexplore
39212 cmd:batch fails if privileges not high enough
39230 odbccp32:misc fails if privileges not high enough
39323 StarForce 3.x: Protection Environment Driver v1.x 'sfdrv01.sys' crashes on unimplemented function ntoskrnl.exe.ExDeleteNPagedLookasideList (Blazing Angels Squadrons of WWII Demo)
39347 World of Warships 0.4.x/0.5.x: incorrect water surface height calculated for unknown reasons, causing ships to appear floating in the air (with GLSL shader backend)
39362 Blazblue Calamity Trigger crash on press start screen
39384 Tencent QQ 7.6 frame manager kernel driver 'QQFrmMgr.sys' crashes on unimplemented function ntoskrnl.exe.CmRegisterCallback
39426 skype crash - unimplemented combase.dll.RoGetActivationFactory
39468 Adobe Photoshop CS2 installer triggers __stack_chk_fail() on Wine builtin 'msiexec'
39517 No music or voices in Skyrim after intro video
39581 iMesh 7.x installer warns about old version of Microsoft Windows Media Player (missing 'HKLM\\SOFTWARE\\Microsoft\\Active Setup\\Installed Components\\{6BF52A52-394A-11d3-B153-00C04F79FAA6}' registry key)
39613 Microsoft .NET Framework 1.1 fails to install with Wine 1.3.2+
39630 Issue while building wow64 for Slackware 14.1
----------------------------------------------------------------
Changes since 1.7.55:
Alexandre Julliard (13):
winegcc: Force stack alignment on all x86 platforms.
winegcc: Disable setting image base address on Android.
make_makefiles: Configure substitutions are allowed in the top makefile.
configure: Build binaries as PIE on Android.
configure: Disable the preloader on Android.
configure: Use the standard dll directory on Android.
makefiles: Generate makefiles and po rules only for disabled dlls.
winex11: Always create direct rendering OpenGL contexts.
winex11: Make OpenGL traces more compact and readable.
user32/tests: Fix a test that assumes that a menu handle is invalid.
user32: Add workaround for removed SC_TASKLIST system menu item.
configure: Don't allow doing a 32-bit Wow64 build from inside the source tree.
advapi32: Don't try to create the registry root.
Alistair Leslie-Hughes (2):
odbccp32/test: Correct tests without privileges.
configure: Correctly detect OpenAL.
Andrew Eikum (2):
user32: Use font default height if GetTextExtentPoint returns empty rectangle.
kernel32: Always uninitialize the terminal for the console shell process.
Andrew Nguyen (1):
dinput: Allow EnumDevices callback functions with broken calling conventions.
Andrey Gusev (2):
wine.inf: Add HKLM\Software\Microsoft\MediaPlayer\Installation DirectoryLFN key.
po: Update Ukrainian translation.
André Hentschel (2):
winepulse: Avoid 32-bit calculation with 64-bit result (Coverity).
winepulse: Add missing return after default case in a switch (Coverity).
Aric Stewart (2):
hidclass.sys: Break the report descriptor into multiple lines.
comctl32: ILC_COLORDDB imagelists can be created with 0 sizes.
Aurimas Fišeras (1):
po: Update Lithuanian translation.
Austin English (3):
user32: Use winediag debug channel for some error messages.
opengl32: Add "Not Microsoft" to Copyright string to satisfy CATIA.
ntoskrnl.exe: Add CmRegisterCallback/CmUnRegisterCallback stub.
Bruno Jesus (1):
user32: Don't add scroll bars to mdiclient if the window style doesn't allow it.
Dmitry Timoshkov (3):
user32/tests: Add more tests for mixed menu with strings and bitmaps.
user32: Menu item with a "magic" bitmap should not have MFT_BITMAP type set.
user32/tests: Add some tests for mdiclient scrolling.
François Gouget (7):
cmd/tests: Fix handling of synchronization line mismatches.
cmd/tests: Use net session to verify we have sufficient privileges.
wined3d: Make surface_prepare_rb() static.
configure: Clean up the winmm module checks.
msvcp120/tests: Make i386_Thrd_current() static.
advapi32: Fix the FILE_DIR_DISALLOWED spelling.
cmd/tests: Fix the %~a check on Windows >= 8.
Henri Verbeet (9):
d2d1: Validate brush types in d2d_d3d_render_target_FillGeometry().
d2d1: Add support for opacity brushes.
d2d1: Add a pixel shader for triangle/bitmap/bitmap draws.
d2d1: Add a pixel shader for triangle/bitmap/solid draws.
d2d1/tests: Add some tests for opacity brushes.
d2d1: Add a pixel shader for triangle/solid/bitmap draws.
d2d1: Take the recommended rendering mode into account in d2d_d3d_render_target_DrawGlyphRun().
d2d1: Calculate intersections in a more robust way in d2d_geometry_intersect_self().
wined3d: Ignore "always_offscreen" for ORM_BACKBUFFER in context_create().
Hugh McMaster (4):
reg/tests: Fix the add empty type test.
cmd: Set colour attributes when clearing the screen with 'cls'.
cmd: 'del' should set %errorlevel% to zero, not one, on error.
Assorted spelling and grammar fixes.
Jacek Caban (5):
ole32: Use absolute key path in create_classes_root_hkey.
mshtml: Added support for getElementsByTagName in document fragment nodes.
ntdll: Added more NtOpenKey tests.
kernel32: Call registry functions with full key path.
mshtml: Make msec argument of setTimeout optional.
Józef Kucia (1):
d3d11: Implement d3d11_immediate_context_RSGetViewports().
Ken Thomases (3):
winemac: Add resource file.
winemac: Enable localization of strings used to build Mac menus.
winemac: Use the display unit number rather than display ID for the initial display mode registry key.
Nikolay Sivov (12):
gdi32/tests: Some empty string tests for GetTextExtentPoint.
comctl32/tests: Enable visual tests in interactive mode, fix build failure.
winex11: Remove tracing function that was never used.
oleaut32: Remove unused tracing macro.
user32/tests: Use separate test window for each scrollbar test.
kernel32: Fix context initialization for EnumDateFormatsExEx.
winmm: Initialize AUXCAPSA.wReserved1 returned from auxGetDevCapsA() (Coverity).
dwrite: Return face count of 1 for CFF file type.
po: Update Russian translation.
d2d1: Properly free brush data buffer is created from.
user32/tests: Relax iCaptionWidth test to fix some failures.
winmm: Initialize reserved fields of data returned by waveOutGetDevCapsA and waveInGetDevCapsA (Coverity).
Piotr Caban (10):
oleaut32: Take lcid into account while parsing input variant in VARIANT_FormatNumber.
oleaut32: Take lcid into account while parsing input variant in VARIANT_FormatDate.
oleaut32: Take lcid into account while parsing input variant in VARIANT_FormatString.
msxml3/tests: Add more IXMLDOMNode_get_text tests.
msxml3/tests: Add tests for sub-nodes whitespaces trimming while getting node text.
msxml3/tests: Show that sub-elements should not be divided with ' ' in IXMLDOMNode_get_text.
msxml3/tests: Add CDATA block to whitespace trimming tests.
winex11.drv: Send WM_DROPFILES if IDropTarget_Drop failed or DROPEFFECT_NONE was set.
winex11.drv: Inform x11 that we're interested in drop if windows expects WM_DROPFILES message.
winex11.drv: Don't call IDropTarget::{DragOver,DragLeave,Drop} functions if DragEnter fails.
Qian Hong (3):
atl100: Implemented semi stub AtlAxCreateControlLic and AtlAxCreateControlLicEx.
ntoskrnl.exe: Add PsRemoveCreateThreadNotifyRoutine stub.
server: Remove out of date comment.
Sebastian Lackner (2):
ntdll/tests: Print the correct status code in ok() messages.
server: Do not require SeBackupPrivilege in load_registry and unload_registry.
Vincent Povirk (1):
setupapi: Add a manifest to indicate the tests don't need elevation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.7.55 is now available.
What's new in this release (see below for details):
- Pulse audio driver.
- Various fixes for Microsoft Office 2013 support.
- Some more implementation of the Web Services DLL.
- More fixes for the latest C runtime version.
- Improvements to the Makefile generation.
- Various bug fixes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.7/wine-1.7.55.tar.bz2http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.55.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.7.55 (total 76):
8854 Unable to get keyboard / mouse input in multiple games
9032 Adobe Premiere 6 video playback broken
10495 Wine should support PulseAudio
11107 Adobe AIR / Adobe Media Player pre 2 never shows GUI
12474 Resolume Avenue 3.3.2 - Black video preview windows
14518 GetTextMetrics on Tahoma font metrics returns an invalid tmInternalLeading
14894 Cubis Gold 2 crashes on start
17693 Silkypix 3.0 and DVD-lab PRO 2.x: menus are invisible until clicked
18442 Google Video/Voice chat plugin installer finishes with error 0x80040509
19937 ArcSoft PhotoStudio 5.5 crashes on startup
23001 Dolphin GC/Wii emulator 2.0 Wiimote plugin needs Bluetooth Control Panel Applet 'bthprops.cpl'
23575 PowerDVD 10 trial crashes after registration
24572 Freelancer (Microsoft Games): installer text in custom graphical user interface rendered in black rather than white, making it nearly unreadable
27061 iNode Client 3.60 exits silently on start up (H3C iNode service install fails, needs 'HKLM\\SYSTEM\\CurrentControlSet\\Control\\ServiceGroupOrder\\List' key with REG_MULTI_SZ 'TDI' value)
27563 Dungeons and Dragons/Lord of the Rings online: launcher doesn't see COM/ActiveX as supported with builtin mono
29309 Zynaps remix exits with memory access violation
29852 Star Trek Birth of the Federation - No Videos (negative height used as request for inverted frame decompressing)
29899 mapviewoffileex fails under certain condition with PE images
31534 TOAD for SQLServer 5.0.1.554 fails to install
32703 MyPhoneExplorer 1.8.4 installer has a non-fatal crash
32705 VirtualDub: crash when opening video with MPEG-2 plugin (division by zero)
32839 Endnote X5 crashes on unimplemented function msvcp90.dll.??0?$basic_fstream@DU?$char_traits@D@std@@@std@@QAE@PAU_iobuf@@@Z
32923 Daum Pot Player Media Player crashes
33001 AXE3 (hex editor) crashes in TREEVIEW_GetItemT on invalid item pointer
33453 Delphi7 import type library hangs
33479 Multiple games (Guild Wars 2, Risen 2, Tomb Raider 2013): Raw input is broken
33563 Imscared shows visual artifacts (green dots and white lines)
33713 download.com (CNET) download manager gets stuck on step 2 of 4
34559 Call to Power II: Scrolling causes mouse and screen to lock
34845 The Mighty Quest for Epic Loot: "Bloomberg" crash/diag tool complains about dbghelp being too old (v5.x Windows XP vs. v6.x Win Vista/7)
35677 BBC iPlayer Desktop installer reports 'You need Windows Media Player (9 or above) to install this software.' (builtin 'wmplayer.exe' along with version resource missing)
35702 FarManager v3 crashes on unimplemented function KERNEL32.dll.SetConsoleKeyShortcuts
35953 FFXIV: ARR - Launcher requires native winhttp to run.
36280 valgrind shows a possible leak in gameux/tests/gamestatistics.c
36291 valgrind shows a leak msctf/tests/inputprocessor.c
36400 valgrind shows several unitialized values in under crypt32/tests/message.c
36427 valgrind shows several leaks in dlls/taskschd/tests/scheduler.c
36450 EnumFontFamilies should report unsubstituted font names
36508 valgrind shows a couple invalid writes in kernel32/tests/change.c
36527 Multiple games and applications crash on unimplemented function KERNEL32.dll.AllocateUserPhysicalPages (Microsoft Office 2007 diagnosis service, Eden Eternal)
36607 valgrind shows two definite leaks in xmllite/tests/reader.c
37165 Sacred 2 Gold (v2.65.1) fails to start correctly, displays only a black screen in virtual desktop mode
37729 Picasa 3.9 crashes in setupapi.SetupFindFirstLineW
37829 Phonostar dradio-Recorder cannot connect to radio streams
37843 Black Mirror 3 starts minimized
37932 Evil Genius from GOG crashes unexpectedly
37956 Photoshop (CS6/CC) 64bit crash when you press "cancel" button
38097 FreshDiagnose 8.67 'Protected Files' diagnosis wants sfc.dll.SfcGetNextProtectedFile
38125 MFC CRichEditCtrl does not correctly put text in Center, Right or Left
38255 Sid Meier's Ace Patrol needs msvcp110.dll._Thrd_current
38368 AutoPatcher Updater 1.4.x (VB6 app) reports 'Error: Object doesn't support this action' (needs ITextStream::Close method implementation)
38390 Photoshop 64-bit (CS/CC) crashes when you break the rendering preview.
38417 [EA] Origin self-updater fails to install updates ('kernel32.DeleteFileW' shall only open the file for delete access as callers might not have read/write rights)
38444 valgrind shows some definite leaks in dpnet/tests/address.c
38445 valgrind shows a couple invalid writes in kernel32/tests/fiber.c
38450 valgrind shows several leaks in shell32/tests/shlfolder.c
38464 valgrind shows a possible leak in wininet/tests/http.c test_async_HttpSendRequestEx()
38477 Elevated: Invisible textures since wine-1.7.34-58-gc6232e1
38589 Sades 7.1 CH Gaming Headset driver installation fails
38677 valgrind shows invalid memory use in dlls/kernel32/tests/path.c:test_PathNameA()
39081 CCleaner needs esent.dll
39101 Visual Studio Compiler creates invalid interface from a typelib
39143 Roxio CDRAL 'CDRALW2K.SYS' kernel driver (part of Windows Media 9 Runtime) crashes on unimplemented function ntoskrnl.exe.ExAcquireResourceExclusiveLite during driver unload
39259 BTHPROPS.DLL and BLUETOOTHAPIS.DLL are unimplemented
39423 Voobly: 'Game Browser' can't display content due to Wine built-in browser signature blacklisted on www.voobly.com ('win32' feature token must not be included in user agent string)
39443 Multiple applications fail start File System Filter Manager service due unimplemented function fltmgr.sys.FltInitializePushLock (Kaspersky Anti-Virus)
39493 GImageX v2.1.1 (gui for ImageX tool from Windows Assessment and Deployment Kit) crashes on unimplemented function wimgapi.dll.WIMRegisterMessageCallback
39516 Listview tests consistently fail
39528 Emerge Desktop 6.1.3 crashes on startup (incorrect shdocvw.RunInstallUninstallStubs2 stub signature)
39529 Data Source initstring parsing is case-sensitive
39544 Microsoft Office 2007 installer fails with 'ITERATE_Actions Execution halted, action L"ProcessBranding" returned 1603'
39545 wine build fails without libpulse
39551 building dlls/atl fails: error: Could not open importlib stdole2.tlb.
39568 err:dbghelp_msc:pe_load_debug_directory Got a page fault while loading symbols
39574 iNode 3.6 client needs ndis.sys.NdisInitUnicodeString
39575 Wine control panel app crashes when encountering builtin applets with unimplemented CPL entry points (bthprops.cpl.CPlApplet)
----------------------------------------------------------------
Changes since 1.7.54:
Alex Henrie (9):
opengl32: Check the minor version when determining extension support.
winex11: Initialize the length of each side of the color cube to 1.
winex11: Make color cubes as big as possible.
winex11: Avoid double initialization of variables in OpenGL functions.
opengl32: Avoid double initialization of variables in WGL functions.
opengl32: Define the 2D identity matrix once, at the top of the file.
user32: Turn magic values into static constants.
user32: Remove redundant check for buf's existence.
user32: Avoid double initialization.
Alexandre Julliard (43):
mmdevapi/tests: Avoid %ll printf format.
makefiles: Generate rules for installing headers.
makefiles: Generate rules for installing X template files.
makefiles: Add makedep pragmas in all IDL source files.
configure: Fix the libpulse check for when the library exists but doesn't work.
urlmon/tests: Use the same file as wininet for FTP testing.
configure: Use the correct help string macro.
makefiles: Generate rules for installing IDL headers.
makefiles: Generate rules for installing IDL include files.
makefiles: Get rid of the obsolete IMPLIB_SRCS variable.
makefiles: Generate correct dependencies for included typelib files.
x3daudio1_7: Remove unused debug channel.
widl: Disable a noisy warning.
makefiles: Only set the manpage flag for programs.
makefiles: Get rid of the DLLPREFIX variable.
makefiles: Get rid of the documentation makefile.
makefiles: Remove a no longer necessary library path.
d2d1: Avoid an unsupported makefile variable assignment.
kernel32/tests: Fix some todo tests that succeed or fail depending on the kernel version.
makedep: Don't store install rules in the makefile object.
makedep: Constify the makefile parameter where possible.
makedep: Release extra string storage.
makefiles: Try to remove all include directories on uninstall.
makefiles: Add support in make_makefiles for flags in sfd files.
makefiles: Always build .in files.
makedep: Add a helper function to open a file in the parent's source directory.
makedep: Add a helper function to open a file from the include path.
makedep: Store the include paths without the -I prefix.
makedep: Expand the rm command.
makedep: Always open Makefile.in files from the source directory.
makedep: Fix a typo in the usage message.
makefiles: Group uninstall files in a single command.
makefiles: Generate rules for building libwine.
makefiles: Generate rules for installing libwine.
makefiles: Generate rules for building the libwine import library.
makefiles: Generate makefiles and po rules also for disabled modules.
makefiles: Add support for specifying extra dependencies in libraries and programs.
makefiles: Generate rules for installing wine.inf.
makefiles: Install source directory files from the top-level makefile.
makefiles: Replace the loader makefile rules by variable declarations.
makefiles: Replace the libwine makefile rules by variable declarations.
makefiles: Expand the test resource list through a makefile variable.
makefiles: Remove support for running subdirectory makefiles through config.status.
Alistair Leslie-Hughes (7):
d3dx9: Don't always fail if an ID3DXAnimationController pointer is passed to D3DXLoadMeshHierarchyFromXInMemory.
oledb32: Support VT_NULL on all conversions.
wininet: Free critical section (Valgrind).
gameux: Fix memory leaks (Valgrind).
hnetcfg: Add Dispatch support to interface INetFwOpenPorts.
odbccp32: Implement SQLGetPrivateProfileStringW/SQLGetPrivateProfileString.
odbccp32: Remove duplicate string.
Andrew Eikum (10):
xaudio2/tests: Fix memory leaks.
xaudio2: For legacy xaudio2, prefer native version.
shell32: Implement IShellDispatch2::ShellExecute.
mmdevapi/tests: Remove todo_wine on some tests for winepulse.
winepulse: Always mute buffer.
winepulse: In Shared mode, track device position in bytes.
winepulse: Prefer PulseAudio driver.
maintainers: Add myself to a few entries.
winecoreaudio: Handle sysex MIDI messages.
xaudio2_7: Update current buffer position after flushing buffers.
Andrey Gusev (1):
include: Add d3dx10.h file.
André Hentschel (2):
dbghelp: Add even more symbol types.
maintainers: Update winemaker section.
Austin English (20):
kernel32: Add AllocateUserPhysicalPages stub.
kernel32: Add SetConsoleKeyShortcuts stub.
sfc: Add SfcGetNextProtectedFile stub.
fltmgr.sys: Add FltInitializePushLock stub.
wine.inf: Add System\CurrentControlSet\Services\RpcSs registry key.
dbghelp: Version to 6.1.7601.17514.
bthprops.cpl: Add stub dll.
wmplayer: Add stub program.
bluetoothapis: Add stub dll.
ntoskrnl.exe: Add ExAcquireResourceExclusiveLite stub.
ntoskrnl.exe: Add ExDeleteResourceLite stub.
ntoskrnl.exe: Add ExReleaseResourceForThreadLite stub.
wine.inf: Add HKLM\System\CurrentControlSet\Control\ServiceGroupOrder\List registry key.
bthprops.cpl: Comment out CPLApplet from spec file.
ndis.sys: Forward NdisInitUnicodeString to ntdll.RtlInitUnicodeString.
wine.inf: Add Windows Media Player version registry keys.
ntoskrnl.exe: Add a stub for ProbeForRead.
ntoskrnl.exe: Add ExDeleteNPagedLookasideList stub.
ntoskrnl.exe: Add ExDeletePagedLookasideList stub.
combase: Add RoGetActivationFactory stub.
Bruno Jesus (9):
msvfw32: Derive frame dimension from bitmap info when not available.
msvfw32: Make it clear why a DrawDibBegin call is required.
mcicda: Improve CD drive IOCTL tracing.
iccvid: Implement inverted frame decompressing.
iccvid: Use a separate argument for inverted decompressing.
include: Add definitions related to WSAPoll().
msrle32/tests: Add uncompressed frame decompressing test.
msrle32: Add support to decompress uncompressed frames.
ws2_32/tests: Add WSAPoll() tests.
Daniel Lehman (4):
msvcp120: Implement _Thrd_sleep/yield.
msvcp120: Implement _Thrd_current.
msvcp120: Implement _Thrd_create/join.
msvcp120: Implement _Cnd_* functions.
Dmitry Timoshkov (17):
widl: Avoid warnings when being added dispatch guids already present in a typelib.
ole32: Handle failure of reading directory entry in IEnumSTATSTG::Next.
ole32: Zero out returned stats when IEnumSTATSTG::Next reaches end of enumeration.
ole32/tests: Add the tests to show that IEnumSTATSTG::Next should zero out returned stats when it reaches end of enumeration.
Revert "msi: Correctly parse double quotes in the token value.".
msi: Make sure to reset the 'in_quotes' state in all cases.
ole32/tests: Add some tests for loading and drawing various OLE formats.
ole32: Relax media type check when loading CF_METAFILEPICT format from OLE storage.
ole32: Add more traces to the storage methods.
widl: Avoid adding duplicate type definitions if tag and typedef names are the same.
widl: Attribute uuid() takes precedence over 'hidden'.
widl: Avoid generating duplicate typelib entries for structure tag names.
widl: Attributes of the alias are supposed to replace attributes of a tag in the typelib.
widl: Ignore assignment of a duplicate uuid.
oleaut32/tests: Add a bunch of new tests for typelib generation.
taskschd/tests: Fix memory leaks (Valgrind).
ntdll: Avoid path buffer re-allocation step for common dll name lengths.
François Gouget (2):
configure: Fix the notices handling in WINE_PRINT_MESSAGES().
configure: The libtiff pkg-config name is libtiff-4.
Hans Leidekker (18):
maintainers: Add Web Services, Windows Management Instrumentation and WinHTTP sections.
webservices: Implement WsXmlStringEquals.
include: Add missing Web Services declarations.
webservices: Keep track of the parent-child relationship between nodes.
webservices: Implement WsAlloc.
webservices: Parse self-closing tags.
webservices: Implement WsMoveReader.
webservices: Implement WsWriteStartElement.
webservices: Reset writer state in WsSetOutput and WsSetOutputToBuffer.
webservices: Add support for retrieving the output buffer.
webservices: Implement WsWriteEndElement.
webservices: Avoid writing redundant namespace attributes.
webservices: Implement WsWriteEndStartElement.
webservices/tests: Add tests.
webservices: Implement WsWriteStartAttribute.
webservices: Implement WsWriteEndAttribute.
webservices: Implement WsWriteText.
webservices/tests: Add more tests.
Henri Verbeet (6):
wined3d: Map glDrawArraysInstanced() to glDrawArraysInstancedARB().
wined3d: Get rid of getColorBits().
wined3d: Get rid of getDepthStencilBits().
wined3d: Disallow stencil size mismatches in wined3d_check_pixel_format_depth() if the format has stencil bits.
wined3d: Always use the same formats in context_create() when "always_offscreen" is enabled.
wined3d: Call wglGetPixelFormat() through the gl_ops table.
Hugh McMaster (7):
po: Fix some format specifiers in the Turkish translation.
wineconsole: Add if check to determine whether a font attribute has changed.
server: Add console font information.
wineconsole: Pass font size information to wineserver.
kernel32: Implement GetNumberOfConsoleFonts.
kernel32: Implement GetConsoleFontSize.
kernel32/tests: Add tests for GetConsoleFontSize.
Huw D. M. Davies (6):
user32: Restore the dc's colours after sending WM_DRAWITEM.
gdi32: Take into account the mask's offset.
maintainers: Add a few entries.
riched20: Store the font cache entry rather than the HFONT.
riched20: Release the font cache when changing the default style.
riched20: Maintain a list of styles and reuse them if possible.
Jacek Caban (24):
dnsapi: Added DnsQueryEx stub.
ole32: Make CoInitializeEx hot patchable.
ntdll: Added NtOpenKeyEx implementation.
ntdll: Fixed argument order in NtNotifyChangeKey.
urlmon: Don't include 'Win32' token in user agent string.
urlmon: Include 'x64' token in user agent string on win64.
ntdll: Return STATUS_PENDING in NtNotifyChangeKey if async notify is performed.
server: Reset event in set_registry_notification.
server: Notify parent key when subkey is created.
ntdll: Added NtNotifyChangeMultipleKeys implementation.
ieframe: Store toolbar handle in InternetEplorer.
ieframe: Disable forward and backward navigation toolbar buttons when they are not usable.
ieframe: Don't use WINAPI in internal functions.
comctl32: Don't use comparisons to FALSE.
ntdll: Added a few registry stubs.
server: Return KeyFullInformation maximal string lengths in bytes.
ntdll: Added KeyCachedInformation key info class implementation.
server: Store all 32 bits of value type.
ole32: Added DECLSPEC_HOTPATCHABLE to a few more functions.
advapi32: Added DECLSPEC_HOTPATCHABLE to CreateProcessAsUser[AW] functions.
kernel32: Added DECLSPEC_HOTPATCHABLE to WinExec function.
oleaut32: Added DECLSPEC_HOTPATCHABLE to a few functions.
advapi32: Use absolute registry paths to create special root keys.
mshtml: Skip travellog notifications for frame navigation.
Jactry Zeng (3):
riched20: Set pStream->written in ME_StreamOutFlush.
riched20: Make paragraph in make_para independently.
riched20: Implement alignment styles support.
Julian Rüger (1):
po: Update German translation.
Józef Kucia (61):
wined3d: Introduce wined3d_resource_map().
wined3d: Introduce wined3d_resource_unmap().
wined3d: Set slice pitch in wined3d_map_desc to surface size.
d3d11: Implement d3d11_immediate_context_Map().
d3d11: Implement d3d11_immediate_context_Unmap().
d3d11: Add support for mapping 3D textures.
d3d11/tests: Add test for resource mapping.
d3d11: Implement d3d11_immediate_context_RSSetViewports().
d3d11: Implement d3d11_immediate_context_OMSetRenderTargets().
d3d11/tests: Port test_il_append_aligned() from d3d10core.
d3d8: Use wined3d_resource_{map, unmap}() instead of wined3d_texture_{map, unmap}().
d3d9: Use wined3d_resource_{map, unmap}() instead of wined3d_texture_{map, unmap}().
d3d11: Use wined3d_resource_{map, unmap}() instead of wined3d_texture_{map, unmap}().
wined3d: Remove wined3d_texture_{map,unmap}().
d3d11: Implement d3d11_immediate_context_Draw().
d3d11: Implement d3d11_immediate_context_RSSetScissorRects().
d3d11: Implement d3d11_immediate_context_RSSetState().
d3d11/tests: Port test_scissor() from d3d10core.
d3d11: Implement d3d11_immediate_context_OMSetBlendState().
d3d11/tests: Port test_blend() from d3d10core.
include: Add some missing D3D11 constants.
d3d11: Implement d3d11_immediate_context_PSSetSamplers().
d3d11: Implement d3d11_immediate_context_PSSetShaderResources().
d3d11/tests: Port test_texture() from d3d10core.
d3d11: Implement d3d11_immediate_context_PSSetConstantBuffers().
d3d11/tests: Port test_fragment_coords() from d3d10core.
d3d11: Implement d3d11_immediate_context_UpdateSubresource().
d3d11/tests: Port test_update_subresource() from d3d10core.
d3d11: Implement d3d11_immediate_context_GSSetConstantBuffers().
d3d11: Implement d3d11_immediate_context_GSSetShaderResources().
d3d11: Implement d3d11_immediate_context_IAGetPrimitiveTopology().
d3d11: Implement d3d11_immediate_context_VSSetConstantBuffers().
d3d11: Implement d3d11_immediate_context_VSSetShaderResources().
d3d11: Implement d3d11_immediate_context_VSSetSamplers().
d3d11: Implement d3d11_immediate_context_GSSetSamplers().
d3d11: Implement d3d11_immediate_context_RSGetState().
d3d11: Implement d3d11_immediate_context_IAGetInputLayout().
d3d11: Implement d3d11_immediate_context_SetPredication().
d3d11: Implement d3d11_immediate_context_GetPredication().
d3d11: Implement d3d11_immediate_context_VSGetSamplers().
d3d11: Implement d3d11_immediate_context_PSGetSamplers().
d3d10core/tests: Fix typo.
d3d10core/tests: Avoid multiple readbacks of backbuffer texture.
d3d11/tests: Avoid multiple readbacks of backbuffer texture.
d3d11: Implement d3d11_immediate_context_GSGetSamplers().
d3d11: Implement d3d11_immediate_context_GSGetConstantBuffers().
d3d11: Implement d3d11_immediate_context_GSGetShader().
d3d11: Implement d3d11_immediate_context_GSGetShaderResources().
d3d11: Implement d3d11_immediate_context_VSGetConstantBuffers().
d3d11: Implement d3d11_immediate_context_VSGetShader().
d3d11: Implement d3d11_immediate_context_VSGetShaderResources().
d3d11: Implement d3d11_immediate_context_PSGetShaderResources().
d3d11: Implement d3d11_immediate_context_PSGetShader().
d3d11: Implement d3d11_immediate_context_PSGetConstantBuffers().
d3d11: Implement d3d11_immediate_context_SOSetTargets().
wined3d: Make offset parameter optional in wined3d_device_get_stream_output().
d3d11: Implement d3d11_immediate_context_SOGetTargets().
d3d11: Implement d3d11_immediate_context_IASetIndexBuffer().
d3d11: Implement d3d11_immediate_context_DrawIndexed().
d3d11: Implement d3d11_immediate_context_DrawIndexedInstanced().
d3d11: Implement d3d11_immediate_context_OMGetRenderTargets().
Ken Thomases (6):
winemac: Cope with multiple seemingly-identical display modes, only some of which work, by trying them in sequence.
winemac: Use CVDisplayLink to limit window redrawing to the display refresh rate.
winemac: Remove the live-resize display timer.
winemac: Check the window's display link after adding it as a child of another window, which may order it on screen.
winemac: Stop the CVDisplayLink when there are no more changes to flush.
winemac: Fix a crash on versions of OS X prior to 10.9 which don't have the -[NSImage drawInRect:] method.
Maarten Lankhorst (10):
winepulse: Add initial stub for pulseaudio support.
winepulse: Add format and period probing.
winepulse: Add audioclient.
winepulse: Add IAudioRenderClient and IAudioCaptureClient.
winepulse: Add IAudioClock and IAudioClock2.
winepulse: Add audiostreamvolume.
winepulse: Add session support.
winepulse: Forward winmm functions to winealsa.
winepulse: Fixup IsFormatSupported calls.
winepulse: Add support for IMarshal.
Marcus Meissner (2):
quartz: Avoid endless loop (Coverity).
d3dx9_36: Remove unneeded vertex_remap variable (Coverity).
Mark Harmstone (3):
winepulse: Handle stream create failing correctly.
winepulse: Add stub for GetPropValue.
winepulse: Return PKEY_AudioEndpoint_PhysicalSpeakers device prop.
Martin Storsjo (18):
ucrtbase: Fix the function name in a comment.
ucrtbase: Simplify the snprintf/swprintf tests.
ucrtbase: Add defines for the printf/scanf options constants.
ucrtbase: Handle the swprintf style termination and return values.
msvcrt: Refactor pf_printf to take options as flags instead of as BOOL parameter.
msvcrt: Ignore 'N' as format length modifier for pointers, just like 'F'.
ucrtbase: Implement the new printf corner case behaviour.
msvcrt: Interpret 'I' as size_t size specifier for integer conversions.
ucrtbase: Handle the C99 'z' size_t specifier for integers.
ucrtbase: Handle the _s variant of vsscanf.
makedep: Set use_msvcrt for ucrtbase imports as well.
ucrtbase: Implement _get_stream_buffer_pointers.
vcruntime140: Implement __vcrt_InitializeCriticalSectionEx.
ucrtbase: Implement __std_type_info_compare.
ucrtbase: Add a test for snprintf to a NULL buffer.
msvcrt: Pass on the return value in _callnewh.
msvcrt: Don't lock the heap in operator_new.
ucrtbase: Hook up _seh_filter_exe and _seh_filter_dll.
Matteo Bruni (12):
wined3d: Cleanup extension check for shader model 4 support.
wined3d: Set default texture units mapping for vertex shader samplers when possible.
wined3d: Avoid going through the texture units mapping when unnecessary.
wined3d: Enforce a stable texture units mapping.
wined3d: Handle WINED3D_SHADE_PHONG the same as WINED3D_SHADE_GOURAUD.
d3d9/tests: Improve the shade mode test.
d3d8/tests: Port test_shademode() to d3d8.
ddraw/tests: Port test_shademode() to ddraw7.
ddraw/tests: Port test_shademode() to ddraw4.
ddraw/tests: Port test_shademode() to ddraw2.
ddraw/tests: Port test_shademode() to ddraw1.
wined3d: Flat shading emulation for core contexts.
Nikolay Sivov (27):
dwrite: Store transform analysis was created with.
dwrite: Store origin, advances and offsets as vectors for run analysis.
dwrite: Added support for transform in glyph run analysis.
dwrite: When assembling run bitmap combine instead of overwriting.
oledb32: Allow case-insensitive match for Provider keyword.
dwrite: Apply run reading direction to advances and offsets on analysis creation.
dwrite/tests: Simple test to show that run analysis instances are not reused.
comctl32: Protect TVM_GETITEM from invalid item pointers.
kernel32: Simplify EnumDateFormats & EnumDateFormatsEx.
kernel32: Implement EnumDateFormatsExEx().
hnetcfg: Store port name for INetFwOpenPort.
nls: Added LOCALE_SSHORTTIME locale data.
hnetcfg: Store protocol for INetFwOpenPort.
hnetcfg: Store port number for INetFwOpenPort.
kernel32: GetLocaleInfoA() doesn't support LOCALE_SSHORTTIME.
kernel32: EnumTimeFormatsA() doesn't support TIME_NOSECONDS.
kernel32: Added support for TIME_NOSECONDS, restructured EnumTimeFormats implementation.
kernel32: Implement EnumTimeFormatsEx().
winemine: Fix loading program state from registry.
mshtml: Make it clear that ATTR_FIX_PX and ATTR_FIX_URL as exclusive (Coverity).
riched20: Fix a memory leak on error path (Coverity).
mshtml: Fix a memory leak (Coverity).
shell32: Return as soon as requested CLSID is located (Coverity).
hnetcfg: Return success from put_Enabled for a port.
dwrite: Remove a couple of dead assignments (Clang).
comctl32/tests: Test more return values (Clang).
dwrite/tests: Remove unused assignment (Clang).
Piotr Caban (3):
include: Fix CreateSymbolicLink and TryAcquireSRWLockExclusive prototypes.
comctl32/tests: Flush events in listview tests after setting foreground window.
wininet: Create file with correct file name in test_trailing_slash tests.
Qian Hong (4):
gdi32: Initialize system font link registry.
quartz: Fix crashing when connect to NULL Pin.
quartz/tests: Add NULL pointer tests for IGraphBuilder.
quartz: Fix error code when checking circular connection.
Ralf Habacker (1):
dbghelp: Fix crash in module_find_cb on trying to parse non image files.
Riccardo Bortolato (7):
wined3d: Make wined3d_device_copy_sub_resource_region return an error code.
ddraw: Remove unused mipmap_level from ddraw_surface.
wined3d: Call wined3d_texture_decref() instead of wined3d_surface_decref() in wined3d_cs_exec_set_depth_stencil_view().
wined3d: Call wined3d_texture_{inc, dec}ref() instead of wined3d_surface_{inc, dec}ref() in device_switch_onscreen_ds().
wined3d: Call wined3d_texture_decref() instead of wined3d_surface_decref() in wined3d_device_uninit_3d().
wined3d: Call wined3d_texture_decref() instead of wined3d_surface_decref() in wined3d_device_reset().
wined3d: Call wined3d_texture_decref() instead of wined3d_surface_decref() in swapchain_gl_present().
Sebastian Lackner (15):
server: Clear last error when creating object without name.
widl: When adding an interface typedef do check whether it has been already added while resolving the parent interface.
winepulse.drv: Add a missing linebreak to ERR message.
kernel32/tests: Add a test to demonstrate a deadlock by suspending a thread during a system APC.
server: Wake up APC if we fail to allocate a handle in target process.
dinput: Print TRACE at the beginning of SysMouseWImpl_GetDeviceState function.
dinput: Ensure X11 input events are forwarded to wineserver even without message loop.
ntdll: Fix specfile entry for NtCreateKeyTransacted.
include: Add declarations for recently added registry functions.
kernel32/tests: Add some more tests for opening a file with FILE_DELETE_ON_CLOSE.
server: Return STATUS_CANNOT_DELETE when trying to open readonly file with FILE_DELETE_ON_CLOSE.
kernel32: DeleteFile should open the file without read/write permissions.
ntdll/tests: Add tests for multiple registry notifications per key.
server: Only send WM_WINE_CLIPCURSOR for forced clip resets.
ntoskrnl.exe: Add a stub for ProbeForWrite.
Stefan Dösinger (2):
user32: Silently ignore temporary foreground loss.
comctl32: Re-enable the parent before destroying the dialog.
Stefan Leichter (1):
wimgapi: Add stub for WIMRegisterMessageCallback.
Thomas Faller (1):
kernel32: Fix invalid write.
Vincent Povirk (10):
gdiplus: Skip the EMR_HEADER record when looking for the EMF+ header.
gdiplus/tests: Add tests for metafile headers and image information.
gdiplus: Add initial GdipGetMetafileHeaderFromEmf implementation.
gdiplus: Use reference device to determine created metafile resolution.
gdiplus: Use GdipGetMetafileHeaderFromEmf when opening metafiles.
gdiplus: Return Ok from GdipSetMetafileDownLevelRasterizationLimit.
gdiplus: Placeable is optional in GdipCreateMetafileFromWmf.
comdlg32: Add ES_AUTOHSCROLL style to filename text box.
makedep: Fix install rule for .idl files.
comdlg32: Initially focus filename text box.
YongHao Hu (1):
msvcp110: Add tr2_sys__Open_dir implementation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.7.54 is now available.
What's new in this release (see below for details):
- Implementation of the TransmitFile function.
- More implementation of the Web Services DLL.
- Improved video decoding.
- Alternative for the deprecated prelink tool.
- Major Turkish translation update.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.54.tar.bz2http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.54.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.7.54 (total 51):
5048 Multiple applications and games need support for ws2_32 SIO_GET_EXTENSION_FUNCTION_POINTER TransmitFile (WSAID_TRANSMITFILE)
12336 Paint.NET 3.22 window rendering broken
19525 Poison Ivy does not work correctly because RtlGetCompressionWorkSpaceSize and friends are only stubs
21012 MSWT Kart 2004 does not work (TGA images misinterpreted as ICO files in OleLoadPicture)
21076 Defense Grid: The Awakening does not draw the models properly
22806 Paint.NET 3.36 fails to start without native gdiplus
22879 IVONA Voices/Reader (SAPI TTS) 1.0.16 crashes on startup
22907 CamStudio displays an error when record button is pressed (ICOpen with fccHandler = 0 is not supported)
24031 Word Perfect Lightning 1.0 beta installer does not display text in first dialog
26344 Protel Advanced PCB Design System v2.5 (win16 app) crashes on startup
26621 KidStarter Shell installer needs 'HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon' registry key present
27595 HyperCam 2.x crashes on startup (when lpbiOutput is NULL it has to be filled by the codec based on lpbiInput)
30703 Pepakura Viewer crashes on startup: dib init failed, failed to create rendering context
31442 Guild Wars 2 freezes on text input fields
32325 Assassin's Creed III crashes on startup (ID3D11Device::QueryInterface doesn't support IDXGIDevice1, '{77db970f-6276-48ba-ba28-070143b4392c}')
32620 Warcraft Voice Chat cannot capture voice.
32707 Adobe Shockwave 12.1 installer: hangs during installation
32895 Serious Sam HD: TSE crashes randomly in the campaign && when picking up backpacks
33893 Midnight Nowhere demo shows black screen
33965 WordPerfect 10 (Corel Office 2002) crashes when trying to create a table
34079 OneDrive for Business C2R (click-to-run) client reports server error ('rpcrt4.RpcMgmtIsServerListening' must check if binding handle refers to remote server)
34574 Kega Fusion 3.64 - Fullscreen not working anymore
34898 Evernote 5.0.3 crashes when synchronizing notes with main gui from separate note editor window
35023 Paint.NET 3.22 crashes on startup, reporting "Property cannot be found" (no metadata reader/properties present for Png)
35792 rmxftmpl.h differs on some architectures
35872 Pinball Science crashed on starting
36301 valgrind shows an invalid read (bstr) in msxml3/tests/saxreader.c
36560 valgrind shows an invalid read in d3drm/tests/d3drm.c
36794 valgrind shows an invalid free for comctl32/tests/listview.c
36827 The horror game Mad Father won't work
36895 You Don’t Know Jack V1 XL: Scaling/moving text shown as solid coloured blocks
37351 American Mcgee's Alice No Audio
37930 Photoshop CS6: dragging layers leaves a trail of garbage
37980 Word Viewer 2007 fails to open *.docx files with Windows version set to Vista or later (Word Converter local COM server requires WebDAV client API 'DavClnt.dll')
38131 Java SE Runtime Environment 5.0u16 web installer 'patchjre.exe' tool crashes
38242 Granny In Paradise Demo fails to start, reports 'Failed to load encrypted EXE' (ReflexiveArcade Wrapper DRM scheme)
38533 opengl32/tests/opengl.c hangs under valgrind (i965/mesa)
38655 Galactic Civilizations III Fails to start (D3DCompiler_46 Failed to load)
38745 EZCastPro 1.4 crashes on unimplemented function USER32.dll.GetDisplayConfigBufferSizes
39171 Creatures: White pixels are black.
39296 Setup dialog windows needs to drag for capture
39339 Adventure games from Daedalic Ent. (Night of the Rabbit, Edna & Harvey, A New Beginning) have no in-game audio and freeze on new game start - XAudio2_7
39357 Do not see the audio equipment , and there is no sound in the game Blade & Soul
39395 Wolfram Research Mathematica 10.2 needs kernel32.dll.GetPhysicallyInstalledSystemMemory
39400 Eleusis demo needs XAudio2 class '{a90bc001-e897-e897-7439-435500000000}'
39449 __finally being called too many times (Unwind consolidate callback needs special wrapper function to skip stack frames)
39462 GImageX v2.1.1 (gui for ImageX tool from Windows Assessment and Deployment Kit) needs WIMGAPI.DLL
39473 Some of PropVariantCopy tests results are masked by faulty logic
39478 Call of Duty: United Offensive demo crashes at launch
39480 Sniper Elite V2 demo needs IDXGIFactory1 interface '{770aae78-f26f-4dba-a829-253c83d1b387}'
39488 explorer.exe (and other applications) crash on start after drive z: (/) got deleted
----------------------------------------------------------------
Changes since 1.7.53:
Alex Henrie (3):
user32: Release capture before sending WM_COMMAND.
maintainers: Add myself as a volunteer maintainer.
krnl386.exe16: Fix dialog size computation.
Alexandre Julliard (22):
libwine: Pass the correct length to GetStringUTFRegion.
wineconsole: Deal with fonts that don't have a uniform character width.
wineconsole: Accept a too large font if we can't find one that fits the screen.
configure: Follow the variable naming convention for libpcap.
makefiles: Only define the dummy target in makefiles that need it.
makefiles: Read variable definitions from the top makefile instead of using Make.vars.in.
makefiles: Get rid of the support for updating a makefile in place.
makefiles: Avoid running config.status when not necessary.
makefiles: Fix expansion of '$$' in make variables.
makefiles: Move wine.desktop to the loader directory.
krnl386.exe: Remove some redundant shifts.
ntdll: Remove some redundant shifts.
makefiles: Generate rules for building tool binaries.
tools: Upgrade the config.guess/config.sub scripts.
tools: Move winemaker to its own directory.
makefiles: Automatically add RPATH support for programs that use libwine.
makefiles: Generate rules for installing programs.
makefiles: Generate rules for installing scripts.
makefiles: Generate rules for installing symlinks.
makefiles: Don't add source dependency for symlinks.
makefiles: Fix the source path for ttf font installs.
makefiles: Specify whether to install program binaries in the individual makefiles.
Alistair Leslie-Hughes (8):
d3dcompiler: Add D3DReadFileToBlob, D3DWriteBlobToFile stubs.
vbscript/tests: Show IActiveScriptSite OnScriptError is called on error.
dpnet: Don't leak entry name.
d3dx10_43: Add D3DX10CreateEffectPoolFromMemory stub.
msxml3/tests: Fix memory leaks (valgrind).
xmllite/tests: Fix memory leak (valgrind).
msctf/tests: Fix memory leaks (valgrind).
oleaut32/tests: Fix memory leaks (valgrind).
Andrew Eikum (11):
xaudio2: Implement IXAudio28MasteringVoice::GetChannelMask.
xaudio2: Explicitly trace the xaudio object version.
ntdll: Claim success for FSCTL_SET_SPARSE.
explorerframe: Allow treeview expandos to open with a single click.
xaudio2: Don't render less than a period of audio.
xaudio2: Implement CreateFX for legacy xaudio2 versions.
xaudio2_8: Implement CreateFX.
xaudio2_8: Add 3D audio function stubs.
mmdevapi: Fix win10 test failures.
xaudio2_7: Move APO implementations to a new file.
xaudio2: Add stub interface for FXEQ.
Andrey Gusev (2):
po: Update Ukrainian translation.
wined3d: Recognize Radeon HD 3850 AGP.
Anton Baskanov (3):
gdi32: Return default palette entries from GetSystemPaletteEntries for non-palette-based devices.
quartz: Add stub IAMStreamSelect to MPEG-1 Stream Splitter.
quartz/tests: Test that MPEG-1 Stream Splitter implements IAMStreamSelect.
Aric Stewart (3):
hidclass.sys: Correct size of IOCTL request and unused return value.
hid: Implement HidD_GetSerialNumberString.
hidclass.sys: Implement IOCTL_HID_GET_SERIALNUMBER_STRING.
Bruno Jesus (20):
avifil32: Absolute addresses already point to the correct place in the frame.
msvfw32: Simplify error handling in ICSeqCompressFrameStart.
iccvid: Make decode_cinepak a bit more consistent and easier to read.
quartz: Cope with invalid MP3 headers being detect as valid.
msvfw32: Use a helper to free memory.
msvfw32: Fix the size of previous compressed buffer.
msvfw32: Lpckid and lpdwFlags must be valid memory addresses.
msvfw32: Improve tracing from ICSeqCompressFrameStart.
msvfw32: Ask the codec to fill the lpbiOutput info when it is not available.
msvfw32: Only update output parameters when the compress operation works.
msvfw32: Make wine_dbgstr_fcc handle non-ASCII values better.
msvfw32: Fix a copy & paste issue.
msvfw32: Ask the driver about how much data is required for lpbiOut.
msvfw32/tests: Add ICSeqFrameCompress tests.
msvfw32: Better tracing of ICERR codes and general trace improvements.
msvidc32: Add missing compression messages to the list.
msvfw32/tests: Check if requesting the default codec works.
msvfw32: When no fccHandler is specified return the first valid codec.
winmm: Initialize struct MMIOINFO in MMIO_Open.
avifil32: Implement AVISave[A|W] by forwarding to AVISaveV.
Can Taşan (1):
po: Update Turkish translation.
Daniel Lehman (2):
msvcp110: Make argument const for _Xtime_diff functions.
msvcp120: Implement _Thrd_equal/lt.
Dmitry Timoshkov (11):
ntdll: Return from snoop tracing helpers earlier if tracing is disabled.
user32: Always call BeginPaint/EndPaint when handling a WM_PAINT message for the button.
ole32: PropVariantCopy should return DISP_E_BADVARTYPE in case of bad source variant type.
gdi32: Fix heap corruption.
comctl32: Always call BeginPaint/EndPaint when handling a WM_PAINT message for the button.
ole32: Initialize number of bytes read before the comparison.
ole32: Print a FIXME when the "CONTENTS" stream refers to unsupported format.
widl: Add support for unions to the typelib generator.
user32/tests: Move MDI tests out of the WM_CREATE handler.
user32/tests: Add some tests for WM_MDIGETACTIVE.
ole32: Fallback to parsing the Presentation streams ff parsing of the "CONTENTS" stream fails.
Erich Hoover (3):
ws2_32: Implement a basic synchronous TransmitFile.
ws2_32: Add support for TransmitFile headers and footers.
ws2_32: Add asynchronous support for TransmitFile.
François Gouget (4):
d3d11: Make impl_from_ID3D11ShaderResourceView() static.
oleaut32: Add V_RECORD() and V_RECORDINFO() and use them for wine_dbgstr_variant().
oleview: Remove an unneeded NONAMELESSUNION define.
hidclass.sys: Make a few functions static.
Gediminas Jakutis (1):
d3dx9: Add adjacency generation for D3DXCreateCylinder().
Gerald Pfeifer (8):
msi: Avoid shift overflow in msi_view_get_row.
d3d8: Adjust D3DCOLOR_ARGB to avoid shift overflow.
d3d8: Redefine D3DVSD_MAKETOKENTYPE to avoid shift overflow (warnings).
d3d9: Change #define D3DSTREAMSOURCE_INSTANCEDATA to avoid shift overflow.
ntdll: Avoid a case of shift overflow in get_cpuinfo.
configure: Use the -Wshift-overflow=2 compiler option if available.
d3d9: Make D3DFVF_TEXTUREFORMAT4 and friends unsigned.
gdiplus: Avoid shift overflow in get_gif_background_color.
Grazvydas Ignotas (3):
include: Use float math functions on ARM.
include: Use fabsf implementation when available.
include: Expose some more implemented math functions.
Hans Leidekker (8):
webservices: Parse comment nodes.
webservices: Add support for character set detection.
webservices: Add a stub implementation of WsGetXmlAttribute.
include: Add missing Web Services declarations.
webservices: Implement WsCreateXmlBuffer.
webservices: Implement WsSetOutputToBuffer.
webservices/tests: Add tests.
webservices: Implement WsSetInputToBuffer.
Henri Verbeet (6):
d2d1: Properly handle collinear edges in d2d_cdt_cut_edges().
d2d1: Properly handle collinear edges in d2d_cdt_insert_segment().
d3d9/tests: Introduce a helper function to test for WARP.
d3d8/tests: Introduce a helper function to test for WARP.
wined3d: Add a missing TRACE to wined3d_texture_map().
wined3d: Add a missing TRACE to wined3d_texture_unmap().
Hugh McMaster (2):
kernel32: Implement the FALSE pathway of GetCurrentConsoleFont.
kernel32/tests: Add tests for the FALSE pathway of GetCurrentConsoleFont.
Huw D. M. Davies (10):
wineps: Let CUPS control the copy count rather than embedding it in the PostScript.
wineps: Pass the collate setting as a CUPS option.
ole32: Set the release interface to NULL before calls to GetDataHere.
oleaut32: Clear any existing interface before calling WdtpInterfacePointer_UserUnmarshal().
ole32: WdtpInterfacePointer_UserUnmarshal() should release an interface if one is passed in.
ole32/tests: Release the marshalled data in the expected buffers.
ole32: Correctly release an existing pointer when unmarshalling a NULL-ptr.
ole32: Fix ref counting in GetDataHere Proxy.
riched20: Rewrite the picture destination parser to handle embedded groups.
riched20: Add support for the \shppict destination.
Jacek Caban (14):
ole32: Pass requested interface IID to CreateInstance in CoCreateInstanceEx.
ole32: Call CoCreateInstanceEx from CoCreateInstance instead of the other way around.
winerror.h: Added DNS_REQUEST_PENDING error code.
windns.h: Added missing DNS_QUERY_* constants.
rpcrt4: Moved formatting pipe names to helper functions.
rpcrt4: Added support for binding argument in RpcMgmtIsServerListening.
rpcrt4: Added RpcMgmtIsServerListening tests.
mshtml/tests: Fixed more test failures on win10.
ws2_32: Added GetAddrInfoExW stub.
ws2def.h: Fixed ADDRINFOEX declaration.
kernel32: Pass SYNCHRONIZE access flag to NtCreateFile.
advapi32: Pass SYNCHRONIZE flag in NtCreateFile and NtOpenFile calls.
kernel32: Pass SYNCHRONIZE flag to NtOpenFile.
krnl386.exe: Pass SYNCHRONIZE flag to NtCreateFile.
Józef Kucia (31):
d3d11: Implement ID3D10ShaderResourceView1 interface.
d3d10core/tests: Check that shader resource views implement ID3D10ShaderResourceView1.
d3d11/tests: Check that shader resource views implement ID3D10ShaderResourceView1.
dxgi: Make dxgi_swapchain_SetFullscreenState() hotpatchable.
d3d11: Implement d3d10_device_CreateShaderResourceView1().
d3d10_1/tests: Port test_create_shader_resource_view() from d3d10core.
d3d11: Implement ID3D10BlendState1 interface.
d3d11: Implement d3d10_device_CreateBlendState1().
d3d10core/tests: Check that blend states implement ID3D10BlendState1.
d3d11/tests: Check that blend states implement ID3D10BlendState.
d3d10_1/tests: Port test_create_blend_state() from d3d11.
d3d11: Remove outdated FIXME comment.
d3d11: Use CreateDXGIFactory1 to create factory in D3D11CreateDevice.
d3d11/tests: Add test for ID3D11Device parents.
d3d10core/tests: Port test_device_interfaces() from d3d11.
d3d10_1/tests: Port test_device_interfaces() from d3d11.
dxgi/tests: Remove test_device_interfaces().
d3d11: Do not store ID3D11Device pointer in d3d11_immediate_context.
d3d11: Implement d3d11_immediate_context_GSSetShader().
d3d11: Implement d3d11_immediate_context_IASetVertexBuffers().
d3d11: Implement d3d11_immediate_context_CopyResource().
dxgi: Implement IDXGIDevice1 interface.
dxgi/tests: Add test for maximum frame latency.
d3d/tests: Check that device implements IDXGIDevice1.
d3d11: Rename d3d10_query to d3d_query.
d3d11: Add ID3D11Query interface stub.
d3d11: Implement d3d11_device_CreatePredicate().
d3d11: Implement d3d11_device_CreateQuery().
d3d10core/tests: Extend test_create_predicate().
d3d11/tests: Port test_create_predicate() from d3d10core.
include: Add D3D11_QUERY_MISC_FLAG declaration.
Ken Thomases (4):
winemac: Use a snapshot of an owned window when a zero-sized owner window is minimized.
winemac: Reorganize copy_display_modes() to clarify that the user's default mode is always included.
winemac: Fix how the user's default display mode is determined.
winemac: Add another workaround for bad side effects of CGWarpMouseCursorPosition().
Martin Storsjo (5):
ucrtbase: Implement some printf functions.
combase: Fix cornercase error handling in WindowsCreateStringReference.
ucrtbase: Hook up the terminate function.
ucrtbase: Implement vsscanf.
vcruntime140: Add the new MSVC 2015 compiler specific DLL.
Matteo Bruni (11):
wined3d: Use non-deprecated texture sample builtins also in the fragment pipeline replacement shaders.
wined3d: Set GL_DEPTH_TEXTURE_MODE_ARB to GL_INTENSITY.
d3d9/tests: Extend the INTZ test a bit.
d3d9/tests: Extend the shadow test a bit.
wined3d: Allow FBO blits for depth formats with swizzle fixups.
wined3d: Add a format fixup for INTZ on core profile.
d3d8/tests: Extend the INTZ test a bit.
d3d8/tests: Extend the shadow test a bit.
wined3d: Use the core version of the debug messages functions.
msctf: Add ITfThreadMgrEx stub.
msctf: Add ITfUIElementMgr stub.
Michael Cronenworth (1):
winegcc: Check for linker relocation support before relying on prelink.
Michael Stefaniuc (7):
ddraw/tests: Test the return of DrawPrimitive().
gdiplus/tests: Test the return of GdipImageSelectActiveFrame().
d3d9/tests: Test the return value of CreateDepthStencilSurface().
kernel32/tests: Simplify an ok() condition (PVS-Studio).
rsaenh/tests: Mark an old behavior as broken (PVS-Studio).
ddraw/tests: Use the proper type for a return value (PVS-Studio).
oleaut32: Remove an always true if-subcondition (PVS-Studio).
Nikolay Sivov (44):
include: Add a couple of documented Toolbar messages definitions.
shell32: Remove recurring return value check (PVS-Studio).
mshtml: Use VARIANT_TRUE instead of TRUE when appropriate (PVS-Studio).
dwrite: Scale glyph run analysis advances and offsets with ppdip factor.
dwrite: Scale run origin by given ppdip run analysis was created with.
dwrite: Set bitmap target ppdip factor from context dpi.
dwrite: Respect transform when calculating glyph advances for run analysis.
strmbase: Remove some redundant return value initializers.
strmbase: Remove redundant null pointer check.
strmbase: Switch to void for QualityControlImpl_Destroy().
shell32: Remove another recurring return code check (PVS-Studio).
comctl32/syslink: Simplify conditional expression (PVS-Studio).
ole32/tests: Use BOOL variables for BOOL return type (PVS-Studio).
oleaut32/tests: Don't use HRESULT codes for BOOL retval (PVS-Studio).
usp10/tests: Use BOOL variable for BOOL retval (PVS-Studio).
xmllite: Don't use HRESULT codes for BOOL retval (PVS-Studio).
shell32: Cleanup ReadCabinetState exports.
ddraw: Use proper prototype for internal enumeration callback (PVS-Studio).
shell32: Properly handle SHGetPathFromIDListW failure (PVS-Studio).
wintrust/tests: Use proper return types when calling provider funcs (PVS-Studio).
quartz: Minor cleanup of returned interface pointers.
shell32/tests: Fix prototype to match implementation (PVS-Studio).
dxdiagn: Properly set VT_BOOL values (PVS-Studio).
msi: Use VARIANT_BOOL values consistently for VT_BOOL type (PVS-Studio).
include: Fix a couple of logical processor info structures.
user32: Added a GetDisplayConfigBufferSizes stub.
dwrite/tests: Some tests for GetRecommendedRenderingMode() with different ppdip values.
prntvpt: Remove export ordinals.
prntvpt: Added PTOpenProvider() stub.
gdiplus: Added GdipBitmapConvertFormat stub.
dwrite: Use dpiX/dpiY argument in GetRecommendedRenderingMode().
dwrite/tests: Add missing return value test (PVS-Studio).
mshtml/tests: Add missing return value test (PVS-Studio).
msi/tests: Add missing return value test (PVS-Studio).
msxml3/tests: Add missing return value test (PVS-Studio).
d3dx9_36/tests: Use proper printf format (PVS-Studio).
comctl32/listview: Fix printf format (PVS-Studio).
crypt32/tests: Fix printf format (PVS-Studio).
dwrite: Fix analysis leak on error path.
ntdll: Fix printf format to use unsigned integers (PVS-Studio).
shell32: Fix temporary item array leak (Valgrind).
dwrite: Fix streams and files pointer arrays leak (Valgrind).
dwrite: Fail earlier in TranslateColorGlyphRun() for fonts without color info.
dwrite/tests: Fixed some leaks (Valgrind).
Pierre Schweitzer (1):
msacm32.drv: Don't dereference a pointer after free.
Piotr Caban (3):
shlwapi: Don't crash in PathStripPath when read-only string is passed and it's not modified.
msvcp120: Fix tr2::sys::__Statvfs header for gcc.
msvcp110: Fix 64-bit _Getcoll implementation.
Riccardo Bortolato (15):
d3d8: Call wined3d_swapchain_get_front_buffer_data instead of wined3d_device_get_front_buffer_data in d3d8_device_GetFrontBuffer.
d3d9: Call wined3d_swapchain_get_front_buffer_data instead of wined3d_device_get_front_buffer_data in d3d9_device_GetFrontBuffer.
wined3d: Make wined3d_swapchain_get_front_buffer_data work with wined3d_texture and sub_resource_idx.
wined3d: Make wined3d_device_set_cursor_properties work with wined3d_texture and sub_resource_index.
wined3d: Introduce a new wined3d_texture_blt function.
d3d9: Replace wined3d_surface_preload with wined3d_texture_preload.
d3d9: Replace wined3d_surface_get_resource with wined3d_texture_get_sub_resource in d3d9_device_ColorFill.
d3d9: Replace wined3d_surface_blt with wined3d_texture_blt in d3d9_device_StretchRect.
d3d9: Avoid using a wined3d_surface in get_desc calls inside d3d9_device_StretchRect.
d3d9: In surface_init check for GetDC supported at texture level (avoid using a subresource).
d3d9: Replace wined3d_surface_get_render_target_data with wined3d_texture_blt in d3d9_device_GetRenderTargetData.
wined3d: Introduce wined3d_rendertarget_view_create_from_sub_resource().
d3d8: Use wined3d_rendertarget_view_create_from_sub_resource() in d3d8_surface_get_rendertarget_view().
wined3d: Introduce wined3d_texture_get_dc().
wined3d: Introduce wined3d_texture_release_dc().
Sebastian Lackner (23):
kernel32/tests: Add tests for GetPhysicallyInstalledSystemMemory.
kernel32: Implement stub for GetPhysicallyInstalledSystemMemory.
kernel32/tests: Remove unnecessary busy loop (PVS-Studio).
ntdll: Use wrapper function for consolidate callback on x86_64.
maintainers: Add a section for volunteer reviewers.
kernel32/tests: Add test to show that multiple user APCs are processed at once.
ntdll: Do not check if object was signaled after user APC in server_select.
ws2_32: Use wine_server_release_fd to close file descriptor.
kernel32/tests: Add tests for triggering write watches in asynchronous ReadFile call.
combase: Add TRACEs to string functions.
combase: Simplify NULL pointer check in WindowsCreateString[Reference].
combase: Implement WindowsSubstringWithSpecifiedLength.
combase/tests: Add tests for WindowsSubstringWithSpecifiedLength.
gdiplus: Use the correct memory allocation function for PropVariants.
gdiplus: Use helper function for HeapAlloc calls.
gdiplus: Use helper function for HeapReAlloc calls.
gdiplus: Use helper function for remaining HeapFree calls.
server: Remove a wrong release_object in write_console_input.
server: Unconditionally close APC handle in get_apc_result call.
server: Remove unused device manager argument from set_irp_result call.
combase: Implement WindowsConcatString.
combase/tests: Add tests for WindowsConcatString.
server: Add a missing grab_object in cgwe_enum.
Stefan Dösinger (2):
wined3d: Only set GL_DEPTH_TEXTURE_MODE_ARB if ARB_depth_texture is supported.
wined3d: Prepare GL resources before calling context_apply_fbo_state.
Stefan Leichter (1):
wimgapi: Add new stub dll.
Thomas Faber (2):
shdocvw: Add missing parameter to RunInstallUninstallStubs2.
wldap32: Add missing const to ldap_init definitions.
Thomas Pointhuber (2):
combase: Implement WindowsSubstring.
combase/tests: Add tests for WindowsSubstring.
Vincent Povirk (2):
gdiplus/tests: Add a test for CompositingModeSourceCopy.
maintainers: Add myself.
--
Alexandre Julliard
julliard(a)winehq.org