The Wine development release 1.7.48 is now available.
What's new in this release (see below for details):
- Fleshed out OpenMP implementation.
- I/O stream support in the MSVCIRT C++ runtime.
- Support for pixel snapping in DirectWrite.
- More support for OpenGL core contexts.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.48.tar.bz2http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.48.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.48 (total 39):
11059 Sid Meier's Railroads Demo crashes on startup
16519 EssentialPIM: Bold text not rendering correctly
17506 Achtung die Kurve: Game doesn't start
18191 Notepad corrupts files saved as utf-8 without a byte order mark (BOM)
19289 Gtk+/Pango based applications have ugly font rendering or crash on startup
19666 Multiple applications start wrong executable if whitespace present in name ('ShellExecute' doesn't quote executable name)(FoxitReader 3.0, GTA2 Manager)
22399 Quake III Arena installer: Text area is scrolled at the bottom, and all text is selected
26439 Chernobyl terrorist attack demo crashes on start
27238 Tesla: The Weather Man demo: movement keys not working (GetKeyState should fallback to GetAsyncKeyState for threads without message queue)
31063 Crash bug after finishing conversion in FormatFactory
31643 Multiple games and applications crash on unimplemented function vcomp.dll._vcomp_fork (Gothic 3 demo, NeXTA)
31984 Multiple games need d3dx9_36.dll.D3DXComputeTangentFrameEx (Starlaxis, Chernobyl Terrorist Attack Demo, The Endless Forest 3)
32227 P2kCommander v6.0.0 crashes on startup (Wine's ungif reports app .gif image as broken)
33153 DirectX11 games need d3d11.dll.D3D11CreateDeviceAndSwapChain (ARMA III Alpha, Strike Suit Zero, Stalker CoP, Perspective)
33989 iexplore.exe crash when logging in to www.roblox.com
34356 Multiple applications fail to install or crash on startup due gdiplus enumeration/query failure for GIF encoder support (Magnus 2011 translation dictionaries, Collectorz.com Movie Collector v9.x)
34939 Dragon NaturallySpeaking does not run in 64-bit version
34947 Creo Elements/Direct Modeling Express 4.0 InstallShield based installer shows oversized "installation completed" setup wizard window
35493 IMVU shows loading bar, but will not start.
35534 Oblivion: very loud/distorted/horrible collision sounds
36336 NaturallySpeaking doesn't work with alsa or pasuspender
36966 Turkey - Europe/Istanbul timezone is not detected
37129 Clang Static Analyzer: Buffer overflow
37281 Lord of The Rings Online: Crashes
37449 Lexware Quicken 2014 Deluxe reports error 0x0000054f on startup (Promon Shield DRM needs RtlDecompressBuffer with COMPRESSION_FORMAT_LZNT1 support)
38027 HyperStudio 5 (.NET 4.0 app) fails to start, reports 'tiff_get_decode_info unhandled grayscale sample count 2'
38697 wineconsole: Cannot enable or disable Insert Mode through user dialog
38712 win-key press incorrectly recognized
38735 Windows Performance Analyzer from Windows SDK 8.1 Windows Performance Toolkit crashes due to 'IDWriteFontFace::GetGdiCompatibleGlyphMetrics' stub
38806 Starcraft Campaign Editor does not scroll to bottom after copying a trigger
38848 valgrind shows several uninitialized values in dmime/tests/dmime.c:test_track()
38895 Multiple applications fail to load or crash due to incorrect security cookie randomization by loader (IrfanView WebP plugin, Word Viewer 2007)
38904 Ufo Aftermath launcher hangs on start (missing "HKLM\Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers" registry key)
38908 PlanetSide 2 v5.2.4.x launcher process exit causes wineserver crash
38913 valgrind shows some definite leaks in d3drm/tests/d3drm.c:
38914 valgrind shows uninitialized memory in dlls/dwrite/tests/layout.c
38925 ipstats.c:1992 runtime error: index 32 out of bounds for type 'char [32]'
38937 Bully: Scholarship Edition crashes on starting a new game (needs vcomp.dll._vcomp_for_static_simple_init implementation)
38952 PDF-Xchange Viewer crashes when we launch OCR
----------------------------------------------------------------
Changes since 1.7.47:
Aaryaman Vasishta (6):
d3drm: Move AddRef from device2->device3.
d3drm: Move Release from device2->device3.
d3drm: Move QueryInterface from device2->device3.
d3drm/tests: Fix leaks while creating device in tests (Valgrind).
d3drm: Thunk relevant IDirect3DRMDevice2 stubs to version 3.
d3drm: Add stubs for IDirect3DRMDevice methods.
Akihiro Sagawa (3):
po: Update Japanese translation.
po: Fix a mistake in Japanese translation.
mciseq: Ensure the player thread termination when stopping.
Alasdair Sinclair (1):
ntdll: Add missing WINAPI to RtlDecompressFragment.
Alex Henrie (3):
user32: Simplify if-else statement.
user32: Scroll listbox item completely into view on LB_SETCURSEL.
user32/tests: Correct spelling of "Invisible".
Alexandre Julliard (2):
server: Don't associate a thread to the MJ_CREATE and MJ_CLOSE requests.
winebuild: Add DllMain to the list of functions that should be private.
Alistair Leslie-Hughes (1):
include: Correct spelling of Tessellate.
Andrew Cook (1):
server: Implement JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE.
André Hentschel (10):
iphlpapi: Fix possible Out-of-bounds write (Coverity).
ws2_32: Pass correct buffer length to WS_inet_ntop (Coverity).
mcicda: Remove dead code (Coverity).
wordpad: Copy the correct amount of data with lstrcpynW (Coverity).
notepad: Use character count for GetFileTitleW (Coverity).
widl: Remove unused initializer (Clang).
krnl386.exe16: Remove unused initializers (Clang).
winedbg: Remove dead variable (Clang).
dwrite: Remove unused initializer (Clang).
winedump: Dump load config when available.
Aurimas Fišeras (1):
po: Update Lithuanian translation.
Austin English (2):
loader: Add HKLM\Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers registry key.
winsta: Add initial winsta.h.
Christian Costa (2):
d3dx9_36: Add stub for D3DXComputeTangentFrameEx.
d3dx9_36: Add stub for D3DXIntersect.
Dan Kegel (2):
vcomp: Implement stub for _vcomp_fork.
vcomp/tests: Add additional tests for _vcomp_fork.
Daniel Lehman (2):
msvcp90: Implement time_get<char> ctors and dtors (Valgrind).
gdi32: Check for NULL pointer in GetOutlineTextMetrics.
Dmitry Timoshkov (15):
kernel32: Fix compilation of loader tests with PSDK.
kernel32/tests: Add a loader test using minimal PE image that Windows7 is able to load.
ole32: Fix a memory leak.
include: Add support for NtCurrentTeb and PSDK compiler in 64-bit mode.
winex11.drv: On KeymapNotify event also sychronize WinKey state.
windowscodecs: Add support for 8bpp grayscale TIFF with 8bpp alpha.
gdiplus: Move the burden of supporting GIF encoding to the WIC backend.
windowscodecs/tests: Add some tests for loading truncated GIF images.
windowscodecs: Don't fail to decode GIF if an image has been already loaded.
ntdll: Cache contents of IMAGE_TLS_DIRECTORY instead of saving a directory pointer.
windowscodecs: Properly handle empty GIF extension blocks.
user32: Add a test to show that fonts returned by SystemParametersInfo(SPI_GETNONCLIENTMETRICS) should be listed by EnumFontFamilies(hdc, NULL).
gdi32: Add a test for enumerating substituted fonts.
gdi32: EnumFontFamilies should enumerate substituted fonts only when directly asked for.
user32: SystemParametersInfo(SPI_GETNONCLIENTMETRICS) should return real font names.
Erich Hoover (2):
ntoskrnl.exe: Improve IoGetDeviceObjectPointer stub to appease SecuROM 5.x.
ntdll: Only set the security cookie if it has not already been set.
Frédéric Delanoy (2):
wineconsole: Leave more room for translations in resource file.
po: Update French translation.
Hans Leidekker (19):
msi: Check the return value of MSI_QueryGetRecord (Coverity).
msi: Fix a couple of memory leaks (Coverity).
msi: Add a stub implementation of MsiJoinTransaction.
msi/tests: Avoid another test failure on win2k3.
ieframe: Implement IViewObject::GetAdvise and IViewObject::SetAdvise.
ieframe: Never pass a NULL string pointer with DISPID_STATUSTEXTCHANGE.
user32: Add a stub implementation of UnregisterPowerSettingNotification.
user32: Return a fake handle from RegisterPowerSettingNotification.
server: Make returning used privileges optional in token_access_check.
msi/tests: Mark a test result on win2k3 as broken.
wininet/tests: Include the error code in a failure message.
davclnt: Add stub implementations of DavRegisterAuthCallback and DavUnregisterAuthCallback.
iphlpapi: Add a partial implementation of CreateSortedAddressPairs.
iphlpapi: Implement a couple of interface identifier conversion functions.
include: Add definition of MIB_IF_ROW2.
iphlpapi: Implement GetIfEntry2.
netprofm: Create a connection point object for INetworkCostManagerEvents.
netprofm: Improve the stub for INetworkCostManager::GetDataPlanStatus.
netapi32: Implement DavGetHTTPFromUNCPath.
Henri Verbeet (18):
d2d1: Implement d2d_factory_CreateRectangleGeometry().
d2d1: Also bind the pixel shader and blend state in d2d_brush_bind_resources().
d2d1: Introduce a separate function to construct pixel shader constant buffers for brushes.
d2d1: Implement d2d_d3d_render_target_FillGeometry().
d2d1: Implement d2d_geometry_sink_AddLines().
d2d1: Properly trace "vertex_count" in d2d_path_geometry_triangulate().
d2d1/tests: Don't call compare_surface() inside ok().
d2d1: Implement d2d_geometry_sink_SetFillMode().
d2d1: Implement initial support for drawing bezier curves.
d2d1: Add some FIXMEs for unimplemented functionality to d2d_d3d_render_target_DrawGlyphRun().
d3d10core: Implement d3d10_device_CopySubresourceRegion().
d2d1: Add a missing TRACE to d2d_d3d_render_target_FillRectangle().
d2d1: Implement d2d_d3d_render_target_FillRoundedRectangle().
d2d1: Implement d2d_d3d_render_target_FillEllipse().
d2d1: Fix the bitmap DPI scale for bitmap brushes.
d2d1: Implement d2d_d3d_render_target_GetPixelFormat().
include: Add WIC error codes to winerror.h.
d2d1: Also infer the alpha mode in d2d_d3d_render_target_CreateBitmapFromWicBitmap().
Hugh McMaster (3):
wineconsole: Rearrange user dialog to make room for new controls and improve resource strings.
wineconsole: Allow users to enable or disable Insert Mode via the user dialog.
kernel32: Enabling/disabling Insert Mode via the user dialog should take effect immediately.
Huw D. M. Davies (15):
rpcrt4: Initialize CorrDespIncrement to zero and mark the pre-Vista behaviour as broken.
rpcrt4: Set CorrDespIncrement to the size of the (non-range) /robust payload.
rpcrt4: Add missing calls to NdrCorrelationInitialize/Free.
rpcrt4: Use CorrDespIncrement to skip over the correlation descriptor.
rpcrt4: Procedures containing a range within a conformance have a larger correlation descriptor.
msi: Fix a registry key leak.
msi: Be more selective about which access modes are used to open or create keys.
advapi32: Don't call CloseServiceHandle() with an invalid handle.
msi: Don't call CloseServiceHandle() with an invalid handle.
net: Don't call CloseServiceHandle() with an invalid handle.
wbemprox: Don't call CloseServiceHandle() with an invalid handle.
mshtml/tests: Fix a crash on Win 2008.
winhttp: Fix a reference leak.
winhttp: Don't wait for the task thread to exit.
winhttp: Implement WINHTTP_OPTION_UNLOAD_NOTIFY_EVENT.
Iván Matellanes (21):
msvcirt: Implement ios locking control.
msvcirt: Implement ios object locking.
msvcirt: Implement ios stream locking.
msvcirt: Implement ios static locking.
msvcirt: Implement ios::flags.
msvcirt: Implement ios::setf.
msvcirt: Implement ios::unsetf.
msvcirt: Implement ios::fill.
msvcirt: Implement ios::precision.
msvcirt: Implement ios::width.
msvcirt: Implement ios::tie.
msvcirt: Implement ios::rdbuf.
msvcirt: Implement ios::delbuf.
msvcirt: Implement ios status-testing functions.
msvcirt: Implement ios operators.
msvcirt: Add ios format flag masks.
msvcirt: Implement ios manipulators.
msvcirt: Implement ios::bitalloc.
msvcirt: Add support for ios state variables.
msvcirt: Add ios instance counter.
msvcirt: Correct the statebuf array exports.
Jacek Caban (7):
ieframe: Allow travellog buffer to grow even if we're loading from the history.
ieframe: Fixed invalid COM object usage.
widl: Don't output C++ default value if the argument is followed by another without default value.
include: Added inspectable.idl file.
ieframe: Release client site interface before destroying embedding window.
ieframe: Added support for OnFocus notifications.
ieframe: Improved debug traces.
Jactry Zeng (2):
gdi32: Add a helper to map font replacement.
gdi32: Add multiple font replacement support.
Jarkko Korpi (1):
widl: Increase buffer size in typegen.c.
Julian Rüger (1):
po: Update German translation.
Lauri Kenttä (1):
po: Update Finnish translation.
Matteo Bruni (8):
wined3d: Make the core extensions enabling table-based.
wined3d: Add more entries to the core extensions table.
wined3d: Bind a VAO when using core profile contexts.
wined3d: Avoid glBegin() / glEnd() in check_fbo_compat() when possible.
wined3d: Don't run check_filter() on core contexts.
wined3d: Allow to apply extension emulation wrappers independently.
wined3d: Don't crash when emulating GL_EXT_fogcoord.
wined3d: Only install emulation wrappers when required.
Michael Müller (1):
aclocal.m4: Search for otool using AC_CHECK_TOOL.
Michael Stefaniuc (6):
include: Add IAMVfwCaptureDialogs declaration.
qcap: Remove initialization code from QI of VfwCapture.
qcap: There can be only ONE QueryInterface in VfwCapture!.
qcap: Support COM aggregation in VfwCapture.
qcap/tests: Add COM tests for VfwCapture.
wined3d: Merge two adjacent ifs with identical condition (PVS-Studio).
Nikolay Sivov (30):
dwrite: Implement pixel snapping in Draw().
dwrite: Check GetGdiCompatibleMetrics() return value (Coverity).
dwrite: Implement SetWordWrapping() for layout.
dwrite: Handle negative emsize in GetGdiCompatibleMetrics().
dwrite: Implement GetMetrics() for trimming sign.
dwrite: Remove excessive tracing when forwarding to IDWriteTextFormat1.
dwrite: Fix EndFigure notification in GetGlyphRunOutline().
po: Update Russian translation.
dwrite: Make sure explicit levels are always initialized (Valgrind).
dwrite/tests: Fix trimming sign instance leak (Valgrind).
dwrite: Fix transform matrix usage for pixel snapping.
dwrite: Partially implement GetGdiCompatibleGlyphAdvances().
dwrite: Partial implementation of GetGdiCompatibleGlyphMetrics().
dwrite: Properly pass measuring mode to renderer.
dwrite/tests: Some tests for CreateGdiCompatibleTextLayout().
dwrite: Round advances returned from GetGdiCompatibleGlyphPlacements().
dwrite: Fix vector transformation in GetGlyphOrientationTransform().
dwrite: Aliased texture could only be requested for aliased rendering mode.
dwrite: Improve parameter validation in GetGdiCompatibleGlyphAdvances(), add some tests.
dwrite/tests: Some tests for bounds returned by GetAlphaTextureBounds().
dwrite: Round centered alignment shift for compatible layouts.
dwrite/tests: Some tests for isNewline clusters.
dwrite: Bitmap render target uses top-down DIB.
dwrite: Update cached bitmap size on Resize() as well.
shell32: Added GetCurrentProcessExplicitAppUserModelID() stub.
webservices: Added WsCreateError stub.
user32: Initialize buffer before sending WM_GETTEXT.
user32: Don't send WM_GETTEXT from GetWindowText() with invalid buffer length.
dwrite/tests: Some tests for GetRecommendedRenderingMode().
dwrite: Implement GetRecommendedRenderingMode().
Piotr Caban (6):
shell32: Remove code for separating arguments from file path.
shell32: Handle executable with space in path in SHELL_execute.
shell32: Fix SHELL_execute code that removes quote arround file name.
msvcrt: Don't call DeleteCriticalSection on static critical section.
winemac.drv: Release mouse capture when destroying window specified in SetCapture call.
mshtml: Test body.offsetHeight value in quirks mode.
Qian Hong (1):
kernel32: Fix GetComputerName buffer overflow.
Sebastian Lackner (30):
ntdll: Fix incorrect assignment in assert statement (Coverity).
dwrite: Avoid dereferencing NULL pointer for fonts without VDMX.
vcomp: Implement omp_get_max_threads and omp_set_num_threads.
vcomp: Implement omp_{get,set}_nested.
vcomp: Implement _vcomp_set_num_threads and omp_get_thread_num.
server: Avoid sending unexpected wakeup with uninitialized cookie value.
kernel32/tests: Repeat test for SignalObjectAndWait multiple times to test wineserver wakeup cookie management.
configure: Do not assume gcc strength reduce bug when cross-compiling.
shell32: Ensure that commandline is null-terminated when no parameters are given.
ntdll: Avoid possible deadlock by using _exit() in NtTerminateProcess.
vcomp: Add multithreaded implementation for _vcomp_fork.
vcomp: Implement _vcomp_barrier.
vcomp/tests: Add initial tests.
vcomp: Implement _vcomp_sections_init and _vcomp_sections_next.
vcomp/tests: Add tests for vcomp sections.
vcomp: Allow calls to _vcomp_sections_init outside of parallel environment.
vcomp: Fix handling of _vcomp_fork with ifval == FALSE.
vcomp: Implement omp_in_parallel and add tests.
vcomp: Implement _vcomp_for_static_simple_init and _vcomp_for_static_end.
vcomp/tests: Add tests for _vcomp_for_static_simple_init.
vcomp: Implement _vcomp_for_static_init.
vcomp/tests: Add tests for _vcomp_for_static_init.
ntdll/tests: Add basic tests for RtlQueueWorkItem.
ntdll: Reimplement RtlQueueWorkItem on top of new threadpool API.
vcomp: Implement 32-bit atomic integer functions.
vcomp/tests: Add tests for 32-bit atomic integer functions.
vcomp: Implement atomic float functions.
vcomp/tests: Add tests for atomic float functions.
vcomp: Implement atomic double functions.
vcomp/tests: Add tests for atomic double functions.
Vincent Povirk (1):
winex11.drv: Don't change net_wm maximized state for minimized windows.
YongHao Hu (1):
msvcp110: Fix TRACE msg of tr2 functions.
Zhenbo Li (3):
mshtml: Add IHTMLXMLHttpRequest::responseText() method implementation.
mshtml: Add IHTMLXMLHttpRequest::status property implementation.
mshtml: Add nsChannel_GetResponseStatusText implementation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.7.47 is now available.
What's new in this release (see below for details):
- Text drawing in Direct2D.
- Support for the new thread pool API.
- Toolbar state saving.
- Beginnings of an implementation for proper HID support.
- Support for file objects in device drivers.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.47.tar.bz2http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.47.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.47 (total 48):
3077 WeatherScope: Right mouse button stuck
6955 Multiple games need software vertex blending implementation (NOLF2, Divinity 2, Dark Age of Camelot, Warhammer Online, PSU:AOTI)
9210 3DMark06 doesn't recognize Pixel Shaders 2.0
11499 sound effects not played correctly Battlefield 1942
15924 VT Trader freezes during login
17402 Battlefield 2 runs unplayably slow (and mission loading takes longer) on ATi with GLSL
17597 CharmTale2 crashes when releasing mshtml
22384 DbgHelp doesn't support DWARF-2 on Mac OS X
22579 Outlook Express does not show menu bar
22782 Battlefield 1942: missing some textures inside vehicles
24850 Explorer++ resets custom toolbar buttons on each startup
25289 Civilization 4: fails with 'error loading shader libraries' unless native d3dx9_26 is used
26262 No video output in Commandos - Behind Enemy lines
27286 Source Insight: Crashes when jumping to function definition.
28125 Microsoft 'ctfmon.exe' crashes on unimplemented function msctf.dll.TF_InitMlngInfo
28875 NullDC 1.0.4 (Dreamcast emulator) crashes when starting system (shader 'register' keyword used at global scope)
29326 Magicka crashes on audio init with winealsa.drv
29636 QQ International crashes after login
30686 Word 2010 Pro Plus adds spaces before umlauts
31001 SecureCRT: could not write to the host key database file
31156 Skyrim does not work with ENB
31391 anarchy online game crashing after login
33907 Civilization 4: missing some sound (could not read file)
34945 AppleWin 1.23.0: CPU usage is very high when should be minimal
35192 Multiple Adobe applications crash on unimplemented function KERNEL32.dll.CreateThreadpool (Vista+ API)(Lightroom 5.x, Creative Cloud)
35789 Morrowind random crashes during game play.
36164 valgrind shows an unitialized variable in programs/cmd/tests/batch.c
36171 valgrind shows several leaks in winmm/waveform.c
36194 valgrind shows some possible leaks in mmdevapi/tests/dependency.c
36236 valgrind shows a leak in comctl32/tests/propsheet.c
36265 valgrind shows a couple leaks in dmband/tests/dmband.c
36270 valgrind shows several leaks in dmcompos/tests/dmcompos.c
36271 valgrind shows several leaks in dmime/tests/dmime.c
36273 valgrind shows several leaks in dmstyle/tests/dmstyle.c
36357 valgrind shows a leak in dswave/tests/dswave.c
36364 valgrind shows a few leaks in ieframe/tests/intshcut.c
36837 Steam fallout new vegas error
37306 Multiple applications trying to use Vista+ Thread Pool Timer API crash on startup with Wine configured as Vista or higher ('CreateThreadpoolTimer')(64-bit ApexDC 1.6.0, Watchtower Library 2014)
38474 Quake Live launcher fails to start
38492 vcrun2008 does not install via Winetricks under Kubuntu 15.04. Works in Kubuntu 14.04.
38493 Steam steamwebhelper based on CEF 41.x crashes in Win7 mode (needs Kernel32.SetFileCompletionNotificationModes)
38510 STDU (Scientific and Technical Documentation Utility) Viewer v1.6.375 crashes when opening PDF file (typelib information for marshaller from registry-free COM server)
38660 NUMA Explorer crashes on unimplemented function KERNEL32.dll.GetNumaProcessorNode
38714 64-bit ARM Windows applications from Windows SDK for Windows 10 crash in entry (loader needs to set/randomize security cookie for PE modules)
38796 dwrite analyzer test crashes on my system
38822 FotoSketcher Portable 3.00 reports 'Exception externe C06D007F' on startup when running as 'Windows Vista' or higher (wants UxTheme.dll 'DrawThemeTextEx')
38832 Painting artifacts when moving a window that clips its children
38864 Microsoft Lync Basic 2013 (MS Office 15.0) installer crashes
----------------------------------------------------------------
Changes since 1.7.46:
Aaryaman Vasishta (4):
d3drm/tests: Add test for IDirect3DRM*::CreateDeviceFromClipper.
d3drm: Fix function signature for IDirect3DRM3::CreateDeviceFromSurface.
d3drm/tests: Add test for IDirect3DRM*::CreateDeviceFromSurface.
d3drm/tests: Add test for IDirect3DRM*::CreateDeviceFromD3D.
Alex Henrie (1):
cmd: Consistently wrap lines to 75 characters.
Alexandre Julliard (8):
msvcirt/tests: Fix comparison with EOL.
include: Add ddk/ prefix when including ddk headers.
server: Pass the device client pointer as part of the IRP parameters.
server: Queue an IRP_MJ_CREATE request on file creation.
server: Queue an IRP_MJ_CLOSE request on file destruction.
ntoskrnl: Implement creation and destruction of file objects.
server: Pass the file instead of the device pointer in all IRP requests.
ntoskrnl: Forward IRP_MJ_CREATE and IRP_MJ_CLOSE requests to the loaded driver.
Alistair Leslie-Hughes (2):
d3drm: Add DllCanUnloadNow, DllGetClassObject stubs.
gdiplus: GdipConvertToEmfPlus parameter succ is optional.
André Hentschel (2):
ntdll: Silence warning about TAPE_GetStatus when sys/mtio.h is not available.
ntdll: Randomize security cookie when available.
Aric Stewart (17):
hid: Implement HidP_GetCaps.
hid: Implement HidP_GetButtonCaps.
hid: Implement HidP_GetValueCaps.
hid: Implement HidP_GetUsages.
hid: Implement HidP_GetUsageValue.
hid: Implement HidP_InitializeReportForID.
hid: Implement HidD_GetPreparsedData and HidD_FreePreparsedData.
hid: Implement HidD_GetInputReport.
hid: Implement HidD_GetAttributes.
hid: Implement HidP_MaxUsageListLength.
hid: Implement HidP_GetScaledUsageValue.
wine.inf: Add Dev Class for HID devices.
include: Add ddk/hidport.h.
include: New ddk/hidtypes.h include file.
include: Add HID_XFER_PACKET and HID_REVISION to hidclass.h.
include: Add IRP_MJ_POWER minor function codes.
hidclass.sys: Add hidclass.sys.
Austin English (2):
davclnt: Add stub dll.
d3d11: Add a stub for D3D11CreateDeviceAndSwapChain.
Bernhard Übelacker (8):
msi/tests: Test MsiSourceListEnumMediaDisks with volumeLabel and diskPrompt as NULL.
msi: Remove shortcut which calls RegEnumValueW with value and val_count as NULL.
mpr/tests: Add tests for WNetCachePassword and friends.
mpr: Call RegEnumValueA with valid value parameter.
dwrite: Call RegEnumValueW with value and val_count parameters.
regedit: Call RegEnumValueW with value and val_count parameters.
oleview: Call RegEnumValueW with value and val_count parameters.
advapi32: Fail in RegEnumValue on missing value or val_count parameters.
Damjan Jovanovic (1):
ole32: Convey the Alt button state to the drop target.
Daniel Lehman (3):
msvcp90: Copy name in _Getctype (Valgrind).
msvcp90: Make argument to _Locinfo__Getdays/months const.
msvcp110: Add export for facet dtor.
Dmitry Timoshkov (3):
user32/tests: Add some tests to show that WS_CLIPCHILDREN doesn't exclude children from update region.
winex11: Don't call ExcludeUpdateRgn for a window with WS_CLIPCHILDREN style.
ole32: Accept STG_E_UNIMPLEMENTEDFUNCTION when ILockBytes implementation doesn't support locking.
Gerald Pfeifer (1):
widl: Fix indentation in the EXPR_ADDRESSOF case in resolve_expression.
Hans Leidekker (1):
msi/tests: Avoid test failures on win2k3.
Henri Verbeet (10):
d2d1: Implement d2d_d3d_render_target_DrawGlyphRun().
d2d1: Implement d2d_text_renderer_IsPixelSnappingDisabled().
d2d1: Implement d2d_text_renderer_GetCurrentTransform().
d2d1: Implement d2d_text_renderer_GetPixelsPerDip().
include: Add Direct2D error codes to winerror.h.
d2d1: Only allow path geometries to be opened once.
d2d1: Implement d2d_geometry_sink_BeginFigure() and d2d_geometry_sink_EndFigure().
d2d1: Implement d2d_path_geometry_GetFigureCount().
d2d1: Implement d2d_path_geometry_GetSegmentCount().
d2d1: Implement d2d_d3d_render_target_DrawText().
Hugh McMaster (1):
wineconsole: Add HKCU registry entries for Insert Mode.
Huw D. M. Davies (15):
comctl32: Add helpers to set the button text.
comctl32: Add a helper to free button text.
comctl32: Don't leak button text.
comctl32: Implement toolbar saving.
comctl32: The number of buttons is set by the first TBN_RESTORE notification.
comctl32: All negative entries in the toolbar save state are special cases.
comctl32: Reset the string and lparam fields between notifications.
riched20: Free the script cache when updating the default style.
comctl32: Set the default separator width when notifying a -ve cmd id.
comctl32: Implement the legacy notifications during restore.
dwrite/tests: Add tests for GetGdiCompatibleMetrics.
comctl32/tests: Extra WM_PAINT messages are occasionally sent on Vista and Win 7.
shell32/tests: Win XP splits the args if there are spaces in the path.
shell32/tests: Win 2k doesn't cope with spaces in the path.
shell32: Fix threading model for the Known Folder Manager and Shell Link objects.
Iván Matellanes (6):
msvcirt: Add implementation of streambuf::pbackfail.
msvcirt: Add implementation of streambuf::sputbackc.
msvcirt: Add implementation of streambuf::dbp.
msvcirt: Add stub of class ios.
msvcirt/tests: Add initial tests for ios.
msvcirt: Implement ios constructors and assignment.
Jacek Caban (12):
user32: Limit number of hooks called recursively.
mshtml: Initialize output paramter before test call.
vbscript: Treat empty regexp pattern the same way as NULL pattern.
msscript.ocx: Added IScriptControl stub implementation.
mshtml: Added support for binding XHR events.
wincrypt.h: Added some missing constants.
secur32: Added SECPKG_ATTR_SUPPORTED_ALGS tests.
mshtml: Added nsIIOService::NewChannelFromURI2 semi-stub implementation.
msscript.ocx: Added support for IDispatch functions.
dvdmedia.h: Added AMINTERLACE_* defines.
wincodec.idl: Added missing GUID_WICPixelFormat32bpp* declarations.
shdocvw: Call DisableThreadLibraryCalls in DllMain.
Józef Kucia (4):
wined3d: Show fixme about unimplemented vertex processing once.
wined3d: Implement vertex blending in glsl_vertex_pipe.
wined3d: Implement normals transformation for vertex blending.
d3d9/tests: Add basic tests for vertex blending.
Ken Thomases (4):
dbghelp: Fix mapping of DWARF register numbers on x86 OS X.
dbghelp: Don't parse the DWARF info from Mach-O files if we were requested to only provide public symbols.
dbghelp: Add support for loading an external DWARF debug info file associated with a Mach-O module.
Revert "configure: Prefer stabs debug info on Mac OS.".
Matteo Bruni (12):
wined3d: Fix GLSL backend with non-GLSL vertex and pixel pipeline combination.
wined3d: Replace an open-coded implementation of LIST_FOR_EACH_ENTRY_SAFE.
wined3d: Fix NP2 fixups in GLSL fragment FFP replacement.
wined3d: Improve NP2 fixups in GLSL PS texture sampling code.
wined3d: Don't hardcode WINED3DPTEXTURECAPS_NONPOW2CONDITIONAL cap flag.
wined3d: Use a lookup table to select the sampler function name.
wined3d: Use a core-compatible GL format for ATI2N.
wined3d: Use the correct texture coordinates in swapchain_blit() in the non-glBlitFramebuffer, NP2 case.
wined3d: Add a setting for the maximum OpenGL version to use.
wined3d: Use GLSL 1.50 on core contexts.
d3d9/tests: Add a test for UpdateTexture.
d3d8/tests: Add a test for UpdateTexture.
Michael Müller (3):
msvcrt/tests: Add additional tests for atof / strtod functions.
kernel32/tests: Add tests for GetNumaProcessorNode.
kernel32: Implement GetNumaProcessorNode.
Michael Stefaniuc (78):
dmstyle: Move struct definitions to the files that need them.
dmstyle: Remove unused DirectMusicMelodyFormulationTrack stuff.
dmcompos: COM cleanup for IDirectMusicTrack8 of DMChordMapTrack.
dmcompos: Remove the extraneous IUnknown from DMChordMapTrack.
dmcompos: Use the generic IPersistStream for DMChordMapTrack.
dmcompos: COM cleanup for IDirectMusicTrack8 of DMSignPostTrack.
dmcompos: Remove the extraneous IUnknown from DMSignPostTrack.
dmcompos: Use the generic IPersistStream for DMSignPostTrack.
dmcompos: Mark IPersistStream_Save of DMSignPostTrack as a stub.
dmband: Add missing TRACE to QI.
dmusic: Remove old and ugly COM macros.
dmstyle: Implement the E_NOTIMPL methods of IDirectMusicTrack8.
dmstyle/tests: Add some basic DirectMusicTrack8 tests.
dmstyle: COM cleanup for IDirectMusicTrack8 of DMMuteTrack.
dmstyle: Remove the extraneous IUnknown from DMMuteTrack.
dmstyle: Use the generic IPersistStream for DMMuteTrack.
dmstyle: COM cleanup for IDirectMusicTrack8 of DMAuditionTrack.
dmstyle: Remove the extraneous IUnknown from DMAuditionTrack.
dmstyle: Use the generic IPersistStream for DMAuditionTrack.
dmstyle: COM cleanup for IDirectMusicTrack8 of DMMotifTrack.
dmstyle: Remove the extraneous IUnknown from DMMotifTrack.
dmstyle: Use the generic IPersistStream for DMMotifTrack.
kernel32/tests: The result of a comparison is already a BOOL.
explorer: Print the debug string and not the pointer to it.
riched20: Print the debug string and not the pointer to it.
dmstyle: Pass objects instead of ifaces to helpers.
dmstyle: COM cleanup for IDirectMusicTrack8 of DMCommandTrack.
dmstyle: Remove the extraneous IUnknown from DMCommandTrack.
dmstyle: Use the generic IPersistStream for DMCommandTrack.
dmstyle: COM cleanup for IDirectMusicTrack8 of DMChordTrack.
dmstyle: Remove the extraneous IUnknown from DMChordTrack.
dmstyle: Use the generic IPersistStream for DMChordTrack.
dmstyle: COM cleanup for IDirectMusicTrack8 of DMStyleTrack.
dmstyle: Remove the extraneous IUnknown from DMStyleTrack.
dmstyle: Use the generic IPersistStream for DMStyleTrack.
dmstyle: Mark IPersistStream_Save() as stub.
dmime: Pass objects instead of ifaces to helpers.
dmime: DMMarkerTrack doesn't have IDirectMusicTrack8.
dmime: DMTimeSigTrack doesn't have IDirectMusicTrack8.
dmime/tests: Deal with DMTrack objects without IDirectMusicTrack8.
dmime: COM cleanup for IDirectMusicTrack of DMMarkerTrack.
dmime: Remove the extraneous IUnknown from DMMarkerTrack.
dmime: Use the generic IPersistStream for DMMarkerTrack.
dmime: COM cleanup for IDirectMusicTrack of DMTimeSigTrack.
dmime: Remove the extraneous IUnknown from DMTimeSigTrack.
dmime: Use the generic IPersistStream for DMTimeSigTrack.
dmstyle/tests: Remove skips wrongly copied from the dmime tests.
dmime: Implement the E_NOTIMPL methods of IDMTrack8 for DMSeqTrack.
dmime: Implement the E_NOTIMPL methods of IDMTrack8 for DMSysExTrack.
dmime: COM cleanup for IDirectMusicTrack of DMSeqTrack.
dmime: Remove the extraneous IUnknown from DMSeqTrack.
dmime: Use the generic IPersistStream for DMSeqTrack.
dmime: COM cleanup for IDirectMusicTrack of DMSysExTrack.
dmime: Remove the extraneous IUnknown from DMSysExTrack.
dmime: Use the generic IPersistStream for DMSysExTrack.
dmime: Implement the E_NOTIMPL methods in DMLyricsTrack.
dmime: COM cleanup for IDirectMusicTrack of DMLyricsTrack.
dmime: Remove the extraneous IUnknown from DMLyricsTrack.
dmime: Use the generic IPersistStream for DMLyricsTrack.
dmime: Implement the E_NOTIMPL methods in DMParamControlTrack.
dmime: COM cleanup for IDirectMusicTrack of DMParamControlTrack.
dmime: Remove the extraneous IUnknown from DMParamControlTrack.
dmime: Use the generic IPersistStream for DMParamControlTrack.
dmime: Implement the E_NOTIMPL methods in DMWaveTrack.
dmime: COM cleanup for IDirectMusicTrack of DMWaveTrack.
dmime: Remove the extraneous IUnknown from DMWaveTrack.
dmime: Use the generic IPersistStream for DMWaveTrack.
dmime: Implement the remaining E_NOTIMPL methods of IDirectMusicTrack8.
dmime/tests: Add some basic IDirectMusicTrack8 tests.
dmime: COM cleanup for IDirectMusicTrack of DMSegTriggerTrack.
dmime: Remove the extraneous IUnknown from DMSegTriggerTrack.
dmime: Use the generic IPersistStream for DMSegTriggerTrack.
dmime: COM cleanup for IDirectMusicTrack of DMTempoTrack.
dmime: Remove the extraneous IUnknown from DMTempoTrack.
dmime: Use the generic IPersistStream for DMTempoTrack.
dmsynth: Remove a now unused macro.
dmstyle: Remove an unused variable.
dmstyle: Remove a not very useful macro.
Nikolay Sivov (37):
user32: Added stubs for ShutdownBlockReasonCreate/ShutdownBlockReasonDestroy.
gdiplus: Check GetMetadataFormat() return value (Coverity).
ole32: Handle EnumElements() failure (Coverity).
shell32: Fix memory leak on NULL return length (Coverity).
winecfg: Fix a leak when applying drive changes (Coverity).
winecfg: Fix string buffer length for override settings (Valgrind).
oleaut32: Use context redirects when creating typelib marshaler proxy/stub.
gdi32: Add a separate helper to load FT_Short values (Coverity).
kernel32: Simplify the way EnumCalendarInfo vs EnumCalendarInfoEx are handled internally.
kernel32: Implement EnumCalendarInfoExEx().
qmgr: Fix WINHTTP_OPTION_CONTEXT_VALUE data pointer (Coverity).
dwrite: Update current line count when adding metrics for new line.
dwrite: Fix number of clusters effective run is built on.
dwrite: Clip range length to text length when updating breakpoints.
dwrite: Always set canWrapLineAfter for last cluster.
gdi32: Clarify offsets and sizes in vdmx table lookup code.
dwrite: Initial layout GetMetrics() implementation.
dwrite: Add last cluster width to line width.
uxtheme: Partial implementation of DrawThemeTextEx.
dwrite: Store layout width/height directly in metrics structure.
dwrite: Reset calculated text height before updating it.
dwrite: Remove separate line count layout field.
dwrite: Make it possible to set text alignment on created layout.
dwrite: Implement leading and trailing text alignment modes.
dwrite: Implement paragraph alignment.
dwrite/tests: Test that pair kerning affects shaping.
shell32: Handle string-to-guid conversion errors (Coverity).
gdiplus: Remove always true condition (Coverity).
shell32/tests: Try harder to close Open With window.
dwrite: Remove a couple of useless checks.
dwrite: Implement centered text alignment.
dwrite: Implement GetPanose().
dwrite/tests: Extend GetGdiCompatibleMetrics() test to test DWRITE_FONT_METRICS1 as well.
dwrite: Implement GetGdiCompatibleMetrics().
dwrite: Implement SetReadingDirection() for layout.
dwrite: Fix alignment shifts in RTL case.
dwrite: Properly set run origin in DWRITE_READING_DIRECTION_RIGHT_TO_LEFT case.
Olivier F. R. Dierick (2):
kernel32: Fail gracefully in K32EnumProcessModules with NULL pointer.
psapi/tests: Add test for EnumProcessModules with NULL pointer.
Piotr Caban (4):
msvcirt: Fix ostrstream::ostrstream() constructor stub.
msvcrt: Add ismbblead_l implementation.
msvcrt: Add _mbscat_s_l implementation.
msvcirt: Fix leak in ~ios and ios::init implementation.
Sebastian Lackner (51):
msvcrt: Set *end to NULL when strtod is called with NULL pointer string.
windowscodecs: Distinguish interface and implementation pointer for IcnsEncoder.
windowscodecs: Fix build failure on OSX.
ntdll: Implement TpSimpleTryPost and basic threadpool infrastructure.
ntdll: Implement TpSetPoolMaxThreads.
ntdll: Implement TpSetPoolMinThreads.
ntdll: Implement threadpool cleanup group functions.
ntdll/tests: Add tests for TpAllocCleanupGroup and related functions.
ntdll: Implement threadpool work item functions.
ntdll/tests: Add basic tests for threadpool work items.
ntdll/tests: Add threadpool scheduler tests for work items.
ntdll: Add support for threadpool group cancel callback.
ntdll/tests: Add tests for threadpool group cancel callback.
ntdll: Add support for threadpool finalization callback.
ntdll: Implement threadpool RaceDll environment variable.
ntdll: Implement instance objects and the TpCallbackMayRunLong function.
ntdll: Implement TpCallbackLeaveCriticalSectionOnCompletion.
ntdll: Implement TpCallbackReleaseMutexOnCompletion.
ntdll: Implement TpCallbackReleaseSemaphoreOnCompletion.
ntdll/tests: Add tests for TpCallbackReleaseSemaphoreOnCompletion and finalization callback.
ntdll: Implement TpCallbackSetEventOnCompletion.
ntdll: Implement TpCallbackUnloadDllOnCompletion.
ntdll: Implement TpDisassociateCallback and add a separate group completion event.
ntdll/tests: Add tests for TpDisassociateCallback.
ntdll: Implement TpAllocTimer and TpReleaseTimer.
ntdll: Implement threadpool timer queues.
ntdll/tests: Add basic tests for threadpool timer functions.
ntdll/tests: Add tests for threadpool timer merging.
kernel32: Forward threadpool cleanup group functions to ntdll.
kernel32: Forward threadpool work functions to ntdll.
kernel32: Forward threadpool timer functions to ntdll.
kernel32: Forward threadpool instance functions to ntdll.
kernel32: Forward remaining threadpool functions to ntdll.
kernel32/tests: Fix leak of threadpool object.
ntdll: Implement TpAllocWait and TpReleaseWait.
ntdll: Implement threadpool wait queues.
ntdll: Implement TpSetWait and TpWaitForWait.
ntdll/tests: Add basic tests for threadpool wait objects.
ntdll/tests: Add threadpool wait tests with more than 63 objects.
ntdll: Try to merge threadpool wait queue buckets if possible.
kernel32: Forward threadpool wait functions to ntdll.
ntdll: Add missing calls to RtlExitUserThread.
ntdll/tests: Add tests for RtlCompressBuffer.
ntdll: Implement semi-stub for LZNT1 compression in RtlCompressBuffer.
ntdll/tests: Add tests for RtlGetCompressionWorkSpaceSize.
ntdll: Implement semi-stub for RtlGetCompressionWorkSpaceSize.
ntdll: Implement RtlDecompressFragment.
ntdll/tests: Add tests for RtlDecompressBuffer.
ntdll/tests: Add tests for RtlDecompressFragment.
user32/tests: Add tests for calling GetKeyState from thread without message queue.
server: Add fallback to desktop keystate in get_key_state wineserver call.
Thomas Faber (7):
shell32/tests: Do not leak shell folder references.
shell32: Add missing parameter check in ISF_Desktop_fnQueryInterface.
shell32: Use QueryInterface in FolderView_GetFolder.
shell32/tests: Remove a misleading test.
shell32/tests: Fix an ok() print.
shell32/tests: Destroy shell view windows.
shell32/tests: Test that shell view windows reference their shell view.
Vincent Povirk (3):
winex11.drv: Track external changes to _NET_WM_STATE in net_wm_state.
ole32: Add a storage test using a custom ILockBytes.
ole32: Use grfLocksSupported to decide when LockRegion is implemented.
YongHao Hu (3):
msvcp110: Add tr2_sys__Copy_file implementation and test.
msvcp110: Add tr2_sys__Rename implementation and test.
msvcp110: Add tr2_sys__Statvfs implementation and test.
Zhenbo Li (5):
mshtml: Add IHTMLXMLHttpRequestFactory::create() method implementation.
mshtml: Add IHTMLXMLHttpRequest:open() method implementation.
mshtml: Add IHTMLXMLHttpRequest::readyState property implementation.
mshtml/tests: Wait for the document to be completely loaded.
mshtml: Add IHTMLXMLHttpRequest::send() method implementation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.7.46 is now available.
What's new in this release (see below for details):
- Improvements in the BITS file transfer service.
- Still more progress on DirectWrite implementation.
- Support for shared user data on 64-bit.
- Various C++ runtime improvements.
- Some more support for the 64-bit ARM platform.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.46.tar.bz2http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.46.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.46 (total 67):
6316 MYOB V13 prints a blank page
15564 BlogJet: typing text and account signup don't work
16196 Back and Forward buttons in Google Sketchup's 3D Warehouse do nothing
16885 Yahoo Messenger 8/9 menu invisible, 'X' box hotspot in wrong place
19648 Lotus Organizer 97 - No text on tabs
19695 Gox Box window loses focus when list box is expanded
20927 MYOB version 6 crashes when printing
22085 Roller Coaster Tycoon can't change the screen resolution
23148 Lotus Freelance Graphics 2.1 reports a C runtime error and exits
24823 Miranda IM crashes with a modern contact list plugin
26656 Cherry-SMS desktop app crashes / shows no country code
26791 backtraces broken on gcc 4.7
28148 Neuro Hunter: certain effects are invisible
28189 regsvr32: No usage in wineconsole
29929 Demo installer stuck at program folder selection
30805 Graphical glitch in the menu of Medieval total war
30873 BMFont crashes on visualise option or save bitmap font as
31228 "A simple IOCP Server/Client Class" locks up in GetMessage
31694 A ton of 'error loading char 255 - bad news!' errors when compiling wine with newer Freetype
31757 Adobe Application Manager 6.x/7.x download fails with error code A12E5 (winhttp request headers missing byte range)
32127 Oblivion Launcher crash on start
32214 Shaiya Online (MMORPG, Aeria Games) crashes on startup
32550 Points2Grid crashes on calculation
33831 AliWangwang hangs before login
33849 Multiple 64-bit kernel drivers crash on access to KI_USER_SHARED_DATA range (0xfffff78000000000) (Tages DRM, Comodo Backup)
34112 Skilors Grooveshark Downloader installer crashes
34357 TaxAct 2012 and 2013 crash on startup
34406 Finale Notepad 2012 doesn't copy/create user files on program start
34843 Garmin BaseCamp 4.1.2 fails due to unimplemented gdiplus.GdipCreateRegionRgnData
35537 Easy Bridge version 4.0.2 installer crashes
35540 Netgear Powerline 3.1: desktop shortcut blank
35775 Multiple Realarcade installers crash on startup due to IFile::PutAttributes method stub
35949 Starcraft Campaign Editor does not highlight links in triggers on hover
36192 valgrind shows a definite leak in mmdevapi/tests/capture.c
36235 valgrind shows 3 leaks in amstream/tests/amstream.c
36318 valgrind shows a leak in quartz/tests/filtermapper.c
36321 valgrind shows a possible leak in quartz/tests/referenceclock.c
36324 valgrind shows a leak in rpcrt4/tests/ndr_marshall.c
36555 valgrind shows a definite leak in amstream/tests/amstream.c
36780 Tomb Raider III (steam) crashes
36916 Command and Conquer Tiberium Wars Demo reports 'Please make sure you have DirectX 9.0 or higher installed.'
36953 Galactic Civilizations II: stars not rendered
37303 Change of paper size in print dialog do not update DEVMODE dmFormName member
37307 Urban Assault black screen when using software renderer (incorrect device enumeration order)
37403 Regedit: Wrong default registry key is selected
37502 Naturosoft Pro fails on startup with 'Run-time error 445: Object doesn't support this action' (needs richedit:ITextRange_fnExpand method implementation)
37767 IOCTL_DVD_READ_STRUCTURE expects the wrong size of output buffer for some requests
38114 Steam client doesn't allow to install games in different locations (needs kernel32.GetVolumePathName implementation)
38364 AutoPatcher Updater 1.4.x needs IFileSystem3::GetSpecialFolder()
38411 3DMark05 v1.30 crashes during system info scan (needs support for 'Win32_Process' WMI class 'WorkingSetSize' property)
38470 __chkstk not implemented on ARM
38517 Winhttprequest doesn't keep user logged in
38525 Winhttprequest follows redirects to wrong url
38624 jre-8u45-windows-i586.exe installer exits silently (needs advapi32.dll GetWindowsAccountDomainSid stub)
38638 Bad text encoding output in regsvr32 console output
38645 QQ 6.x crashes after open the qqzone tab (webkit crash)
38691 Dia Portable 0.97 crashes on startup in libcairo-2
38695 valgrind shows uninitialized memory in dlls/gdi32/freetype.c:WineEngInit() (win64)
38713 Link failure due to use of libunwind in ntdll
38719 64-bit ARM Windows applications from Windows SDK for Windows 10 crash when accessing TEB/PEB members (AArch64 platform specific register X18 must be reserved for TEB)
38739 valgrind shows a possible leak in ole32/tests/usrmarshal.c
38747 msvcrt.dll does not implement _getwch, _getwche, and _ungetwch
38752 Foobar2000 UPnP/DLNA media server hangs on exit
38758 SlingPlayer 1.x installers fail
38764 Improper device request/IRP handling causes heap corruption in wineserver
38769 Additional AES algorithms in schannel break wine build
38783 64bit msys32 crashes on unimplemented RtlCopyMemory
----------------------------------------------------------------
Changes since 1.7.45:
Akihiro Sagawa (1):
winetest: Add SystemPreferredUILanguages to the log.
Alex Henrie (2):
riched20: Fix link notification conditions and add tests.
user32: Send BM_SETCHECK before WM_CAPTURECHANGED and add tests.
Alexandre Julliard (1):
d3dcompiler_43: Add a helper function for register token to avoid compiler warnings.
Alistair Leslie-Hughes (8):
scrrun: Implement ITextStream Close.
d3dcompiler_46: Add stub dll.
d3dcompiler_47: Add stub dll.
dpnet: Correct adding components in Duplicate.
d3dcompiler: Share the source with d3dcompiler_46.
d3dcompiler: Rename d3dcompiler_43_main.c to main.c.
d3dcompiler: Share the source with d3dcompiler_47.
dpnet: Don't return partially initialized object.
Andrew Eikum (4):
xaudio2_7: Move object creation to avoid forward declaration.
xaudio2_7: Simplify object creation.
xaudio2_7: Wrap long lines.
include: Upgrade interface definitions to XAudio2 2.8.
André Hentschel (7):
include: Rename 64-bit PState to 32-bit Cpsr on ARM64.
ntdll: Implement RtlCaptureContext on ARM64.
ntdll: Fix CONTEXT_ARM in RtlCaptureContext.
winebuild: Create stubs for ARM64.
ntdll: Set platform register x18 to TEB on ARM64.
ntdll: Set TPIDRURW inline on ARM.
include: Add IMAGE_LOAD_CONFIG_DIRECTORY64 definition.
Aric Stewart (4):
include: Add ddk/hidclass.h.
include: Add ddk/hidpi.h.
hid: Break HidD functions out into their own module.
hid: Translate HidD_ functions to their IOCTLs.
Bernhard Übelacker (2):
comctl32/tests: Free memory used by property sheet page (Valgrind).
advapi32: Fix RegEnumValueW when enumerating long values.
Bruno Jesus (6):
dmband: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference.
dmime: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference.
ws2_32/tests: Add UDP select() test for unbound socket.
ws2_32: Trace accepted socket.
ws2_32: Add a helper to get socket type.
ws2_32: UDP sockets can write data even when unbound.
Daniel Lehman (1):
msvcp90: Set _Locimp vtable in _Locimp ctors (Valgrind).
Dmitry Timoshkov (1):
gdiplus: Implement GdipCreateRegionRgnData.
Erich Hoover (7):
ntdll: Fix IOCTL_DVD_READ_STRUCTURE expected output size.
kernel32: Implement GetVolumePathName.
kernel32/tests: Convert GetVolumePathName tests into a list.
kernel32/tests: Add a bunch more GetVolumePathName tests.
kernel32: Handle semi-DOS paths in GetVolumePathName.
kernel32: Handle bogus DOS paths in GetVolumePathName.
kernel32: Handle device paths in GetVolumePathName.
Gerald Pfeifer (2):
winedbg: Avoid "uninitialized variable" compiler warning in types_extract_as_longlong.
oleaut32: Fix indentation in test_safearray.
Hans Leidekker (24):
qmgr: Use winhttp for HTTP transfers instead of wininet.
qmgr: Add a stub implementation of IBackgroundCopyJobHttpOptions.
qmgr: Implement IBackgroundCopyJobHttpOptions::SetSecurityFlags and IBackgroundCopyJobHttpOptions::GetSecurityFlags.
qmgr: Implement IBackgroundCopyJobHttpOptions::SetCustomHeaders and IBackgroundCopyJobHttpOptions::GetCustomHeaders.
qmgr: Implement IBackgroundCopyJob::SetCredentials and IBackgroundCopyJob::RemoveCredentials.
qmgr: Implement IBackgroundCopyJob::Cancel.
qmgr: Don't inline transitionJobState.
qmgr/tests: Add tests.
winhttp: Store credentials set with WinHttpSetCredentials separately from username and password set through options.
winhttp: Improve parsing of cookie values.
winhttp: Correctly handle relative redirect paths.
winhttp: Keep the session open in the request object.
advapi32/tests: Add tests to show that reading the SACL requires a special privilege.
winhttp/tests: Fix a test failure on win2k.
winhttp: Fix handling of the headers length parameter in WinHttpAddRequestHeaders and WinHttpSendRequest.
msi/tests: Fix test failures on win2k3.
msi: Open database cabinet streams through the streams implementation.
wbemprox: Fix some memory leaks (Coverity).
wbemprox: Implement Win32_OperatingSystem.Primary.
wbemprox: Implement Win32_Process.WorkingSetSize.
winhttp: Fix a couple of corner cases in header processing.
winhttp: Coalesce cookie headers.
winhttp: Perform a case sensitive match on cookie names.
winhttp: Store cookies in reverse order.
Henri Verbeet (10):
wined3d: Use surface_get_rect() in wined3d_surface_update_overlay().
wined3d: Implement SM4 discard in the GLSL shader backend.
d2d1: Fix the ID2D1Factory::CreatePathGeometry() declaration.
d2d1: Implement d2d_factory_CreatePathGeometry().
d2d1: Implement d2d_path_geometry_Open().
d2d1: Implement d2d_geometry_sink_AddLine().
d2d1: Implement d2d_geometry_sink_AddQuadraticBezier().
d2d1: Implement d2d_geometry_sink_AddBezier().
d2d1: Implement d2d_text_renderer_DrawGlyphRun().
d3d10core: Translate d3d10 usage to wined3d usage for buffers.
Hugh McMaster (7):
regsvr32: Move /i command line code to a separate function.
regsvr32: Convert if-else block to switch statement.
net: WriteFile should output the number of bytes in the char array, not the length of the WCHAR array.
regsvr32: Convert codebase to Unicode.
regsvr32: Add WriteFile fallback if WriteConsole fails.
regsvr32: Make Dll* exports WINAPI.
regsvr32: Clean up and update comments to reflect changes to the codebase.
Huw D. M. Davies (7):
oleaut32/tests: Add broken behaviour on Win 2003.
user32/tests: Add some optional messages for Win XP.
user32/tests: Try to fix the test failures on Win 2k.
gdi32/tests: Fix Courier test on Arabic locales.
gdi32/tests: Japanese Win 7 uses MS Shell Dlg as its default GUI font.
Revert "advapi32: Fix RegEnumValueW when enumerating long values.".
shell32/tests: Don't leave behind open explorer windows.
Iván Matellanes (9):
msvcirt: Add implementation of streambuf::sgetc.
msvcirt: Add implementation of streambuf::sputc.
msvcirt: Print error messages in unimplemented functions.
msvcirt: Add implementation of streambuf::xsgetn.
msvcirt: Add implementation of streambuf::xsputn.
msvcirt: Add implementation of streambuf::sgetn/sputn.
msvcirt: Add implementation of streambuf::snextc.
msvcirt: Add implementation of streambuf::sbumpc.
msvcirt: Add implementation of streambuf::stossc.
Jacek Caban (18):
scrrun: Added IFile::put_Attributes imeplementation.
wininet: Get rid of no longer needed read_chunked field.
wininet: Don't pass BLOCKING_WAITALL to NETCON_recv in netconn_read.
secur32: Added support for a few more algorithms in schannel_get_cipher_algid.
secur32: Use gnutls_cipher_get_block_size to get cupher block size.
secur32: Fixed compilation on with gnutls.
secur32: Fixed compilation on very old gnutls versions.
mshtml: Use test.winehq.org over http in img_onload tests.
wininet: Get rid of unneeded MSG_WAITALL support in NETCON_recv.
wininet: Don't use blocking_mode_t in netconn.c.
mshtml: Added IHTMLXMLHttpRequest::onreadystatechange property implementation.
wininet: Call set_socket_blocking always and only when needed.
wininet: Cache blocking state in netconn_t.
urlmon/tests: Skip https tests on platforms that don't support them.
msscript.ocx: Added stub DLL.
msscript.ocx: Added typelib.
msscript.ocx: Added DLL registration implementation.
msscript.ocx: Added ScriptControl class factory.
Jared Smudde (1):
winhlp32: Move Always on top to Options.
Ken Thomases (12):
configure: Only check for libunwind.h on OS X.
dbghelp: Fix STABS support for 64-bit on OS X.
dbghelp: Eliminate an unnecessary parameter from macho_load_debug_info().
dbghelp: Fix a leak of the Mach-O module structure by adding a module_remove callback.
dbghelp: Enable enumerating and loading 64-bit Mach-O modules.
dbghelp: Remove the unused arch_size field of struct macho_file_map.
dbghelp: Use existing IMAGE_NO_MAP constant instead of redundant MACHO_NO_MAP.
dbghelp: Move the macho_file_map structure into image_file_map.
dbghelp: For Mach-O, keep the module file mapped for as long as the module is tracked.
dbghelp: Implement the image_private.h functions for Mach-O modules.
dbghelp: Add partial support for version 3 of DWARF CIEs which are generated by Clang/LLVM.
dbghelp: Parse the DWARF information in Mach-O modules.
Marcus Meissner (3):
shlwapi: Add missing braces (Coverity).
oledb32: Free memory on error exit (Coverity).
kernel32: GetCurrentDirectoryW gets characters, not bytes.
Matteo Bruni (9):
wined3d: Handle per-vertex point size in the GLSL FFP replacement.
wined3d: Cleanup and simplify texture sampling code generation.
wined3d: Drop WINED3D_RS_TEXTUREPERSPECTIVE handling.
wined3d: Make use of the EXT_BLEND_SUBTRACT flag.
d3dcompiler: Handle redefining an intrinsic function as a user-defined function.
d3dcompiler: Handle writemask in make_assignment().
d3dcompiler: Parse ": register()" syntax.
wined3d: Drop unused gl_info parameter from shader_glsl_ffp_vertex_lighting().
wined3d: Don't flag WINED3D_SHADER_CONST_FFP_PROJ on transformed <-> untransformed vdecl change.
Michael Müller (7):
wininet: Use random names when caching very long urls.
advapi32/tests: Add tests for GetWindowsAccountDomainSid.
advapi32: Add initial implementation for GetWindowsAccountDomainSid.
fltlib: Add stub for FilterLoad.
wininet/tests: Add tests for overriding host header.
rpcrt4: Fix arguments of HttpAddRequestHeaders.
wininet: Fix arguments of HttpAddRequestHeaders.
Michael Stefaniuc (25):
dmband: Pass the object instead of the iface to helpers.
dmband: Use the generic DirectMusicObject implementation for DMBand.
dmband/tests: Add IPersistStream tests for DMBandTrack.
dmcompos/tests: Add IPersistStream tests for DM*Track.
dmime: Pass objects instead of ifaces to helpers.
dmime: Remove unused arguments from helper functions.
dmime: Use the generic DirectMusicObject implementation for DMSegment.
dmime: Use the generic DMObject implementation for DMAudioPathConfig.
dmime: Get rid of the extra pointer to a DMUS_OBJECTDESC.
dmime: Use the generic DMObject implementation for DMGraph.
dmime/tests: Add IPersistStream tests for DM*Track.
dmstyle/tests: Add IPersistStream tests for DM*Track.
dmband: IsParamSupported method doesn't crashes on NULL.
dmband: Implement the E_NOTIMPL methods of IDirectMusicTrack8.
dmband/tests: Add some basic IDirectMusicTrack8 tests.
dmcompos: IsParamSupported of DMChordMapTrack doesn't crashes on NULL.
dmcompos: Implement the E_NOTIMPL methods of IDirectMusicTrack8.
dmcompos/tests: Add some basic IDirectMusicTrack8 tests.
dmcompos: Move struct definitions to the files that need them.
dmime: Move struct definitions to the files that need them.
dmband: Pass objects instead of ifaces to helpers.
dmband: COM cleanup for IDirectMusicTrack8.
dmband: Remove the extraneous IUnknown from DMBandTrack.
dmband: Use the generic IPersistStream implementation from dmobject.
dmstyle: IsParamSupported method doesn't crashes on NULL.
Mohamed Mediouni (1):
ntdll: Multiply r4 with the word size in ARM for __chkstk.
Nikolay Sivov (50):
regedit: Make it possible for save/restore position on tree root.
msxml3: Handle SafeArrayAccessData() failure in load() (Coverity).
dwrite/tests: Test to show that GetCurrentTransform/GetPixelsPerDip are not really used from Draw().
dwrite: Fix splitted range length, initial test for GetMetrics().
dwrite: Check format directions in CreateEllipsisTrimmingSign().
dwrite: Initial implementation of Draw() for trimming sign.
dwrite: Call GetCount() once when looking for family name.
dwrite: Fix the way drawing effects are reported for inline objects.
ole32: Marshal HDC as remotable handle.
ole32: Marshal HICON as remotable handle.
dwrite: Validate format property values.
ole32: Marshal HBRUSH as remotable handle.
oleaut32/tests: Test that user memory functions are not called.
riched20: Improve tracing for unimplemented range methods.
riched20: Implement Expand for tomStory case.
riched20/tests: Some more EM_SETSEL tests.
riched20/tests: Remove explicit todo flag values from static test data.
ole32: Fix a typo in argument name.
dwrite/tests: Initial test for GetLineMetrics().
dwrite/tests: Initial test for GetBaseline().
riched20: Improve tracing for unimplemented selection methods.
comctl32/monthcal: Fix title to use properly localized year/month format.
dwrite: Set cluster length together with other metrics.
dwrite: Actually set isWhitespace for space clusters.
dwrite: Count last cluster length too when building a line.
kernel32: Export RtlCopyMemory().
ole32/tests: Fix source buffer leak (Valgrind).
amstream: Get rid of some casts by using proper iface types.
amstream/tests: Get rid of global stream pointer that we don't really need.
amstream: Release pins and streams array on instance release (Valgrind).
gdi32/freetype: Properly handle loading of FT_Long-sized types (Valgrind).
ieframe/tests: Fix some leaks (Valgrind).
oleaut32/tests: Fix stub buffer leak (Valgrind).
dwrite: Forward GetRecommendedRenderingMode() to newer method.
dwrite: Store character spacing layout settings.
quartz/tests: Get rid of some casts.
dwrite: Set line baseline/height from font metrics.
dwrite/tests: Show that line baseline is relative to this line.
dwrite: Set baseline origin Y for reported runs.
dwrite: Call SetFillMode() once per run.
amstream: Implement IDirectDrawStreamSample_GetSurface().
amstream: Keep stream reference when creating sample.
amstream: Implement GetDirectDraw().
amstream: Forward IUnknown methods to IAMMediaStream for streams.
qmgr: Simplify string duplication using a helper.
qmgr: Simplify GetProgress() with a structure copy.
amstream: Create a surface if it wasn't provided in CreateSample().
dmsynth: Cleanup IDirectMusicSynth8 creation helper.
dwrite: Properly reduce glyph count of effective run.
dwrite: Fix clustermap shifting for effective run.
Olivier F. R. Dierick (1):
kernel32: Implement SetFileCompletionNotificationModes as a stub.
Piotr Caban (15):
msvcrt: Open console input handle with write permission so SetConsoleMode can work on it.
msvcp60: Sync spec files.
msvcrt: Write directly to the console in _putwch.
msvcrt: Fix return value of _cputs.
msvcrt: Fix return value of cputws.
msvcrt: Add _getwch implementation.
msvcrt: Add _getwche implementation.
msvcrt: Add _ungetwch implementation.
msvcr120: Add ___lc_locale_name_func implementation.
msvcp110: Use ___lc_locale_name_func in _Getctype.
msvcp110: Use ___lc_locale_name_func in _Getdateorder.
msvcp110: Fix _Collvec structure layout.
wininet: Improve handling of long URLs in CreateUrlCacheEntry function.
msvcr110: Add __crtGetLocaleInfoEx implementation.
msvcrt: Cache locale string to LCID conversion results.
Qian Hong (2):
include: Remove duplicate macro definition in shellapi.h.
winemenubuilder: Fix copy and paste error.
Sebastian Lackner (14):
server: Delay destruction of file object in set_irp_result.
ntoskrnl: Add initial code to emulate memory access to USER_SHARED_DATA on x86_64.
ntoskrnl: Add emulation for 'mov Ob, AL' and 'mov Ovqp, rAX' instruction.
ntoskrnl: Add emulation for 'movzx {Eb,Ew}, Gv' instruction.
kernel32/tests: Add a lot of picky GetVolumePathName tests.
kernel32/tests: Add GetVolumePathNameW tests.
ntoskrnl: Use SIZE_T to store 64-bit offset to USER_SHARED_DATA page.
advapi32/tests: Explicitly check return value of GetTokenInformation.
windowscodecs/tests: Fix test condition which is always true.
windowscodecs: Distinguish interface pointer and implementation pointer.
qcap: Distinguish interface pointer and implementation pointer for base filter.
quartz: Distinguish interface pointer and implementation pointer in multiple interfaces.
ntdll: NtMapViewOfSection should fail if both addr_ptr and zero_bits is set.
ntdll: Implement support for AT_ROUND_TO_PAGE flag in NtMapViewOfSection.
Thomas Faber (2):
dimm.idl: Add IActiveIMMMessagePumpOwner.
msimtf: Add stub implementation for IActiveIMMMessagePumpOwner.
Thomas Faller (2):
cmd: Fix invalid memory access.
cmd: Fix invalid "else if" execution.
YongHao Hu (6):
msvcp110: Add tr2_sys__File_size implementation and test.
msvcp110: Add tr2_sys__Equivalent implementation and test.
msvcp110: Add tr2_sys__Current_get implementation and test.
msvcp110: Add tr2_sys__Current_set implementation and test.
msvcp110: Add tr2_sys__Make_dir implementation and test.
msvcp110: Add tr2_sys__Remove_dir implementation and test.
Zhenbo Li (1):
mshtml/tests: Added IHTMLXMLHttpRequest tests.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.7.45 is now available.
What's new in this release (see below for details):
- Better debugging support on 64-bit Mac OS X.
- Some more progress on DirectWrite implementation.
- A number of RichEdit control fixes.
- Beginning implementation of the old MSVCIRT C++ runtime.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.45.tar.bz2http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.45.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.45 (total 49):
2805 Utopia angel does not start (clipboard error)
4463 dogwaffle exits during initalization with a visual basic error
7425 Gothic 2 crashes without native directmusic
9473 Adobe Reader 6 / Adobe Acrobat Pro 6: Zoomfactor and Pagenumber are empty (riched20.dll)
11176 Adobe Reader 6 / Adobe Acrobat Pro 6: Searching not possible (riched20.dll)
11849 Adobe Acrobat Pro 6 & 7 / Adobe Reader 6 & 7 -- Updates fail
12451 Adobe Acrobat / Reader opens the wrong URL
14896 GTA: San Andreas - Ambient Sounds are too quiet (EAX)
18019 Some Bioware games' setup crashes when changing install directory
19156 Street Fighter 4 Benchmark: Poor framerate
19813 Voddler client hangs on startup (kernel32.GetSystemTimes is a stub)
20830 Dameware NTutilities crashes trying yo create AD object
21042 Outlook Express crashes before sending a message
21579 Multiple applications crash with builtin RichEdit (text host window/gui control methods must not be called during CreateTextServices)(Yahoo Messenger 10, BSSB-Win, ICQ 6,7,8)
21708 d3d is trying to use GL_DEPTH_TEXTURE_MODE_ARB when driver doesn't support ARB_depth_texture
23174 Fallout 3: Diologue and Video/sound issues
23997 Gridrunner Revolution: doesn't render certain objects in-game
24033 StarCraft2 bad physics issue on non-flat landscape parts that is unrelated to the physics
24299 Starcraft 2: Custom maps with dialog labels using style "ABChoiceBackButtonText" crashes game
26808 Multiple games need XAudio2 '{5a508685-a254-4fba-9b82-9a24b00306af}' XAudio2_7.dll (Blue Toad Murder Files, Crazy Machines, Zafehouse Diaries)
28768 Multiple GFWL (Games For Windows Live) 1.x games crash on startup (Kane & Lynch: Dead Men)
29349 Summoner launch screen: corrupted graphics
31896 Portable Calibre does not add book to library
32060 Guild Wars: Input gets stuck
32966 mshtml: crash in get_frame_by_name( "jQuery" ) using jQuery 1.3.2
33592 Family Tree Builder crashes partway through import of components
34684 RaidCall 7.2.x crashes when joining a group
34808 wine iexplore.exe http://peacekeeper.futuremark.com crashes
34982 Multiple web-installers crash in 'get_frame_by_name' with NULL 'HTMLOuterWindow' (Horizon XBOX tool, MAGIX Video Deluxe MX Plus 18)
35029 Ancient Gems (myrealgames.com) crashes on startup
35191 make install shouldn't call update-desktop-database
36135 valgrind shows some errors in ole32/tests/ole2.c
36704 wine cmd uses overwrite mode instead of insert mode
37713 winecfg: Window title isn't updated when removing application from the list
38384 64-bit InstallShield engine COM server 'ISBEW64.exe' crashes during installation of AT&T Connect iMeeting
38443 valgrind shows some invalid writes in dpnet/tests/address.c
38462 valgrind shows an uninitialized variable in dlls/mshtml/tests/activex.c test_exec_script()
38576 PES2015 won't connect to online services/2 (ConvertInterfaceLuidToGuid is missing)
38593 valgrind shows uninitialized memory in set_mwm_hints()
38595 FXCM Trading Station II doesn't install without winetricks vcrun2005
38654 Multiple games have rendering issues when anti-aliasing enabled (King's Bounty series, GTA: San Andreas, Tomb Raider: Anniversary)
38658 PerfectWorld's Arc game client: window contents missing after log-in (needs better support for NtQueryInformationJobObject)
38664 PJConv crashes after dropping an image file.
38683 Waldorf Spectre application crashes on start
38694 Waldorf Spectre crashes when clicking on buttons in the user interface
38710 Simon the sorcerer 5 hangs when changing settings
38717 MX Simulator demo doesn't display menu correctly
38725 valgrind shows an invalid write in ole32/tests/usrmarshal.c
38733 appcertui helper tool from Windows SDK 8.1 App Certification Kit crashes on unimplemented function api-ms-win-core-processthreads-l1-1-1.dll.OpenProcessToken
----------------------------------------------------------------
Changes since 1.7.44:
Akihiro Sagawa (4):
shell32/tests: Make tests run on win2k again.
shell32/tests: Add tests for DragQueryFile.
shell32: Skip buffer allocation when querying drop file numbers.
mciqtz32: Watch the player thread while waiting a player task.
Alexandre Julliard (14):
user32: Get rid of the unused parameter in the EmptyClipboard driver entry point.
user32: Merge the AcquireClipboard and EmptyClipboard driver entry points.
user32/tests: Remove support for Win9x in clipboard test.
server: Use a standard timestamp for the clipboard.
server: Use separate helper functions for setting and resetting clipboard windows.
server: Store the clipboard windows as full handles.
server: Allow opening the clipboard again with the same owner.
server: Check for the current owner window on the server side for releases.
user32/tests: Add tests for clipboard sequence number and notifications.
user32: Disallow format 0 in SetClipboardData.
user32/tests: Add tests for calling EmptyClipboard from a different thread.
server: Add a request to empty the clipboard.
kernel32: Avoid resolving imports against the advapi32 forwards.
user32/tests: Add tests for SetClipboardData from a different thread.
Alistair Leslie-Hughes (3):
oledb32: Fix memory leak.
odbccp32: Add a trace message to functions.
dpnet: Implement IDirectPlay8Address GetComponentByIndex.
Austin English (1):
api-ms-win-core-processthreads-l1-1-1: Add advapi32 forwards.
Bruno Jesus (1):
dmstyle: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference.
Charles Davis (1):
server: Get debug registers on 64-bit Mac OS.
Damjan Jovanovic (7):
qcap: Implement the SmartTee allocator functions.
qcap: Get the SmartTee filter to a minimally functional level.
qcap: Add the SmartTee filter automatically as necessary, and test this.
qcap: Load the default renderer when it's not specified.
qcap: If we have a single VfwCapture pin, its category should be PIN_CATEGORY_CAPTURE.
qcap: Add initial audio capture filter.
qcap: The VfwCapture filter's GetNumberOfCapabilities() should set the capability count to zero.
Daniel Lehman (5):
msvcrt: Add __swprintf_l.
msvcp110: Add _Yarn<wchar_t> implementaton.
msvcrt: Add _W_Getdays.
msvcrt: Add _W_GetMonths.
msvcp110: Add wide-char days and months to _LocInfo.
Dmitry Timoshkov (1):
mshtml: Handle VT_INT/VT_UI4 same way as VT_I4/VT_UINT in IHTMLElementCollection::item.
Erich Hoover (1):
kernel32: Implement GetSystemTimes.
Guillaume Charifi (2):
xaudio2_7: Implement IXaudio2 interface as stub.
xaudio2_7: Add XAudio2 class registration.
Hans Leidekker (5):
include: Add missing BITS interfaces.
qmgr: Update to IBackgroundCopyFile2.
qmgr: Update to IBackgroundCopyJob3.
qmgr: Add IHttpNegotiate support to the bind status callback.
qmgr: Implement IBackgroundCopyError.
Huw D. M. Davies (7):
riched20: Append a final \par when writing the whole buffer.
mmdevapi/tests: Link against advapi32.
shlwapi/tests: Fix failing tests on Vista and Win 2008.
wshom/tests: Use RegQueryValueEx so that the tests run on Win 2k and XP.
shell32/tests: Fix failing test on Win 2k.
wininet/tests: Fix tests on Win 2k.
user32/tests: Use the correct codepage for WM_CHAR tests.
Indrek Altpere (2):
mshtml: Add NULL check to avoid crashing due to Gecko bug.
mshtml: Add NULL check to get_frame_by_name.
Iván Matellanes (12):
msvcirt: Add initial implementation of streambuf.
msvcirt/tests: Add initial tests for streambuf.
msvcirt: Add implementation of streambuf::allocate.
msvcirt: Add implementation of streambuf buffer getters.
msvcirt: Add implementation of streambuf::unbuffered.
msvcirt: Add implementation of streambuf locking.
msvcirt: Add implementation of streambuf::gbump/pbump.
msvcirt: Add implementation of streambuf::sync.
msvcirt: Add implementation of streambuf::seekoff/seekpos.
msvcirt: Add implementation of streambuf::in_avail/out_waiting.
msvcirt/tests: Add more streambuf tests.
msvcirt: Fix implementation of streambuf::sync.
Jacek Caban (7):
jscript: Correctly handle pvarResult in ParseScriptText.
jscript: Added beginning support for 'automagic' event binding feature.
jscript: Added 'automagic' test.
mshtml: Fixed leak in HTMLCurrentStyle_Create.
kernel32: Treat empty locale name as LOCALE_INVARIANT.
setupapi: Allow more than one Wine manifest in a DLL.
gdiplus: Added version 1.1 manifest.
Jerome Leclanche (1):
makefiles: Do not run update-desktop-database on make install/uninstall.
Joachim Priesner (2):
comdlg32: File dialog: Append multi-part extensions like .abc.def.
ieframe: shellbrowser: Strip 'file://' from file URLs in BEFORENAVIGATE2 callbacks.
Ken Thomases (8):
winemac: Remove extraneous CDECL attribute.
configure: Warn for a 64-bit build without CFI directive support.
configure: Add a check for libunwind.h.
ntdll: Add support for using libunwind to unwind the stack for x86_64.
ntdll: Add partial support for version 3 of DWARF CIEs which are generated by Clang/LLVM.
winecoreaudio: Fix build by importing advapi32.
Revert "ntdll: Avoid one of the calls to getattrlist() when read_directory_getattrlist() checks the case sensitivity of the file system.".
ntdll: Fix the "not found" status set by read_directory_stat() and read_directory_getattrlist() for when restart_scan is set.
Louis Lenders (1):
kernel32/tests: Add tests for GetSystemTimes.
Marcus Meissner (1):
msi: Free rec in error exit (Coverity).
Mark Harmstone (1):
winecfg: Invalidate property sheet when font changed.
Matteo Bruni (15):
wined3d: Always enable GL_PROGRAM_POINT_SIZE in the GLSL backend.
wined3d: Clamp per-vertex point size in vertex shaders.
wined3d: Handle point sprites with PS 3.0.
d3d9/tests: Add more tests for point size.
d3d8/tests: Port the point size test to D3D8.
wined3d: Introduce a get_fog_start_end() function.
wined3d: Don't use the builtin FFP uniforms for fog parameters.
d3d9/tests: Add a test for reordering texture coordinates via D3DTSS_TEXCOORDINDEX.
d3d8/tests: Add a test for reordering texture coordinates via D3DTSS_TEXCOORDINDEX.
ddraw/tests: Add a test for reordering texture coordinates via D3DTSS_TEXCOORDINDEX.
d3d9/tests: Test the default diffuse color for vertex shaders.
d3d9/tests: Test the default colors for fixed function vertex processing.
d3d8/tests: Port the vertex shader input test to D3D8.
d3d8/tests: Port part of the fixed function attributes test to D3D8.
wined3d: Avoid the builtin GLSL vertex attributes.
Michael Müller (8):
amstream: Correctly check return values in IAMMultiMediaStreamImpl_Initialize (Coverity).
kernel32: Correctly check for an empty short filename in GetShortPathNameW (Coverity).
wbemprox: Treat \r as whitespace.
winebuild: Set a valid major and minor linker version.
kernel32: Improve stub for SetFileInformationByHandle.
kernel32: Forward SetFileInformationByHandle FileDispositionInfo class to ntdll.
d3d8: Mark one more function as hotpatchable.
ddraw: Make some functions hotpachable.
Michael Stefaniuc (11):
dswave: Remove gratuitous IDirectMusicSegment8 from DirectSoundWave.
dswave/tests: Check for the private interface in DirectSoundWave.
dswave: COM cleanup for the IUnknown interface of DirectSoundWave.
dswave: Use the generic DirectMusicObject implementation for DSWave.
dswave: Get rid of the extra pointer to a DMUS_OBJECTDESC.
dswave: Finish the cleanup of create_dswave().
dmstyle: Remove unused arguments from helper functions.
dmstyle: Pass the object instead of the iface to helper functions.
dmstyle: Use the generic DirectMusicObject implementation for DMStyle.
dmcompos: Use the generic DirectMusicObject implementation for DMChordMap.
dmcompos: Get rid of the extra pointer to a DMUS_OBJECTDESC.
Nikolay Sivov (75):
oleaut32: Implemented a couple more proxy/stub methods.
ole32: Implemented some proxy/stubs methods.
mshtml/tests: Fix use-after-free in events tests.
dwrite: Forward GetGdiCompatibleGlyphPlacements() to corresponding font methods.
dwrite: Report inline objects in Draw().
dwrite: Fix wrong run data reported to a renderer.
dwrite: Properly report drawing effect in DrawGlyphRun()/DrawInlineObject().
dwrite: Handle inline object GetMetrics() failure.
dwrite: Handle GetBreakConditions() failure.
riched20: Implement GetText() for regular range.
riched20/tests: Small test for GetClientSite().
riched20: Move data linking text range to IRichEditOle in separate structure.
riched20: Properly implement GetClientSite().
riched20: Create selection instance first time it's requested.
mmdevapi: Return interface pointers instead of impl pointers.
ole32: Avoid potential null pointer access (Coverity).
ole32: Initialize returned value for disconnected case too in proxy_manager_get_remunknown() (Coverity).
dwrite: Fix potential null pointer dereference in GetInlineObject() (Coverity).
wined3d: Remove unnecessary test for 0 (Coverity).
urlmon: Remove unreachable code (Coverity).
riched20/tests: Don't use global vars for host/textservices.
riched20: Reduce code duplication in WM_SETTEXT/WM_CREATE handler.
riched20: Avoid extra host calls during CreateTextServices().
riched20: Return 0x0 size for NULL objects.
comctl32/toolbar: Remove always true condition (Coverity).
d3d8: Fix token type checks in convert_to_wined3d_declaration (Coverity).
winex11: Remove unreachable XFreePixmap(), mask_pixmap is always NULL on failure (Coverity).
winebuild: Remove always false condition (Coverity).
mshtml: Handle allocation failure during collection creation (Coverity).
oleaut32: Improve error handling in GetRecordInfoFromTypeInfo() (Coverity).
oledb32: Handle CLSIDFromProgID() failure (Coverity).
dwrite: Fix potential null pointer access in GetFontCollection() (Coverity).
wineoss: Properly initialize pollfd structure (Coverity).
shell32/tests: Fix Verbs instance leak (Valgrind).
riched20/tests: Fix a BSTR leak (Valgrind).
ole32: Fix length of buffer allocated by SNB_UserUnmarshal() (Valgrind).
shell32/tests: Fix one of test failures on win2k.
shell32/tests: Fix tests failures on win2k.
ole32/tests: Test if user memory routines are called, remove some useless traces.
dwrite/tests: Test actual strings being reported to a renderer.
dwrite: Added a range data header to distinguish range kinds.
dwrite: Store strikethrough settings in a separate list.
dwrite: Report strikethrough ranges to renderer.
dwrite/tests: Some tests for setting per-range layout properties.
iphlpapi: Added ConvertInterfaceLuidToGuid() stub.
shlwapi: Fix error handling in IUnknown_GetClassID (Coverity).
shell32/tests: Fix error code on win2k.
browseui: Added IEnumString stub for ACListISF.
browseui: Use method wrappers when forwarding, rearrange functions to match vtable order.
kernel32: Fail properly for unsupported classes in GetFileInformationByHandleEx.
gdi32: Return GCP_USEKERNING if font has kerning pairs support.
crypt32: Fix tracing of out argument (Coverity).
msctf: Set fActive directly in ActivateLanguageProfile() (Coverity).
oleaut32: Remove dead switch case VT_I1 entry for VarSub (Coverity).
gameux: Use matching heap call (Coverity).
dwrite: Use [0,~0u) as initial text range.
dwrite: Validate per-range attribute values.
riched20: Implement GetStoryLength().
riched20: Implement GetDuplicate() for selection.
riched20: Handle range method failures in IsEqual (Coverity).
riched20: Handle range method failures in InRange (Coverity).
riched20: Improve error handling in SetFont (Coverity).
wined3d: dst_surface can't be NULL at this point (Coverity).
usp10: Remove dead null check that can't fail (Coverity).
oledb32: Fix instance leak on error path (Valgrind).
oledb32/tests: Added a test for GetDataSource() with created provider and custom properties.
kernel32/tests: Some tests for invalid classes in SetFileInformationByHandle().
gdiplus: Added GdipImageSetAbort stub.
dwrite/tests: A test for case-sensitivity of SetFontFamilyName.
dwrite: Use [0,~0u) as initial range for strikethrough settings.
dwrite: Exit earlier when setting property for zero length range.
dwrite: Fix problems with outline conversion and reporting.
gdiplus: Implement trivial case of GdipCreateRegionRgnData for empty and infinite regions.
oledb32: Support provider-specific properties in GetDataSource().
oledb32/tests: Improve IDataSourceLocator tests a bit.
Piotr Caban (20):
msvcrt: Use fd critical section in dup2.
msvcrt: Use fd critical section in msvcrt_free_fd.
msvcrt: Use fd critical section in read.
msvcrt: Use fd critical section in _futime64.
msvcrt: Get rid of msvcrt_fdtoh helper.
msvcrt: Use fd critical section in msvcrt_create_io_inherit_block.
msvcrt: Get rid of msvcrt_is_valid_fd helper.
msvcrt: Use fd critical section in _setmode.
msvcrt: Don't lock __badioinfo.
msvcrt: Use fd critical section in _write.
msvcrt: Fix strtol implementation on strings not containing valid number.
msvcp90: Fix off by one issue in basic_string::rfind.
msvcrt: Fix possible deadlock in dup2 function.
msvcrt: Don't use MSVCRT_fdend in msvcrt_create_io_inherit_block.
msvcrt: Avoid using global critical section while allocating new file descriptors.
msvcrt: Remove no longer needed global lock from functions using fd critical sections.
msvcr: Add _getch_nolock implementation.
msvcr: Add _putch_nolock implementation.
msvcr: Add _getche_nolock implementation.
msvcr: Add _ungetch_nolock implementation.
Qian Hong (5):
ntdll: Implemenent ObjectTypeInformation class support in NtQueryObject.
ntdll/tests: Add a few more ObjectTypeInformation tests.
server: Fix type name of IoCompletion.
server: Fix type name of File.
server: Fix type name of directory file.
Sebastian Lackner (9):
server: Fix opening clipboard from multiple threads.
ntdll/tests: Don't call lstrlenW on non-null-terminated buffer.
ws2_32/tests: Add tests for calling select with zero timeout.
ws2_32: Fix uninitialized memory access in do_poll (Coverity).
kernel32/tests: Add tests for virtual memory alignment behaviour.
ntdll: Fix status code when NtMapViewOfSection parameter check fails.
quartz: Fix handling of periodic advice timers.
winedbg: Also output system information to the terminal, not only to dialog.
ntdll/tests: Add tests for info struct size for FileDispositionInformation.
Stefan Dösinger (12):
wined3d: Read format flags from the volume container.
wined3d: Read format flags from the surface container.
wined3d: Set the gl resource type in resource_init.
wined3d: Keep track of renderbuffer capabilities.
wined3d: Use renderbuffers if the resource type is RB.
wined3d: Set WINED3DFMT_FLAG_FBO_ATTACHABLE on depth stencil formats.
wined3d: Require FBO attachability for render targets and depth stencils.
wined3d: Don't use depth textures without ARB_depth_texture.
wined3d: Downgrade the framebuffer attachment FIXMEs to WARNs.
wined3d: Disable the depth stencil on multisample mismatch.
d3d9/tests: Test multisample mismatch.
d3d8: Reject FBs with mismatching multisample settings.
Thomas Faller (2):
gdi32: Prevent unneeded operations by flag check.
cmd: Fix access of uninitialized memory.
Vincent Povirk (1):
ole32: Fix storage locking for read-only exclusive mode.
Zebediah Figura (2):
include: Add WNODE flags to wmistr.h.
include: Add event trace flags and guid to evntrace.h.
Zhenbo Li (2):
mshtml: Implement IHTMLXMLHttpRequestFactory as a stub.
mshtml: Implement IHTMLXMLHttpRequest as a stub.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.7.44 is now available.
What's new in this release (see below for details):
- More support for the COM interfaces of the RichEdit control.
- Initial version of a SmartTee filter.
- Some more support for the ARM64 platform.
- Support for the null device kernel object.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.44.tar.bz2http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.44.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.44 (total 59):
8272 When exiting Wizardry 8 waits until background music thread finishes playing
8653 Desperados v1.01 fails to start, reports 'ADPCM sound codec is missing' (Wine's MS-ADPCM needs to report as Pid = 1, Mid = 33)
9425 Select behavior different on Wine
11607 Blood 2: The Chosen keyboard repeat problem
12458 Multiple apps fail due to RichEdit ITextDocument_fnRange stub (MySQL Workbench, BlitzMaxDemo137)
17920 OleUIAddVerbMenu is not implemented
18303 Adobe Acrobat Pro 7: Crashes when selecting the "edit" menu while having a file open.
25684 OLE v2.03 16bit (Win3.1 & 3.11): installer deadlocks
25950 SEE_MASK_NO_CONSOLE flag in ShellExecuteEx have opposite effect
26321 Star Wars: Galactic Battlegrounds Clone Campaigns: 1.0x - Exit DataBank or Basic Training will crash game.
30974 No backtrace with Visual C++ 2010 .pdb files in large app; "Unsupported type 1404 in STRUCT field list"
31922 64-bit Total Commander 8.x crashes when viewing image files via with 'Imagine' plugin v1.08
33012 FAST Search for Sharepoint MOSS 2010 Query Tool only displays a black background
33888 VisualDSP++ 5.0 debugger needs atl80.dll.AtlIPersistPropertyBag_Save
34262 dbghelp: Unhandled Tag type 0x26 for backtraces in xul.dll
34517 Burnout Paradise crashes when trying to connect to server (needs support for Win32_SystemEnclosure WMI class)
34930 Cygwin-compiled Hello World program couldn't display output
35957 Neverwinter Nights 1.69 crashes on startup since 1.7.16
36244 valgrind shows several warnings in d3dx9_36/tests/surface.c
36245 valgrind shows several warnings in d3dx9_36/tests/texture.c
36246 valgrind shows several warnings in d3dx9_36/tests/xfile.c
36339 valgrind shows a lot of leaks in ddraw/tests/d3d.c
36352 valgrind shows a ton of leaks in d3dcompiler_43/tests/hlsl.c
36379 valgrind shows several possible leaks in light tests in ddraw/tests/d3d.c
36386 d3dx9_36/tests/texture.c crashes under valgrind on i965/mesa 10.1.1
36449 Death to Spies: Moment of Truth crashes on mission start (incorrect ID3DXSkinInfo::ConvertToIndexedBlendedMesh stub signature)
36539 Evernote 5.4 crashes on startup (automatic proxy configuration fails)
36592 valgrind shows several leaks in wbemprox/tests/query.c
36659 valgrind shows a definite leak in ddraw/tests/d3d.c:CapsTest()
36669 ddraw/tests/visual.c crash under valgrind/i965
37220 valgrind shows an invalid write in d3dx9_36/tests/core.c
37575 regedit: duplicated null characters
37604 Adobe Reader 6 crashes at splash screen
37667 Custom game development library needs GetRawInputDeviceList to set ERROR_INSUFFICIENT_BUFFER on too small buffer
37759 CLARION 8 crashes on null pointer in GetStringTypeW
37761 Tree list items do not automatically collapse in Starcraft Campaign Editor
38090 Managed (.NET) debugger fails to load symbol files ('GetFileVersionInfoSizeExW' is a stub)
38098 Managed (.NET) debugger fails to load symbol files ('GetFileVersionInfoExW' is a stub)
38107 Cygwin and MSYS2 needes NULL Device for /dev/zero, /dev/null, /dev/full and so on
38149 Wrong alignment for D3D structures
38152 PureBasic IDE crashes when launching online help ("F1" key)
38170 wine fails to start on raspian/raspberry pi 2 (wine requires a 3G/1G memory split)
38195 Firefox 36.0.1 crash at pdf.js demo needing msvcr120.dll.copysignf
38294 select() does not report exception on socket after non-blocking connect() fails
38313 broken surround sound in skyrim (and possibly games which do not have advanced sound settings)
38378 msvcr120.dll.fmaxf is needed by Sonkwo
38389 Samsung Smart View 2.0 locks up/crashes
38453 valgrind shows an uninitialized variable in programs/vbscript/tests/run.c
38465 valgrind shows a definite leak in wininet/tests/http.c
38513 Winuae crashes on unimplemented function GetSystemTimePreciseAsFileTime
38535 Ukrainian localization problem
38539 Jade Empire Special Edition has various graphical glitches
38546 Strong Bad's Cool Game launcher: login window doesn't appear properly
38562 Ghost Recon Advanced Warfighter 2 hangs with the splash screen
38586 Green Ranch crashes when opening
38602 Steam 'steamwebhelper.exe' (CEF) crashes on unimplemented function ADVAPI32.dll.ImpersonateAnonymousToken during clipboard paste into 'search store' field
38607 GOG Galaxy client needs msvcp110.dll._Call_onceEx
38628 League of Legends : LoLPatcherUx.exe crash
38643 Sigil Portable 0.8.6 crashes on unimplemented function msvcr120.dll._dsign
----------------------------------------------------------------
Changes since 1.7.43:
Alex Henrie (7):
winmm: Improve grammar by changing "or" to "and" in an error message.
comctl32/tests: Extend TVS_SINGLEEXPAND tests.
comctl32: Close previously selected treeview item at common ancestor.
comctl32: Do not send WM_NOTIFY if selecting an already-selected item.
comctl32: Send WM_NOTIFY when expanding ancestors of the new selection.
riched20: Fix copy-paste error in header documentation.
winmm: Make mixer UI translatable.
Alexandre Julliard (12):
ntdll/tests: Use the correct flags for NtOpenFile.
server: Ignore FILE_DIRECTORY_FILE on special files.
server: Add an intermediate file object for file handles opened on devices.
iphlpapi/tests: Avoid sizeof in traces.
server: Allow a device file to be mapped directly to a Unix device.
server: Create the null device and its symlink.
kernel32: Check NT symlink first for all devices in QueryDosDeviceW.
kernel32: Get rid of the hardcoded NUL device in QueryDosDeviceW.
ntdll: Add support for file I/O on device files.
ntdll: Remove the special case for the NUL device.
user32: Remove some unnecessary clipboard helper functions.
krnl386.exe: Release the Win16 lock when loading a 32-bit dll.
Andrew Eikum (2):
winealsa.drv: Default to Stereo instead of 5.1 Surround.
msacm32: Make ACM driver details match native more closely.
Andrey Gusev (1):
po: Update Ukrainian translation.
André Hentschel (13):
dbghelp: Fix typo in trace output.
kernel32/tests: Add ARM and ARM64 arch strings.
include: Add more defines related to ARM64.
ntdll: Use the correct arch value for ARM64.
wineboot: Add environment registry keys on ARM64.
wineboot: Add hardware registry keys on ARM64.
ntdll: Parse ARM64 CPU info.
ntdll: Add ARMv8 detection for ARM32.
libport: Fix build on PowerPC.
include: Add more ARM64 CV constants.
winedump: Add more image debug types.
ntdll: Add stub for __chkstk on ARM.
ntdll: Fix returning from various ARM assembler functions.
Aurimas Fišeras (2):
po: Update Lithuanian translation.
po: Update Lithuanian translation.
Austin English (4):
dbghelp: Ignore some more symbol ids.
api-ms-win-core-misc-l1-1-0: New dll.
version: Move GetFileVersionInfoSize(A/W) implemementation to GetFileVersionInfoSizeEx(A/W).
version: Move GetFileVersionInfo(A/W) implementation to GetFileVersionInfoEx(A/W).
Bruno Jesus (3):
ws2_32: Simplify select() to make its code more reusable.
user32/tests: Add tests for GetRawInputDeviceList.
user32: Set the expected errors in GetRawInputDeviceList.
Christian Faure (1):
kernel32: Fix a crash in GetStringTypeW() on NULL input string.
Damjan Jovanovic (6):
qcap/tests: Fix SmartTeeFilter reference leaks from the pins in its test.
qcap/tests: Add many more SmartTee filter tests.
qcap/tests: Add media tests for the SmartTee filter.
qcap/tests: Test SmartTee filter aggregation.
qcap: Implement a stubbed SmartTee filter.
qcap: Implement the SmartTee media type functions.
Daniel Lehman (1):
msvcr120: Add erf functions.
François Gouget (5):
kernel32/tests: Fix compilation on systems that don't support nameless unions.
msvcp120/tests: Make call_once(_ex)?_thread() static.
msvcp90: Make call_once_func_wrapper() static.
include: Remove an unneeded include directive from msctf.idl.
include: Add more interfaces to ctfutb.idl.
Frédéric Delanoy (1):
po: Update French translation.
Grazvydas Ignotas (1):
kernel32: Don't leak an event handle on errors.
Hans Leidekker (3):
rpcrt4: Use InternetSetCookie to set the session cookie.
rpcrt4: Initialize the association UUID in RpcAssoc_Alloc.
rpcrt4: Remove a couple of unused assignments.
Huw D. M. Davies (11):
gdi32: Prevent the underline / strikeout width getting rounded to zero.
comctl32: Don't store the width in the toolbar info structure.
comctl32: Layout the toolbar after a potential resize.
comctl32: Wrap the buttons inside the toolbar's client rect.
comctl32: If necessary add the width of a dropdown arrow while wrapping.
user32/tests: Fix tests on Windows 8.
comctl32: Fix a typo in the TB_SAVERESTOREA handler.
comctl32/tests: Skip the hover tests if the listview's parent is not the foreground window.
riched20/tests: Fix test on 64-bit.
dinput/tests: Send a matching key-up event.
winex11: Fix ctrl-<symbol> to generate codes below 0x20 where necessary.
Indrek Altpere (1):
winex11: Fix uninitialized memory access appearing in multiple tests (Valgrind).
Iván Matellanes (1):
msvcirt: Share exceptions implementation with msvcp.
Jacek Caban (8):
mshtml: Removed unneeded argument from ensure_nsevent_handler.
urlmon: Correctly handle hash part in file protocol handler.
mshtml: Use vtbl for binding to event in attach_event.
mshtml: Get rid of no longer needed detach_event argument.
mshtml: Use bind_event in set_event_handler.
ieframe: Allow any VT_ARRAY type as post data.
kernel32: Fixed buffer overflow in GetShortPathNameW.
mshtml: Pass EventTarget to call_event_handlers.
Jactry Zeng (1):
ntdll/tests: Test opening a directory with NULL ObjectName.
Jiaxing Wang (1):
regedit: Avoid appending '\0' to string value of imported key.
Julian Rüger (1):
po: Update German translation.
Ken Thomases (5):
ntdll: Increase name buffer size in read_directory_getattrlist() for UTF-8 encoding.
ntdll: If read_directory_getattrlist() finds that the file doesn't exist, return successful "no file" result to stop search.
configure: Add a check for sys/vnode.h.
ntdll: Fix read_directory_getattrlist() to get the name of a symlink rather than its target, but still detect if the symlink is broken.
ntdll: Avoid one of the calls to getattrlist() when read_directory_getattrlist() checks the case sensitivity of the file system.
Lauri Kenttä (1):
po: Update Finnish translation.
Marcus Meissner (2):
mshtml: Fixed incorrect NULL ptr check (Coverity).
rpcrt4: Make sure we do not have *data allocated on error (Coverity).
Mark Harmstone (2):
comctl32: Use DPI settings for checkbox size.
include: Add GetFileMUIPath to winnls.h.
Martin Storsjo (2):
kernel32: Implement GetSystemTimePreciseAsFileTime.
kernel32: Implement a few more classes in GetFileInformationByHandleEx.
Matteo Bruni (14):
wined3d: Dirtify vertex shader on transformed <-> untransformed transitions.
wined3d: Fix fragment shaders sampling directly into oC[n] in the ARB backend.
ntdll: Implement a read_directory_getattrlist() function.
ntdll: Ignore positive matches in read_directory_stat() for case-insensitive filesystems.
ntdll/tests: Add a test for filename casing with NtQueryDirectoryFile().
ddraw/tests: Accept broken testbot result for test_coop_level_d3d_state().
ddraw/tests: Workaround a testbot failure in test_ck_rgba().
ddraw/tests: Accept broken testbot result for ddraw1:test_texturemapblend().
wined3d: Add missing entries for Nvidia GPUs.
wined3d: Make use of more specific device IDs with Nvidia binary drivers.
wined3d: Remove point size scaling hack.
wined3d: Introduce a get_pointsize_minmax() function.
wined3d: Introduce a get_pointsize() function.
wined3d: Avoid the builtin uniforms for point size when using the fixed function vertex pipeline.
Michael Müller (3):
wininet: Fix memory leak by not calling get_cookie_header twice.
kernel32: Return correct device type for cd devices without medium.
wbemprox: Add support for Win32_SystemEnclosure.
Nikolay Sivov (58):
quartz: Implement a trivial case of ConvertTimeFormat().
riched20: Added ITextFont stub.
riched20: Added stub ITextPara.
riched20: Implement SetStart().
riched20: Implement SetEnd().
riched20: Added tom typelib.
oledlg: Make object name menu item localized.
comctl32: Remove LoadString() fallback when loading from same module.
po: Update Russian translation.
riched20: Implement GetBold()/GetItalic().
dwrite: Added IDWriteGlyphRunAnalysis stub.
xmllite/writer: Implement WriteEndDocument().
oleaut32: Added missing IPersistMemory proxy/stub methods.
riched20: Implement GetSize().
riched20: Implement GetUnderline().
riched20: Implement GetForeColor().
riched20: Implement GetStrikeThrough().
riched20: Implement GetSubscript()/GetSuperscript().
riched20: Implement GetLanguageID().
riched20: Implement GetFont() for selection range.
msctfp: Added proxy/stub dll for msctf.idl interfaces.
oledlg: Support convert menu item in OleUIAddVerbMenuW().
include: Fix oleacc.idl size_is attributes for void** arrays.
include: Fix missing attributes in urlmon.idl.
riched20: Implement GetName() for ITextFont.
riched20/tests: Test against proper LCID.
riched20/tests: Added tests for ITextFont getters on detached font.
riched20: Added some tom* constants used with ITextFont::Reset().
dwrite: Fix splitting by bidi levels.
po: Update Russian translation.
dxdiagn: Silence some fixmes from class factory QI.
dwrite: Fix breakpoint update logic.
riched20: Added IDispatch support.
riched20: Implement Start/End properties for ranges.
riched20/tests: Some tests for GetText().
riched20/tests: Basic test for Delete().
riched20/tests: Initial tests for font duplication behavior.
setupapi/tests: Skip a test if user is not allowed to open logging.
riched20: Support ITextFont instances detached from a range.
riched20: Implement tomTrackParms/tomCacheParms.
riched20: Initial support for changing font properties.
riched20: Support setting boolean font properties.
riched20: Implement font property setters.
riched20: Implement SetName().
riched20: Implement SetText for regular range.
riched20: Implement SetText() for selection range.
dwrite/tests: Some tests for control characters handling.
riched20: Implement GetPara() for selection range.
riched20: Implement InRange().
riched20: Implement IsEqual() for ranges.
riched20: Implement Select().
riched20: A bit more tests for GetChar(), improve tracing.
dwrite: Implement GetGlyphOrientationTransform().
riched20: Convert from twips to points when tomUsePoints is used.
riched20: Switch font unit is not allowed.
riched20: Added GetStoryType().
riched20: Implement SetFont().
riched20/tests: Test more return values and released cases.
Piotr Caban (7):
msvcrt: Fix functions table reallocation in _onexit.
msvcp120: Added _Call_once implementation.
msvcp120: Add _Do_call implementation.
msvcr120: Add copysign export.
msvcr120: Add fmax implementation.
msvcr120: Add _dsign implementation.
wininet/tests: Test if content is read from cache in INTERNET_FLAG_FROM_CACHE tests.
Qian Hong (1):
atl: Added stub AtlIPersistPropertyBag_Save.
Sebastian Lackner (10):
ntdll/tests: Add tests for accessing \\Device\\Null.
server: attach_thread_input shouldn't create queues for foreign threads.
dinput: Reset device state in SysKeyboard*Impl_Acquire.
kernel32/tests: Add tests for delete behaviour of CopyFileEx.
wineconsole: Allocate fake hwnds for curses backend.
ntdll: Add stub for NtImpersonateAnonymousToken.
advapi32: Forward ImpersonateAnonymousToken to ntdll.
ole32/tests: Add additional tests for CoWaitForMultipleHandles and WM_QUIT.
wbemprox/tests: Add tests for Win32_SystemEnclosure.
wbemprox: Fix handling of arrays as query results.
Stefan Dösinger (4):
d3d9/tests: Avoid invalid framebuffer configrations in resz_test.
wined3d: Don't allow 3D depth textures.
wined3d: Check resource types separately in check_fbo_compat.
wined3d: Allow specifying a different depth stencil location.
Thomas Faber (3):
advapi32: Use STATUS_BUFFER_TOO_SMALL for buffer overflows in RegQueryInfoKeyW.
advapi32: Do not fail in RegQueryInfoKey if *class_len is 0.
advapi32: Write back partial results in RegQueryInfoKeyA.
Thomas Faller (1):
vbscript: Fix for unchecked memory access.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.7.43 is now available.
What's new in this release (see below for details):
- Improved support for Shell Browser windows.
- Some more API Sets libraries.
- Read/write operations support with built-in devices.
- Major Catalan translation update.
- Support for WoW64 mode on ARM64.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.43.tar.bz2http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.43.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.43 (total 26):
8330 WinBoard console window stops working after 32767 chars
25885 Legions Overdrive: crashes when starting a game
25892 Mini Racing Online: Cars are invisible
29337 Starcraft Campaign Editor shows Wine icon instead of map icon
30628 Battlefield Bad Company 2 audio doesn't work in-game
31489 C&C - Red Alert 2 can not enter campaign when fullscreen
31726 JScript Date.parse doesn't work
34351 AsystentCRM installer needs Shell folder object Folder::ParseName method implemented
34560 Finale/Finale Notepad 2012: Operations are painfully slow
34566 qq international 2.0 crashes with native riched20 and builtin ctf
34814 wineconsole truncates argument string in 256 bytes
34862 Mars: War Logs crashes at start
35831 Age of Mythology games with more than 2 players don't work (interface bound sockets do not return the correct address in getsockname)
36408 Child of Light 1.0 Demo Steam exit after launch
37013 Evernote 5.5.x - Options window is too small and unresizeable
37838 Chessmaster 10/11: Absent chess piece lighting with Direct3D
38241 Open General crashes when exiting.
38358 Chessmaster X/XI dynamic lighting no longer present in wine-1.7.40 (regression)
38399 Voobly fails to connect to lobby (threaded app close socket in the middle of other thread select call)
38454 valgrind shows several uninitialized variables in dlls/winmm/tests/wave.c
38532 Uru: Ages Beyond Myst demo (Myst Online: Uru Live) hangs with a black screen
38547 Tropico 2: rendering issues (pink rectangles)
38548 Strong Bad's Cool Game: missing music and voices
38556 AsystentCRM installer needs Shell folder object FolderItem::Verbs method implemented
38557 Wings of Vi: Hangs when window is moved.
38569 PES2015 won't connect to online services (GetIpAddrTable needs to fill wType parameter)
----------------------------------------------------------------
Changes since 1.7.42:
Aaryaman Vasishta (3):
d3drm: Fix IDirect3DRMDevice declaration.
d3drm: Fix refcounting for IDirect3DRM{1-3}.
d3drm/tests: Remove TODO's from test_qi and TODO field from test tables.
Akihiro Sagawa (3):
winmm/tests: Fix uninitialized memory access (Valgrind).
mciqtz32: Guarantee that CoInitialize and CoUninitialize run on the same thread.
mciqtz32: Simplify null parameter checks.
Alex Henrie (10):
wineps: Make printer setup dialog caption translatable.
po: Update Catalan translation.
po: Follow GNU specification for Language and Language-Team headers.
po: Update Catalan translation.
user32: Do not return the class icon when ICON_SMALL2 is requested.
user32: Use the window class icon if the MDI child doesn't have its own.
user32: Load hIconSmIntern from the best-matching resource.
user32: Free internal icon when freeing the rest of the window class.
user32: Simplify GCLP_HICON and GCLP_HICONSM boolean logic.
user32: Fall back to downscaling the big icon for ICON_SMALL2.
Alexandre Julliard (24):
winex11: Remove unnecessary CLIPBOARDINFO structure.
server: Rename ioctl to irp to allow supporting various types of I/O requests.
server: Retrieve ioctl data directly from the request.
server: Return irp size separately from the output data.
server: Add read and write fd member functions.
server: Add an async structure to the flush request to follow the common pattern.
server: Add read and write requests on file objects.
server: Implement read and write requests for device files.
server: Add a common structure to store irp parameters.
server: Add a trace for the supported socket ioctl.
server: Allow cancelling async I/O for all object types.
server: Make the APC callback optional in async calls.
server: Implement flush requests for device files.
ntdll: Fallback to server calls for read and write on objects without a file descriptor.
ntoskrnl: Flesh out IoBuildSynchronousFsdRequest implementation.
ntoskrnl: Add support for read and write requests.
ntoskrnl: Add support for flush requests.
ntdll: Don't run user APCs in NtCancelIoFile.
ntdll: Fix handling of async cancellation for directory changes.
user32/tests: Update some todos for changed test failure behavior.
server: Make async objects waitable.
server: Use the async queue for pipe flush requests.
shell32/tests: Avoid duplicate const.
jscript: Avoid UINT32_MAX.
Andrew Eikum (4):
mmdevapi: Always use 64-bit registry keys.
kernel32: Support extended pathnames in GetShortPathName.
dsound: Don't set very low limits on HW buffers.
kernel32: Implement CheckNameLegalDOS8Dot3.
André Hentschel (4):
winedump: Add ARM64 string.
server: Allow 32-bit connections on ARM64.
ntdll: Enable wow64 on ARM64.
winebuild: Use a 64k page size on ARM64.
Aric Stewart (2):
setupapi: Restore close brace before using guid string as reg key.
server: Fixup input windows on thread_detach.
Aurimas Fišeras (1):
po: Update Lithuanian translation.
Bruno Jesus (4):
iphlpapi: Set MIB_IPADDR_PRIMARY as wType for GetIpAddrTable entries.
ws2_32/tests: Fix a couple of wrong traces.
ws2_32: Trace connect() success.
iphlpapi/tests: Improve IcmpSendEcho trace.
François Gouget (12):
ddraw/tests: Fix compilation on systems that don't support nameless union.
wined3d: Add a trailing '\n' to a generated shader line.
ole32: Fix some storage32 comments.
ole32: Reorder storage32 functions to avoid forward declarations.
ole32: Make some storage32 functions static.
urlmon/tests: Silence some protocol traces that generate too many lines.
gdi32/tests: Silence some font traces that generate too many lines.
ddraw/tests: Silence some ddrawmodes traces that generate too many lines.
kernel32/tests: Silence some loader and locale traces that generate too many lines.
shlwapi/tests: Silence some istream traces that generate too many lines.
user32/tests: Silence some clipboard traces that generate too many lines.
ole32/tests: Silence some clipboard traces that generate too many lines.
Grazvydas Ignotas (3):
port.h: Make use of compiler support for 32bit atomic ops.
port.h: Make use of compiler support for 64bit atomic ops.
port.h: Make use of compiler support for pointer atomic ops.
Hans Leidekker (3):
rpcrt4: Use the Unicode version of InternetReadFileEx.
rpcrt4: Also set the Content-Length header explicitly on the in pipe request.
rpcrt4: Allow all HTTP read requests to be cancelled.
Henri Verbeet (2):
d3drm: Also validate face indices against the vertex count in load_mesh_data() (Valgrind).
d3drm/tests: Release the material after a GetGroupMaterial() call in test_MeshBuilder() (Valgrind).
Hugh McMaster (1):
cmd.exe: Remove redundant call to SetConsoleMode.
Huw D. M. Davies (2):
ntdll/tests: Wait for pending file operations to complete.
ntdll/tests: Fix incorrect prototype.
Jacek Caban (13):
mshtml: Split getAttribute into helper function and use it in IHTMLDOMAttribute::get_nodeValue implementation.
mshtml: Added IHTMLDOMAttribute2::get_value implementation.
mshtml: Added IHTMLEventObj::get_returnValue implementation.
mshtml: Added new EventTarget struct representing event targets.
mshtml: Moved getting event target data pointer to DispatchEx vtbl.
mshtml: Make HTMLInnerWindow inherit from EventTarget.
mshtml: Pass EventTarget to set_event_handler.
mshtml: Pass EventTarget to get_event_handler.
mshtml: Pass EventTarget to attach_event.
mshtml: Pass EventTarget to detach_event.
mshtml: Pass EventTarget to update_cp_events.
mshtml: Get rid of get_node_event_target.
mshtml: Initialize output value before passing it to VariantCopy.
Josh DuBois (3):
ntdll: Avoid movs between rcx, rdx and xmm registers.
oleaut32: Avoid movs between rcx, rdx and xmm registers.
rpcrt4: Avoid movs between rcx, rdx and xmm registers.
Ken Thomases (2):
configure: Set the page zero size to 4KiB on OS X to fix building 64-bit Wine.
winemac: Don't process WM_EXITSIZEMOVE through filters in macdrv_window_drag_begin().
Lauri Kenttä (1):
po: Update Finnish translation.
Marcus Meissner (5):
dmime: Check return code of create_dmgraph (Coverity).
wined3d: Remove superflous check (Coverity).
oleaut32: Avoid a library handle leak (Coverity).
winedbg: Initialize type.module (Coverity).
winedbg: Close filehandle on one exit branch (Coverity).
Mark Harmstone (2):
kernel32: Add GetFileMUIInfo stub.
uxtheme: Stub out buffered animation functions.
Martin Storsjo (13):
api-ms-win-core-debug-l1-1-0: Add stub dll.
api-ms-win-core-errorhandling-l1-1-0: Add stub dll.
api-ms-win-core-file-l1-1-0: Add stub dll.
api-ms-win-core-heap-l1-1-0: Add stub dll.
api-ms-win-core-interlocked-l1-1-0: Add stub dll.
api-ms-win-core-libraryloader-l1-1-0: Add stub dll.
api-ms-win-core-memory-l1-1-0: Add stub dll.
api-ms-win-core-namedpipe-l1-1-0: Add stub dll.
api-ms-win-core-processenvironment-l1-1-0: Add stub dll.
api-ms-win-core-rtlsupport-l1-1-0: Add stub dll.
api-ms-win-core-synch-l1-1-0: Add stub dll.
api-ms-win-core-sysinfo-l1-1-0: Add stub dll.
advapi32: Add a stub implementation of EventSetInformation.
Matteo Bruni (5):
wined3d: Rename *emission* as *emissive*.
wined3d: Check all the ffp_material fields.
ddraw/tests: Accept broken testbot result for test_clear_rect_count().
ddraw/tests: Add a ddraw2 specular lighting test.
wined3d: Fix the TIMESTAMP_DISJOINT query.
Nikolay Sivov (45):
explorer: Added IDispatch support for ShellBrowserWindow instance.
explorer: Implement Application property.
explorer: Added stub IServiceProvider support for shell browser window.
explorer: Return IShellBrowser in response to SID_STopLevelBrowser.
shell32: Better handle creation/destruction of shellview window.
dwrite/tests: Test character spacing applied to cluster metrics.
shell32/tests: Fix test crashes when running with wine.
msdmo: Reg* API does not use HRESULT return codes.
shell32/tests: A test for shellview QI for IOleWindow.
shell32: Fix multiline trace message and some magic numbers.
shell32: Forward AutoArrange() to IFolderView2.
shell32: Forward SetRedraw to IFolderView2.
shell32: Implement GetSelectedCount() using IFolderView2::GetSelection().
explorer: Added IDispatch support for IShellWindows.
atl100/tests: Fixed some leaks (Valgrind).
oleacc: Added proxies for oleacc.idl.
dwrite: Initial implementation of Draw().
shell32: Implement Application property of IShellFolderViewDual.
shell32: Update to IShellDispatch6.
include: Fix IAccessible definition.
oleaut32: Simplify connection point creation.
oleaut32: Cleanup connection point methods a bit.
oleaut32: Implement proxy/stub for IEnumConnections::Next().
rpcrt4: Added missing marshalling calls for FC_INT3264/FC_UINT3264 types.
include: Update msctf.idl.
ole32/tests: Added a test for OleRun().
shell32: Added IDispatch support for IShellFolderViewDual3.
explorer: Return desktop shellview interface.
kernel32: Fixed couple of comments regarding atom calls.
kernel32: Implement GetDynamicTimeZoneInformation().
shell32: Forward couple of IKnownFolder methods to regular API equivalents.
shell32: Silence IMarshal requests to IKnownFolder and IKnownFolderManager.
shell32: Partially implement SHGetKnownFolderIDList().
shell32: Implement ParseName().
shell32: Added FolderItemVerbs stub.
shell32: Implement FolderItemVerbs_get_Count().
shell32: Added FolderItemVerb stub.
shell32: Implement FolderItemVerbs::Item().
po: Update Russian translation.
wininet: Make sure we pass strictly 0/1 to a helper as BOOL value.
ieframe: Properly trace variant arguments.
oledlg: Forward OleUIAddVerbMenuA to OleUIAddVerbMenuW.
oledlg: Partially implement OleUIAddVerbMenuW(), with basic tests.
ole32: Implement SNB marshalling.
oleaut32: Added IEnumConnectionPoints::Next proxy/stub.
Piotr Caban (1):
ws2_32: Fix ai_canonname buffer allocation in addrinfo_AtoW.
Qian Hong (2):
server: Remove useless trailing comma in array.
ntdll/tests: Fixed typo.
Sebastian Lackner (13):
ntdll: Use lockfree implementation for get_cached_fd.
kernel32/tests: Add tests for calling VirtualProtect with NULL as last argument.
kernel32: Do not omit mandatory argument for VirtualProtect.
krnl386.exe16: Do not omit mandatory argument for VirtualProtect.
ntdll: Do not omit mandatory argument for VirtualProtect.
winedevice: Do not omit mandatory argument for VirtualProtect.
ntdll: Return failure in NtProtectVirtualMemory when last argument is omitted.
wbemprox/tests: Actually test the return value of IEnumWbemClassObject_Next.
wbemprox/tests: Fix memory leak when tests are skipped.
ws2_32: Properly handle closing sockets during a select call.
ntdll/tests: Add/remove todo_wine to avoid test failures.
server: Fix leak of async handle in pipe_server_flush.
dmime: Properly set primary dsound buffer in IDirectMusicPerformance8Impl_CreateStandardAudioPath.
Stefan Dösinger (1):
wined3d: Fix a copy / paste mistake.
Thomas Faber (1):
advapi32/tests: Add tests for RegQueryInfoKey.
Thomas Faller (1):
jscript: Date.parse: long date with '/' or '-'.
Vincent Povirk (1):
winex11.drv: Report failure when we can't convert a selection.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.7.42 is now available.
What's new in this release (see below for details):
- Support for dynamic timezone information.
- Initial desktop shell window support.
- Some more Direct2D support.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.42.tar.bz2http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.42.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.42 (total 34):
22840 Screen resolution changes when it shouldn't in Anarchy Online
23403 X11 mouse pointer sometimes hidden, sometimes visible in Anarchy Online
23503 AutoCAD 2008: Crash when reusing coordinates
28905 DeusEx: Invisible War npc voices not played
31628 Guild Wars 2 Low Performance/Not using all CPU cores
32153 Guild Wars 2: Input gets stuck
32308 Missing radio buttons in Evernote installer
32916 Brazilian timezones are not correctly detected
33997 win86emu needs Unimplemented function KERNEL32.dll.CreateSymbolicLinkA
34144 Guild Wars 2: Crash if minimized
36148 valgrind shows an unitialized variable in dlls/msi/tests/automation.c
36151 valgrind shows a couple warnings in dlls/msi/tests/package.c
36216 Hearthstone fails to start, says the game timed out
36374 Israel timezone handled incorrectly
36889 Guild Wars 2: After minimizing the game immediately recovers the window
37014 Evernote tray icon popup menu appears on random locations on screen
37500 Evernote 5.5.x, 5.6.x, 5.7.x fail to connect to evernote service
37914 XCOM: Enemy Within launcher fails to start with Wine Mono
38048 Unigine Heaven 4.0 Benchmark Basic renders lots of black textures
38049 NFS 11 crash
38160 Evernote 5.8.x - search and note title boxes have invisible text
38178 Crash with Heroes VI at very begin
38239 MATLAB R2014b/R2015a crashes on startup ("libut.dll" failed to initialize) ('_Getcvt' must use caller allocated hidden parameter for returning '_Cvtvec' structure)
38264 Chessmaster 10 & 11 crash on startup
38367 Desura client 0.0.20.2 crashes on unimplemented function msvcr120.dll.strtoull
38388 Visual Studio Express 2013 (12.0) installer aborts with 'Runtime Error! R6016 - not enough space for thread data' in Win 8.1 mode (needs ntdll.dll 'WinSqmIsOptedIn')
38398 Multiple application installers requiring native mspatcha.dll abort on 'PatchFiles' action (Adobe Reader 11)
38419 regression in mshtml with SolidWorks
38442 valgrind shows some uninitialized variables in d3d10core/tests/device.c test_scissor()
38446 valgrind shows an unitialized variable in dlls/msi/tests/msi.c
38455 valgrind shows an invalid read in dlls/wshom.ocx/tests/wshom.c
38458 valgrind shows an uninitialized variable in dlls/d3d9/tests/visual.c yuv_color_test()
38459 valgrind shows an uninitialized variable in dlls/d3d9/tests/visual.c test_fragment_coords()
38463 valgrind shows a possible leak in winhttp/tests/winhttp.c WinHttpSendRequest()
----------------------------------------------------------------
Changes since 1.7.41:
Aaryaman Vasishta (3):
d3drm: Move QueryInterface from frame2->frame3.
d3drm: Move AddRef from frame2->frame3.
d3drm: Move Release from frame2->frame3.
Alex Henrie (1):
comdlg32: Remove unused string resource "Borders".
Alexandre Julliard (5):
server: Return a valid position also in posted messages.
riched20: Update rectangle on WM_WINDOWPOSCHANGED instead of WM_SIZE.
msi: Inherit state for radio buttons from the parent group dynamically.
secur32: Add a loop around gnutls_record_send since it may send a partial record.
ws2_32: Avoid UINT32_MAX.
Alistair Leslie-Hughes (1):
packager: Mark DllCanUnloadNow, DllGetClassObject, DllRegisterServer, DllUnregisterServer as private.
Andrew Eikum (1):
dsound: Apply rolloff factor to distance attenuation.
Aric Stewart (2):
server: Do not replace focus and active windows with NULL on thread_attach_input.
comctl32: TTM_SETTOOLINFO does not change subclassing flags.
Dmitry Timoshkov (3):
user32/tests: Add a test for sending inter-thread messages.
user32/tests: Add PeekMessage(PM_NOREMOVE) call to inter-thread messages test.
server: GetQueueStatus should clear only checked queue changed bits.
Erich Hoover (2):
kernel32: Invalid console handles for new processes are 0, not INVALID_HANDLE_VALUE.
krnl386: Invalid console handles should translate into real handles when creating a new process.
François Gouget (5):
ws2_32/tests: Add a trailing '\n' to an ok() call.
wined3d: Make glsl_vertex_pipe_view() static.
ddraw/tests: Fix compilation on systems that don't support nameless unions.
ole32; Fix some storage32 comments and standardize some virtual table names.
kernel32/tests: Make test_StartupNoConsole() static.
Gerald Pfeifer (1):
urlmon: Simplify a (redundant) expression in parse_canonicalize.
Hans Leidekker (11):
iexplore: Update version to 9.0.8112.16421.
msi: Fix a trace.
msi: Initialize a variable (valgrind).
msi: Fix an invalid memory access (valgrind).
msi: Initialize a variable (valgrind).
winhttp: Initialize some variables (valgrind).
winhttp: Fix a memory leak (valgrind).
msvcrt: Handle NULL arguments in _mbscmp.
msvcr120: Add _ismbcprint export.
advapi32: Return fake handles from RegisterTraceGuidsW.
wininet: Reuse cached basic authorization across sessions.
Henri Verbeet (35):
d3d9/tests: Release "d3d9ex" after we're done with it in test_wndproc() (Valgrind).
wined3d: Initialize "type.padding" in arbfp_blit_set() (Valgrind).
wined3d: Introduce a function to compile ARB vertex/fragment programs.
wined3d: Completely initialize "correction_params" in shader_glsl_load_constants() (Valgrind).
wined3d: Slightly simplify get_info_log_line().
wined3d: Simplify shader_arb_dump_program_source().
wined3d: Get rid of the tracing code in shader_vaddline().
d2d1: Do not flip/mirror the bitmap in d2d_d3d_render_target_DrawBitmap().
d2d1: Take scaling into account for the source offset in d2d_d3d_render_target_DrawBitmap().
d2d1: Implement d2d_bitmap_brush_GetBitmap().
d2d1: Implement d2d_bitmap_brush_SetInterpolationMode().
d2d1: Implement d2d_bitmap_brush_GetInterpolationMode().
d2d1/tests: Add a test for bitmap brushes.
wined3d: Release the context before potentially destroying the swapchain in wined3d_device_uninit_3d() (Valgrind).
wined3d: Also free the input signature in shader_cleanup() (Valgrind).
d2d1: Implement d2d_bitmap_brush_SetExtendModeX().
d2d1: Implement d2d_bitmap_brush_GetExtendModeX().
d2d1: Implement d2d_bitmap_brush_SetExtendModeY().
d2d1: Implement d2d_bitmap_brush_GetExtendModeY().
wined3d: Cleanup the sampler map in shader_cleanup() (Valgrind).
d2d1: Do not flip/mirror the rectangle in d2d_d3d_render_target_FillRectangle().
d2d1/tests: Add some extend mode tests to test_bitmap_brush().
wined3d: Don't try to apply format fixups for SM4+ shaders.
d3d10core: Don't use potentially uninitialized data in the depth/stencil state key (Valgrind).
d3d10core: Release the wined3d query in d3d10_query_Release() (Valgrind).
dxgi: Initialize auto_restore_display_mode in dxgi_factory_CreateSwapChain() (Valgrind).
ddraw: Release the surface clipper (if any) in ddraw_surface_wined3d_object_destroyed() (Valgrind).
ddraw: Check if the ddraw object still exists in d3d_device_inner_Release() (Valgrind).
ddraw/tests: Don't destroy the background material until the viewport is done with it in test_material() (Valgrind).
ddraw/tests: Release the palette after a GetPalette() call in PaletteTest() (Valgrind).
d3dcompiler: Free the filename if we don't store it in the HLSL preproc_directive rule (Valgrind).
d3dcompiler: Actually free the function in free_function() (Valgrind).
d3dcompiler: Rename "func" to "decl" in free_function_decl().
d3drm: Release the child object after we're done with it in load_data() (Valgrind).
d3drm: Release the child object after we're done with it in load_mesh_data() (Valgrind).
Huw D. M. Davies (10):
comctl32: TBSTYLE_EX_MIXEDBUTTONS doesn't mean buttons should be auto-sized.
comctl32: Invalidate the toolbar if the button size is changed.
riched20/tests: Fix test on 64-bit win8.
ole32/tests: Win 8 releases the drop target in OleUninitialize().
dssenh/tests: Fix some tests on Win 8.
rpcrt4/tests: Avoid a double-free.
rpcrt4/tests: Fix some tests on Win 8.
comctl32: Move the style change code to the TB_SETSTYLE handler.
comctl32: A change in TBSTYLE_WRAPABLE should produce a recalc.
comctl32: Remove button wrap states when TBSTYLE_WRAPABLE is cleared.
Jacek Caban (10):
mshtml: Get rid of duplicated NS_DLSYM defines.
mshtml: Fixed binding event scripts to window objects.
inseng: Added CLSID_ActiveSetupEng class factory.
inseng.idl: Added new IDL.
inseng.idl: Added more declarations.
inseng: Added IInstallEngine2 stub.
wininet: Initialize send and receive timeouts to 0.
ws2_32: Avoid overflows in get_rcvsnd_timeo.
ws2_32: Call get_rcvsnd_timeo directly.
ws2_32: Use get_rcvsnd_timeo helper in getsockopt.
Jianqiu Zhang (1):
ntdll/tests: Add test for FileFsFullSizeInformation.
Marcus Meissner (2):
inetcomm: Avoid overlapping memcpy (Coverity).
ntdll: Potential buffer overwrite (Coverity).
Mark Harmstone (4):
include: Add buffered paint functions to uxtheme.h.
include: Add buffered animation functions to uxtheme.h.
uxtheme: Stub out buffered painting functions.
uxtheme: Stub out GetThemeTransitionDuration.
Matteo Bruni (34):
opengl32: Update to the current OpenGL spec.
d3d9/tests: Add a lighting test with non-affine worldview matrix.
d3d8/tests: Add a lighting test with non-affine worldview matrix.
ddraw/tests: Add more d3d7 lighting tests.
ddraw/tests: Port the lighting test to the previous d3d versions.
ddraw/tests: Fix ddraw2 test_lighting() cleanup code.
ddraw: Cleanup d3d_light_SetLight() a bit.
wined3d: Introduce D3D7+ normal matrix computation.
wined3d: Fix specular lighting for non-local viewer.
d3d9/tests: Add a specular lighting test.
wined3d: Drop glPrioritizeTextures() call.
wined3d: Drop the ARB_SHADER_OBJECTS extension flag.
wined3d: Rename struct wined3d_shader_buffer to wined3d_string_buffer.
wined3d: Reduce initial wined3d_string_buffer buffer size to 32.
wined3d: Introduce a scratch string buffers framework.
wined3d: Don't use the builtin FFP uniforms for texture transformation matrices.
wined3d: Don't use the builtin FFP uniforms for the material.
wined3d: Set spotlight direction .w component to 0.0f.
wined3d: Store the directional light direction in the lightDirn field.
wined3d: Use struct wined3d_vec4 to store the light position and direction.
wined3d: Don't use the builtin FFP uniforms for the lights.
d3d9/tests: Add spotlight and light range tests.
d3d8/tests: Add a specular lighting test.
ddraw/tests: Add a ddraw7 specular lighting test.
wined3d: Use string_buffer_sprintf() in handle_ps3_input().
wined3d: Use string_buffer_sprintf() in shader_glsl_generate_ffp_fragment_shader().
wined3d: Report ATI1N and ATI2N volume textures as not supported.
wined3d: Allow texture updates in some cases even when mip levels don't match.
wined3d: Don't use the same va_list multiple times in shader_vaddline().
ddraw: D3DRENDERSTATE_LOCALVIEWER doesn't exist before d3d7.
wined3d: Implement legacy light attenuation behavior in the GLSL vertex ffp.
include: Fix comments about the availability of D3D light types.
wined3d: Implement WINED3D_LIGHT_PARALLELPOINT support in the GLSL ffp.
ddraw/tests: Add a ddraw4 specular lighting test.
Michael Müller (2):
ntdll: Add support for Dynamic DST (daylight saving time) information in registry.
wbemprox: Allow connecting to localhost.
Michael Stefaniuc (8):
rpcrt4: Don't open code CONTAINING_RECORD().
d3dxof: Don't ERR on alloc failures for small compile time known sizes.
dmloader: Use the generic DirectMusicObject implementation for DMContainer.
dmloader/tests: Add more DirectMusicCollection tests.
dmloader: Add and use a generic IPersistStream_GetClassID.
dmloader: Remove superfluous "IDirectMusicContainer" from method names.
dmscript: Use the generic DirectMusicObject implementation for DMScript.
dmscript: Get rid of the extra pointer to a DMUS_OBJECTDESC.
Nikolay Sivov (39):
dxdiagn/tests: Fix a couple of leaks (Valgrind).
wshom.ocx: Fix BSTR allocation for string registry values (Valgrind).
dwrite: Added a helper to get source text pointer.
dwrite: Fix script position reported with SetScriptAnalysis().
wbemprox/tests: Fix interface instance leak (Valgrind).
wbemprox: Fix BSTR leaks caused by incorrect use of SafeArrayPutElement() (Valgrind).
msdmo: Fix DMOGetName() error handling and error values.
msdmo: Remove a helper only used once.
msdmo: Next() method should use CoTaskMemAlloc() for returned names.
dwrite: Set some more cluster properties.
dwrite: Track a run this cluster came from.
dwrite: Trace text strings up to specified length.
msdmo: Store requested category GUID instead of a pointer to it.
msdmo: Added a helper to duplicate partial media type arrays.
msdmo: Add more tracing.
dwrite: Implement ApplyCharacterSpacing().
dmime: Fix a couple of trace messages.
dmime: Implement GetClassID() for IDirectMusicGraph.
dmime/tests: Fix some failures on Win2k VMs.
dmime: No need to allocate description separately for IDirectMusicGraph.
dmime: Don't expose IDirectMusicAudioPath impl details.
include: Use wellknown DISPID_* values.
include: Added IShellFolderViewDual definition.
dmime: Remove separate IUnknown vtable from IDirectMusicAudioPath impl.
shell32/tests: Some tests for IShellWindows.
explorer: Added a stub IShellWindows implementation.
include: Fixed method arguments attributes for oleacc.idl.
shell32: Added a stub implementation of IShellFolderViewDual3.
shell32/tests: Some more tests for IShellWindows implementation.
shell32: Update to IShellView3.
dmime: COM cleanup for IDirectMusicAudioPath.
shell32: Update to IFolderView2.
shell32: Forward to CreateViewWindow3().
explorer: Added stub IWebBrowser2 support for desktop shell window.
dwrite: Fix typo in SetStrikethrough().
dwrite: Improve run tracing format.
ole32/tests: Fix test failures on some VMs with limited user permissions.
setupapi/tests: Trace error codes when SetupOpenLog fails.
ole32/tests: Fix a test failure on Win8.
Piotr Caban (2):
msvcp110: Fix _Getcvt implementation.
msvcp120: Add _Getcvt tests.
Qian Hong (1):
ntdll: Correctly document the offset of ntdll_thread_data.
Sebastian Lackner (19):
msxml3: Add a missing break (Coverity).
d3d9/tests: Fix compile error with gcc 4.9.
wine.inf: Remove deprecated daylight saving time information for various timezones.
wine.inf: Fix timezone for Africa/Windhoek.
wine.inf: Fix timezone for America/St_Johns.
wine.inf: Fix timezone for America/Tijuana.
wine.inf: Add dynamic DST information for America/Sao_Paulo.
wine.inf: Add dynamic DST information for Pacific/Fiji.
wine.inf: Add dynamic DST information for America/Godthab.
wine.inf: Add dynamic DST information for Asia/Jerusalem.
wine.inf: Add dynamic DST information for Asia/Amman.
wine.inf: Rename 'E. Europe Standard Time' to 'Belarus Standard Time'.
wine.inf: 'Central Brazilian Standard Time' should refer to America/Campo_Grande.
wine.inf: Add timezone information for America/{Buenos_Aires, Bahia, Asuncion}.
wine.inf: Add timezone information for Asia/{Dhaka, Magadan, Karachi, Damascus, Ulaanbaatar}.
wine.inf: Add timezone information for Europe/{Kaliningrad, Istanbul}.
wine.inf: Add timezone information for Africa/{Tripoli, Casablanca}.
wine.inf: Add timezone information for Pacific/Kiritimati and Indian/Mauritius.
kernel32/tests: Add tests for deleting readonly files with NtCreateFile.
Stefan Dösinger (9):
wined3d: Shadow format flags in the resource.
wined3d: Shadow format flags in wined3d_rendertarget_view.
wined3d: Introduce resource-type specific format flags.
wined3d: Read flags of the right resource type in check_device_format.
wined3d: Query info for each resource type from ARB_internalformat_query2.
wined3d: Move the EXT_texture3D check to init_format_texture_info.
wined3d: Move volume DXTn handling to apply_format_fixups.
wined3d: Move the ARB_texture_cube_map check to init_format_texture_info.
wined3d: Move the ARB_texture_rectangle check to init_format_texture_info.
Stefan Leichter (3):
netapi: Add stub for NetGroupAddUser.
ntdll: Add stub for WinSqmIsOptedIn.
wtsapi32: Add stub for WTSEnableChildSessions.
Thomas Faber (3):
comctl32: Avoid use-after-free in DPA_Merge (DPH).
ntdll/tests: Ensure 4-byte alignment for ATOM_BASIC_INFORMATION.
ntdll/tests: Avoid printing an unterminated string (DPH).
YongHao Hu (2):
msvcp90/tests: Fix a spelling error.
msvcp120/tests: Free msvcp120 library.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.7.41 is now available.
What's new in this release (see below for details):
- More Known Folders supported in the shell.
- Some more support for kernel job objects.
- More MSI patches improvements.
- Some theming fixes.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.41.tar.bz2http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.41.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.41 (total 41):
11364 WinRar doesn't fully utilize CPU cores in the multithreaded (SMP) mode
20041 DirectPlay8 requires some IP_ADAPTER_UNICAST_ADDRESS parameters to be correct in GetAdaptersAddresses (Rise of Nations, Two Worlds, Cultures Northland)
23481 Network game in Heroes 3 doesn't work
26333 Star Wars: Galactic Battlegrounds: Clone Campaigns 1.0x crashes on pressing 'Multiplayer' -> 'Show Games'
28754 valgrind shows an uninitialized value in comdlg32/tests/itemdlg.ok, update_layout()
28769 shell32/shellpath tests: test_knownFolders() triggers use-after-free and invalid free in foldermanager
31264 iTunes will not connect to the iTunes music store
32719 WinISIS 1.5.3 crashes when opening a database
33723 EA Origin needs job objects
33914 Pokemon uranium Crashes
34820 Path of Exile fails to start in windowed mode (crashes on resize)
35337 GOG.com installer--a small line appears on the progress bar after some time
36331 Rhapsody 2 installer renders app folder inaccessible (SetNamedSecurityInfo with 'everyone' access)
36809 valgrind shows an unitialized variable in dlls/dmscript/tests/dmscript.c
36821 Multi Theft Auto: San Andreas 1.3.5 'FairplayKD.sys' driver continuously spams terminal due to 'PsLookupProcessByProcessId' stub
36897 No sound recording
37103 Wine incorrectly handles UNIX group permissions
37150 python 3.1.1: test_math failed
37527 Multiple games and applications fail to connect/login via SSL, reporting 'schannel failed to setup sequence detection' (Desura client, Darkfall, ARMA II multiplayer)
37689 Sumatra PDF 3.0 crashes when opening .epub and .mobi files
37750 Assassin's Creed: graphical issues in the menus and in-game
37851 Call of Duty 4: colors and textures are not rendered correctly
37956 Photoshop (CS6/CC) 64bit crash when you press "cancel" button
38041 GTAVC abruptly switches sound from left speaker to right when steering a car
38058 Resident Evil Revelations missing scene objects
38132 Multiple .NET 4.x WPF applications need 'IDWriteTextAnalyzer::AnalyzeNumberSubstitution' method implementation in Win7 mode (sb0t v.5, Samsung Smart View 2.0)
38134 Uplay v5.x: can't log in (Uplay hangs with the login screen)
38206 Sound clicks in Blizzard's "Heroes of the Storm" and "Diablo 3", and also some slightly annoying clicking in "World of Tanks".
38297 Prince of Persia: Warrior Within: rendering issues
38330 DraftSight registration submission causes page fault (fixme:wbemprox:client_security_SetBlanket)
38340 iexplore crashes after follow links.
38341 Photoshop CS6 crash at startup
38344 Invalid memory access in get_registry_locale_info()
38348 _wsopen_s does not respect the pmode parameter when O_CREAT is set
38351 Ninite downloader fails to install application
38353 DIRT3 crashes after showing racing results screen (ToUnicodeEx should accept NULL pointer as keystate)
38361 Dead Space 2 (Steam) crashes at the <Please wait...Connecting> screen
38366 Outlast crashes with ARB shaders enabled
38372 Midnight Mysteries: The Salem Witch Trials crashes on start (SO_ERROR returns zero instead of ECONNREFUSED after connect attempt fails)
38387 Multiple .NET 4.x WPF applications abort with 'Unrecoverable system error' in Win7 mode (dwrite font family resolution must be case-insentive)
38410 ws2_32 fails compile without IPX
----------------------------------------------------------------
Changes since 1.7.40:
Aaryaman Vasishta (4):
d3drm: Fix IDirect3DRMFrame2::QueryInterface returning incorrect HRESULT.
d3drm: Add more interfaces to be queried from IDirect3DRMFrame2::QueryInterface.
d3drm/tests: Make get_refcount return ULONG instead of int.
d3drm/tests: Add QueryInterface tests for IDirect3DRMFrame{1-3}.
Alexandre Julliard (2):
ws2_32: Include wsnwlink.h even without IPX support.
msvcp60: Merge more I/O stream code with msvcp90 to reduce the differences.
Alistair Leslie-Hughes (1):
dpnet: Convert Address components to use an array.
Andrew Cook (2):
ntdll: Return success for JobObjectBasicUIRestrictions.
server: Implement TerminateJobObject.
Andrew Eikum (12):
gdiplus: Avoid unnecessary pre-multiplied alpha conversions in GdipDrawImagePointsRect.
wineoss.drv: Cap reported OSS fill level to expected level.
shell32: Support setting and retrieving KnownFolder parsing names.
shell32: Add more knownfolder definitions.
shell32: Allocate returned array in IKnownFolderManager::GetFolderIds.
shell32: Add more knownfolders.
shell32: Add more knownfolders.
shell32: Add more knownfolders.
shell32: Add more knownfolders.
dsound: Stricter validation for formats in secondary buffers.
winecfg: Use a listview for speaker configuration.
dsound/tests: Don't perform ALAW test on secondary buffers.
Aric Stewart (1):
dinput: Add JoystickID to the Instance Name.
Bruno Jesus (19):
ws2_32: Fix copy & paste error in fd_sets_to_poll (Coverity).
ws2_32: Better trace shutdown().
ws2_32: Shortcut socket() to WSASocketW instead of WSASocketA.
netapi32: Better stub NetStatisticsGet().
gdi32: Support negative count values in GetBitmapBits.
ws2_32/tests: Add some more select() related tests.
ws2_32: Add a more generic function to retrieve socket errors from server.
ws2_32: Handle SO_ERROR manually in getsockopt().
secur32: Don't try to set an empty target name in schan_InitializeSecurityContextW.
ws2_32/tests: Add tests about retrieving the local address of an interface bound socket.
ws2_32: Restore the local socket address that was bound with filter for getsockname().
include: Update iptypes.h with the old XP IP_ADAPTER_ADDRESSES structure.
ws2_32/tests: Add more select() tests.
ws2_32/tests: Add one more SO_ERROR test.
ws2_32: Convert EBADF errno to ENOTSOCK.
include: Add a missing field to IP_ADAPTER_ADDRESSES_LH.
iphlpapi/tests: Add more test_GetAdaptersAddresses tests.
iphlpapi: Update the buffer size only if required in GetAdaptersAddresses.
iphlpapi: Stub more IP_ADAPTER_UNICAST_ADDRESS fields in GetAdaptersAddresses.
Daniel Lehman (1):
wininet: Trace loaded proxy settings.
François Gouget (2):
shell32: Add support for the OS X 'My Stuff' folders.
windowscodecs/tests: Fix compilation on systems that don't support nameless unions.
Gerald Pfeifer (1):
wininet: Avoid four instances of "logical not is only applied to the to the left hand side".
Grazvydas Ignotas (2):
dbghelp: Detect if return address information is missing.
include: Add a few missing entries in wingdi.h.
Hans Leidekker (10):
fusion: Support buffer size queries in IAssemblyName::GetName.
fusion: Fix insufficient buffer size handling in IAssemblyName::GetDisplayName.
msi: Don't read past the end of the patch list in MsiApplyMultiplePatchesW.
msi: Take the component action into account for file patches.
msi: Assume that file patches from registered MSI patches have already been applied.
msi: Add support for patching global assembly files.
msi: Improve the check for files obsoleted by patches.
msi: Perform a suffix match on the volume name.
advapi32: Support parsing mandatory label ACE strings.
server: Accept mandatory label ACEs.
Henri Verbeet (14):
d3d9/tests: Test D3DPRESENT_PARAMETERS after a successful reset.
d3d8/tests: Test D3DPRESENT_PARAMETERS after a successful reset.
d3d9: Merge most of d3d9_device_Reset() and d3d9_device_ResetEx().
d3d9: Update the backbuffer D3DPRESENT_PARAMETERS after a successful reset.
d3d8: Update the BackBufferCount after a successful reset.
wined3d: Use the display format if WINED3DFMT_UNKNOWN is passed as backbuffer format for windowed mode resets.
wined3d: Bind sampler objects to the correct texture stage.
wined3d: Properly handle WINED3DSIH_DP2 in the GLSL shader backend.
d2d1: Take the world transform into account when calculating the bitmap brush texcoord transform.
d2d1: Add opacity support to bitmap brushes.
wined3d: Bind the texture before calling wined3d_volume_upload_data() in wined3d_volume_load_location().
wined3d: Use wined3d_texture_bind_and_dirtify() in device_update_volume().
wined3d: Use wined3d_texture_bind_and_dirtify() in wined3d_texture_upload_data().
wined3d: Get rid of context_invalidate_active_texture().
Hugh McMaster (1):
wineconsole: Do not truncate argument strings larger than 256 bytes.
Igor Kotrasinski (1):
dsound: Fix conning formula to correctly interpolate volume.
Jacek Caban (7):
wmvcore: Added IWMReaderAdvanced* stub implementation.
wmsdkidl.idl: Added WMCreateReader declaration.
mshtml: Increment ref count in QI(IID_HTMLPluginContainer) call.
mshtml: Use debugstr_mshtml_guid in object and embed element implementation.
textstor.idl: Added missing GXFPF_* constants.
msxml3: Create unknode object only for node types supported by msxml.
mshtml: Use NS_Alloc and NS_Free directly instead of via nsIMemory.
Jason Overland (1):
winecfg: Add owner to file picker dialogs, making them modal.
Jianqiu Zhang (1):
include: Add declaration for FILE_FS_FULL_SIZE_INFORMATION.
Joachim Priesner (1):
wined3d: Load ModelView matrix for glLightfv calls.
Julius Schwartzenberg (1):
dwrite: Font search is case insensitive.
Marcus Meissner (3):
comctl32: Avoid integer overflow (Coverity).
d3drm: Avoid potential double free (Coverity).
wininet: Avoid memory leak in error exit (Coverity).
Mark Harmstone (11):
include: Add MUI constants to winnls.h.
kernel32: Stub out GetFileMUIPath.
uxtheme: Fix off-by-one error in array size.
include: Update value of MAX_INTLIST_COUNT in uxtheme.h.
include: Add SM_CXPADDEDBORDER to winuser.h.
comctl32: Fix drawing of buddy background for updown controls.
uxtheme: Fix colour errors in UXTHEME_StretchBlt.
uxtheme: Fix a copy-paste error which mean that GetThemeString would always fail.
uxtheme: Free properties when theme file closed.
uxtheme: Fix typo making fonts italic.
uxtheme: Resize source image if destination smaller than margins.
Maxime Lombard (1):
wined3d: Add support for Nvidia GTX 970M.
Michael Müller (1):
ws2_32: Don't return an error in WS_select when EINTR happens during timeout.
Nikolay Sivov (19):
dwrite: Add cluster metrics entry for inline objects too.
dmscript: Implement GetClassID() for IDirectMusicTrack.
ole32: Remove a couple of interface casts.
browseui: Return interface pointer instead of impl pointer.
scrrun: Implement GetSpecialFolder().
dwrite: Return S_OK from AnalyzeNumberSubstitution().
shell32: Fix allocation size (Valgrind).
shell32: Cleanup item array creation code.
shell32: Remove a couple of redundant lines.
shell32: Cleanup IShellItem creation calls.
scrrun: Fix iterating through per-bucket pair list (Valgrind).
winealsa: Fix a leak of a silence buffer (Valgrind).
mmdevapi: Fix returned format leak (Valgrind).
rpcrt4/tests: Fix a minor leak (Valgrind).
shlwapi/tests: Fix uninitialized memory reads (Valgrind).
oleaut32/tests: Skip cache tests if it's disabled.
rpcss: Fix a protseq string leak (Valgrind).
wshom.ocx/tests: Fix a BSTR leak (Valgrind).
usp10/tests: Fix some leaks on error path (Valgrind).
Patrick Rudolph (1):
gdi32: Add stub functions.
Piotr Caban (2):
msvcr120: Added strtoll and strtoull exports.
msvcrt: Don't ignore pmode attribute in _wsopen_s.
Sebastian Lackner (17):
include: Automatically detect if tests are running under Wine when WINETEST_PLATFORM is not specified.
kernel32: Fix calculation of returned buffer in get_registry_locale_info.
user32: Check for NULL pointer in ToUnicodeEx.
user32/tests: Add tests for ToUnicodeEx with a NULL pointer as keystate.
user32/tests: Add tests for ToAscii.
secur32: Return more context attributes in schan_InitializeSecurityContextW.
ntoskrnl: Avoid repeated FIXME messages in PsLookupProcessByProcessId.
user32: Move key state cache into a separate struct.
user32: Invalidate key state cache globally after running LL hooks.
kernel32: Add stub for PowerCreateRequest.
kernel32: Add stub for PowerSetRequest.
kernel32: Add stub for PowerClearRequest.
kernel32/tests: Add tests for waiting on an job object.
server: Implement waiting for job objects.
wined3d: Fix typo in init_output_registers.
wined3d: Fix a typo in vertexshader_init.
ws2_32: Add a missing call to release_sock_fd.
Stas Cymbalov (1):
dsound: Fix angle to sound source calculation.
Stefan Dösinger (16):
wined3d: Use a shader for unconverted blits.
wined3d: Add a function for wined3d_gl_resource_type to texture target conversion.
wined3d: Move surface_convert_color_to_float to utils.c.
wined3d: Add more formats to wined3d_format_convert_color_to_float.
wined3d: Set color keys through the command stream.
wined3d: Allow ARB blits from converted surfaces.
wined3d: Implement color keying in arbfp_blit.
wined3d: Implement color keying in the glsl fragment pipeline.
wined3d: Match blitter and fragment processing color keying capabilities.
wined3d: Move alpha test states to the fragment pipeline.
wined3d: Simplify alpha test and color keying in GLSL.
wined3d: Handle color key dirtification in wined3d_cs_exec_set_texture.
wined3d: Use finer grained colorkey state invalidation.
wined3d: Implement color keying in the ARB fixed function pipeline.
wined3d: Move fixed function draw blits out of surface_blt_special.
wined3d: Call arbfp_blit_surface and ffp_blit_blit_surface through the blit interfaces.
Thomas Faber (5):
include: Use correct UUIDs for IAudioMute, IAudioAutoGainControl and DevTopologyLib (MIDL).
include: Add missing retval attribute to propget output parameters (MIDL).
include: Do not use out attribute for non-pointer parameters in shdeprecated.idl (MIDL).
include: Fix MIDL build in mshtml.idl.
mshtml: Remove nsIDOMWindowUtils::SetCriticalDisplayPortForElement.
Vincent Povirk (5):
gdiplus: Fix leak in png metadata reader.
windowscodecs: Add test for PNG gAMA metadata.
windowscodecs: Implement PNG gAMA metadata reader.
gdiplus: Add support for reading png gAMA chunks.
windowscodecs: Fix crash when PNG decoder is freed without successful init.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.7.40 is now available.
What's new in this release (see below for details):
- Support for kernel job objects.
- Various fixes to the ListView control.
- Better support for OOB data in Windows Sockets.
- Support for DIB images in the OLE data cache.
- Improved support for MSI patches.
- Some fixes for ACL file permissions.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.40.tar.bz2http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.40.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.40 (total 29):
19231 Trine Demo fails to start without native d3dx9_36
21433 InqScribe: Installed fine, but no output or UI response when running installed app
22139 CDBurnerXP 3.0.x produces a "fail" message after choosing a mode
26223 Multiple apps and games need wmvcore.dll.WMCreateReader implementation (Nail'd demo)
26748 World Series of Poker crashes when starting up a game
30648 SEGA Genesis / Mega Drive Classic Collection (Steam) crashes on startup
30723 Playchess listview control is broken
31579 Microsoft Visio 2007-2010 crashes on exit (unload of msctf component with ThreadMgr/CBT hook still alive)
32361 epson stylus t13 installer problem: wine: Unimplemented function setupx.dll16.DiOpenClassRegKey
33164 row-resize / col-resize cursor is wrong (Listview)
34254 Wine64 seh:RtlUnwindEx error with c++ exception handling
35135 Air Video Server HD 1.x crashes on startup (NULL SERVER_INFO_101.sv101_comment returned from NetServerGetInfo)
36133 valgrind shows some leaks in gdiplus/tests/image.c
36190 comdlg32/itemdlg shows a ton of valgrind warnings
36305 valgrind shows a possible leak in netapi32/tests/access.c
36332 Total Commander 8.x: moving files between folders renders them inaccessible (SetNamedSecurityInfo)
36656 valgrind shows an unintialized write in comdlg32/tests/itemdlg.c
36709 Multiple applications/games from Windows 7 need slc.SLGetWindowsInformationDWORD semi-stub/implementation
36842 Can't set a static crontrol's text to empty by passing NULL pointer
37731 Montezuma's Revenge Remake fails with fatal error when quitting the game
37960 Paint.NET 4.0.5 does not install: unimplemented function KERNEL32.dll.QueryThreadCycleTime
38205 Unreal Tournament 3 Black Edition installer fails after the language selection
38238 user32:input right-clicks outside its windows
38248 Worms World Party (w/SetCooperativeLevel workaround/hacks) and older versions of Worms Armageddon black screen on startup
38256 Myst Online Uru Live: too dark/missing textures
38261 Playchess doesn't install anymore
38282 Header control fails to update/synchronize listview when columns order changes
38288 Wrong pointer in icnsformat.c IcnsFrameEncode_WriteSource
38317 winetricks xna31 fails
----------------------------------------------------------------
Changes since 1.7.39:
Aaryaman Vasishta (1):
d3drm: Fix hard-coded HRESULT return in Direct3DRMFrame_create.
Alexandre Julliard (11):
server: Fix the string type in traces for I/O completion names.
dsound: Fix an error return code.
server: Post a notification to the desktop window when a top-level window is destroyed.
explorer: Cleanup system tray icons when their owner is destroyed instead of polling.
winex11: Cleanup system tray icons when their owner is destroyed instead of polling.
user32: Remove left-over freeing of the edit text with ES_PASSWORD.
comctl32: Print full flag values in traces.
msacm32: Print full flag values in traces.
riched20/tests: Print full flag values in traces.
user32/tests: Print full flag values in traces.
winmm: Print full flag values in traces.
Alistair Leslie-Hughes (2):
odbccp32: Implement SQLWritePrivateProfileStringA/W.
msctf: Always return FALSE in DllCanUnloadNow.
Andrew Cook (15):
kernel32/tests: Add tests for IsProcessInJob.
kernel32/tests: Add tests for TerminateJobObject.
kernel32/tests: Add tests for QueryInformationJobObject.
kernel32/tests: Add tests for job object completion ports.
kernel32/tests: Add tests for JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE.
kernel32/tests: Add tests for JOB_OBJECT_LIMIT_BREAKAWAY_OK.
kernel32/tests: Add tests for job inheritance.
kernel32/tests: Extend IsProcessInJob tests.
server: Implement CreateJobObject.
server: Implement AssignProcessToJobObject.
server: Implement IsProcessInJob.
server: Implement job limit flags.
server: Implement job inheritance.
server: Implement io completion messages for job objects.
server: Track handle count of objects.
Andrew Eikum (2):
oleaut32: Allow typelib filenames longer than MAX_PATH.
wineoss.drv: Don't skip over position updates of less than one fragment.
Andrey Gusev (1):
d3dx9_36: Assorted spelling and typos fixes.
André Hentschel (5):
include: Add more header guards.
ntdll: Add support for FreeBSD on ARM.
ntdll: Fix CPU level on ARM.
ntdll: Get available CPU info from FreeBSD on ARM.
loader: Run checks also on ARM Linux.
Aric Stewart (2):
wineqtdecoder: Unload the AsyncReader on movie processing failure.
winmm: sndPlaySound can play resource sounds.
Austin English (2):
kernel32: Add a stub for QueryThreadCycleTime.
include: Add initial mfapi.h.
Bruno Jesus (13):
netapi32/tests: Fix a memory leak (Valgrind).
netapi32: Return an empty comment instead of NULL pointer in NetServerGetInfo.
winmm/tests: Add a basic joystick interactive test.
ws2_32: Don't try to receive data in an OOB_INLINED socket with MSG_OOB.
ws2_32: Convert send/recv flags to native system.
ws2_32: Add a helper to check if a socket is bound or not.
ws2_32: Ensure sockets in exceptfds get set when an error occurs.
ws2_32: Do not poll unbound descriptors.
ws2_32: Check for OOB data in select() calls when not OOB_INLINED.
ws2_32/tests: Add more WSAEnumNetworkEvents tests.
ws2_32/tests: Skip part of OOB test to unfreeze NT4 test.
ws2_32: Fix return value when receiving with MSG_OOB without data to read.
ws2_32: Better trace setsockopt/getsockopt.
Christoph von Wittich (2):
riched20: EM_SETSEL should not return 0.
riched20: Handle SCF_WORD.
David Hedberg (1):
comdlg32: Only attempt to update the layout if the dialog window exists.
David Naylor (2):
configure: Recognise host starting in 'amd64'.
configure: Explicitly set host_cpu for 'amd64'.
Dmitry Timoshkov (1):
shell32: Update version information to match XP values.
Erich Hoover (1):
advapi32/tests: Add tests for inheriting ACL attributes.
François Gouget (40):
taskschd: Remove an unneeded NONAMELESSUNION directive.
storage.dll16: Remove an unneeded NONAMELESSSTRUCT directive.
system.drv16: Remove an unneeded NONAMELESSSTRUCT directive.
toolhelp.dll16: Remove unneeded NONAMELESSXXX directives.
twain_32: Remove unneeded NONAMELESSXXX directives.
msctf: Mark internal symbols with hidden visibility.
msi: Mark internal symbols with hidden visibility.
msxml3: Mark internal symbols with hidden visibility.
ddraw/tests: Fix compilation on systems that don't support nameless unions.
urlmon: Remove unneeded NONAMELESSXXX directives.
wineoss.drv: Remove an uneeded NONAMELESSUNION directive.
usbd.sys: Remove an unneeded NONAMELESSSTRUCT directive.
user32: Remove an unneeded NONAMELESSSTRUCT directive.
windowscodecs: Remove unneeded NONAMELESSXXX directives.
mshtml: Mark internal symbols with hidden visibility.
oleaut32: Mark internal symbols with hidden visibility.
opengl32: Mark internal symbols with hidden visibility.
riched20: Mark internal symbols with hidden visibility.
winex11.drv: Remove unneeded NONAMELESSXXX directives.
wininet: Remove an unneeded NONAMELESSSTRUCT directive.
winspool.drv: Remove unneeded NONAMELESSXXX directives.
winmm: Remove unneeded NONAMELESSSTRUCT directives.
explorer: Remove an uneeded NONAMELESSUNION directive.
secur32: Mark internal symbols with hidden visibility.
sxs: Mark internal symbols with hidden visibility.
user32: Mark internal symbols with hidden visibility.
wbemprox: Mark internal symbols with hidden visibility.
winedbg: Remove unneeded NONAMELESSXXX directives.
rpcss: Remove unneeded NONAMELESSXXX directives.
regedit: Remove an unneeded NONAMELESSSTRUCT directive.
winecfg: Remove unneeded NONAMELESSXXX directives.
wineconsole: Remove an unneeded NONAMELESSSTRUCT directive.
wineps.drv: Mark internal symbols with hidden visibility.
wininet; Mark internal symbols with hidden visibility.
wmp: Mark internal symbols with hidden visibility.
shell32: Point the 'My Documents' symbolic link to the XDG or OS X 'Documents' folder if they exist.
widl: Remove unneeded NONAMELESSXXX directives.
winedump: Remove unneeded NONAMELESSXXX directives.
winhlp32: Remove an unneeded NONAMELESSSTRUCT directive.
winefile: Remove an unneeded NONAMELESSUNION directive.
Frédéric Delanoy (1):
Assorted spelling/grammar fixes.
Hans Leidekker (17):
msi: Fall back to the database summary information stream in MSI_OpenPackageW.
msi: Avoid allocating a database handle only to retrieve the summary information.
msi: Use the last sequence number specified for patch media when updating media records.
msi: Check the component enabled flag earlier.
msi: Skip files from the original media if a patch is applied.
msi: Check file state before installing global assemblies.
msi: Import mspatcha instead of loading it dynamically.
msi: Store the disk id for file patches.
msi: Don't apply file patches in the cabinet extraction callback.
msi: Don't mark global assembly files as installed when they are extracted.
msi: Clean up handling of temporary files.
msi: Get rid of global variables the cabinet extraction callbacks.
wbemprox: Make sure to allocate sufficient memory in resize_table.
wbemprox: Fix a memory leak.
wbemprox: Implement more properties of Win32_Processor.
wbemprox: Implement more properties of Win32_VideoController.
wbemprox: Add a partial implementation of Win32_Printer.
Henri Verbeet (35):
wined3d: Store shader output signatures as a wined3d_shader_signature structure.
wined3d: Store shader input signatures as a wined3d_shader_signature structure.
wined3d: Merge some common shader initialization code into shader_init().
wined3d: Take the input slot into account when handling WINED3D_APPEND_ALIGNED_ELEMENT.
d3d10core: Also pass unused input layout elements to wined3d.
wined3d: Implement d3d10 style instance data step rates.
wined3d: Use the "sysval_semantic" field instead of "semantic_name" to recognize SV_POSITION.
wined3d: Add support for SV_InstanceID.
d3d10core: Implement d3d10_device_DrawInstanced().
d3d10core/tests: Add a test for D3D10_APPEND_ALIGNED_ELEMENT.
d2d1: Properly take the source offset into account in d2d_d3d_render_target_DrawBitmap().
d2d1: Implement d2d_state_block_GetTextRenderingParams().
d2d1: Implement d2d_state_block_SetTextRenderingParams().
d2d1: Implement d2d_state_block_GetDescription().
d2d1: Implement d2d_state_block_SetDescription().
d2d1: Implement d2d_d3d_render_target_GetFactory().
d2d1: Implement d2d_d3d_render_target_SetTextRenderingParams().
d2d1: Implement d2d_d3d_render_target_GetTextRenderingParams().
d2d1: Implement d2d_d3d_render_target_SetAntialiasMode().
d2d1: Implement d2d_d3d_render_target_GetAntialiasMode().
d2d1: Implement d2d_d3d_render_target_SetTextAntialiasMode().
d2d1: Implement d2d_d3d_render_target_GetTextAntialiasMode().
d2d1: Implement d2d_d3d_render_target_SetTags().
d2d1: Implement d2d_d3d_render_target_GetTags().
d2d1: Use a D2D1_DRAWING_STATE_DESCRIPTION structure to store render target drawing state.
d2d1: Implement d2d_d3d_render_target_SaveDrawingState().
d2d1: Implement d2d_d3d_render_target_RestoreDrawingState().
d2d1/tests: Add a test for ID2D1DrawingStateBlock.
d2d1: Do not multiply color brush RGB values with the brush opacity.
wined3d: Add support for half-integer pixel centers.
d2d1/tests: Add a test for color brushes.
wined3d: Take WINED3D_PIXEL_CENTER_INTEGER into account when calculating vpos.
wined3d: Use GLSL 1.30 for SM4 shaders when available.
d3d10core/tests: Port the d3d9 vPos test to d3d10.
d2d1: Fix a typo in the determinant calculation in d2d_d3d_render_target_FillRectangle().
Hugh McMaster (2):
netstat: Fix incorrect comment.
attrib: Fix incorrect comment.
Huw D. M. Davies (10):
ole32: Read the class id from the top-level storage object.
ole32: A cache entry should hold the stream its data is from, not the top-level storage.
ole32: Split the data loading into a couple of helpers.
ole32: Add support for parsing the 'CONTENTS' stream.
ole32: Separate metafile loading into a helper function.
ole32: Add support for loading dibs.
ole32: Add support for retrieving extents of dib format.
ole32: Add support for drawing the dib format.
ole32: Implement QueryGetData().
ole32/tests: Add tests for loading a dib 'CONTENTS' stream.
Jacek Caban (11):
mshtml.idl: Added IHTMLSelectionObject2 declaration.
mshtml: Added IHTMLSelectionObject2 stub implementation.
dxgi.idl: Added DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL declaration.
d3d11_1.idl: Added some missing declarations.
dxgi1_2.idl: Added IDXGIFactory2 declaration.
wininet: Pass timeout as DWORD in setsockopt calls.
d3d11sdklayers.idl: Added ID3D11Debug declaration.
dxgi1_2.idl: Added IDXGIAdapter2 declaration.
d3d11.idl: Added D3D11_FEATURE_DATA_D3D11_OPTIONS declaration.
d3d11_1.idl: Fixed ClearView argument (missing const).
wmsdkidl.idl: Added IWMReaderAdvanced* declarations.
Jinhui Chen (1):
winex11.drv: Fix row-resize/col-resize mapping to X cursor.
Ken Thomases (4):
winmm: For Mac, fix joyGetPosEx() to put number of buttons pressed in dwButtonNumber field.
winemac: Allow the user to attempt to resize a maximized window and try to restore it if they do.
winemac: Restore a maximized window if a user tries to move it by dragging its title bar.
winemac: Cleanup system tray icons when their owner is destroyed instead of polling.
Mark Harmstone (5):
comctl32: Use correct font for themed headers.
ntdll: Treat strings as case-insensitive in find_window_class.
comctl32: Redraw themed button on WM_ENABLE.
winecfg: Style updown control with UDS_ALIGNRIGHT.
winecfg: Add manifest.
Matteo Bruni (12):
wined3d: Use a separate STATE_VIEWPORT state handler in the GLSL pipeline.
wined3d: Introduce a get_projection_matrix() function.
wined3d: Introduce a get_texture_matrix() function.
wined3d: Don't use the builtin FFP uniform for the normal matrix.
d3d9/tests: Add more lighting tests.
d3d8/tests: Add more lighting tests.
wined3d: Don't use the builtin FFP uniform for the projection matrix.
ddraw: D3DLIGHT lights default to active.
ddraw: Make sure AddLight properly activates lights.
ddraw: Make sure to activate / deactivate the light on D3DLIGHT_ACTIVE flag changes.
ddraw: D3DRENDERSTATE_NORMALIZENORMALS doesn't exist before d3d7.
ddraw: Enable WINED3D_RS_NORMALIZENORMALS on d3d versions older than d3d7.
Michael Müller (4):
netprofm: Add stubbed IConnectionPoint interface.
netprofm/tests: Add tests for ConnectionPointContainer::FindConnectionPoint.
ntdll: Define a couple more information classes.
kernel32/tests: Add tests for GetFinalPathNameByHandleA/W.
Michael Stefaniuc (15):
mscoree: Use SUCCEEDED instead of !FAILED.
taskschd: Print the debug string instead of the pointer value.
mshtml: Print the debug string instead of the pointer value.
qcap: Print the debug string instead of the pointer value.
scrrun: Print the debug string instead of the pointer value.
schedsvc: Drop WINE_ prefix from ERR().
fntcache: Drop WINE_ prefix from FIXME/TRACE.
taskschd/tests: Test the correct return value.
mshtml/tests: Actually test the return of IHTMLTable_get_width().
windowscodecs/tests: Actually test the return of IWICBitmap_GetSize().
winhttp/tests: Test the correct return code.
d3drm/tests: Test the correct return code.
wmp: Forward from a Release to a Release method.
gdiplus: The result of a comparison is already a BOOL.
winealsa.drv: The result of a comparison is already a BOOL.
Nikolay Sivov (35):
comctl32/listview: Update view on style change only if LVS_TYPEMASK styles have changed.
user32/static: Allow setting NULL text.
scrrun: Added support for interface pointers as keys for dictionary.
scrrun: Added support for VT_DATE keys, and BYREF float key types.
scrrun: Support BYREF types for integer keys.
comctl32/tooltips: Allow NULL hinst value when fetching text from resources.
ole32: Return interface pointers instead of impl pointers from QI.
ole32/tests: Return interface pointer instead of impl pointer from QI.
msi: Return interface pointer instead of impl pointer.
dwrite: Forward IDWriteTextLayout::GetMetrics() to IDWriteTextLayout2::GetMetrics().
comctl32: Claim success in InitializeFlatSB().
comctl32/tests: Listview doesn't subclass its header.
taskmgr: Simplify setting extended style for a list.
rpcrt4/tests: Use status definitions instead of numeric values.
rpcrt4: Fix RpcMgmtStopServerListening() return value when we're not listening.
po: Corrected Russian translation.
dwrite: Pass sideways run flag to shaping methods.
comctl32/listview: Fix item focus rectangle to use proper label/selection bounds.
comctl32/listview: Fix focus rectangle for LVS_EX_FULLROWSELECT case.
comctl32/listview: Fix scrolling in LV_VIEW_DETAILS view.
comctl32/listview: Always forward LVM_GETCOLUMNORDERARRAY to header.
comctl32/listview: Remove outdated TODO comment.
dwrite: Initial implementation of DetermineMinWidth().
dwrite: Return CreateStreamFromKey() failure code from Analyze().
comctl32/listview: Support header item image/bitmap in LVSCW_AUTOSIZE_USEHEADER case.
comctl32/listview: Use defined name instead of magic value.
comctl32/listview: Always forward HDM_SETORDERARRAY to a header.
taskmgr: Set column order through listview.
comctl32/dsa: Implement DSA_Clone().
comctl32/dsa: Implement DSA_GetSize().
dwrite: Update to IDWriteRenderingParams2.
wincodecs: Use valid bitmap cache option.
msxml3: Explicitly list acceptable libxml2->msxml node types for unknode.
comctl32/tests: Fix couple of metrics tests that fail on some systems.
dwrite: Fix cluster width and length calculation.
Pierre Schweitzer (3):
setupapi: Implement SetupOpenLog(), SetupCloseLog().
setupapi: Implement SetupLogErrorA(), SetupLogErrorW().
setupapi/tests: Add tests for the SetupOpenLog(), SetupLogErrorA(), SetupCloseLog() functions.
Piotr Caban (21):
oleacc: Added Client_get_accChild implementation.
oleacc: Added client IEnumVARIANT stub.
oleacc: Added window IEnumVARIANT stub.
oleacc: Added client IEnumVARIANT::{Reset,Skip,Next} implementation.
oleacc: Added client IEnumVARIANT tests.
oleacc: Added AccessibleChildren implementation.
oleacc: Added AccessibleChildren tests.
msvcrt/tests: Add atan, tanh and exp tests on invalid arguments.
msvcrt: Fix NAN handling in printf.
msvcrt/tests: Use NAN and INFINITY definitions from port.h in printf tests.
user32/tests: Don't send mouse clicks to other process windows in input tests.
msvcp90/tests: Use NAN and INFINITY definitions from port.h in Ctraits::_Isnan tests.
advapi: Don't use CreateFile when opening file with possibly empty DACL.
server: Make directory DACL entries inheritable.
advapi32: Add SetNamedSecurityInfo test with empty DACL.
advapi32/tests: Add test for mapping DACL to permission.
advapi32: Add DACL inheritance support in SetSecurityInfo.
ntdll: Improve parameter validation in RtlAddAce.
server: Fix DACL to permissions conversion.
msvcr120: Add some missing exports on i386 architecture.
advapi32: Handle NULL DACL in SetSecurityInfo.
Sebastian Lackner (12):
gdiplus: Add missing returns in initialize_decoder_wic (Coverity).
user32: Use C_ASSERT to ensure user_thread_info fits into TEB->Win32ClientInfo.
browseui: Avoid race-conditions when progress dialog is released before thread terminates.
ntoskrnl: Emulate 'mov Eb, Gb' instruction on x86 processor architecture.
wiaservc: Return pointer to vtbl instead of implementation in wiadevmgr_Constructor.
kernel32/tests: Allow multiple subprocess commands in process tests.
kernel32/tests: Add tests for adding a terminated process to a job object.
advapi32/tests: Repeat ACL inheritance tests for NtCreateFile.
advapi32/tests: Add tests for NtCreateFile inheritance when security descriptor is set.
advapi32/tests: Merge common code to test DACL descriptors in a helper function.
advapi32/tests: Add tests for CreateFile with set security descriptor.
ntdll: Fix various bugs RtlUnwindEx on x86_64.
Sergey Isakov (1):
windowscodecs: Fix wrong pointer to formal parameter.
Shuai Meng (2):
vbscript: Implemented Oct.
vbscript: Fixed Hex.
Stefan Dösinger (15):
ddraw: Update the palette before presents to the NULL window.
ddraw/tests: The testbot applies color keying without a key.
ddraw/tests: Correct executebuffer offsets.
wined3d: Improve color fixups in atifs shaders.
wined3d: Check for conversion changes in the atifs fragment pipeline.
wined3d: Add per-context private data for fragment pipelines.
wined3d: Avoid constant collision in atifs.
ddraw/tests: Make sure color keying is on in test_texturemapblend.
ddraw/tests: Port test_color_fill to earlier versions.
wined3d: Implement per stage constants in atifs.
wined3d: Give tex_type and its values a better name.
wined3d: Pass a wined3d_ffp_texture_type enum to blit shader functions.
wined3d: Use bitfields in struct arbfp_blit_type.
wined3d: Pass a struct arbfp_blit_type to the blit shader generation functions.
wined3d: Define a constant for the blit texture size parameter.
Thomas Faber (5):
wscript: Correctly use CommandLineToArgvW.
gdi32: Avoid uninitialized variable use in EnumEnhMetaFile (MSVC).
setupapi/tests: Avoid side-effect in an assert.
user32/tests: Avoid side-effect in an assert.
winegstreamer: Avoid side-effects in asserts.
Vincent Povirk (8):
gdiplus: Fonts in UnitWorld shouldn't be scaled to the page unit.
gdiplus: Apply page scale to pen thickness.
gdiplus: Handle large input rect in GdipMeasureCharacterRanges.
gdiplus: Fix blend_colors when alpha channel differs.
mscoree: Remove the runtime version selection logic and just use 4.0.
gdiplus: Add support for reading PNG tEXt metadata.
windowscodecs: Implement PngDecoder_Block_GetCount.
windowscodecs: Implement PngDecoder_Block_GetReaderByIndex.
Zheng Chen (2):
msvcrt: Correct atan/exp/tanh errno setting.
msvcrt: Fix _copysign bugs for NAN/INF.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.7.39 is now available.
What's new in this release (see below for details):
- WinMM joystick support on Mac OS X.
- Kerning support in DirectWrite.
- Support for DirectX Media Objects filters.
- Better support for animated GIFs in GdiPlus.
- Improved support for Known Folders in Shell32.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.39.tar.bz2http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.39.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.39 (total 24):
14563 picasa can't play mp3 files during slideshows
18424 Mac OS X Joystick support doesn't work
23491 Barbri Study Smart hangs without putting up a window
23977 Steam overlay can't use shift or caps lock
26300 98Plus! Screensavers don't look right in Wine Desktop
27141 Brink (Splash Damage, Bethesda Softworks) (Steam) fails to launch
31819 Animated GIF images are rendered incorrectly (transparent areas painted black)
33447 Wine GUI on Mac display Traditional Chinese instead when host language is Simplified Chinese
35763 Multiple applications and games need wmvcore.dll.WMCreateWriter (Tinker, iMesh 7.x)
35933 Evolve Client 1.8.3 (.NET 4.0 app) 'AppsMgr' fails to install downloaded applications/updates after login (support for RPC FC_CALLBACK_HANDLE needed)
36849 eTax 2014 installation fails with Wine-Mono 4.5.2
36951 no sound effects in BridgeMaster 2000
37202 MSWord hangs on opening a document opened in other program
38096 Nero Burning ROM v8 needs 'NetUserEnum' level 20 support (USER_INFO_20)
38110 Winhttp sample doesn't always work
38177 d3d: Card 10de:0849 not found in driver DB
38184 AutoHotkey script crashes when calling WScript.Shell's "exec" method (IWshShell3 vtable only supports up to IWshShell2)
38203 MSYS2 needs FileNetworkOpenInformation support in NtQueryInformationFile
38209 WshScriptExec's Terminate method is missing
38220 Chemcraft crashes
38221 Wrong parameter assignment in get_family_names_from_stream()
38223 SoManyEuros program doesnt run (needs IFile::get_Path() implementation)
38226 EBWin(Unicode) crashes when searching katakana words. (_mbctohira is a stub)
38251 Assign value to function parameter
----------------------------------------------------------------
Changes since 1.7.38:
Aaryaman Vasishta (5):
d3drm/tests: Add tests for querying between IDirect3DRM interfaces.
d3drm: Fix IDirect3DRM::QueryInterface returning incorrect HRESULT on unsupported interfaces.
d3drm/tests: Add tests for invalid interfaces in IDirect3DRM::QueryInterface.
d3drm/tests: Remove dynamic loading in d3drm.c.
d3drm/tests: Remove dynamic loading in vector.c.
Akihiro Sagawa (5):
msvcrt: Fix _ismbckata() for Halfwidth Katakana characters.
msvcrt: Add _mbctohira implementation.
msvcrt: Add _mbctokata implementation.
winmm/tests: Add notify flag tests for MPEGVideo driver.
mciqtz32: Fix notify flag behavior.
Alexandre Julliard (23):
server: Don't report completion at all in the MORE_PROCESSING_REQUIRED case.
ws2_32: Set the completion event on the server side also for AcceptEx.
ws2_32: Use Win32 APIs for interlocked functions.
server: Allow device manager ioctls to run asynchronously.
server: Add a request to store the results of an ioctl asynchronously.
ntoskrnl: Allow IoCompleteRequest to report completion asynchronously.
ole32: Remove confusing uses of the __thiscall specifier.
msvcp60: Share math functions implementation with msvcp90.
msvcp60: Share memory functions implementation with msvcp90.
msvcp60: Share misc functions implementation with msvcp90.
msvcp60: Merge locale code with msvcp90 where possible to reduce the differences.
msvcp60: Add MSVCP prefix on exported string functions.
msvcp60: Share exception functions implementation with msvcp90.
msvcp90: Remove functions that are not exported in native.
msvcp60: Merge I/O stream code with msvcp90 where possible to reduce the differences.
msvcp60: Add MSVCP prefix on more string functions.
msvcp60: Move string iterator functions to match msvcp90.
msvcp60: Merge the char_traits functions with msvcp90.
ntoskrnl: Allow running user APC inside the device manager loop.
msvcp: Add a macro to access the locale field of I/O streams.
winhttp: Remove const to fix a warning with the Microsoft headers.
server: Copy completion information for accepted socket into the new file descriptor.
msvcp60: Share locale functions implementation with msvcp90.
Andrew Eikum (9):
shell32/tests: A couple of win8 fixes.
shell32/tests: Fix win8 knownfolders relative and parsed paths.
shell32/tests: Remove unused flag.
shell32/tests: Fix win8 knownfolder attributes.
shell32/tests: Support alternate parent folders.
shell32: Allow updating knownfolder definitions.
shell32: Allow registering knownfolders without relative paths.
shell32: Also register knownfolder attributes.
shell32: Install knownfolders to registry during DLL registration.
André Hentschel (5):
server: Add header guarding for security.h.
msvcp90: Cleanup macro usage.
dinput/tests: Avoid assigning values twice (PVS-Studio).
shlwapi: Avoid assigning values twice (PVS-Studio).
gameux: Return function result on error (PVS-Studio).
Aric Stewart (1):
dsound: Do not wait on mixer thread exit on dsound release.
Austin English (6):
dxdiagn: Add bNoHardware stub property.
include: Add ASN1*string* definitions/functions.
include: Add some missing entries in hidusage.h.
include: Add remaining function prototypes in msasn1.h.
include/winternl.h: Use ntdef.h where possible.
setupx.dll16: Add a DiOpenClassRegKey stub.
Bernhard Übelacker (1):
wined3d: Recognize Nvidia GeForce 8100 with Nouveau driver (bug).
Bruno Jesus (11):
ws2_32/tests: Move second WSACleanup test elsewhere.
ws2_32/tests: Fix a NT4 crash due to unsupported SIO_ADDRESS_LIST_QUERY.
ws2_32/test: Don't test unsupported IP_MULTICAST_TTL on NT4.
ws2_32/tests: Improve setup_connector_socket to allow non-blocking connect calls.
ws2_32/tests: Add more select() tests.
ws2_32: Normalize socket tracing.
ws2_32/tests: Test the behavior of reading data from an OOBINLINE'd socket.
ws2_32/tests: Add more select() tests related to OOB handling.
ws2_32/tests: Improve some helper functions.
ws2_32/tests: Check the OOB mark in the right place.
kernel32: Only zero the buffer up to 32767 bytes in GetTempPathW.
Christian Costa (1):
d3dxof: Use assignment for GUID instead of memcpy with hardcoded size.
Daniel Lehman (1):
wininet: Accept Version in cookies.
Dmitry Timoshkov (2):
shell32/tests: Add a couple of SHFileOperation(FO_MOVE) tests for a directory.
shell32: Fix SHFileOperation(FO_MOVE) for a directory with subdirectories.
François Gouget (83):
ddraw/tests: Fix compilation on systems that don't support nameless unions.
wrc: Remove an unused lexer definition.
activeds: Remove an unneeded NONAMELESSUNION directive.
actxprxy: Remove unneeded NONAMELESSXXX directives.
appwiz.cpl: Remove an unneeded NONAMELESSSTRUCT directive.
comctl32: Remove unneeded NONAMELESSSTRUCT directives.
commdlg.dll16: Remove unneeded NONAMELESSXXX directives.
comdlg32: Remove unneeded NONAMELESSSTRUCT directives.
compstui: Remove an uneeded NONAMELESSUNION directive.
crypt32: Remove an uneeded NONAMELESSUNION directive.
cryptnet: Remove an unneeded NONAMELESSSTRUCT directive.
cryptnet/tests: Remove an uneeded NONAMELESSUNION directive.
d3d8: Remove unneeded NONAMELESSXXX directives.
dbghelp: Remove an unneeded NONAMELESSSTRUCT directive.
dispex: Remove unneeded NONAMELESSXXX directives.
dmloader: Remove an unneeded NONAMELESSSTRUCT directive.
dplayx: Remove unneeded NONAMELESSSTRUCT directives.
dsound: Remove unneeded NONAMELESSXXX directives.
dwmapi: Remove unneeded NONAMELESSXXX directives.
explorerframe: Remove unneeded NONAMELESSXXX directives.
gphoto2.ds: Remove unneeded NONAMELESSXXX directives.
hhctrl.ocx: Remove unneeded NONAMELESSXXX directives.
inetcpl.cpl: Remove uneeded NONAMELESSUNION directives.
kernel32: Remove unneeded NONAMELESSXXX directives.
krnl386.exe16: Remove unneeded NONAMELESSXXX directives.
ieframe: Remove unneeded NONAMELESSXXX directives.
ieframe/tests: NONAMELESSUNION is not needed when using the U() macro.
localspl: Remove uneeded NONAMELESSUNION directives.
mshtml: Remove unneeded NONAMELESSXXX directives.
localui: Remove an uneeded NONAMELESSUNION directive.
mapi32: Remove unneeded NONAMELESSXXX directives.
mmdevapi: Remove an uneeded NONAMELESSUNION directive.
mmsystem.dll16: Remove unneeded NONAMELESSXXX directives.
winecoreaudio.drv: The drv_keyW variable is unused so remove it.
wshom.ocx: Make enum_thread_wnd_proc() static.
dbghelp: pe_unmap_directory() is unused so remove it.
winex11.drv: Make X11DRV_XROPfunction static.
secur32: Export SetContextAttributes[AW]().
msdaps: Remove unneeded NONAMELESSXXX directives.
msi: Remove unneeded NONAMELESSXXX directives.
msxml3: Remove unneeded NONAMELESSUNION directives.
ntdll: Remove unneeded NONAMELESSXXX directives.
ntdll/tests: Remove an unneeded NONAMELESSSTRUCT directive.
ntprint: Remove an uneeded NONAMELESSUNION directive.
krnl386.exe16: Fix the _lread16() documentation.
crypt32: Mark internal symbols with hidden visibility.
dbghelp: Mark internal symbols with hidden visibility.
winemenubuilder: Avoid a couple of forward declarations.
winemenubuilder: Handle icons disguised as executables and better validate icon streams.
ws2_32: Add more WSA_FLAG_XXX values.
ws2_32: Add support for WSA_FLAG_NO_HANDLE_INHERIT.
d3drm: Mark internal symbols with hidden visibility.
d3dx9_36: Make d3dx_decltype_size[] static.
devenum: Mark internal symbols with hidden visibility.
odbccp32: Remove an uneeded NONAMELESSUNION directive.
ole2.dll16: Remove unneeded NONAMELESSXXX directives.
ole32: Remove unneeded NONAMELESSXXX directives.
oleaut32: Remove unneeded NONAMELESSXXX directives.
oledb32: Remove unneeded NONAMELESSXXX directives.
oledb32/tests: Remove unneeded NONAMELESSXXX directives.
oledlg: Remove an unneeded NONAMELESSSTRUCT directive.
printui: Remove an unneeded NONAMELESSUNION directive.
pdh: Remove an unneeded NONAMELESSSTRUCT directive.
quartz: Remove unneeded NONAMELESSXXX directives.
qcap: Remove unneeded NONAMELESSXXX directives.
quartz/tests: Remove an uneeded NONAMELESSUNION directive.
jscript: Mark internal symbols with hidden visibility.
hhctrl.ocx: Make html_encoded_symbols[] static.
hhctrl.ocx: Mark internal symbols with hidden visibility.
hh: Add an icon.
hh: Use the hh.exe icon as the default for .chm files.
riched20: Remove unneeded NONAMELESSXXX directives.
sane.ds: Remove unneeded NONAMELESSXXX directives.
scsiport.sys: Remove unneeded NONAMELESSXXX directives.
setupapi: Remove unneeded NONAMELESSXXX directives.
rpcrt4: Remove an unneeded NONAMELESSSTRUCT directive.
krnl386.exe16: Mark internal symbols with hidden visibility.
mmsystem.dll16: Mark internal symbols with hidden visibility.
Assorted spelling fixes.
riched20: Fix a trailing '\n' in a FIXME() call.
shell32: Remove unneeded NONAMELESSXXX directives.
shlwapi: Remove unneeded NONAMELESSXXX directives.
mscoree: Mark internal symbols with hidden visibility.
Frédéric Delanoy (1):
po: Update French translation.
Gerald Pfeifer (1):
twain_32: Avoid using an uninitialized variable in the failure path in path in a couple of cases.
Hans Leidekker (5):
msi: Improve tracing.
msi: Fix the case where the summary information stream is already open in MsiGetSummaryInformationW.
msi: Handle errors from IStorage_CreateStream instead of trying to open the stream first in msi_commit_streams.
winhttp: Don't try to read more data than available in the current chunk in refill_buffer.
netapi32: Add support for info level 20 in NetUserEnum.
Henri Verbeet (28):
d3d10core: Implement d3d10_blend_state_SetPrivateDataInterface().
d3d10core: Implement d3d10_blend_state_GetPrivateData().
d3d10core: Implement d3d10_depthstencil_state_SetPrivateData().
d3d10core: Implement d3d10_depthstencil_state_SetPrivateDataInterface().
d3d10core: Implement d3d10_depthstencil_state_GetPrivateData().
d3d10core: Implement d3d10_rasterizer_state_SetPrivateData().
d3d10core: Implement d3d10_rasterizer_state_SetPrivateDataInterface().
d3d10core: Implement d3d10_rasterizer_state_GetPrivateData().
d3d10core: Implement d3d10_sampler_state_SetPrivateData().
d3d10core: Implement d3d10_sampler_state_SetPrivateDataInterface().
d3d10core: Implement d3d10_sampler_state_GetPrivateData().
d3d10core: Implement d3d10_texture3d_SetPrivateData().
d3d10core: Implement d3d10_texture3d_SetPrivateDataInterface().
d3d10core: Implement d3d10_texture3d_GetPrivateData().
d3d10core: Implement d3d10_depthstencil_view_SetPrivateData().
d3d10core: Implement d3d10_depthstencil_view_SetPrivateDataInterface().
d3d10core: Implement d3d10_rendertarget_view_SetPrivateData().
d3d10core: Implement d3d10_depthstencil_view_GetPrivateData().
d3d10core: Implement d3d10_rendertarget_view_SetPrivateDataInterface().
d3d10core: Implement d3d10_rendertarget_view_GetPrivateData().
d3d10core: Implement d3d10_shader_resource_view_SetPrivateData().
d3d10core: Implement d3d10_shader_resource_view_SetPrivateDataInterface().
d3d10core: Implement d3d10_shader_resource_view_GetPrivateData().
d3d10core/tests: Fix a typo in shader source in test_clear_state().
ddraw: Get rid of some comments in the middle of the copyright headers.
d3drm: Get rid of some incorrect comments.
wined3d: Simplify the wined3d_matrix structure.
wined3d: Fix a TRACE in wined3d_device_draw_indexed_primitive_instanced().
Huw D. M. Davies (1):
riched20: Don't resend a partial chunk to the edit stream callback.
Jacek Caban (11):
mshtml: Added IHTMLDOMAttribute2 stub implementation.
mshtml: Added IHTMLDOMAttribute2::get_expando implementation.
wmsdkidl.idl: Added IWMWriter interface declaration.
mshtml: Allow setting event handlers to strings.
d3drmdef.h: Fixed a typo.
wmvcore: Added WMCreateWriter implementation.
wininet: Get rid of no longer needed sock_get_error.
user32: Allow making window visible by WM_SETREDRAW message.
mshtml: Added IHTMLTextAreaElement::defaultValue property implementation.
wmsdkidl.idl: Added IWMWriterAdvanced* interfaces declarations.
wmvcore: Added IWMWriterAdvanced3 stub implementation.
Jactry Zeng (4):
riched20: Add tests for IRichEditOle::QueryInterface.
riched20: Implement IOleWindow interface.
riched20: Implement IOleWindow::GetWindow.
riched20: Implement IOleInPlaceSite interface.
Ken Thomases (6):
winemac: When exiting Cocoa full-screen mode for a no-longer-eligible window, bypass the override of -toggleFullScreen:.
winemac: Prevent maximized windows from entering Cocoa full-screen mode.
winejoystick: Separate Linux-specific code into a separate file.
winejoystick: Add WinMM joystick support for OS X.
winemenubuilder: Fix compiling on OS X.
winejoystick: Fix a crash on accessing a CFArray past its end due to an off-by-one error in the Mac code.
Mark Harmstone (5):
dsound: Keep track of locked bytes.
dsound: Implement SetFX.
dsound: Implement GetObjectInPath.
dsound: Pipe audio data through DMOs.
uxtheme: Support images in GetThemeBackgroundRegion.
Mark Jansen (1):
kernel32/tests: Parameter validation tests for FindActCtxSectionString.
Matteo Bruni (9):
include: Pack structures to 4-bytes alignment on x86 in D3D headers.
wined3d: Fix a typo in a trace in context_create().
wined3d: Force stream info update on vertex shader change.
wined3d: Depend on the vertex shader state instead of the vertex declaration state where appropriate.
wined3d: Introduce a get_identity_matrix() function.
wined3d: Introduce a get_modelview_matrix() function.
wined3d: Use a separate STATE_VDECL state handler in the GLSL pipeline.
wined3d: Use a separate STATE_TRANSFORM(WINED3D_TS_VIEW) state handler in the GLSL pipeline.
wined3d: Don't use the builtin FFP uniform for the modelview matrix.
Michael Stefaniuc (9):
mstml/tests: Merge two adjacent if blocks with identical condition (PVS-Studio).
dbghelp: Remove no-op additions with 0 (PVS-Studio).
dsound: Avoid comparing BOOL variables with TRUE (PVS-Studio).
gameux: Avoid comparison of a BOOL return with TRUE (PVS-Studio).
kernel32: Don't free a NULL / not yet allocated pointer (PVS-Studio).
msi: Remove comparison of pointer with >= NULL (PVS-Studio).
ws2_32: Avoid using bitwise operations on BOOLs (PVS-Studio).
mshtml/tests: '%' doesn't needs escaping in a C string (sparse).
rsaenh: Don't compare a BOOL with 1 (PVS-Studio).
Nikolay Sivov (50):
rpcrt4: Handle memory allocation error when creating OLE stream instance.
rpcrt4: Return buffer size directly to avoid accessing implementation fields.
rpcrt4: Add all stubs to OLE marshalling stream.
wshom.ocx: Added missing IWshShell3 methods.
wshom.ocx: Implement CurrentDirectory() property.
oleaut32/tests: Hide details about VARIANT wire header in header testing helper.
oleaut32: Use WdtpInterfacePointer_* functions in VARIANT marshalling.
vbscript: Use CP_ACP instead of its numeric value.
oleaut32/tests: Some tests for IsMatchingType().
rpcrt4: Export I_UuidCreate().
rpcrt4: Use a helper to skip conformance.
wshom.ocx: Implement Exec() method.
wshom.ocx: Implement Status property of IWshExec.
wshom.ocx: Implement ProcessID() property.
scrrun: Fix copy-paste issue in trace message.
dwrite: Make a deep copy of family name string (Valgrind).
dwrite: Fix excessive refcount increment when setting interface pointers as range attributes.
wshom.ocx: Implement Terminate().
dwrite: Store pair kerning range attribute.
dwrite: Store vertical orientation property.
dwrite: Fix GetClusterMetrics() return value.
ole32: Check ComposeWith() return value too (PVS-Studio).
ole32: Handle some failures in Inverse() for composite moniker (PVS-Studio).
ole32: Handle Stat() failure in OleLoad() (PVS-Studio).
dwrite: Actually return NULL names pointer and error code when failed to read them.
dwrite: Fix invalid parameter handling in GetGlyphIndices().
dwrite: Implement HasKerningPairs().
dwrite: Implement GetKerningPairAdjustments().
scrrun: Implement Path() property for IFile.
ole32: Handle ILockBytes creation failure (PVS-Studio).
dwrite: Initially format and layout don't have a fallback set.
dwrite/tests: Use separate factory for each test in layout tests.
dwrite: Allow to query for IDWriteTextFormat1 from layout.
dwrite: Implement SetFontFallback().
dwrite: Remove unused helper.
dwrite/tests: Another test for cluster metrics and inline objects.
scrrun: Preserve pairs order during dictionary lifetime.
scrrun: Added stub IEnumVARIANT for dictionary.
scrrun: Implement IEnumVARIANT support for dictionary.
wmvcore: Return S_OK from WMCreateReader.
ole32/datacache: Handle stream Stat() failure (PVS-Studio).
mstask: Added IEnumWorkItems stub.
ole32: Fix error handling in GetTimeOfLastChange() for item moniker (PVS-Studio).
ole32: Improve error handling in GetClassFile() (PVS-Studio).
ole32: Cleanup QI for IEnumMoniker.
avifil32: Return interface pointer from QI instead of impl pointer.
browseui: Return interface pointer from QI instead of impl pointer.
explorerframe: Return interface pointer from QI instead of impl pointer.
fusion: Return interface pointer from QI instead of impl pointer.
kernel32: Implement GetProcessIdOfThread().
Piotr Caban (10):
gdiplus: Don't create new instance of IWICBitmapDecoder to encode every frame of animation.
windowscodecs: Store stream reference in gif decoder.
windowscodecs: Store stream reference in png decoder.
gdiplus: Don't store stream reference in GpImage, it's done by IWICBitmapDecoder.
gdiplus: Convert animated gif to PixelFormat32bppARGB on load.
gdiplus: Fix animated gif frames composition.
gdiplus/tests: Add gif frames composition tests.
windowscodecs: Show that WIC doesn't do GIF frames composition.
gdiplus: Add pixel format test for transparent non-animated gif.
gdiplus: Fixed palette flags setting.
Qian Hong (3):
ntdll: Implemented FileNetworkOpenInformation class support in NtQueryInformationFile.
ntdll: Removed incorrect stub message in NtQueryObject and NtSetInformationObject.
ws2_32: Improved error handling in gethostname when name length is insufficient.
Sebastian Lackner (14):
ntdll: Move static threadpool variables into a struct.
ole32: Fix a possible handle leak (Coverity).
ole32: Fix call to free_stringtable with uninitialized pointer (Coverity).
ole32: Wait a bit before doing next sanity check in StorageImpl_LockRegionSync.
wine.inf: Add some LicenseInformation registry values.
ntdll: Implement [Nt|Zw]QueryLicenseValue.
slc: Implement SLGetWindowsInformationDWORD.
ntdll: Move all structs and definitions to the beginning in threadpool.c.
user32: Fix invalid memory access and leak if alloc_user_handle fails (Coverity).
kernel32: Fix file handle leak in exec_process (Coverity).
kernel32: Fix leak of dynamic_buffer in QueryFullProcessImageNameW (Coverity).
user32/tests: Add tests for removing already seen messages from the queue.
ntdll: RtlFindActivationContextSectionString should accept a NULL pointer as data.
ntdll: Handle write watches in virtual_uninterrupted_write_memory.
Stefan Dösinger (21):
wined3d: Properly up-scale WINED3DFMT_R5G5_SNORM_L6_UNORM.
wined3d: Improve the unsigned emulation of WINED3DFMT_R5G5_SNORM_L6_UNORM.
d3d9/tests: Add a test for signed formats.
wined3d: Add support for GL_EXT_texture_snorm.
wined3d: Support WINED3DFMT_R5G5_SNORM_L6_UNORM with EXT_texture_snorm.
d3d8/tests: Add a test for signed formats.
ddraw/tests: Add a test for signed formats.
ddraw: Set DDPF_BUMPLUMINANCE for V5U5L6 and X8L8V8U8.
ddraw: Remove support for V16U16.
wined3d: Initialize WINED3DTA_TEMP.
d3d9: Correct ColorFill validation.
d3d9/tests: Relax the fog range test a bit.
d3d8/tests: oFog is not initialized on r200.
ddraw/tests: r200 ignores the alpha channel when matching color keys.
ddraw: Add DDBLT_COLORFILL validation.
ddraw/tests: Add a DDBLT_COLORFILL test.
ddraw: Add DDBLT_DEPTHFILL validation.
ddraw/tests: Add tests for DDBLT_DEPTHFILL.
ddraw: Add validation and tests for DDBLT_ROP.
ddraw: Handle DDBLT_ROP in ddraw.
d3d9/tests: Extend the colorfill test.
Stefan Leichter (1):
msctf: Add TF_InitMlngInfo stub.
Vincent Povirk (9):
ole32: Test the entire range lock block for synchronization.
ole32: Don't use real synchronous locks for storage synchronization.
ole32: Accept only STG_E_INVALIDFUNCTION or success from LockRegionSync.
ole32: Add a 20 second timeout when attempting to grab locks.
ole32: Fail to open storage files that are locked incorrectly.
gdiplus: Do not access Bitmap bits when drawing transparent pixels.
gdiplus: Access bitmaps by row in alpha_blend_bmp_pixels.
gdiplus: Fix leak in test in todo_wine case.
gdiplus: GdipGetDC doesn't set the alpha channel for a 32-bit dib.
YongHao Hu (1):
msvcp90: Add istream::operator>>complex implementation and tests.
--
Alexandre Julliard
julliard(a)winehq.org