The Wine development release 1.9.22 is now available.
What's new in this release (see below for details):
- macOS clipboard support adapted to the new design.
- Initial implementation of bitmap rendering in Direct2D.
- More WebServices implementation.
- A few more steps towards HID support.
- Various bug fixes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.9/wine-1.9.22.tar.bz2http://mirrors.ibiblio.org/wine/source/1.9/wine-1.9.22.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.9.22 (total 25):
11910 Multiple games need msvcirt.dll.??0istrstream@@QAE@PADH@Z (Tron 2.0, NOLF2, Schizm 2)
16925 Star Trek: Borg does not run, needs msvcrt20.dll.??0ostrstream@@QAE@PADHH@Z
20569 Winamp's next page in the shoutcast radio/tv list doesn't respond
22671 Gestan crashes due to unimplemented msvcirt.dll.??0istrstream@@QAE@PAD@Z
24519 Fractal Time!: cannot select an area in the generated image to zoom in
26994 Microsoft reader crashes due to unimpl msvcirt.dll.?rdbuf@ostrstream@@QBEPAVstrstreambuf@@XZ
27553 Reservoir Dogs: no videos and black menu right after starting
29174 L2German.net: Lineage II installer crashes
29412 Right click on system tray icon not work
31338 Max Payne 2: The Fall of Max Payne (Steam) shows white screen and nothing else
32672 Rainbow Six: Only the sky is rendered
35025 Max Payne 2 Demo: checkboxes in options dialog have missing window styles
35281 KCleaner hangs up in system tray
35452 Warhammer 40,000: Dawn of War II (Steam) crashes on startup, reporting 'Failed to verify content catalog integrity'
35630 New ReactOS shell crashes on unimplemented function shell32.dll.723 a.k.a. SHCreateSessionKey
36205 TrySim v5.0 demo doesn't exit cleanly (crashes/hangs on exit)
36690 Rockman 7FC has issues with Shade Man Easter Egg
37410 Might & Magic Heroes IV crashes on startup
39364 LFS.exe (Live for Speed) crash on copy/paste (Ctrl+C) operation on chat history
41449 Power DVD 15 (Cyberlink) needs unimplemented function SHELL32.dll.SHRemoveLocalizedName
41492 Failure to compile: redefinition of typedef ‘EVENT_FILTER_DESCRIPTOR’
41565 WMI error in object Win32_ComputerSystemProduct, property UUID
41570 Xenia emulator needs unimplemented function api-ms-win-core-rtlsupport-l1-1.RtlLookupFunctionEntry called in 64-bit code
41572 Windows API crash (GetTimeZoneInformationForYear)
41575 Copy/Cut and paste do not work as of wine 1.9.21
----------------------------------------------------------------
Changes since 1.9.21:
Alexandre Julliard (1):
rpcrt4: Remove noisy fixme.
Alistair Leslie-Hughes (2):
comtrl32/treeview: Display state value as hex.
comdlg32/tests: Test when a directory is passed to OpenFileName Dialog.
Andrew Eikum (4):
quartz: Clarify debug strings.
d2d1: Implement d2d_transformed_geometry_FillContainsPoint().
d2d1: Implement d2d_path_geometry_FillContainsPoint().
d2d1/tests: Add FillContainsPoint() tests.
Andrey Gusev (8):
user32: Add support for WS_EX_RIGHT style.
wpc: Fix TRACE for WindowsParentalControls_CreateInstance.
po: Update Ukrainian translation.
api-ms-win-core-psapi-obsolete-l1-1-0: Add dll.
ext-ms-win-gdi-dc-create-l1-1-1: Add dll.
ext-ms-win-ntuser-message-l1-1-1: Add dll.
ext-ms-win-rtcore-ntuser-dpi-l1-1-0: Add dll.
ext-ms-win-ntuser-uicontext-ext-l1-1-0: Add dll.
Aric Stewart (6):
include: Correct NTSTATUS declaration for hidsdi.h.
hidclass.sys: Use IoSetCompletionRoutine.
hidclass.sys: Watch return for STATUS_PENDING not IRP status.
winebus.sys: Handle device reports for hidraw devices.
hid: Implement HidD_SetOutputReport.
winebus.sys: Implement IOCTL_HID_SET_OUTPUT_REPORT for hidraw.
Aurimas Fišeras (1):
po: Update Lithuanian translation.
Austin English (3):
shell32: Add SHRemoveLocalizedName stub.
shell32: Add SHCreateSessionKey stub.
api-ms-win-core-rtlsupport-l1-1-0: Add missing forwards.
Bruno Jesus (1):
comdlg32: Avoid crash when a path is passed into Open File Dialog.
Carlo Bramini (2):
comdlg32: Uses SetDlgItemInt() to simplify the code.
msi: Remove useless code.
Christoph von Wittich (1):
rpcrt4: Implement RpcBindingServerFromClient and populate NetworkAddr for each transport.
Detlef Riekenberg (1):
winspool: Add our driver for all usable Printer environments.
Donat Enikeev (2):
crypt32/tests: Add tests for Cert(Un)registerSystemStore.
crypt32: Cert(Un)RegisterSystemStore semi-stubs.
Frédéric Delanoy (1):
po: Update French translation.
Hadrien Boizard (1):
winex11.drv: Use EqualRect() instead of memcmp() to compare RECTs.
Hans Leidekker (13):
advapi32: Avoid printing control characters in traces.
davclnt: Return a fake handle from DavRegisterAuthCallback.
include: Avoid redefinition of PEVENT_FILTER_DESCRIPTOR.
netapi32: Implement DavGetUNCFromHTTPPath.
wbemprox: Use the WS_ prefix to avoid conflicts with Unix headers.
wbemprox: Return the hardware UUID for Win32_ComputerSystemProduct.UUID on macOS.
msi: Accept descriptors without component.
webservices: Implement WsReadBytes.
webservices: Implement WsReadCharsUtf8.
webservices: Implement WsReadChars.
webservices: Add a stub implementation of WS_TYPE_ATTRIBUTE_FIELD_MAPPING in the reader.
webservices: Explicitly pass the offset to read_type_struct_field.
webservices: Implement WsCall.
Henri Verbeet (1):
wined3d: Get rid of WINED3DFMT_FLAG_GETDC.
Hugh McMaster (7):
regedit/tests: Replace the hard-coded subkey path with a define.
regedit/tests: Open the registry key once in each test function.
regedit/tests: Handle different data types with one verify_reg() function.
regedit/tests: Add line break and complexity tests.
reg/tests: Add line break and complexity tests for 'reg import'.
regedit: Do not close the registy key handle when a line break is encountered.
regedit: Close the registry key handle in the read function instead of the parser.
Huw D. M. Davies (4):
comctl32: Make the position variables signed to avoid wrapping in the HDF_RIGHT case.
comctl32: Add support for the sort arrows.
winemac: Update the keyboard layout data immediately after changing the input source.
ntdll: Zero-init the buffer for non-linux versions of SystemProcessorPerformanceInformation.
Iván Matellanes (10):
msvcirt: Don't return negative values in in_avail and out_waiting.
msvcirt: Add a partial implementation of class ostrstream.
msvcirt: Implement ostrstream constructors.
msvcirt/tests: Add tests of ostrstream::pcount.
msvcirt: Add a partial implementation of class istrstream.
msvcirt: Implement istrstream constructors.
msvcirt: Add a partial implementation of class strstream.
msvcirt: Implement strstream constructors.
msvcirt: Add a partial implementation of class stdiostream.
msvcirt: Implement stdiostream constructors.
Jacek Caban (13):
wintrust: Don't close key if RegOpenKeyExW failed.
ntdll/tests: Added more registry symlink tests.
ntdll: Return NULL key on NtCreateKey failure.
advapi32: Pass options argument to NtOpenFileEx.
advapi32: Initialize retkey value in open_key.
ws2_32: Added FreeAddrInfoExW stub.
kernel32: Improved GetUserPreferredUILanguages stub.
taskschd: Added ITriggerCollection::Create implementation.
taskschd: Added IDailyTrigger::DaysInterval property implementation.
xmllite: Return success when setting XmlReaderProperty_MultiLanguage property.
xmllite: Return success when setting XmlReaderProperty_MaxElementDepth property.
ntdll: Cache error information for cacheable handles with no fd.
server: Allow caching device file handles.
Józef Kucia (17):
wined3d: Let buffer_direct_upload() invalidate STATE_INDEXBUFFER if needed.
wined3d: Clean up buffer_internal_preload().
wined3d: Rename buffer_internal_preload() to wined3d_buffer_load().
wined3d: Rename buffer_get_sysmem() to wined3d_buffer_load_sysmem().
wined3d: Explicitly track locations for buffers.
wined3d: Introduce wined3d_buffer_prepapre_location().
wined3d: Introduce wined3d_buffer_load_location().
wined3d: Do not assume that WINED3D_LOCATION_SYSMEM is always valid for double buffered buffers.
wined3d: Move buffer_get_memory() under wined3d_buffer_load_sysmem().
wined3d: Implement wined3d_buffer_prepare_location() for WINED3D_LOCATION_BUFFER.
wined3d: Introduce wined3d_buffer_get_memory().
wined3d: Prefer current locations to WINED3D_LOCATION_SYSMEM in wined3d_buffer_copy().
wined3d: Replace wined3d_buffer_load_sysmem() calls with wined3d_buffer_load_location().
wined3d: Introduce buffer_conversion_upload() helper function.
wined3d: Simplify remove_vbos().
wined3d: Fix index offset for immediate mode draws.
wined3d: Use buffer_bind() in buffer_conversion_upload().
Ken Thomases (18):
server: Make disconnecting a named pipe immediately close the client's connection and allow the server to initiate a new connection.
kernel32/tests: Test that ConnectNamedPipe() works immediately after DisconnectNamedPipe() without waiting for the client to close.
winemac: Allocate clipboard data as GMEM_FIXED.
winemac: Convert old-Mac-style line breaks (CR) to Windows-style CRLF when importing UTF-16.
winemac: Remove support for owner-displayed clipboard formats.
winemac: Remove support for converting among standard clipboard formats.
winemac: Don't export/import CF_BITMAP or CF_DIBV5 to/from a Mac-native data type.
winemac: Don't export/import CF_TEXT or CF_OEMTEXT to/from Mac-native data types.
winemac: Clamp the number of colors to <= 256 in bitmap_info_size().
winemac: Use GetDIBits to retrieve the bitmap header when exporting a bitmap.
winemac: Remove no-longer-called clipboard entry points.
winemac: Simplify format_for_type() and callers since there's at most one format for a given Mac pasteboard type.
winemac: Reimplement query_pasteboard_data() using the user32 clipboard API.
winemac: Change macdrv_copy_pasteboard_formats() to return a C array instead of a CFArray.
winemac: Run a single clipboard manager thread per window station, inside the explorer process.
winemac: Implement the UpdateClipboard entry point to have the clipboard manager update its status.
winemac: Detect loss of ownership of the Mac pasteboard and update the clipboard manager status.
winemac: Use min() rather than MIN(), which is not reliably defined.
Lauri Kenttä (1):
po: Update Finnish translation.
Marcus Meissner (2):
explorer: Check icon for NULL (Coverity).
riched20: Swap check for NULL ptr and first usage (Coverity).
Michael Stefaniuc (2):
mshtml/tests: Use EqualRect() to compare RECTs.
mshtml: Use EqualRect() to compare RECTs.
Nikolay Sivov (10):
po: Update Russian translation.
d2d1: Initial implementation of bitmap render target.
uxtheme: Remove stub message for implemented functions.
quartz: Remove stub messages for implemented methods.
advapi32: Remove stub message from implemented function.
wincodecs: Remove stub message for implemented methods.
d3drm: Remove stub messages for implemented methods TRACEs.
d2d1: Support setting and getting back start and end point for linear gradient brush.
d2d1: Store gradient stop collection pointer for linear gradient brush.
po: Update Russian translation.
Pierre Schweitzer (1):
mpr: Implement connected resources enumeration.
Piotr Caban (1):
gdiplus: Fix GdipCreateLineBrushFromRectWithAngle implementation.
Roman Pišl (2):
process: Make PROCESS_QUERY_LIMITED_INFORMATION sufficient for QueryFullProcessImageName().
user32: Fix buffer overflow in EDIT_EM_ReplaceSel().
Sebastian Lackner (11):
ntoskrnl.exe: Defer deallocation of in_buff in dispatch_ioctl.
ntoskrnl.exe: Add support for METHOD_IN_DIRECT/METHOD_OUT_DIRECT ioctls.
ntoskrnl.exe: Use MmInitializeMdl in IoAllocateMdl.
ntoskrnl.exe: Explicitly set MappedSystemVa for MDLs.
hidclass.sys: Use MmGetSystemAddressForMdlSafe to access MDL data.
hidclass.sys: Update reportBuffer pointer after reading packet from ringbuffer.
hidclass.sys: Fix memory leak in call_minidriver.
hidclass.sys: Fix memory leak in hid_device_thread.
hidclass.sys: Avoid magic constants in ringbuffer implementation.
hidclass.sys: Do not return failure when trying to set same ringbuffer size.
hidclass.sys: Only return new reports when reading data from ringbuffer.
Vincent Povirk (2):
gdiplus: Reimplement GdipDrawPolygon based on GdipDrawPath.
gdiplus: Implement GdipIsOutlineVisiblePathPoint.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.9.21 is now available.
What's new in this release (see below for details):
- Initial version of the HID minidriver.
- Support for lists in the RichEdit control.
- System tray improvements.
- Various bug fixes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.9/wine-1.9.21.tar.bz2http://mirrors.ibiblio.org/wine/source/1.9/wine-1.9.21.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.9.21 (total 18):
11819 The Longest Journey Demo: characters mostly invisible (broken TransformVertices with D3DVIEWPORT2)
22317 Motocross madness demo has wrongly projected dirt (d3d_viewport_TransformVertices needs projection matrix + wrong scale)
36499 Multiple applications need ID2D1Factory::CreateHwndRenderTarget implementation (SciTE 3.5.x, Direct2D .NET example apps)
37183 Autogenerated programs/cscript/ihost.h is not being removed by make clean
38530 eSignal 12.1 needs msvcp100.dll.?_Mtx_new@threads@stdext@@YAXAAPAX@Z
39263 RichEdit should hide selection when it is unfocused
39471 Elminage Gothic freezes after clicking on "New Game"
40422 Illustrator CS6: hangs on ESC key press while Text tool is being used
41142 gcc6: server build warnings
41231 regedit no longer processes registry input from stdin using "-" as filename
41405 Hornbill Supportworks Client 7.6.0: crashes with ExtFloodFill when open 'Incident Details' pane
41409 Battle.net crashes at launch
41420 Regression bug: bricscad crashes when copy or cut objects to the clipboard
41430 Nothing visibly happens when clicking System Info button in Microsoft PowerPoint Viewer 14.0 (msinfo32.exe lacks a GUI)
41432 Keyboard input code display program (Japanese VB6 application) doesn't run.
41437 Implement a 64-bit version of __std_type_info_hash
41455 Failed assertion in ME_SplitByBacktracking causes crash at end of Jupiter 2011 installer
41511 gray square on tab
----------------------------------------------------------------
Changes since 1.9.20:
Akihiro Sagawa (5):
kernel32: Implement LCMAP_FULLWIDTH.
kernel32: Implement LCMAP_HALFWIDTH.
webservices: Avoid decoding a nul character reference.
webservices: Add support for decoding decimal numeric character references.
webservices: Add support for decoding supplementary characters' references.
Alex Henrie (1):
msinfo32: Display an About dialog when the program is run.
Alexandre Goujon (1):
msvcrt: Implement 64-bit version of __std_type_info_hash.
Alexandre Julliard (3):
winex11: Add a helper function to send systray notifications.
explorer: Add a helper function to send systray notifications.
ntdll: Prevent importing the Zw functions.
Alistair Leslie-Hughes (1):
dpnet: Correct GetComponentByName to return the correct buffer size.
Andrey Gusev (3):
wined3d: Add missing '\n' to FIXME() messages.
api-ms-win-appmodel-runtime-l1-1-1: Add dll.
ext-ms-win-kernel32-package-current-l1-1-0: Add dll.
André Hentschel (2):
shell32/tests: Mark win10 failure as broken.
advapi32/tests: Don't crash the service test on wow64 Wine.
Aric Stewart (12):
winebus.sys: Watch for hid raw device addition and removal.
winebus.sys: Add implementation for device removal.
hidclass.sys: Minidriver handling for IRP_MN_REMOVE_DEVICE finished the IRP.
winebus.sys: Implement IOCTL_HID_GET_DEVICE_ATTRIBUTES for hid devices.
winebus.sys: Implement IOCTL_HID_GET_DEVICE_DESCRIPTOR for hidraw.
winebus.sys: Implement IOCTL_HID_GET_REPORT_DESCRIPTOR for hidraw.
winehid.sys: Add HID minidriver.
winehid.sys: Register as a HID minidriver.
include: Define IoSkipCurrentIrpStackLocation.
winehid.sys: Implement handing internal ioctls.
wine.inf: Add WineHID to the CriticalDeviceDatabase.
winebus.sys: Implement IOCTL_HID_GET_STRING for hidraw.
Aurimas Fišeras (2):
po: Update Lithuanian translation.
po: Update Lithuanian translation.
Austin English (1):
subst: Add stub program.
Carlo Bramini (1):
winefile: Use StrFormatByteSizeW.
Dmitry Timoshkov (1):
include/d2d1.idl: Remove duplicate typedefs.
Gerald Pfeifer (2):
winedbg: Extend buffer in packet_query_monitor_process to avoid avoid overrun/truncation.
wininet: Increase buffer in _test_status_code to avoid potential potential overflow.
Hadrien Boizard (1):
winemac.drv: Use EqualRect() instead of memcmp() to compare RECTs.
Hans Leidekker (16):
ntdll: SzCSDVersion is an empty string on Windows 8 and up.
advapi32: Add a stub implementation of EnableTraceEx2.
webservices: Add support for writing WS_DATETIME values.
webservices: Add support for reading WS_BYTES values.
webservices: Add support for writing WS_BYTES values.
wbemprox: Fix the variant type for Win32_SystemEnclosure.ChassisTypes.
wbemprox: Return NULL for Win32_BIOS.IdentificationCode.
wbemprox: Get rid of hard-coded OS version numbers.
include: Avoid redefinition of EVENT_FILTER_DESCRIPTOR.
webservices: Strip trailing zeros from time fraction.
webservices/tests: Add more text type tests.
webservices: Handle nil elements in the reader.
webservices: WS_FIELD_OPTIONAL takes precedence over WS_FIELD_NILLABLE.
webservices: Determine field size from write options and type size.
webservices: Fix node insertion in the reader when the current node is an end element.
webservices: Implement WS_STRUCT_IGNORE_TRAILING_ELEMENT_CONTENT.
Huw D. M. Davies (47):
riched20: Set the end-of-paragraph run width to that of a space.
riched20: Add an option to move the cursor to after the final end-of-paragraph.
riched20: Allow selecting the final end-of-paragraph when using the right arrow key.
riched20: Allow selecting to the start / end when using the up / down arrow keys.
riched20: Allow selecting the final end-of-paragraph when using the mouse.
riched20: Clearing the insert style should not depend on the event mask.
riched20: Move the wrap context struct into wrap.c .
riched20: Use the provided style for the end-of-paragraph run.
riched20: Alter ME_SaveTempStyle() to accept the new style.
riched20: Set a temporary insert style for the new paragraph.
riched20: Set the format of the final eop to be that of the last char.
riched20: Remove an unnecessary call to ME_SaveTempStyle().
riched20: Don't try to wrap the end-of-paragraph run.
riched20: Reset the numbering style info after a \pard .
riched20: Implement parsing of the paragraph numbering destination.
riched20: Add the ability to create ME_Strings from constants.
riched20: Maintain a ptr to the end-of-paragraph run.
riched20: Add support for displaying bulleted lists.
riched20: Update the paragraph numbering style if the end-of-paragraph style changes.
wordpad: Improve the indentation of bulleted lists.
riched20: Add support for arabic number labelled lists.
riched20: Add support for letter labelled lists.
riched20: Add support for roman numeral labelled lists.
wordpad: Add list labelling menu.
wordpad: Switch the main menu to MENUEX so that the list menu can be given an id.
wordpad: Remove BTNS_BUTTON from the toolbar style - it's a button style.
wordpad: Add a dropdown menu to the bullet button.
wordpad: Keep the list indentation aligned when the margins are changed.
riched20: The new eop style when typing a list is a copy of the existing eop style.
riched20: Don't emit paragraph props if they're the same as the previous paragraph's.
riched20: Don't emit default values.
riched20: Add a helper to add a font to the font table.
riched20: Add a helper to add a colour to the colour table.
riched20: Move the check for cell border colours into the same loop as the other colours.
riched20: Add any paragraph numbering fonts to the font table.
riched20: Add a helper to find a font in the font table.
riched20: Add a helper to find a colour in the colour table.
riched20: Emit RTF for paragraph numbering.
riched20: Draw the paragraph numbering text in the correct colour.
riched20/tests: Add a test to show the insert style is cleared if the selection changes.
include: Add a padding WORD to ensure that wWeight is at the correct offset.
riched20: Initialize the remaining CHARFORMAT2 members.
riched20: Fix the interaction between CFE_UNDERLINE and bUnderlineType.
riched20: Incrementally update the character format.
riched20: Simplify call to ME_StreamOutRTFParaProps().
riched20: Remove the question marks from the generator string.
riched20: Remove unnecessary spaces before carriage returns.
Jacek Caban (9):
winhttp: Added WINHTTP_OPTION_CLIENT_CERT_CONTEXT option stub.
kernel32/tests: Added GetNamedPipeInfo tests.
mshtml: Fixed leak in get_nsstyle_attr_nsval.
mshtml: Update binding moniker in handle_redirect.
rpcrt4: Use NtReadFile in rpcrt4_conn_np_read.
mshtml: Added support for non-pixel style values in IHTMLStyle::get_pixel* functions.
ntdll/tests: Added a test of using NtCancelIoEx on iosb associated with pipe listening.
ws2_32: Pass completion routing to NtDeviceIoControlFile in server_ioctl_sock only if caller provided completion routine.
server: Create ifchange async queue on socket fd.
Józef Kucia (16):
wined3d: Use MAX_TEXTURES instead of magic number.
wined3d: Do not create separate dummy texture for each texture image unit.
wined3d: Bind dummy textures to all texture image units.
wined3d: Pass context to create_default_samplers().
wined3d: Store pointer to device in wined3d_context.
wined3d: Avoid using "context->swapchain" in context_update_window().
wined3d: Avoid trying to get backup DC when context is no longer associated with swapchain.
wined3d: Call context_destroy() directly if context is not associated with swapchain.
wined3d: Avoid destroying active contexts.
wined3d: Pass context to destroy_default_samplers().
wined3d: Pass context to destroy_dummy_textures().
wined3d: Get wined3d creation flags from d3d_info.
wined3d: Call GL functions through gl_info.gl_ops in ffp_blit_blit_surface().
wined3d: Call glGetIntegerv() through gl_info.gl_ops.
wined3d: Call glFlush() through gl_info.gl_ops.
wined3d: Call GL functions through gl_info.gl_ops in context_dump_fbo_attachment().
Ken Thomases (1):
winemac: Post WINDOW_FRAME_CHANGED with the non-fullscreen frame when exiting of fullscreen mode begins.
Kim Malmo (2):
po: Update Norwegian translation.
po: Some more updates to Norwegian translation.
Kimmo Myllyvirta (1):
wined3d: Clear texture flag from correct format when color fixup is not supported.
Marcus Meissner (2):
webservices: Add error checking (Coverity).
gdiplus: Assign error return (Coverity).
Matteo Bruni (20):
wined3d: Add ARB_fragment_coord_conventions extension.
wined3d: Avoid vpos fixups when ARB_fragment_coord_conventions is supported.
wined3d: Add core version of the functions introduced by EXT_draw_buffers2.
wined3d: Add ARB_viewport_array extension.
wined3d: Add ARB_clip_control extension.
wined3d: Use ARB_clip_control to avoid vertex position fixups.
wined3d: Slightly offset the viewport in the ARB_clip_control case.
wined3d: Account for offscreen rendering in the pixel shader key only if vpos is used.
wined3d: Flag WINED3D_SHADER_CONST_PS_Y_CORR on framebuffer changes.
d3d9/tests: Make the window client rect match the d3d swapchain size.
d3d9/tests: Add a test for the dsy SM3 instruction.
d3d11/tests: Make the window client rect match the d3d swapchain size.
d3d11/tests: Add a test for derivative shader instructions.
d3d10core/tests: Make the window client rect match the d3d swapchain size.
d3d10core/tests: Add a test for ddy.
wined3d: Cleanup user clip distances defines and fields a bit.
wined3d: Recognize a couple of Haswell / Broadwell GPUs on macOS.
wined3d: Add a bunch of Broadwell and Skylake PCI ids and descriptions.
wined3d: Ignore driver model if the requested driver model entry is missing.
wined3d: Store blit quad texture coordinates in a struct wined3d_vec3 array.
Michael Müller (1):
wmic: Improve cmd line parser and add support for path command.
Michael Stefaniuc (5):
dmusic/tests: Add basic COM tests for IDirectMusicPort.
dmusic: Simplify the IDirectMusicPort_QueryInterface implementation.
dmusic: Move the SynthPortImpl struct to where it is used.
dmusic: Support the IKsControl interface for the synth port.
ws2_32: Use debugstr_guid() to trace GUIDs.
Nikolay Sivov (7):
d2d1: Initial implementation of HWND render target.
d2d1/tests: Initial tests for bitmap render target.
include: Update to latest dwrite revision.
d2d1: Support shared bitmaps created from dxgi surface.
d2d1: Make some of drawing calls a wrappers over DrawGeometry().
dwrite: Update to IDWriteFactory4.
d2d1: Implement GetDesktopDpi().
Piotr Caban (4):
msvcp110: Fix cin/cout/cerr/clog structure sizes.
msvcp140/tests: Test virtual base table size exports.
msvcp110: Fix num_get structure layout.
msvcp100: Add stdext::threads::_Mtx_* implementation.
Roman Pisl (5):
shell32: Implement NIM_SETVERSION.
winex11: Implement NIM_SETVERSION.
explorer: Implement NIM_SETVERSION.
winex11: Send WM_CONTEXTMENU on WM_RBUTTONUP and NIN_SELECT on WM_LBUTTONUP.
explorer: Send WM_CONTEXTMENU on WM_RBUTTONUP and NIN_SELECT on WM_LBUTTONUP.
Sebastian Lackner (13):
winebus.sys: Spawn a device loop thread and add synchronization.
kernel32/tests: Add a testcase for CreateFileA with an invalid path.
ntoskrnl.exe: Return STATUS_INVALID_DEVICE_REQUEST when calling unhandled driver function.
ntoskrnl.exe: Fix a copy & paste error in dispatch_close.
ntoskrnl.exe: Remove checks if MajorFunction is NULL.
ntoskrnl.exe: Fix parameters of IoBuildSynchronousFsdRequest in dispatch_flush.
ntoskrnl.exe: Use completion routine to transfer result of IRP back to server.
user32/tests: Fix test failures on 64-bit testbot VMs.
ntoskrnl.exe: Don't transfer back input buffer for IRP_MJ_WRITE requests.
ntoskrnl.exe: Add support for async close processing.
ntoskrnl.exe: Fix management of input/output buffers in dispatch handlers.
ntoskrnl.exe: Do not abuse UserEvent to store event handle.
winebus.sys: Add a strdupAtoW implementation.
Stefan Dösinger (6):
ddraw/tests: Add position tests for D3DPROCESSVERTICES_TRANSFORM.
ddraw: Store d3d1 projection matrices in device->legacy_projection.
ddraw/tests: Test d3d2 and 3 drawing with non-standard viewports.
ddraw: Apply legacy clipspace to d3d2.
ddraw: Use the clip space matrix in TransformVertices.
ddraw/tests: Add D3DVIEWPORT2 transform tests.
Vincent Povirk (9):
gdiplus: Add FIXME for EMF records we need to implement.
gdiplus/tests: Add test for gdi32 SetWorldTransform record.
gdiplus: Implement EMR_SETWORLDTRANSFORM playback.
gdiplus: Implement EMR_EXTSELECTCLIPRGN playback.
gdiplus: Allow widening a "closed" line segment.
gdiplus: GdipDrawLine ignores 0-pixel pens.
gdiplus/tests: Add tests for 0-pixel pens.
gdiplus: Add non-gdi32 implementation of GdipDrawPath.
gdiplus: Add a software path for thin line drawing.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine maintenance release 1.8.5 is now available.
What's new in this release (see below for details):
- Various bug fixes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.8/wine-1.8.5.tar.bz2http://mirrors.ibiblio.org/wine/source/1.8/wine-1.8.5.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.8.5 (total 58):
16971 Windows Movie Maker 2.x needs ole32.dll.StgOpenPropStg
19538 Microsoft Publisher 2007 and 2010 crash when opening documents/templates (TSF manager 'ITextStoreACPSink' must support QI with 'IID_ITextStoreACPServices')
20896 Use-after-free in DdeClientTransaction in user32 dde tests
23298 Windows utility 'relog.exe' crashes on unimplemented function 'pdh.dll.PdhGetLogFileTypeW'
24645 PDF Factory 3.x/4.x installer fails to install printer drivers (winspool.SetPrinterW lacks support for level 8, global default printer settings)
31693 CAPCOM games using gamepad start with axes X/Y pressed up/left
31913 EasyPal version August 6 2012 crashes on unimplemented function msvcp60.dll.??Dstd@@YA?AV?$complex@N@0@ABNABV10@@Z
32491 dbghelp doesn't support DW_FORM_flag_present
32936 SmartMusic 2012/2014 crashes on startup (Core Audio adapter 'PKEY_DeviceInterface_FriendlyName' property not supported)
33140 Photos opened in Nikon Capture NX 2.4 have inverted red and blue channel for displaying.
33398 Word / Excel 2010: crash when clicked (2nd or 3rd times) on a link
33457 An integer overflow @line 268 of dsa.c ?
34281 PlotSoft PDFill 10 fails on startup, reports 'No Fonts found under: C:\\windows\\Fonts' (at least one font name in registry must contain 'truetype' token)
34286 dinput doesn't report DIDOI_ASPECT* for joystick axes
34504 __unDName doesn't support function pointer with type "P8"
34507 __unDName doesn't support data type "$$B"
34870 Multiple games and applications crash on unimplemented function msvcr100.dll _crt_debugger_hook (ArchiCAD 16, Far Cry 4)
35286 Borderlands (Steam) crashes on unimplemented function msvcr90.dll._crt_debugger_hook
35824 UltraISO 'ISODrive.sys' crashes in entry point (SCM doesn't start SERVICE_FILE_SYSTEM_DRIVER type services with winedevice hosting process)
35892 sdb2xml (.NET 2.0 app) crashes on unimplemented function apphelp.dll.SdbGetAppPatchDir
36625 can't set text background color in richedit
38276 IsDialogMessage(NULL,...) must always return FALSE
38310 Trackbar control (msctls_trackbar32) does not send WM_CTLCOLORSTATIC as it does in Windows
39034 SuperTux 0.3.5a crashes on startup
39074 IXMLDOMDocument::cloneNode crash
39181 "When Monster Strikes", "The Vanishing of Ethan Carter Redux" require msvcr120.dll._set_FMA3_enable
39195 msvcr120.dll.nextafter is needed by Sonkwo
39475 PhysX 9.15.0428 installer does not run ('advapi32.RegOpenCurrentUser' must return a real handle instead of 'HKEY_CURRENT_USER' for user root key)
39677 Zararadio crashes when it has to change from a playlist to another.
39744 No sound with winepulse.drv in multiple applications when PulseAudio fails to allocate full buffer
39792 Saturn PCB Design Toolkit 6.86 fails to load, reporting missing 'SHCore.dll' dependency (import descriptors with empty thunk list must be ignored)
39823 "fixme:nls:CompareStringEx semi-stub behavor for flag(s) 0x10000000" appears thousands of times in terminal when running the Lego Mindstorms EV3 software
39852 3DMark03: Mother Nature test: waterfall has no transparency if AllwaysOffScreen=disabled
39861 Windows utility 'relog.exe' crashes on unimplemented function 'pdh.dll.PdhBindInputDataSourceW'
39874 Alien Shooter crashes often with access violation
39892 UFile crashes with runtime error when rendering certain pages
39950 Cabal II can't be opened, needs msvcp100.dll.?lowest@?$numeric_limits@M@std@@SAMXZ
40034 Linksys usb wireless adapter installer needs wlanapi.dll.WlanEnumInterfaces
40035 VMware shared folders network provider fails loading in MPR
40411 Regedit.exe /e only exports HKLM
40580 TASCAM US-16x08 soundcard controller crashes
40734 Unreal Tournament 3 doesn't quit properly when Pulseaudio is used
40757 GOG Galaxy crashes with unimplemented function api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vsnwprintf_s
40758 GOG Galaxy crashes with unimplemented function api-ms-win-crt-runtime-l1-1-0.dll._get_wide_winmain_command_line
40815 comctl32: Leftmost position of trackbar not selectable with mouse, slider initial position wrong
40882 Nvidia GT 740M is not correctly recognized
40905 Multiple applications need api-ms-win-crt-runtime-l1-1-0.dll._get_narrow_winmain_command_line (PCSX2 1.4.0, Battle.Net Launcher)
41010 TVS_TRACKSELECT uses wrong hittest region
41015 comctl32/treeview: Alt-Up/Down keyboard shortcuts don't work
41040 VariantChangeTypeEx lead to error when casting IUnknown(nil) -> IDispatch
41044 Age of Mythology: Extended Edition needs api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vswprintf_s
41066 Unhandled page fault in RtlWow64EnableFsRedirectionEx when passed bad *old_value pointer
41079 Hauppauge Capture crashes on unimplemented function cfgmgr32.dll.CM_Get_Version
41094 comctl32/treeview: TVS_FULLROWSELECT style does not work
41103 Fails to parse Extended Properties since it has quotes around its value.
41111 CPU-Z driver needs hal.dll.WRITE_PORT_UCHAR
41165 MiTeC System Information X needs unimplemented function wlanapi.dll.WlanCloseHandle
41182 Don't export QT_QPA_PLATFORM
----------------------------------------------------------------
Changes since 1.8.4:
Akihiro Sagawa (1):
comctl32: Prevent invalid focus change notifications from LVS_OWNERDATA lists.
Alex Henrie (2):
ole32: Implement StgCreatePropStg.
ole32: Implement StgOpenPropStg.
Alistair Leslie-Hughes (1):
comctl32/trackbar: Use WM_CTLCOLORSTATIC when painting background.
Andrew Church (1):
dinput: Report DIDOI_ASPECTPOSITION flag for axes objects.
Andrew Eikum (3):
winepulse.drv: Buffer data locally when needed.
winepulse.drv: Don't hold PA-owned buffer between capture callbacks.
mmdevapi: Fix some DEVPKEY definitions.
Andrey Melnikov (1):
gdi32: Handle NULL filename in GetICMProfileA().
André Hentschel (3):
winspool: Implement SetPrinterW for level 8.
hal: Add WRITE_PORT_UCHAR stub.
msvcrt: Don't continue on demangle failure (Coverity).
Austin English (6):
pdh: Add PdhGetLogFileTypeA/W stubs.
pdh: Add PdhBindInputDataSourceA/W stubs.
kernel32: Make CompareStringEx semi-stub flag FIXME only show once.
wlanapi: Add a stub for WlanEnumInterfaces.
wlanapi: Add WlanCloseHandle() stub.
apphelp: Add SdbGetAppPatchDir stub.
Benjamin Hodgetts (1):
wined3d: Add Nvidia 1XXX range to detection list.
Bruno Jesus (1):
dinput: Use the correct index to remap the axis.
Daniel Lehman (1):
ucrtbase: Add some wide functions called on startup.
Jacek Caban (2):
mshtml: Fixed OnStopBinding if it's called called after we aborted document binding.
mshtml: Properly convert VT_NULL to string in get_elem_attr_value_by_dispid.
Jeremy Audiger (1):
wined3d: Add Nvidia GT 740M to the GPU list.
Joerg Schiermeier (1):
loader/wine.inf: Correct wrong symlink.
Kenneth Haley (1):
v4 resend: Riched20: allow setting background text color.
Matt Robinson (1):
ntdll: Catch page fault in RtlWow64EnableFsRedirectionEx.
Nikolay Sivov (21):
gdi32: Keep font tables tags defined in one place.
gdi32: Support special 'ttcf' tag in GetFontData().
oleaut32: Fix return value when converting from NULL interface pointers.
ucrtbase: Added __stdio_common_vsnwprintf_s().
ucrtbase: Added __stdio_common_vswprintf_s().
comctl32/treeview: Handle WM_SYSKEYDOWN.
comctl32/treeview: Set hot item when hovering over item, not entire row.
ucrtbase: Implement _get_narrow_winmain_command_line/_get_wide_winmain_command_line.
comctl32/trackbar: Update thumb on range change.
comctl32/trackbar: Fix mouse position to thumb position conversion rounding.
dbghelp: Recognize DW_FORM_flag_present.
oledb32: Support quoted values in initialisation strings.
setupapi: Added CM_Get_Version().
user32: Handle invalid dialog handles in IsDialogMessage().
gdi32: Append "TrueType" suffix to registry key names.
advapi32: Make RegOpenCurrentUser() return real key handles for current SID.
msxml3: Fix cloneNode() for document nodes.
comctl32/treeview: Fix hot-tracking with TVS_FULLROWSELECT.
comctl32/treeview: Fill full row for TVS_FULLROWSELECT style.
msctf: Make ITextStoreACPSink a part of context object.
msctf: Added stub ITextStoreACPServices support for context ITextStoreACPSink.
Pierre Schweitzer (1):
mpr: Add support for REG_EXPAND_SZ for providers path.
Piotr Caban (7):
msvcp100: Add numeric_limits<*>::lowest implementation.
msvcp60: Export more complex numbers operators.
msvcr120: Add _set_FMA3_enable stub.
msvcrt: Add support for member function pointers demangling in unDName function.
msvcrt: Add support for $$B datatype description format in unDName.
msvcp120: Add vtordisp field to classes with virtual base.
msvcrt: Add _crt_debugger_hook implementation.
Sebastian Lackner (3):
kernel32: Do not inherit QT_* environment variables to Windows environment.
ntdll: Skip unused import descriptors when loading libraries.
services: Start SERVICE_FILE_SYSTEM_DRIVER services with winedevice.
Stefan Dösinger (2):
d3d8: Don't validate 2D texture lock coordinates.
wined3d: Rotate through swapchain buffers.
Thomas Faller (1):
dde: Fix use-after-free.
Xiaoshan Sun (1):
comctl32/dsa: Handle overflow in DSA_InsertItem().
YongHao Hu (1):
msvcr120: Enable MSVCRT__nextafterf when _MSVCR_VER>=120.
--
Michael Stefaniuc
mstefani(a)winehq.org
The Wine development release 1.9.20 is now available.
What's new in this release (see below for details):
- Reimplementation of the clipboard API.
- Message handling in WebServices.
- Many more API Set libraries.
- Various bug fixes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.9/wine-1.9.20.tar.bz2http://mirrors.ibiblio.org/wine/source/1.9/wine-1.9.20.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.9.20 (total 18):
27671 ComboFix fails to install
29661 wineboot unable to create win32 prefix if the directory already exists
30368 AMD Radeon 6480g detected as ATI Radeon 3200
32694 NVIDIA GTX 690 not in the list of recognized cards.
39447 Unimplemented function hid.dll.HidP_TranslateUsagesToI8042ScanCodes
41050 Age of Mythology: Extended Edition needs api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vswscanf
41086 Unimplemented function msvcp140.dll.??0?$codecvt@_WDU_Mbstatet@@@std@@QAE@I@Z needed by Battle.net
41136 GOG Galaxy installer crashes with "wine: Call from 0x7b43c7cc to unimplemented function msvcp140.dll.?_Execute_once@std@@YAHAAUonce_flag@1@P6GHPAX1PAPAX@Z1@Z"
41273 Texted added to clipboard in Wine not pasting in native Linux applictions.
41315 Windows 10 DISM doesn't launch, needs advapi32.EventWriteTransfer
41333 MeterBasic (Tonne Software) crashes at start
41336 Windows 10 DISM pkgmgr.exe doesn't launch, needs api-ms-win-core-libraryloader-l1-2-2.dll
41343 Ellisys Visual USB needs unimplemented function newdev.dll.DiInstallDriverA
41352 World of Tanks crashes with unimplemented function msvcp140.dll.?_Getcat@?$codecvt@DDU_Mbstatet@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z
41381 Marvelous Designer 6 needs msvcp140.dll.?_Getcat@?$codecvt@DDU_Mbstatet@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z
41389 ComboFix fails to install: complains about missing HKLM\System\CurrentControlSet\Control\hivelist
41396 Sony Xperia Companion needs KERNEL32.dll.SetDefaultDllDirectories
41399 GOG Galaxy crashes with unimplemented function msvcp140.dll.?tellg@?$basic_istream@DU?$char_traits@D@std@@@std@@QAE?AV?$fpos@U_Mbstatet@@@2@XZ
----------------------------------------------------------------
Changes since 1.9.19:
Akihiro Sagawa (9):
kernel32/tests: Consolidate duplicated code for invalid LCMapString flag tests.
kernel32: Do not allow to combine NORM_IGNORENONSPACE and/or NORM_IGNORESYMBOLS with other LCMAP flags.
kernel32: Zero is an invalid flag value.
kernel32/tests: Add LCMAP_TITLECASE test.
kernel32/tests: Add more mapping tests for LCMapString.
kernel32: Short circuit required length calculation.
kernel32: Refactor the codepath and a variable usage.
kernel32: Implement LCMAP_HIRAGANA.
kernel32: Implement LCMAP_KATAKANA.
Alexandre Julliard (44):
winex11: Add separate export functions for the various string types.
winex11: Use the correct data type for property atoms.
winex11: Add a debug helper to trace atom names.
winex11: Add a helper function to store property data.
winex11: Add a helper function to convert the selection.
winex11: Move common code out of the export functions and simplify their usage.
winex11: Move common code out of the import functions and simplify their usage.
winex11: Merge converting the selection and importing it.
winex11: Use a standard export function to handle MULTIPLE requests.
winex11: Use a standard export function to handle TARGETS requests.
winex11: Reimplement targets enumeration using standard clipboard APIs.
winex11: Use standard clipboard APIs to retrieve the data to export.
winex11: Use a standard import function to retrieve the TARGETS property.
winex11: Support import multiple drag&drop properties in a single call.
winex11: Add helper functions to find and register Win32 clipboard formats.
winex11: Add helper functions to find and register X11 clipboard formats.
winex11: Get rid of support for reigstering Win32 formats without a corresponding atom.
winex11: If multiple clipboard formats can be exported, use the first available one.
winex11: Reimplement import_targets to go through the format list in the standard way.
winex11: Store the list of X11 formats when retrieving the TARGETS property.
user32: Add an UpdateClipboard entry point to allow the driver to refresh the clipboard before it's open.
winex11: Implement the UpdateClipboard entry point to refresh the cache.
server: Get rid of the clipboard sequence number update hack.
user32: Store clipboard data on the server side.
user32: Retrieve available clipboard formats from the server.
user32: Retrieve clipboard data from the server.
user32: Add synthesized clipboard formats on the server side.
user32: Cache clipboard data on the client side.
user32: Remove no longer used clipboard driver entry points.
winex11: Add a helper function to register builtin clipboard formats.
winex11: Remove the driver-side clipboard data storage.
winex11: Run a single clipboard manager thread per window station, inside the explorer process.
winex11: Ignore X11 errors happening on the clipboard display connection.
user32: Enforce null termination of strings added to the clipboard.
winex11: Add a helper function to import a Unicode string.
winex11: Add a helper function to export a Unicode string.
winex11: Always go through Unicode for clipboard strings.
winex11: Remove support for owner-displayed clipboard formats.
winex11: Remove support for exporting the CF_METAFILEPICT format.
winex11: Remove support for exporting the CF_BITMAP, CF_PALETTE and CF_DIBV5 formats.
winex11: Remove support for exporting the CF_OEMTEXT and CF_LOCALE formats.
user32: Fix METAFILEPICT marshalling for 64-bit.
winex11: Add clipboard support for the polymorphic TEXT format.
winex11: Export the TIMESTAMP clipboard property.
Andrew Eikum (1):
wininet: Don't crash by debug printing too long URLs.
Andrew Kanaber (1):
wined3d: Add id for Broadwell Xeon E3 GPU.
Andrey Gusev (10):
api-ms-win-eventing-consumer-l1-1-0: Add dll.
api-ms-win-eventing-controller-l1-1-0: Add dll.
api-ms-win-security-audit-l1-1-1: Add dll.
api-ms-win-security-base-private-l1-1-1: Add dll.
api-ms-win-core-appinit-l1-1-0: Add dll.
api-ms-win-core-version-private-l1-1-0: Add dll.
api-ms-win-core-appcompat-l1-1-1: Add dll.
api-ms-win-core-bem-l1-1-0: Add dll.
api-ms-win-service-private-l1-1-1: Add dll.
user32/tests: Fix incorrect usage of broken() function.
André Hentschel (2):
urlmon/tests: Mark data53 test as broken on Win10.
d3d9/tests: Allow D3D_OK for lost device present (Win10).
Aric Stewart (4):
ntoskrnl.exe: Send PnP and Power IRPs to plug and play devices.
ntoskrnl.exe: Implement DevicePropertyEnumeratorName for IoGetDeviceProperty.
ntoskrnl.exe: Implement removing plug and play devices.
hid: Stub HidP_TranslateUsagesToI8042ScanCodes.
Austin English (11):
advapi32: Add EventWriteTransfer stub.
api-ms-win-core-delayload-l1-1-0: Add dll.
api-ms-win-core-libraryloader-l1-2-2: Add dll.
newdev: Add DiInstallDriverA/W stubs.
api-ms-win-core-io-l1-1-0: Add dll.
api-ms-win-core-xstate-l1-1-0: Add stub dll.
api-ms-win-service-core-l1-1-0: Add dll.
api-ms-win-service-management-l2-1-0: Add dll.
api-ms-win-service-winsvc-l1-1-0: Add dll.
kernel32: Add SetDefaultDllDirectories stub.
wine.inf: Add HKLM\System\CurrentControlSet\Control\hivelist key.
Detlef Riekenberg (2):
ntdll/tests: Use case insensitive compare for filenames.
scrrun/tests: Use case insensitive compare for filenames.
Filip Frąckiewicz (5):
wined3d: Add NVIDIA GTX 690 (GK104) to the GPU list.
wined3d: Add NVIDIA GTX 675MX to the GPU list.
wined3d: Add NVIDIA GTX 760 Ti to the GPU list.
wined3d: Add AMD Radeon HD 6480G IGP.
wined3d: Add NVIDIA GTX 980 Ti.
Hadrien Boizard (1):
ole32: Use debugstr_guid() in TRACES.
Hans Leidekker (8):
webservices: Escape XML special characters where needed.
webservices: Fix corner cases in write option handling.
webservices: Use public channel functions in the service proxy implementation.
webservices: Add support for WS_MESSAGE_PROPERTY_BODY_READER/WRITER in WsGetMessageProperty.
webservices: Don't write an empty header element for messages that have an action.
webservices: Implement WsSendMessage.
webservices/tests: Add tests for WsSendMessage.
webservices: Implement WsReceiveMessage.
Henri Verbeet (7):
d3d11: Use wine_rb_remove() in state object cleanup.
wined3d: Use wine_rb_remove() in delete_glsl_program_entry().
wined3d: Implement the initial texture data upload on top of wined3d_device_update_sub_resource().
wined3d: Implement the initial buffer data upload on top of wined3d_device_update_sub_resource().
wined3d: Don't require a specific context in wined3d_device_init_3d().
wined3d: Wait for the resource to become idle when destroying user memory textures.
wined3d: Wait for the texture to become idle before modifying it in wined3d_texture_update_desc().
Huw D. M. Davies (9):
user32/tests: BITMAPCOREINFO icons are no longer supported on Win 8.
user32: Use MB_USEGLYPHCHARS in OemToCharBuffW().
user32: Implement OemKeyScan().
wordpad: Only read up to the maximum number of recent files from the menu.
riched20: Don't clear the existing mask when reading a \ltrpar .
riched20: Pass a ME_Paragraph structure to ME_SetParaFormat().
gdi32: Check that ExtFloodFill()'s initial co-ordinates lie within the dib.
riched20: Embed PARAFORMAT2 in the paragraph struct rather than its ptr.
riched20: Add checks for allocation failures.
Jacek Caban (2):
rbtree.h: Added ordered iteration functions and macros.
jscript: Use wine_rb_tree to store local variables in compiler_ctx_t.
Józef Kucia (7):
d3d11: Sanitize buffer view flags.
d3d11/tests: Add test for swapchain formats.
include/d3d10: Add D3D10_FORMAT_SUPPORT enum.
d3d10core/tests: Port test_required_format_support() from d3d11.
d3d10core/tests: Port test_swapchain_formats() from d3d11.
d3d11/tests: Run test_*() functions for each feature level separately.
d3d11/tests: Trace optional format support.
Matteo Bruni (8):
wined3d: Fix a bunch of typos.
wined3d: Update the Mesa d3d level detection hack.
wined3d: Use unsigned constants in shifts.
wined3d: Use round() on core profile.
wined3d: Enable lod and grad texture lookups on core profile.
wined3d: Fix ps_3_0 packed inputs limit.
wined3d: Fix doublebuffer mode trace.
wined3d: Call glGetIntegerv() through the gl_info function pointer.
Michael Müller (2):
dsound: Pretend that the driver is certified.
ntdll: Open current working directory with FILE_TRAVERSE access.
Michael Stefaniuc (11):
mshtml: Avoid casts from COM objects to interfaces.
jscript: Use CONTAINING_RECORD() to get from a field to a struct.
jscript: Use the existing helpers to get from a jsdisp_t to an Instance.
jscript: Add more jsdisp_t to Instance helpers.
user32/tests: Remove two commented out printf().
user32/tests: Use EqualRect() instead of open coding it.
user32/tests: Use wine_dbgstr_rect() to print rects.
dpvoice: Use debugstr_guid() to trace GUIDs.
strmbase: Don't bother tracing the GUID pointers too.
quartz: Avoid using CopyRect().
webservices/tests: Use IsEqualGUID() to compare GUIDs.
Piotr Caban (13):
msvcp140: Add codecvt<char,char,_Mbstatet> exports.
msvcp140: Add _Cnd_init_in_situ implementation.
msvcp140: Add _Execute_once implementation.
msvcp140: Introduce _Mbstatet structure.
msvcp140: Add codecvt<wchar_t,char,_Mbstatet> exports.
msvcp140: Add codecvt<short,char,_Mbstatet> exports.
msvcp110: Add _Cnd_{do_broadcast,register,unregister}_at_thread_exit implementation.
msvcp120: Add _Cnd_{do_broadcast,register,unregister}_at_thread_exit tests.
msvcp140: Add _Cnd_destroy_in_situ implementation.
msvcp140: Fix codecvt RTTI data.
msvcp140: Add more missing exports.
msvcp140: Fix time_put structure layout.
msvcp120: Don't add basic_ios::_Add_vtordisp virtual functions.
Sebastian Lackner (8):
server: Allow to create win32 prefix when directory already exists.
server: Fix leak of old clipboard data when replacing existing format.
user32: Call GlobalUnlock with the correct argument in SetClipboardData.
webservices: Do not return uninitialized hr from write_headers_transport.
webservices: Correctly grow buffer size in receive_message.
services: Check for services without lpBinaryPathName in get_winedevice_process.
server: Handle error when memdup fails in synthesize_formats.
user32: Also release GMEM_FIXED data in free_cached_data.
Vincent Povirk (8):
gdiplus: Implement GdipBeginContainer.
gdiplus/tests: Add tests for GdipBeginContainer.
gdiplus: Implement BeginContainer metafile record.
gdiplus/tests: Check record types in playback tests.
gdiplus: Add clipping to GDI32_GdipFillRegion.
gdiplus: Add clipping to GDI32_GdipDrawDriverString.
gdiplus: Add clipping to GdipDrawImage.
iprop: Add dll.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.9.19 is now available.
What's new in this release (see below for details):
- Initial version of a udev bus driver for HID.
- Various improvements in joystick support.
- Initial implementation of DC rendering in Direct2D.
- Improved metafile support in GDI+.
- Various bug fixes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.9/wine-1.9.19.tar.bz2http://mirrors.ibiblio.org/wine/source/1.9/wine-1.9.19.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.9.19 (total 19):
10643 WinUAE settings window reappears after being dismissed
17351 PDF Export problem on Delphi 7 applications
19998 stamps.com installer hangs
27415 The Geometer's Sketchpad 5.03 does not display pictures. "fixme:gdiplus:GdipGetMetafileHeaderFromMetafile not implemented"
29916 ElsterFormular cannot make use of default PDF viewer (e. g. Okular)
34489 Can't use VSTi altiverb fst.exe crashes
37259 Multiple Direct2D applications need ID2D1DCRenderTarget::BindDC implementation
37628 KORG Legacy Collection - MS-20 v1.3.0 'Authorizer' app crashes, No Limits 2 help system does not render ('d2d_factory_CreateDCRenderTarget' is a stub)
39246 user32:edit fails in Japanese and Korean locales
40325 Captvty v3 (.Net4.5) crashes at start
40533 Microsoft PowerPoint Viewer 14.0 shows error dialog when clicking System Info button (msinfo32.exe unimplemented)
40746 Microsoft Expression Web 4 crashes when opening site, needs rpcrt4.dll.NdrAsyncServerCall
41085 Unimplemented function msvcp140.dll._Thrd_id needed by Battle.net
41217 Xebra ALSA underrun occurred
41224 WineD3D8 crashes on Windows with GTAVC and i915-class video
41274 QQ Lite version called unimplemented function vcomp100.dll._vcomp_reduction_r8, aborting
41284 dbghelp_dwarf: parse_cie_details unknown CIE version 4 (clang/mesa/valgrind)
41287 2050 IP Softphone - UI does not render correctly
41296 World of Tanks (9.16) crashes with unimplemented function vcruntime140.dll.__std_type_info_hash
----------------------------------------------------------------
Changes since 1.9.18:
Akihiro Sagawa (1):
imm32: Set the default IME window title and styles as in native.
Alexandre Julliard (21):
user32: Implement GetUpdatedClipboardFormats.
user32/tests: Add a few more tests for synthesized formats rendering.
user32: Synthesize text clipboard formats on the user32 side.
user32: Synthesize metafile clipboard formats on the user32 side.
user32: Synthesize bitmap clipboard formats on the user32 side.
winex11: Remove support for synthesizing clipboard formats.
user32: Clear last error in EnumClipboardFormats.
user32/tests: Make the clipboard sequence tests more strict.
user32/tests: Add more tests for GDI and private clipboard formats.
kernel32: GMEM_FIXED blocks cannot be 0 size.
kernel32: Avoid getting the heap lock inside an exception handler block.
user32/tests: Add more tests for clipboard data storage.
user32/tests: Comment out a test that crashes on 64-bit Vista.
user32: Fix GetClipboardFormatName behavior for integer formats.
user32: Clean up clipboard debug traces.
server: Return the owner window in the release_clipboard request.
server: Return the owner window in the close_clipboard request.
user32/tests: Add some tests for the contents of the clipboard data.
user32: Use GetDIBits to retrieve the bitmap header when synthesizing a DIB.
winex11: Merge named formats into the builtin clipboard formats table.
winex11: Get rid of the X11DRV_CLIPBOARD_SerializeMetafile helper.
Alistair Leslie-Hughes (3):
ws2_32: Accept shouldn't fail when addrlen32 is NULL.
comdlg32: Clear the filename text on OPEN_BROWSE.
comdlg: Select all text when enter is pressed.
Andrey Gusev (16):
api-ms-win-core-shlwapi-obsolete-l1-1-0: Add dll.
api-ms-win-core-localization-obsolete-l1-2-0: Add dll.
api-ms-win-core-privateprofile-l1-1-1: Add dll.
api-ms-win-core-registryuserspecific-l1-1-0: Add dll.
api-ms-win-core-sidebyside-l1-1-0: Add dll.
api-ms-win-core-stringansi-l1-1-0: Add dll.
api-ms-win-core-versionansi-l1-1-0: Add dll.
api-ms-win-core-atoms-l1-1-0: Add dll.
api-ms-win-core-kernel32-private-l1-1-1: Add dll.
api-ms-win-core-apiquery-l1-1-0: Add dll.
api-ms-win-core-realtime-l1-1-0: Add dll.
api-ms-win-core-localization-l2-1-0: Add dll.
api-ms-win-shell-shellcom-l1-1-0: Add dll.
api-ms-win-core-winrt-errorprivate-l1-1-1: Add dll.
api-ms-win-core-windowserrorreporting-l1-1-0: Add dll.
api-ms-win-core-localization-private-l1-1-0: Add dll.
André Hentschel (5):
kernel32/tests: Allow ERROR_ACCESS_DENIED for GetThreadContext.
setupapi/tests: Also check for ERROR_CALL_NOT_IMPLEMENTED at the second call to SetupDiCreateDeviceInfoListExW.
loader/wine.inf: Open pdf files using winebrowser.
kernel32/tests: Don't test CloseHandle.
setupapi/tests: Try to delete pre-existing key.
Aric Stewart (7):
winebus.sys: Add stub driver.
ntoskrnl.exe: Implement IoGetAttachedDevice and IoGetAttachedDeviceReference.
winebus.sys: Add initial udev stub driver.
winebus.sys: Implement udev device enumeration.
winebus.sys: Create bus devices.
winebus.sys: Implement IRP_MN_QUERY_ID.
ntoskrnl.exe: Implement loading plug and play devices.
Austin English (2):
msinfo32: Add stub program.
api-ms-win-core-threadpool-l1-1-0: Add dll.
Bruno Jesus (15):
ws2_32: Debug the ioctl code name whenever possible.
dinput: Only complain for unsupported effect envelope if it really is useful.
ws2_32/tests: Add non-interactive SIO_ADDRESS_LIST_CHANGE tests.
winejoystick.drv: Test for new joysticks in intervals of 2 seconds.
ws2_32: Use correct WS_ prefixed family.
xinput1_4: Remove XInputGetDSoundAudioDeviceGuids and add XInputGetStateEx to spec file.
xinput1_3: Test every xinput DLL version.
xinput1_3: Test proper no new data error from XInputGetKeystroke.
dinput: Handle NULL effect envelope before testing its parameters.
dinput: Remove trailing space from debug string.
po: Update Brazilian Portuguese translation.
ws2_32/tests: Add more SIO_ADDRESS_LIST_CHANGE tests.
ws2_32: Fix handling of POLLHUP in WSAPoll.
dinput: Fix phase conversion on periodic effects.
dinput: Improve linux effect debugging.
Daniel Lehman (1):
msvcp140: Add _Thrd_id.
David Keijser (1):
kernel32: Forward CAL_RETURN_GENITIVE_NAMES to GetLocaleInfo().
Dmitry Timoshkov (10):
gdiplus: Implement GdipCreateMetafileFromStream.
gdiplus: Implement GdipGetMetafileHeaderFromMetafile.
gdiplus: Implement GdipCreateMetafileFromFile.
gdiplus: Implement GdipGetMetafileHeaderFromWmf.
gdiplus: Implement GdipGetMetafileHeaderFromStream.
gdiplus: Implement GdipGetMetafileHeaderFromFile.
windowscodecs: Avoid extra conversion step BGR->RGB when converting 32bpp BGRA to 24bpp RGB.
windowscodecs: Add support for 32bppGrayFloat format.
windowscodecs: Add support for converting to 8bpp grayscale format.
windowscodecs: Add support for converting 32bpp grayscale float to 24bpp BGR format.
Hans Leidekker (7):
webservices: Implement WsWriteArray.
webservices: Add support for optional and nillable fields in the reader.
webservices/tests: Add another repeating element test.
include: Fix aligment of some Web Services structures.
msi: Use proper return types in msi_table_apply_transform.
msi: Use proper return types in MSI_RecordSetStreamFromFileW.
qmgr: Job error codes are HRESULT values.
Henri Verbeet (1):
d3drm/tests: Fix some reference leaks.
Huw D. M. Davies (9):
user32/tests: ValidateRect(NULL, &rect) on >= Win 8 no longer invalidates all windows.
user32/tests: On Win 8 and later, moving a window off-screen doesn't crop its update region.
webservices/tests: Initialise dictionary to NULL.
rpcrt4/tests: Win 8 and 10 do not correctly unmarshal a ranged enum16.
winmm/tests: Pass the full size of MIDIHDR to midiOutPrepareHeader().
winmm/tests: Call CoInitialize() to enable tests to run on Win 10.
winmm/tests: Add a small Sleep() to prevent a notification test from failing.
winmm/tests: Remove a test that can crash on Win 8 and 10.
user32/tests: Add space for the mask data to prevent failures on Win 8 and 10.
Jacek Caban (8):
dbghelp: Removed no longer needed wine_rb_destroy call.
msctf: Added IID_ITfThreadFocusSink support to AdviseSink.
taskschd: Added ITaskDefinition::get_Triggers implementation.
taskschd/tests: Fixed tests on win10.
winhttp: Added WINHTTP_OPTION_MAX_CONNS_PER_SERVER and WINHTTP_OPTION_MAX_CONNS_PER_1_0_SERVER options stub.
rbtree.h: Take wine_rb_entry as wine_rb_remove argument type and add new wine_rb_remove_key helper using key.
mshtml: Use rb tree instead of list to map nsIDOMWindowProxy to HTMLOuterWindow.
mshtml: Use IUnknownVtbl in wrapper_vtbl.
Kai Blaschke (1):
bcrypt/tests: Show that BCryptGetFipsAlgorithmMode checks a registry key.
Michael Stefaniuc (11):
mshtml: Avoid using the COM method implementations directly.
d3d9: Avoid a cast from a COM object to an interface.
sti: Standardize COM aggregation in StillImage.
msdaps: Use the proper COM method wrappers.
oleaut32: Avoid casts from COM objects to interfaces.
urlmon: Avoid a cast from a COM object to an iface.
mscoree: Use the proper COM method wrappers.
mscoree: There can be only one QI implementation in a COM object.
msi: Use CONTAINING_RECORD() to get from a field to a struct.
quartz: Use the proper COM method wrappers.
oleaut32/tests: Avoid casts from COM object to interface.
Nikolay Sivov (8):
d2d1/tests: A DC target test for switching from one HDC to another.
dbghelp: Support CIE version 4 in parse_cie_details().
d3d11/tests: Extend GetDC() tests.
d2d1/tests: Test that target properties are kept during BindDC().
d3d11: Enabled GetDC() capability for 2D textures.
dxgi: Added partial implementation of GetDC()/ReleaseDC().
d2d1: Initial implementation of DC render target.
mshtml: Use proper constants as HRESULT return values.
Piotr Caban (3):
user32: Fix DefWindowProc(WM_NCRBUTTONDOWN) tests on Win 8 and 10.
ucrtbase: Add __std_type_info_hash implementation.
msvcp140: Fix locale class structure.
Sebastian Lackner (41):
jscript: Simplify jsstr_release implementation.
jscript: Fix definition of JSSTR_MAX_LENGTH.
vcomp: Implement _vcomp_reduction_{u,i}4 and add tests.
vcomp: Implement _vcomp_reduction_{u,i}2 and add tests.
vcomp: Implement _vcomp_reduction_{u,i}1 and add tests.
server: Do not store unix_pid in process_snapshot struct.
jscript: Change prototype of jsstr_alloc_buf and fix some error handling issues.
jscript: Do not include terminating \0 in result returned by Date_toLocale{Date,Time}String.
user32: Only call GlobalUnlock when GlobalLock was successful.
user32: Add missing calls to GlobalUnlock in render_synthesized_dib.
user32: Add missing call to GlobalUnlock in render_synthesized_enhmetafile.
shell32/tests: Fix incorrect usage of broken() function.
comctl32/tests: Fix incorrect usage of broken() function.
oledb32/tests: Fix incorrect usage of broken() function.
vcomp: Implement _vcomp_reduction_{u,i}8 and add tests.
vcomp: Implement _vcomp_reduction_r4 and add tests.
vcomp: Implement _vcomp_reduction_r8 and add tests.
mshtml/tests: Fix incorrect usage of broken() function.
jscript/tests: Remove an invalid win2k broken() check.
jscript: Properly handle \0 characters in String to{Lower,Upper}Case methods.
jscript: Properly handle \0 characters in String indexOf method.
jscript: Allocate string of correct size in Date toTimeString method.
configure: Fix a typo in the udev help message.
jscript: Properly handle \0 characters in Array join method.
jscript: Allocate string of correct size in Date toLocaleDateString method.
jscript: Simplify date_to_string and add basic tests.
jscript: Simplify create_utc_string and add basic tests.
hidclass.sys: Do not return last error / HRESULT values in NTSTATUS functions.
oledlg: Properly use SUCCEEDED macro to check HRESULT.
wbemprox: Do not return error in HRESULT functions.
advapi32: Use variable of correct type to store LSTATUS result.
dinput: Use variable of correct type to store HRESULT value.
joy.cpl: Use variable of correct type to store LSTATUS value.
user32: Fix definition of DeregisterShellHookWindow.
dxva2: Return E_NOTIMPL from GetPhysicalMonitorsFromIDirect3DDevice9 stub.
include: Fix declaration of DwmDefWindowProc.
shlwapi: Return E_NOTIMPL for unknown types in StrRetToBuf{A,W}.
uxtheme: Return E_NOTIMPL in HRESULT stub functions.
taskschd: Do not return ERROR_* constant in HRESULT function.
kernel32: NtOpenFile returns STATUS_SUCCESS on success.
msi: Do not return ERROR_* constant in HRESULT function.
Vincent Povirk (2):
gdiplus: Add more tests for GdipGetMetafileHeaderFromMetafile.
windowscodecs/tests: Add a helper function for comparing bits.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.9.18 is now available.
What's new in this release (see below for details):
- Support for multiple kernel drivers in a single process.
- More WebServices reader support.
- Various improvements in joystick support.
- Some more work towards the Direct3D command stream.
- GDI performance improvements.
- Improved IME window handling.
- Compatibility fixes in the clipboard support.
- Various bug fixes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.9/wine-1.9.18.tar.bz2http://mirrors.ibiblio.org/wine/source/1.9/wine-1.9.18.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.9.18 (total 26):
22461 Microsoft Office 2000 Server Extensions Configuration Wizard 'CFGWIZ.EXE' needs msvcirt.dll?cout@@3Vostream_withassign@@A
25105 Loading a 3d model with a test program fails
25352 Videos play upside down in multiple games (Fable: The Lost Chapters, Mob Ties Tokyo, Star Wars Republic Commando, SAS: Secure Tomorrow, Hatsune Miku: Project DIVA)
32936 SmartMusic 2012/2014 crashes on startup (Core Audio adapter 'PKEY_DeviceInterface_FriendlyName' property not supported)
34056 Multiple applications have a problem with typing Chinese/Japanese with IME (Nabeta Jisho for Japanese, YY and Netease POPO for Chinese)
35404 Spartan demo: no label on main menu icons
35892 sdb2xml (.NET 2.0 app) crashes on unimplemented function apphelp.dll.SdbGetAppPatchDir
39672 Folder names not clickable
40106 ntdll:info regression
40580 TASCAM US-16x08 soundcard controller crashes
40686 win7's ehshell.exe needs KERNEL32.dll.EncodeSystemPointer
40716 osu! - slightly low-pitched sound when using the ALSA sound driver
40741 Wings of Vi - black screen on launch
40953 Necropolis crashes at start (needs native xinput1_3.dll)
40968 Multiple Games require dxgi_output_FindClosestMatchingMode implementation(Need For Speed: The Run, Magic Duels)
40997 Fallout 4 needs DXGI_FORMAT_BC7_UNORM_SRGB
41007 Regression in minimum sound latency / HelBuflen value
41094 comctl32/treeview: TVS_FULLROWSELECT style does not work
41105 Tropico 5 (DX11) starts with only a mouse pointer on a black screen
41117 Insufficient check for sysinfo function breaks build on hurd and kfreebsd
41118 We Happy Few (UE4) crashes with "D3DRHI->GetFactory()->CreateSwapChain(DXGIDevice,&SwapChainDesc,SwapChain.GetInitReference())"
41165 MiTeC System Information X needs unimplemented function wlanapi.dll.WlanCloseHandle
41182 Don't export QT_QPA_PLATFORM
41189 No Man's Sky fails to start due to a regression in ntdll
41228 Rendering is messed up on WineD3D8 for Windows
41246 Office 2010 apps show "Configuring" dialog on first run when installed in new prefix
----------------------------------------------------------------
Changes since 1.9.17:
Akihiro Sagawa (6):
po: Update Japanese translation.
winex11: Return more reliable value from X11DRV_MsgWaitForMultipleObjects.
winex11: Fix log message in process_events().
winex11: Use proper return type for process_events().
user32: Create and destroy the default IME window implicitly.
imm32/tests: Add more default IME window tests with message-only window.
Alexandre Julliard (23):
server: Add separate requests for opening and closing the clipboard.
server: Add a separate request to set the clipboard viewer.
user32: Get rid of the CLIPBOARDINFO structure.
server: Add a request to return clipboard information.
user32: Don't allow SetClipboardData if the clipboard is not open.
user32: Don't disallow delayed rendering even when not the clipboard owner.
winex11: Don't disallow replacing unowned formats.
winex11: Don't try to free custom GDI formats at all.
user32/tests: Add a few more clipboard tests.
server: Cleanup clipboard information upon window destruction.
user32/tests: Add some tests for inter-process clipboard viewer notifications.
user32: Notify the clipboard viewer on close even if we are not the owner.
server: Add some validation of clipboard window handles.
server: Implement Add/RemoveClipboardFormatListener.
user32: Fix InSendMessage return value.
server: Notify all listeners when the contents of the clipboard have changed.
server: Add a helper function to validate a window handle.
server: Avoid some compiler warnings when EWOULDBLOCK == EAGAIN.
rpcss: Make rpcss a proper service.
ole32: Cope with receiving WM_RENDERALLFORMATS even when the clipboard is empty.
server: Add a release_clipboard request, and notify the owner and viewer on release.
server: Don't release the clipboard owner window when the owner thread terminates.
user32/tests: Add some tests for synthesized clipboard formats.
Alistair Leslie-Hughes (1):
inetcomm/tests: Add Attachment tests.
Andrew Eikum (6):
mshtml: Don't crash creating a URI if we have no document.
mmdevapi/tests: Fix failure on Vista.
winhttp: Indicate that WinHttpCrackUrl should return string pointers.
winhttp: Also pass hostname to jsproxy.
qcap: Use HRESULT correctly.
quartz: Implement IClassFactory::LockServer.
André Hentschel (1):
ntdll: Bump Win 10 version to 14393.
Aric Stewart (3):
hidclass.sys: Handle IRP_MN_REMOVE_DEVICE.
include: Fix definition of DRIVER_EXTENSION.
ntoskrnl.exe: Stub IoInvalidateDeviceRelations.
Austin English (3):
ntdll: Forward DecodeSystemPointer/EncodeSystemPointer to DecodePointer/EncodePointer.
apphelp: Add SdbGetAppPatchDir stub.
msports: Add stub dll.
Bernhard Übelacker (1):
mlang/tests: Test IMultiLanguage_GetCharsetInfo with malformed charsets.
Bruno Jesus (25):
dinput: Return the correct error when CreateEffect is not supported.
dinput: Dump the DIOBJECTDATAFORMAT flags.
dinput: Get the controller type from the device instance for Linux drivers.
ntdll: Use a helper to allocate threadpool workers.
dinput: Dump the force feedback effect before upload.
dinput: Be more precise when returning effect upload errors.
dinput: Do not read/write past the struct for old DX versions.
dinput: Restore effect ID on error due to kernel < 3.14 bug.
dinput/tests: Use EnumEffects and test a supported effect.
dinput: Dump the condition effect correctly for 2 array items.
dinput: Fix calculation of too small periods for periodic effect.
dinput: Fix infinite effect length handling.
dinput: Simplify cartesian and fix polar direction calculations.
dinput: Don't give up if we can't translate the effect envelope.
msacm32: Add the 16-bit DLL version on acmGetVersion.
dinput: Simplify condition effect translation.
dinput: Fix saturation range on condition effects.
msacm32: Handle invalid use of reserved parameter in acmStreamPrepareHeader.
msacm32: Handle invalid source length in acmStreamPrepareHeader.
msacm32: Use a helper to validate stream pointers.
xinput1_3: Better trace all functions.
xinput1_3: Better handle input parameters.
xinput1_3: Stub XInputGetStateEx.
xinput1_3: Implement XInputGetState using XInputGetStateEx.
xinput1_3/tests: Cope with XInputGetStateEx not being present by name.
Colin Finck (2):
include: Add a prototype for RpcBindingServerFromClient.
rpcrt4: Add a test for RpcBindingServerFromClient (todo_wine).
Daniel Lehman (1):
ntdll: Set Rip in for longjmp in RtlRestoreContext.
Dmitry Timoshkov (1):
gdiplus: Reimplement metafile loading using gdi32 instead of IPicture.
Hans Leidekker (16):
include: Add missing Web Services declarations.
webservices: Flush the writer first in WsWriteXmlBuffer.
webservices: Fix the condition to determine when to skip writing a namespace attribute.
webservices: Add support for writing WS_STRING and WS_XML_STRING values.
webservices: Ignore unimplemented struct options in the writer.
webservices: Allow structures to be passed by value in WsWriteType.
webservices: Add support for optional and nillable fields in the writer.
webservices/tests: Add a test for WsWriteText.
webservices: Store standard headers in an XML buffer.
webservices: Implement WsAddCustomHeader.
webservices: Implement WsRemoveCustomHeader.
webservices: Add a stub implementation of WsAbortServiceProxy.
webservices: Ignore unimplemented struct options in the reader.
webservices: Implement WsReadEnvelopeStart.
webservices: Implement WsReadEnvelopeEnd.
webservices: Implement WsReadBody.
Henri Verbeet (30):
wined3d: Send resource preloads through the command stream.
wined3d: Use wined3d_format_calculate_pitch() in wined3d_surface_upload_data().
ddraw: Rename "wineD3DPalette" to "wined3d_palette".
ddraw: Rename "wineD3DVertexBuffer" to "wined3d_buffer".
ddraw: Rename "wineD3DVertexDeclaration" to "wined3d_declaration".
wined3d: Use wined3d_resource_map() in d3d_vertex_buffer7_Lock().
ddraw: Use wined3d_resource_unmap() in d3d_vertex_buffer7_Unlock().
d3d8: Use wined3d_resource_map() in d3d8_vertexbuffer_Lock().
d3d8: Use wined3d_resource_unmap() in d3d8_vertexbuffer_Unlock().
d3d8: Use wined3d_resource_map() in d3d8_indexbuffer_Lock().
d3d8: Use wined3d_resource_unmap() in d3d8_indexbuffer_Unlock().
d3d9: Use wined3d_resource_map() in d3d9_vertexbuffer_Lock().
d3d9: Use wined3d_resource_unmap() in d3d9_vertexbuffer_Unlock().
d3d9: Use wined3d_resource_map() in d3d9_indexbuffer_Lock().
d3d9: Use wined3d_resource_unmap() in d3d9_indexbuffer_Unlock().
d3d11: Use wined3d_resource_map() in d3d10_buffer_Map().
d3d11: Use wined3d_resource_unmap() in d3d10_buffer_Unmap().
wined3d: Use resource mapping functions in process_vertices_strided().
ddraw: Use resource mapping functions in d3d_device7_DrawPrimitive().
ddraw: Use resource mapping functions in d3d_device7_DrawIndexedPrimitive().
ddraw: Use resource mapping functions in d3d_device7_DrawPrimitiveStrided().
ddraw: Use resource mapping functions in d3d_device7_DrawIndexedPrimitiveStrided().
ddraw: Use resource mapping functions in d3d_device7_DrawIndexedPrimitiveVB().
d3d8: Use resource mapping functions in d3d8_device_DrawPrimitiveUP().
d3d8: Use resource mapping functions in d3d8_device_DrawIndexedPrimitiveUP().
d3d9: Use resource mapping functions in d3d9_device_DrawPrimitiveUP().
d3d9: Use resource mapping functions in d3d9_device_DrawIndexedPrimitiveUP().
wined3d: Send resource maps through the command stream.
wined3d: Send resource unmaps through the command stream.
wined3d: Sanitise resource map flags in wined3d_resource_map().
Hugh McMaster (6):
reg/tests: Remove embedded BOM tests and add other tests for 'reg import'.
regedit: Process registry input from stdin.
reg/tests: Fix copy/paste error in 'import' tests.
regedit: Remove two 'continue' statements from the end of two 'while' loops.
regedit: Do not set s_eol to NULL when it will be re-assigned immediately.
reg/tests: Exclude the null terminating character from MultiByteToWideChar conversion.
Huw D. M. Davies (26):
d3dx10/tests: Dynamically load d3d10 and skip if it's not present.
user32: Scale the edge thickness of check boxes drawn with DrawFrameControl().
user32: Scale the check mark drawn with DrawFrameControl().
user32: The offset between the button and the text is half the digit width.
user32: Scale the button size with screen resolution.
gdi32: Eliminate a masking operation by generating a larger colour table.
gdi32: Handle the case of a partial source byte separately.
gdi32: Unroll the start- and end-of-line loops.
ucrtbase: Add __stdio_common_vswscanf().
ucrtbase: Add __stdio_common_vfscanf().
gdi32: Move the outer loop into separate functions for each direction.
gdi32: Explicitly write out the rops for copy_rect_32().
gdi32: Explicitly write out the rops for mask_rect_32().
gdi32: Split out the various offset cases for copy_rect_1() into separate functions.
gdi32: Explicitly write out the rops for copy_rect_1().
uxtheme: Use 'ptr' instead of 'wstr' for [out] pointers.
oleaut32/tests: Don't draw on the desktop window.
oleaut32/tests: Remove test for broken NT 4.0 behaviour.
crypt32/tests: Win 10 accepts carriage returns within a base64 four character block.
comctl32/tests: Move the cursor off the parent window to avoid mouse messages.
comctl32/tests: Restore the cursor position after moving it.
user32: EC_USEFONTINFO behaviour depends on whether the font's charset is CJK or not.
rpcrt4/tests: Remove an unnecessary and confusing message.
rpcrt4/tests: Mark Win 8.1 behaviour of UuidCreateSequential() as broken.
ole32: Mask out the flag bit.
ole32/tests: Update tests to the new channel hook info structure.
Jacek Caban (25):
wpc: Added stub wpc dll.
wpc: Added basic tests.
wpc: Register WindowsParentalControls class.
wpc: Added class factory stub implementation.
wpc: Added IWindowsParentalControls stub implementation.
kernel32: Fixed handling LOCALE_NAME_USER_DEFAULT in GetLocaleInfoEx.
user32: Introduced ThreadDetach driver entry point.
winemac.drv: Added ThreadDetach entry point and use it instead of DllMain.
rpcrt4/tests: Don't load GetUserNameEx dynamically.
winex11.drv: Added ThreadDetach entry point and use it instead of DllMain.
rbtree.h: Store parent entry pointer in each entry.
rbtree.h: Use parent pointer instead of stack in wine_rb_postorder.
rbtree.h: Rewrite wine_rb_remove to use parent pointers instead of stack.
rbtree.h: Rewrite wine_rb_put to use parent pointers instead of stack.
rbtree.h: Get rid of no longer needed wine_rb_stack.
rbtree.h: Store compare function instead of wine_rb_functions in wine_rb_tree.
ntoskrnl.exe: Use static initializer for device_drivers.
winemenubuilder: Use static initalizer for mimeProgidTree and nativeMimeTypes.
winedevice: Use static initializer for wine_drivers.
winhttp: Don't perform buffer size tests for components that don't pass buffer in WinHttpCrackUrl.
d3d10: Removed no loner needed wine_rb_init error handling.
d3d11: Removed no longer needed wine_rb_init error handling.
wined3d: Removed no longer needed wine_rb_init error handling.
d3dcompiler_43: Removed no longer needed wine_rb_init error handling.
rbtree.h: Pass compare function instead of wine_rb_functions to wine_rb_init.
Józef Kucia (21):
d3d11: Compare semantic names ignoring case.
d3d11/tests: Modify existing test to cover case-insensitive input elements matching.
d3d10core/tests: Modify existing test to cover case-insensitive input elements matching.
d3d8/tests: Skip test_reset() when device is initially lost.
d3d8/tests: Add test for regression in IDirect3DDevice8_Reset().
d3d9/tests: Restore display rotation in test_get_adapter_displaymode_ex().
d3d9/tests: Add test for IDirect3DDevice9Ex_ResetEx().
d3d9: Allow passing "mode" to IDirect3DDevice9Ex_ResetEx() iff "Windowed" is FALSE.
d3d9: Forbid display mode and back buffer mismatch in IDirect3DDevice9Ex_ResetEx().
dxgi/tests: Extend test for creating swapchain.
dxgi/tests: Add test for switching display mode to inexact resolution.
dxgi: Introduce helper functions for converting wined3d_display_mode.
wined3d: Introduce wined3d_find_closest_matching_adapter_mode().
dxgi: Implement dxgi_output_FindClosestMatchingMode().
dxgi/tests: Add test for IDXGIOutput_FindClosestMatchingMode().
wined3d: Optionally use closest matching mode in wined3d_swapchain_set_fullscreen().
dxgi: Enable WINED3D_SWAPCHAIN_USE_CLOSEST_MATCHING_MODE.
wined3d: Optionally use closest matching mode in wined3d_swapchain_resize_target().
d3d8/tests: Prefer higher resolutions in test_reset().
dxgi: Update swapchain fullscreen state when state change is successful.
dxgi: Release target output when releasing swapchain.
Ken Thomases (2):
winemac: Trace when a window's per-pixel-alpha setting changes.
winemac: Set windows to transparent until they have content to draw, to reduce flicker.
Keno Fischer (2):
ntdll: Tolerate null handle in DeregisterWait.
kernel32/tests: Improve tests for pUnregisterWait(0).
Kimmo Myllyvirta (4):
wined3d: Add support for WINED3DFMT_BC7_UNORM format.
wined3d: Add support for WINED3DFMT_BC6H_UF16/SF16 formats.
d3d11: Add tests for WINED3DFMT_BC7_UNORM format.
d3d11: Add tests for WINED3DFMT_BC6H_UF16/SF16 formats.
Marcus Meissner (1):
winemenubuilder: Avoid double free (Coverity).
Max Qian (8):
api-ms-win-core-job-l1-1-0: Add dll.
api-ms-win-core-job-l2-1-0: Add dll.
api-ms-win-core-namespace-l1-1-0: Add dll.
api-ms-win-core-normalization-l1-1-0: Add dll.
api-ms-win-core-string-obsolete-l1-1-0: Add dll.
api-ms-win-core-toolhelp-l1-1-0: Add dll.
api-ms-win-eventlog-legacy-l1-1-0: Add dll.
api-ms-win-shell-shellfolders-l1-1-0: Add dll.
Michael Gilbert (1):
ntdll: Add missing stdint.h include for kfreebsd architectures.
Michael Müller (2):
d3d11: Fix calculation of array size for 1D textures.
d3d11: Correctly print unhandled bind flags in wined3d_usage_from_d3d11.
Michael Stefaniuc (2):
dmusic: Avoid using the COM method implementations directly.
dmime: Avoid using the COM method implementations directly.
Nikolay Sivov (29):
comctl32/treeview: Fill full row for TVS_FULLROWSELECT style.
include: Added some of newer Common Controls definitions.
dinput: Explicitly check for -1 as open() failure code.
hidclass: Fix handle leak on error path (Coverity).
oleaut32: Keep most of typeinfo attributes in TYPEATTR structure.
include: Fix facility id for d3d10 HRESULTs.
mscoree: Return pointer to interface, not implementation.
oleaut32: Support querying for ITypeComp from ITypeInfo.
oleaut32: Fix AddFuncDesc() to ignore scodes array length when NULL array pointer is passed.
oleaut32: Added PSTypeComp to DllGetClassObject.
oleaut32: Implement ITypeComp::Bind() proxy/stub.
oleaut32: Implement IClassFactory::QueryInterface() for StdFont object.
urlmon: Added proxy/stubs for IBindHost.
dwrite: Fail stream creation on file mapping failure.
dwrite/tests: Remove unnecessary font face creation.
shell32: Use interface pointer instead of implementation one.
winegstreamer: Remove some casts that are not needed.
msdaps: Added AddRefAccessor() proxy/stub.
oleaut32: Added proxy/stub for BindType.
include: Updated CAL_* info defines.
kernel32: Map from CAL_* constants to LOCALE_*.
amstream: Remove some casts.
msctf/tests: Return interface pointers instead of pointers to impl structure.
netcfgx: Return pointer to interface.
msimtf: Return interface pointers.
dxgi: Use texture pointer instead of resource pointer for DXGI surface.
d3dx10/tests: Basic tests for async loaders.
wined3d: Add texture flag to indicate GetDC() capability.
quartz: Remove some interface pointer casts.
Patrick Rudolph (1):
wined3d: Handle WINED3DFMT_FLAG_BROKEN_PITCH in wined3d_format_calculate_size().
Piotr Caban (8):
ntdll: Remove no longer accessible TEB frames in RtlRestoreContext.
include: Add msvcrt/fpieee.h header.
msvcrt: Add _fpieee_flt stub.
msvcrt: Support fdiv m64fp in i386 _fpieee_flt.
msvcr90: Add _fpieee_flt tests.
winemac.drv: Fix setting Cocoa focus when window is shown by other thread.
ntdll: Don't incorrectly overwrite orig_context in call_stack_handlers.
user32: Fix DefWindowProc behavior on WM_NCRBUTTONDOWN message.
Ruslan Kabatsayev (1):
wined3d: Initialise p_wglGetPixelFormat when USE_WIN32_OPENGL is defined.
Sebastian Lackner (29):
ws2_32/tests: Add basic tests for async messages.
ws2_32: Do not spawn a separate thread for each async task.
ntdll/tests: Use longer waits to reduce risk of random failures on the testbot.
ntdll: Allow to release threadpool objects while waiting for group.
ntdll/tests: Add tests for releasing threadpool objects during TpReleaseCleanupGroupMembers.
ntdll: Call group cancel callback with the correct arguments.
ntdll: Group cancel callbacks should be executed after waiting for pending callbacks.
ntdll: Do not call group cancel callback for finished simple callbacks.
services: Remove synchronization for CloseThreadpoolCleanupGroupMembers.
shell32: Use the correct memory allocation function in RecycleBin_GetDisplayNameOf.
ntoskrnl.exe: Implement ZwLoadDriver and ZwUnloadDriver based on services API.
winedevice: Add support for loading/unloading drivers asynchronously.
kernel32/tests: Add a missing linebreak to an ok() message.
winedevice: Avoid memory leak when driver cannot be unloaded.
shell32: Remove some unused static inline functions.
shell32: Remove __SHFreeAndNil macro.
services/tests: Add test for passing arguments to a service.
advapi32: Unify service startup and control handling.
services: Do not create environment block before first service startup.
services: Add a separate winedevice service for each kernel driver.
services: Load kernel drivers with same load order group into a single process.
webservices: Fix handling of duplicate headers in WsAddCustomHeader.
webservices: Fix handling of duplicate headers in WsRemoveCustomHeader.
webservices: Fix invalid memory access in remove_header.
wintrust/tests: Fix test for pfnAddSgnr2Chain.
schedsvc: Avoid deadlock when scheduler service starts rpcss.
ntoskrnl.exe: Use the same timeout for service startup like in other wine modules.
ntdll: Simplify RtlFormatCurrentUserKeyPath using GetCurrentThreadEffectiveToken.
user32: Do not create IME window for HWND_MESSAGE windows.
Stefan Dösinger (8):
ddraw/tests: Move IDirect3DViewport::TransformVertices tests to ddraw1.c.
ddraw: Copy extra vertex data in viewport::TransformVertices.
ddraw: Fix offscreen flag handling in TransformVertices.
ddraw: Validate the input data in TransformVertices.
ddraw/tests: Extend TransformVertices invalid data tests.
ddraw/tests: Make the vec parameter of compare_vec4 const.
ddraw/tests: Test matrices in TransformVertices.
ddraw/tests: Port test_transform_vertices to ddraw2 and ddraw4.
Vincent Povirk (1):
gdiplus: Copy remap tables when cloning an ImageAttributes.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine maintenance release 1.8.4 is now available.
What's new in this release (see below for details):
- Various bug fixes.
- A few more cards added to the GPU description table.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.8/wine-1.8.4.tar.bz2http://mirrors.ibiblio.org/wine/source/1.8/wine-1.8.4.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.8.4 (total 50):
18745 64-bit Mortal Kombat X crashes on unimplemented function KERNEL32.dll.GetLargePageMinimum
20977 Bad hlp table rendering
22819 Some applications like Heroes of Might and Magic 2 display loopback.
25396 Safrosoft RoX freezes at start.
26268 Multiple applications need ntdll.ZwSetLdtEntries stub (kwiksupport.me, Ragnarok Online patcher)
26965 Dragon Age 2 demo - sound in cutscenes is muffled
27680 Multiple 64-bit applications crash on startup (violation of the Windows 64-bit ABI, stack pointer (RSP) must be 16-byte aligned when making a call to Win64 API)
28082 OCCT Perestroïka needs hal.dll.READ_PORT_ULONG
34052 The Witcher: Character models are sometimes invisible
36556 valgrind shows a definite leak in comctl32/tests/syslink.c
36838 TOCA Touring Car Championship: installer copies one file from CD and then shows an error
37063 NTLM EncryptMessage/DecryptMessage failure
37090 Multiple applications crash with built-in amstream (Shogun: Total War, Medieval: Total War)
37271 Applications get IP address of 127.12.34.56 when lo0 is up on OSX
38102 Process Hacker 2.x needs winsta.dll.WinStationEnumerateW
38137 WBaduk: "Could not obtain OLE control window handle" regression
38811 Java JRE 8 installer 'jre-8uXX-windows-i586.exe' crashes on startup (GetThreadPreferredUILanguages is a stub)
38962 expr.c:234 and 235 attempted computation of 1 << 31 should be 1u << 31
39543 Multiple games and applications crash on unimplemented function KERNEL32.dll.FreeUserPhysicalPages (Microsoft Office 2007 diagnosis service, Eden Eternal)
39579 iNode 3.6 client needs ndis.sys.NdisAllocateMemoryWithTag
39842 Skype for windows doesn't work (needs ndis.sys.NdisSystemProcessorCount)
39911 dxd9 PresentationInterval not propagated on device Reset
39933 iNode 3.6 client needs ndis.sys.NdisAllocateSpinLock
40048 Camtasia Studio 8 : crashes on unimplemented function dwmapi.dll.DwmSetPresentParameters
40301 wxDatePickerCtrl (wxWidgets) generates an assert on DTM_GETRANGE message result
40380 Wine should take dosbox's configuration instead of creating a new one
40389 cmd.exe (native): Unimplemented function KERNEL32.dll.GetConsoleAliasExesLengthW
40487 3dmark Vantage Benchmark: unimplemented functions hal.dll.READ and WRITE PORT
40497 "Trainz: A New Era" needs msvcr120.dll.?__ExceptionPtrToBool@@YA_NPEBX@Z
40511 Application that copies files from one place to another stoped working in wine versions greater then 1.6.2
40532 Microsoft Word Viewer 11.8 does not show text on file properties dialog until the text is selected
40557 KSP Trajectory Optimization Tool (MATLAB Runtime (MCR)) crashes at launch
40562 AkelPad: [ToolBar plugin] tooltips for toolbar buttons have some extra text
40581 Regression: dsound input recording from microphone lags with 2 seconds delay
40614 Cisco Jabber 11.6 crashes due to missing dbghelp.dll.EnumerateLoadedModulesExW
40618 Autodesk 123D Design needs msvcr100.dll.mbsrtowcs_s
40659 Window with CS_OWNDC style cause DC leak when GetDC/ReleaseDC is used.
40691 DVDFab 9.2.4.4 pre-check FabCheck.exe executable fails, needs setupapi.dll.CM_Get_DevNode_Status
40745 Python 3.5.1 interpreter crashes, needs _set_thread_local_invalid_parameter_handler
40747 Microsoft Expression Web 4 crashes on startup, needs gdiplus.dll.GdipGetImageAttributesAdjustedPalette
40754 GOG Galaxy crashes with unimplemented function api-ms-win-crt-locale-l1-1-0.dll._lock_locales
40755 GOG Galaxy crashes with unimplemented function ucrtbase.dll._lock_locales
40756 GOG Galaxy crashes with unimplemented function api-ms-win-crt-heap-l1-1-0.dll._calloc_base
40770 Nvidia GeForce GT 730 not recognized properly
40796 Python 3.5.1 interpreter crashes when importing pyqtSlot
40830 Conflict between kVK_RightCommand and macOS 10.12 Sierra in carbon framework
40833 Batman: Arkham Origins Blackgate no sound during gameplay (except cutscenes)
40851 macOS 10.12 Build Failure in winspool.drv with cupsGetPPD
40923 Alone in the Dark (2008) crashes on launch with msvcrt assertion
41132 Specific font files can cause Steam to crash unexpectedly
----------------------------------------------------------------
Changes since 1.8.3:
Alex Henrie (6):
msvcrt: Stub out _(get|set)_thread_local_invalid_parameter_handler.
ucrtbase: Implement _(un)lock_locales.
ucrtbase: Implement _calloc_base.
ucrtbase: Implement _malloc_base.
ucrtbase: Implement _free_base.
riched20: Don't call UpdateWindow after setting the background color.
Alexandre Julliard (1):
user32: Completely free owned DCEs when the corresponding window/class is destroyed.
Alistair Leslie-Hughes (2):
wininet: Free socket when connection is freed.
wined3d: Correct memory size for Geforce 9600 GT.
Andrew Eikum (3):
dsound: Support downmixing 5.1 to stereo.
dsound: Capture all available data on each period callback.
xaudio2: Always set current OpenAL context before making AL calls.
André Hentschel (1):
ndis.sys: Implement NdisSystemProcessorCount.
Austin English (12):
hal: Add READ_PORT_ULONG stub.
hal: Add READ_PORT_UCHAR stub.
hal: Add WRITE_PORT_ULONG stub.
kernel32: Add FreeUserPhysicalPages stub.
winsta: Add a stub for WinStationEnumerateW.
dwmapi: Add DwmSetPresentParameters stub.
kernel32: Add GetConsoleAliasExesLengthA/W stubs.
ntdll: Add NtSetLdtEntries/ZwSetLdtEntries stub.
dbghelp: Add forwards for EnumerateLoadedModulesEx/EnumerateLoadedModulesExW.
kernel32: Implement GetLargePageMinimum.
ndis.sys: Add NdisAllocateMemoryWithTag stub.
ndis.sys: Add NdisAllocateSpinLock stub.
Benjamin Hodgetts (1):
wined3d: Add Intel Iris chips to identification list.
Bruno Jesus (1):
ws2_32: Ensure default route IP addresses are returned first in gethostbyname.
Béla Gyebrószki (2):
wined3d: Add Nvidia GeForce GTS 250.
wined3d: Add Nvidia GeForce GT 730 (GK208).
David Woodhouse (1):
secur32: Fix handling of ANSI NTLM credentials.
Fabian Maurer (1):
msacm32: Added converter for ADPCM to PCM 8 bit mono.
Grazvydas Ignotas (3):
wined3d: Use Intel data returned by Windows driver.
wined3d: Add some more Intel GPUs.
wined3d: Add a fallback for Skylake.
Hans Leidekker (1):
kernel32: Improve the stub for GetThreadPreferredUILanguages.
Henri Verbeet (1):
wined3d: Also update the swap interval when not recreating the context in wined3d_device_reset().
Jarkko Korpi (1):
widl: Fix overflow when left-shifting.
Jean-Christophe Cardot (6):
winhlp32: Replace magic numbers by symbols.
winhlp32: Add some trace calls.
winhlp32: Add a warning trace.
winhlp32: Prepare winhlp32 for more font types.
winhlp32: Rework and rename HLPFILE_HalfPointsToTwips.
winhlp32: Fix table formatting.
Justas Lavišius (1):
include: Force stack alignment on x86_64.
Ken Thomases (2):
winspool.drv: Include <cups/ppd.h> to fix building against the macOS 10.12 SDK.
winemac: Don't define kVK_RightCommand when building against the macOS 10.12 SDK.
Luis Sahagun (1):
winevdm: Tell dosbox to read the current user's config.
Matteo Bruni (1):
wined3d: Add a setting to check relative addressing indices when accessing uniforms.
Michael Cronenworth (1):
secur32: Provide a static declaration for gnutls_cipher_get_block_size.
Michael Müller (1):
amstream: Implement IDirectDrawMediaStream::GetMultiMediaStream.
Michael Stefaniuc (1):
tools: Get the bug list for ANNOUNCE from the stable-notes git notes.
Nikolay Sivov (4):
comctl32/datetime: Use MCM_GETRANGE result directly in DTM_GETRANGE.
comctl32/tooltips: Cut tooltip text at first tab char unless TTS_NOPREFIX is used.
t2embed: Fix TTIsEmbeddingEnabled() to properly use otmpFaceName metrics field.
dwrite: Sanitize specified stretch value, valid range is [1, 9].
Olivier F. R. Dierick (1):
shell32: Set last error explicitly in SHFileOperation().
Piotr Caban (6):
msvcrt: Add mbsrtowcs_s implementation.
msvcp110: Fix num_put<char> structure layout.
msvcrt: Fix mbtowc behavior for buffers containing more than one character.
ieframe: Restore closed IOleClientSite in DoVerb.
msvcr120: Add __ExceptionPtrToBool implementation.
msvcrt: Return error when previously parsed type is accessed while demangling simple data type.
Rob Walker (1):
setupapi: Add stub for setupapi.dll.CM_Get_DevNode_Status.
Sebastian Lackner (4):
comctl32/syslink: Fix a blocks leak (Valgrind).
amstream/tests: Add tests for GetMultiMediaStream methods.
server: Fix assignment of primary_group in token_duplicate.
dwrite: Fix font stretch name conversion table.
Stefan Leichter (3):
kernel32: Add stub for GetSystemPreferredUILanguages.
kernel32/tests: Add tests for GetSystemPreferredUILanguages.
kernel32: Return a dummy value in GetSystemPreferredUILanguages.
Vincent Povirk (1):
gdiplus: Implement GdipGetImageAttributesAdjustedPalette.
--
Michael Stefaniuc
mstefani(a)winehq.org
The Wine development release 1.9.17 is now available.
What's new in this release (see below for details):
- Better exception handling on 64-bit.
- Various improvements in joystick support.
- Some more stream support in the C++ runtime.
- Font embedding improvements.
- More metafile support in GDI+.
- Various bug fixes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.9/wine-1.9.17.tar.bz2http://mirrors.ibiblio.org/wine/source/1.9/wine-1.9.17.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.9.17 (total 53):
13272 Scrapland crashes on startup due to IDirectDrawStreamSample::GetSurface method stub
15824 Microsoft Chat's comic mode graphical glitches
18018 Gun Metal is unresponsive to joystick
18095 VisualFEA's Toolbar is broken (does no line wrapping)
20080 Perfect Cherry Blossom controls go crazy
22491 Total Commander: Pressing the "Program information" button opens multiple windows instead of just one
26365 Geneforge 1 - text gets cut away
26762 Shadow Vault has display errors
29961 ADO.NET query on a Jet database fails.
30844 VirtualDJ Home Free crashes after sitting idle for a few minutes.
31693 CAPCOM games using gamepad start with axes X/Y pressed up/left
32362 Multiple DirectX9 games need D3D11CreateDevice implementation with D3D_FEATURE_LEVEL_9_x support (Ghost Recon: Future Soldier)
32774 Multiple games (Lucius, X Rebirth) don't expect blending to be enabled by RS_EDGEANTIALIAS
34281 PlotSoft PDFill 10 fails on startup, reports 'No Fonts found under: C:\\windows\\Fonts' (at least one font name in registry must contain 'truetype' token)
34286 dinput doesn't report DIDOI_ASPECT* for joystick axes
36421 valgrind shows some leaks in oledb32/tests/database.c
36625 can't set text background color in richedit
36850 Fury 3 does not recognize Gamepad/Joystick
36859 Don't Starve 2.4.0 does not start: Missing Shader 'shaders/font.ksh'.
37518 Huge Drop Performance Alan Wake, Alan Wake American Nightmare, Shadow Warrior 2013
37847 Shantae - Risky's Revenge has glitchy graphics
37954 Test application using old MSVC++ iostream library crashes on startup ('msvcirt.??0ostrstream@@QAE@XZ' takes one argument)
38276 IsDialogMessage(NULL,...) must always return FALSE
38726 valgrind shows uninitialized memory in qcap/tests/smartteefilter.c
39506 King Arthur II demo crashes with unimplemented function d3dx10_43.dll.D3DX10CreateEffectPoolFromFileW
39541 Rollercoaster Tycoon - X Error of failed request: BadValue (integer parameter out of range for operation)
40384 dinput8:dinput regression caused by new compiler
40385 usp10:usp10 regression caused by new cross-compiler
40411 Regedit.exe /e only exports HKLM
40665 'INFINITY' undeclared (In function 'test_effect_preshader_ops')
40710 Multiple games crashes with unimplemented function d3dx11_43.dll.D3DX11CreateTextureFromMemory
40846 Dead by Daylight: Crash on start, needs D3DX11CompileFromFileW
40848 S.T.A.L.K.E.R. Call of Pripyat Benchmark needs d3dx10_43.dll.D3DX10CreateDeviceAndSwapChain
40989 Adventure Lamp needs ntdll.NtSuspendProcess
41002 Worms 2 (GOG version) fails to start, crashes with a Visual C++ runtime error
41025 Worms 2 in-game audio no longer works
41061 Unimplemented function msvcp140.dll._Mtx_init_in_situ needed by Battle.net
41066 Unhandled page fault in RtlWow64EnableFsRedirectionEx when passed bad *old_value pointer
41067 Spellforce 2 - Demons of the Past needs d3dx9_34.dll.D3DXFillVolumeTextureTX
41072 GOG Galaxy fails to start without setting ucrtbase to (native, builtin)
41074 Unimplemented function msvcp140.dll.__crtInitializeCriticalSectionEx needed by Battle.net
41078 Unimplemented function msvcp140.dll.__crtCreateEventExW needed by Battle.net
41079 Hauppauge Capture crashes on unimplemented function cfgmgr32.dll.CM_Get_Version
41084 Unimplemented function msvcp140.dll.__crtCreateSemaphoreExW needed by Battle.net
41088 Bug on Startup Buhl Tax2016 on Wine Windows7
41089 Regression bug: E-Sword Search now showing a black dialog.
41103 Fails to parse Extended Properties since it has quotes around its value.
41109 8-bit Armies launches with a very small window
41111 CPU-Z driver needs hal.dll.WRITE_PORT_UCHAR
41125 unimplemented function inetcomm.dll.MimeOleObjectFromMoniker
41128 Art of Murder: Hunt for the Puppeteer (AoM: Cards of Destiny) doesn't stretch fullscreen properly
41132 Specific font files can cause Steam to crash unexpectedly
41140 gcc6: comctl32 build warnings
----------------------------------------------------------------
Changes since 1.9.16:
Aaryaman Vasishta (3):
d3drm: Store reference to render target in IDirect3DRM*::CreateDeviceFromD3D.
d3drm: Implement IDirect3DRMFrame*::GetScene.
d3drm: Implement IDirect3DRMViewport*::Clear.
Alexander Morozov (1):
ntoskrnl.exe: Add stub for ObDereferenceObject.
Alexandre Julliard (10):
regedit: Don't die if we fail to open a key during exporting.
reg/tests: Avoid non-portable Unicode chars.
ole32/tests: Make the clipboard test more strict and remove Win9x compatibility cruft.
user32/tests: Add tests for clipboard global memory handles.
winex11: Don't crash when getting an invalid window in SelectionRequest.
user32/tests: Add some cross-process clipboard tests.
winex11: Correctly free CF_DIB format, and don't free unknown GDI formats.
user32/tests: Add some tests for GDI clipboard formats.
winex11: Allocate clipboard data as GMEM_FIXED.
user32/tests: Disable custom GDI clipboard formats tests on 64-bit.
Alistair Leslie-Hughes (4):
d3dx11: Add D3DX11CompileFromFileA/W stub.
d3dx11: Add D3DX11CreateTextureFromMemory stub.
inetcomm: Add MimeOleObjectFromMoniker stub.
d3d11: Support D3D11_FEATURE_D3D10_X_HARDWARE_OPTIONS in ID3D11Device CheckFeatureSupport.
Andrew Church (1):
dinput: Report DIDOI_ASPECTPOSITION flag for axes objects.
Andrew Eikum (3):
user32: Don't always insert menu items during WM_MDISETMENU.
mmdevapi: Fix some DEVPKEY definitions.
Revert "dsound: Allow inactive devices to change the primary format.".
Andrey Gusev (2):
msi: Use debugstr_guid() in TRACE() messages.
d3dx10: Add D3DX10CreateEffectPoolFromFileA/W stubs.
André Hentschel (6):
kernel32/tests: Explicitly set SizeOfRawData.
kernel32/tests: Use SetFilePointer instead of GetFileSize with WriteFile.
kernel32/tests: Remove superfluous filler definitions.
ntdll: Implement 64-bit shifts.
kernel32/tests: Fill in the delay IAT to succeed on Win10.
hal: Add WRITE_PORT_UCHAR stub.
Aric Stewart (6):
include: Add declaration for ObReferenceObjectByName.
winedevice: Remove static driver_obj variable.
hidclass.sys: Use the PDO instance id for the HID instance id.
hidclass.sys: Call IoAttachDeviceToDeviceStack when creating HID device.
hidclass.sys: Do not send IRP_MJ_PNP ioctls.
hidclass.sys: Do not send IRP_MJ_POWER ioctls.
Austin English (3):
ntdll: Add NtSuspendProcess stub.
wlanapi: Add WlanCloseHandle() stub.
ntdll: Add NtResumeProcess stub.
Benjamin Hodgetts (1):
wined3d: Add Nvidia 1XXX range to detection list.
Bernhard Übelacker (3):
usp10/tests: Reserve for InClass a byte for every character in teststr.
kernel32/tests: Convert fiber back to thread even when IsThreadAFiber is not available.
msvcrt: Fix strtok_s and _mbstok_s for empty strings.
Bruno Jesus (19):
odbc32: Upgrade a WARN into ERR when the library is not found.
dinput: Fix some debug output.
dinput: Add DirectInput8 device type names to debug.
dinput/tests: Improve controller debug information.
dinput: Add support for DIPROP_VIDPID property in Linux js implementation.
dinput8/tests: Debug device information during enumeration callback.
winejoystick.drv: Don't assume the first joystick is at the first device on Linux.
winmm/tests: Enumerate all joystick devices during the test.
dinput/tests: Test for DIDOI_ASPECTPOSITION on joystick axes.
dinput: Use a helper to read information files for the js device.
dinput: Implement GetDeviceInfo(A) using the W version in the js driver.
dinput: Properly fill the HID information for the controller in the js driver.
dinput: Implement GetDeviceInfo(A) using the W version in the event driver.
dinput: Properly fill the HID information for the controller in the event driver.
dinput: Properly debug DIDEVTYPE_HID in _dump_DIDEVCAPS.
include: Add DIPROP_PRODUCTNAME and remove duplicate #defines from dinput.h.
dinput: Use the correct index to remap the axis.
dinput: Implement DIPROP_PRODUCTNAME in GetProperty.
dinput: Cope with NULL flags in LinuxInputEffectImpl_GetEffectStatus.
Daniel Lehman (16):
msvcp140: Implement _Thrd_hardware_concurrency.
concrt140: Add concrt140 stub.
msvcp140: Load critical_section functions from concrt140.
msvcp140: Take _Mtx_t and _Cnd_t directly.
msvcp140: Add _Mtx_init/destroy_in_situ.
vcomp140: Add vcomp140 stub.
msvcp140: Don't redirect _Cnd/Mtx_t to msvcp110.
msvcp140: Add _Query_perf_[counter|frequency].
ntdll: Call __finally blocks in __C_specific_handler.
msvcp140: Forward __ExceptionPtr* to msvcr120.
msvcp110: Use sentry in istream<>::tellg.
msvcp110: Use sentry in istream<>::seekg.
msvcr120: Add forwards for wcstoll and wcstoll_l.
msvcr120: Add lgamma.
ucrtbase: Add __stdio_common_vfwscanf.
kernel32: Add GetNumberFormatEx.
François Gouget (2):
msi: Make parse_platform() static.
webservices: A spelling fix for an ERR() message.
Hadrien Boizard (1):
api-ms-win-core-console-l2-1-0: Add stub dll.
Hans Leidekker (17):
webservices/tests: Add some tests for WsSetWriterPosition.
include: Add missing Web Services declarations.
webservices: Implement WsSetHeader.
webservices: Also write user supplied headers in WsWriteEnvelopeStart.
webservices/tests: Add tests for WsSetHeader.
winhttp: Set required buffer length for all components in WinHttpCrackUrl.
winhttp: Validate the port number in WinHttpCrackUrl.
webservices: Write the envelope in WsInitializeMessage.
webservices: Support WS_STRING values in WsSetHeader.
webservices: Implement WsRemoveHeader.
webservices: Add missing channel properties.
webservices: Implement WS_ADDRESSING_VERSION_TRANSPORT.
include: Add missing Web Services declarations.
webservices: Add support for writing GUID values.
webservices: Validate the handle in channel functions.
webservices: Implement WsAddMappedHeader.
webservices: Implement WsRemoveMappedHeader.
Henri Verbeet (5):
wined3d: Use wined3d_cs_emit_unload_resource() in delete_opengl_contexts().
wined3d: Use wined3d_cs_emit_unload_resource() in wined3d_texture_update_desc().
wined3d: Synchronise WINED3D_CS_OP_UNLOAD_RESOURCE resource access.
wined3d: Synchronise texture LOD updates with the command stream.
wined3d: Unify resource preloads.
Hugh McMaster (12):
reg/tests: Add more tests for 'reg import'.
wineconsole: Add 'ColorTable' support to the registry.
wineconsole: Replace hard-coded WCUSER_ColorMap with registry color_map.
server: Get and set the console color table.
wineconsole: Add 'PopupColors' support to the registry.
server: Get and set the console pop-up color attributes.
reg/tests: Add more tests for 'reg import'.
reg/tests: Add more Unicode tests for 'reg import'.
kernel32/tests: Add tests for GetConsoleScreenBufferInfoEx.
kernel32: Implement GetConsoleScreenBufferInfoEx.
reg: Fix dword conversion on 64-bit operating systems.
reg: Simplify help handling by removing an if-else if-else block.
Huw D. M. Davies (6):
ucrtbase: Add support for natural string widths.
usp10: Free the final page.
riched20: Update the auto url detection after a StreamIn.
gdi32: Exponentially grow successive point buffers.
ntdll/tests: Dump the handle table on failure.
ntdll/tests: Skip broken SYSTEM_HANDLE_INFORMATION behaviour.
Iván Matellanes (18):
msvcirt: Add a partial implementation of class ostream_withassign.
msvcirt: Implement ostream_withassign copy constructor.
msvcirt/tests: Add tests of ostream_withassign assignment operators.
msvcp90: Set the correct vtable for basic_iostream_char.
msvcirt: Add a partial implementation of class istream_withassign.
msvcirt: Implement istream_withassign copy constructor.
msvcirt/tests: Add tests of istream_withassign assignment operators.
msvcirt: Initialize do_lock on ios copy constructor.
msvcirt/tests: Add some more tests of ostream constructors.
msvcirt: Add stub for class iostream.
msvcirt: Implement iostream constructors/destructors.
msvcirt: Implement iostream assignment operators.
msvcirt: Simplify some constructors and assignments.
include/msvcrt: Ensure integer limits are given the correct type.
msvcirt: Add a partial implementation of class Iostream_init.
msvcirt: Implement Iostream_init constructor.
msvcirt: Add predefined streams.
msvcirt: Implement ios::sync_with_stdio.
Jacek Caban (1):
wininet: Don't return available data sizes larger than the read buffer.
Jeremy Audiger (1):
winhttp: Prevent console spamming in get_system_proxy_autoconfig_url.
Joerg Schiermeier (1):
loader/wine.inf: Correct wrong symlink.
John Sheu (2):
kernel32/tests: Add loader tests for fiber-local storage.
kernel32/tests: Add thread tests for fiber-local storage.
Józef Kucia (23):
wined3d: Silence false FIXME message.
d3d11/tests: Add test for line antialiasing blending.
d3d10core/tests: Add test for line antialiasing blending.
d3d9/tests: Add test for line antialiasing blending.
d3d8/tests: Add test for edge antialiasing blending.
wined3d: Introduce gl_blend_from_d3d() helper function.
ddraw/tests: Add tests for edge antialiasing blending.
wined3d: Do not enable blending for edge/line antialiasing.
wined3d: Add few missing formats.
d3d11/tests: Add initial test for required formats.
d3d11/tests: Add test for swapchain views.
d3d11: Add support for feature level 9 shaders.
d3d11/tests: Add basic test for drawing on feature level 9.
wined3d: Do not switch display mode when windowed is TRUE.
d3d9/tests: Add test for regression in IDirect3DDevice9_Reset().
d3d10core/tests: Add test for swapchain views.
d3d11/tests: Fix copy-paste error in test_swapchain_views().
dxgi/tests: Also test IDXGISwapChain_ResizeTarget() in fullscreen with disabled mode switch.
dxgi: Properly switch to fullscreen mode when creating fullscreen swapchains.
dxgi/tests: Check fullscreen state in test_create_swapchain().
d3d11: Remove redundant 'break' statement.
user32/tests: Add more tests for setting window styles.
user32: Prevent resetting WS_MINIMIZE through SetWindowLong.
Kenneth Haley (1):
v4 resend: Riched20: allow setting background text color.
Keno Fischer (2):
preloader: Add proper CFI instructions to _start functions.
kernel32: Fix RegisterWaitForSingleObject for console handles.
Matt Robinson (1):
ntdll: Catch page fault in RtlWow64EnableFsRedirectionEx.
Michael Stefaniuc (17):
winealsa.drv: Use debugstr_guid() to trace a guid.
wineoss.drv: Use debugstr_guid() to trace a guid.
winepulse.drv: Use debugstr_guid() to trace a guid.
winecoreaudio.drv: Use debugstr_guid() to trace a guid.
kernel32/tests: Use todo_wine_if().
kernel32/tests: Remove an identical if / else branch.
kernel32/tests: Remove another identical if/else branch.
ole32/tests: Use todo_wine_if().
quartz: There is no point in tracing the GUID pointer too.
user32/tests: Remove an identical if/else branch.
comctl32/tests: Use todo_wine_if().
ieframe/tests: Use todo_wine_if().
avifil32: Avoid a cast from a COM object to an iface.
ole32/tests: Avoid casts from COM objects to ifaces.
fusion: Avoid using the LPASSEMBLYNAME type.
mmdevapi: Another use case for todo_wine_if().
msvcirt/tests: Simplify generating a pointer to address 0x1.
Mingcong Bai (2):
po: Update Simplified Chinese translation.
po: Update Simplified Chinese translation.
Nikolay Sivov (37):
powrprof: Added PowerDeterminePlatformRole() stub.
comctl32/tests: Basic test for TVS_FULLROWSELECT style bit.
comctl32/treeview: Fix hot-tracking with TVS_FULLROWSELECT.
oledb32: Support quoted values in initialisation strings.
winmm/tests: Fixed a buffer leak (Valgrind).
winmm: Free device format when closing a device (Valgrind).
msvcp140: Added __crtCreateEventExW().
msvcp140: Added __crtGetTickCount64().
msvcp140: Added __crtCreateSemaphoreExW().
dwrite/tests: Fix indentation warnings on GCC 6.
usp10: Better implementation for ScriptGetLogicalWidths().
scrrun/tests: Fix a warning on GCC 6.
shell32/tests: Fix indentation warnings on GCC 6.
user32/tests: Fix indentation warnings on GCC 6.
wshom.ocx/tests: Fix indentation warning on GCC 6.
ole32/tests: Fix indentation warning on GCC 6.
rpcrt4/tests: Fix indentation warning on GCC 6.
winhttp/tests: Fix indentation warning on GCC 6.
comctl32/treeview: Fix item dragging and selection for TVS_FULLROWSELECT style.
mshtml: Formatting change to get rid of warning on GCC 6.
t2embed: Fix embedding type resolution order.
setupapi: Added CM_Get_Version().
t2embed: Fix TTIsEmbeddingEnabled() to properly use otmpFaceName metrics field.
t2embed: Add some traces for fsType and exclusion list test results.
shlwapi/tests: Fix indentation warning on GCC 6.
shell32/tests: Fix indentation warning on GCC 6.
gdi32: Keep font tables tags defined in one place.
gdi32: Support special 'ttcf' tag in GetFontData().
dwrite: Sanitize specified stretch value, valid range is [1, 9].
dwrite: Handle zero specified weight as normal.
gdi32: Simplify font table name tracing.
gdi32: Append "TrueType" suffix to registry key names.
comctl32/listview: Fix indentation warnings on GCC 6.
oleaut32/tests: Fix indentation warning on GCC 6.
msvcirt/tests: Fix indentation warnings on GCC 6.
strmbase: Fix media type leaks when creating IEnumMediaTypes instance (Valgrind).
user32: Handle invalid dialog handles in IsDialogMessage().
Nils Kuhnhenn (1):
winex11.drv: Return default locale in LoadKeyboardLayout stub instead of 0.
Peter Beutner (2):
kernel32/tests: Add path tests for double delimiters.
kernel32: Properly handle double delimiters in GetShortPathName/GetLongPathName.
Pierre Schweitzer (5):
mpr: Implement local name automatic redirection for disks.
mpr: Implement provider selection given remote name.
mpr: Implement WNetCancelConnection2W().
mpr: Implement WNetCancelConnectionA(), WNetCancelConnectionW(), WNetCancelConnection2A().
mpr: Set the CONNECT_LOCALDRIVE flag in case a local redirection is made on connection.
Piotr Caban (14):
ntdll: Fix KNONVOLATILE_CONTEXT_POINTERS parameter handling in RtlVirtualUnwind.
server: Fix loading of IMAGE_OPTIONAL_HEADER.
msvcrt: Don't set frame to 0 in x86_64 _setjmp.
msvcrt: Fix parameters conversion in wcsftime function.
msvcrt: Add support for multibyte characters in _Strftime.
msvcrt: Add _strftime_l.
msvcrt: Add wcsftime_l.
msvcrt: Add _wcreate_locale.
ntdll: Add support for collided unwinds.
ntdll: Add support for ExceptionCollidedUnwind return from exception handler.
ntdll: Call exception handler with correct context.
ntdll: Add support for exceptions inside termination handlers in __C_specific_handler.
ntdll: Print fixme message in case of nested exception.
ntdll: Pass updated context inside dispatch.ContextRecord in call_stack_handlers.
Sebastian Lackner (31):
vcomp: Prefer builtin version.
vcomp120: Prefer builtin version.
vcomp110: Prefer builtin version.
vcomp100: Prefer builtin version.
vcomp90: Prefer builtin version.
services: Preparation to allow arbitrary data in service RPC messages.
advapi32: Validate received service name.
services: Implement functionality to transfer extra data when sending service control.
services: Fix handling of user defined service controls.
services: Fix leak of process object in process_terminate.
services: Store process id in the process object.
services: Unlink process immediately after service stopped.
services: Ignore error in callback only for ControlService requests.
services: Remove service_terminate function.
services: Hold an additional process reference while waiting for startup.
configure: Explicitly check for sysinfo function.
dwrite: Fix font stretch name conversion table.
services: Add a grab_service function.
advapi32: Simplify RegisterServiceCtrlHandlerExW.
advapi32: Hold lock while processing service controls.
advapi32: Hold lock while handling service thread shutdown.
advapi32: Do not stop service main thread as long as there are still running services.
services: WaitForSingleObject returns a DWORD result.
services: Track number of services per process.
services: Hold startup lock before calling service_start.
services: Sort autostart services by dwTagId config value.
services: Use threadpool API instead of custom wait implementation.
services: Return an error instead of BOOL from process_send_start_message.
services: Allocate a separate status_changed_event for each service.
winedevice: Track loaded drivers and update their status on load/unload.
ntdll: Convert an ERR to a WARN when wait is triggered while destroying threadpool object.
Stefan Dösinger (1):
ddraw/tests: Skip overlay tests if DWM is on.
Vincent Povirk (12):
gdiplus: Fix matrix append flag in metafile transform records.
gdiplus/tests: Add feature for loading emf files.
gdiplus: Implement recording/playback for MultiplyWorldTransform.
gdiplus: Implement recording/playback for RotateWorldTransform.
gdiplus: Implement recording/playback for SetWorldTransform.
gdiplus: Implement recording/playback for TranslateWorldTransform.
gdiplus/tests: Test mixing Begin/EndContainer and Save/Restore.
gdiplus: Fix mismatched use of Begin/EndContainer and Save/RestoreGraphics.
gdiplus: Add support for containers in metafiles.
gdiplus/tests: Add test for containers in metafiles.
gdiplus: Implement playback/recording for SetClipRect.
gdiplus/tests: Add metafile test for SetClipRect.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.9.16 is now available.
What's new in this release (see below for details):
- Better 64-bit binary compatibility on macOS.
- Performance improvements in JavaScript.
- More progress towards the Direct3D command stream.
- More shader instructions in Direct3D.
- Performance improvements in GDI.
- Various bug fixes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.9/wine-1.9.16.tar.bz2http://mirrors.ibiblio.org/wine/source/1.9/wine-1.9.16.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.9.16 (total 43):
19051 Myst V installer will not run.
19546 Grafit text labels not displayed properly
21985 Devil May Cry 3: Black screen when playing game, but special effects are seen
23041 Darkness Within 2 demo: crashes on startup without native d3dx9_40
24645 PDF Factory 3.x/4.x installer fails to install printer drivers (winspool.SetPrinterW lacks support for level 8, global default printer settings)
26360 Time Warner Cable Connection Manager 1.03.0012.0 does not install
28932 Screamer Radio, language selection works incorrectly
29598 eRacer demo: no text displayed
32491 dbghelp doesn't support DW_FORM_flag_present
33398 Word / Excel 2010: crash when clicked (2nd or 3rd times) on a link
33457 An integer overflow @line 268 of dsa.c ?
33594 Cool Record Edit: crash during startup
33939 Ballistic game: no animation when ball is lost
34243 YGOPro Percy exits after a single duel/replay
36828 Multiple DirectX11 games need D3D11CreateDevice implementation with D3D_FEATURE_LEVEL_11_x support (Sniper Elite 3)
37338 Multiple games and applications using Boost.Interprocess need 'NtQuerySection' implementation (file-backed shared memory)(RobloxPlayer, Tera Online)
37903 Winzip 6: Unable to install. Controls are missing.
37919 Spellforce 2 needs d3dx9_36.dll.D3DXCreateTextureShader
38310 Trackbar control (msctls_trackbar32) does not send WM_CTLCOLORSTATIC as it does in Windows
39501 King Arthur II demo crashes with unimplemented function d3dx10_43.dll.D3DXCpuOptimizations
39502 King Arthur II demo crashes with unimplemented function d3dx10_43.dll.D3DX10CreateTextureFromMemory
39744 No sound with winepulse.drv in multiple applications when PulseAudio fails to allocate full buffer
39919 Purple / Pink reflections in Mass Effect 3
40520 Gauntlet and WoW (d3d11 renderer) need FrontCounterClockwise
40734 Unreal Tournament 3 doesn't quit properly when Pulseaudio is used
40735 Midnight Mysteries: The Edgar Allan Poe Conspiracy (Steam) needs a more fleshed out msscript.ocx to get past the initial 'OLE Error 80004002'
40757 GOG Galaxy crashes with unimplemented function api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vsnwprintf_s
40758 GOG Galaxy crashes with unimplemented function api-ms-win-crt-runtime-l1-1-0.dll._get_wide_winmain_command_line
40815 comctl32: Leftmost position of trackbar not selectable with mouse, slider initial position wrong
40875 ITHVNR does not work in wine
40882 Nvidia GT 740M is not correctly recognized
40905 Multiple applications need api-ms-win-crt-runtime-l1-1-0.dll._get_narrow_winmain_command_line (PCSX2 1.4.0, Battle.Net Launcher)
40920 Into The Stars (UE4 game) crashes while loading with SwapChain->GetFullscreenState error
40987 Wine hangs indefinitely on start with "[__NSArrayM insertObject:atIndex:]: index 6 beyond bounds [0 .. 4]".
40999 Epic Games Launcher needs ws2_32.InetNtopW
41009 PCSX2 1.4.0 needs api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vswprintf_p
41010 TVS_TRACKSELECT uses wrong hittest region
41015 comctl32/treeview: Alt-Up/Down keyboard shortcuts don't work
41033 Unimplemented function api-ms-win-crt-runtime-l1-1-0.dll.set_terminate need by Battle.net
41037 Unimplemented function vcruntime140.dll.__std_type_info_name is needed by Battle.net
41040 VariantChangeTypeEx lead to error when casting IUnknown(nil) -> IDispatch
41044 Age of Mythology: Extended Edition needs api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vswprintf_s
41051 GOG Galaxy crashes with unimplemented function vcruntime140.dll.__std_type_info_destroy_list
----------------------------------------------------------------
Changes since 1.9.15:
Aaryaman Vasishta (7):
d3drm: Fix IDirect3DRMViewport*::QueryInterface returning wrong HRESULT for invalid interfaces.
d3drm: Implement IDirect3DRMViewport*::Init.
d3drm: Implement IDirect3DRM*::CreateViewport.
d3drm: Implement IDirect3DRMViewport::GetDirect3DViewport.
d3drm/tests: Add viewport validation tests.
d3drm/tests: Add QueryInterface tests for IDirect3DRMViewport*.
d3drm: Implement IDirect3DRMViewport*::GetDevice.
Akihiro Sagawa (3):
include: Add definition of GetProcessIdOfThread.
imm32/tests: Add ImmDisableIME tests.
imm32: Implement ImmDisableIME.
Alexandre Julliard (9):
kernel32/tests: Remove some win9x compatibility cruft.
server: Store the section flags separately from the protection.
ntdll: Implement the SectionBasicInformation class of NtQuerySection.
ntdll: Implement the SectionImageInformation class of NtQuerySection.
kernel32/tests: Fix loader test failures on some Windows versions.
server: Avoid rounding mapping sizes on the server side.
server: Don't grow the mapped file for read-only mappings.
ntoskrnl.exe: Fix ZwQuerySection spec file entry.
kernel32/tests: Fix a few more loader test failures.
Alistair Leslie-Hughes (8):
comctl32/trackbar: Use WM_CTLCOLORSTATIC when painting background.
include/icftypes.idl: Add more typedefs.
include/netfw.idl: Add INetFwRule, INetFwRules, INetFwServiceRestriction, INetFwPolicy2 interfaces.
hnetcfg: Add stubbed INetFwPolicy2 interface.
hnetcfg/tests: Add initial tests.
d3dx10: Add D3DXCpuOptimizations stub.
msxml3: Implement IXMLParser GetParserState.
d3dx10: Implement D3DX10CreateDeviceAndSwapChain.
Andrew Eikum (2):
winepulse.drv: Downgrade failed server connection message to WARN.
winepulse.drv: Don't hold PA-owned buffer between capture callbacks.
Andrey Gusev (8):
mmdevapi: Use debugstr_guid() in TRACE() message.
include: Add missing include directive in d3dx10tex.h.
include: Improve include directives in d3dx9* headers.
cabinet: Use debugstr_a() in TRACE() message.
riched20: Use debugstr_guid() in TRACE() messages.
wined3d: Fix a typo in state_zwriteenable() function name.
xinput: Fix XInputGetBatteryInformation spec file entry.
d3dx10: Add D3DX10CreateTextureFromMemory stub.
Anton Baskanov (6):
amstream: Fix AMAudioData::QueryInterface.
amstream: Implement AMAudioData::GetInfo.
amstream: Implement AMAudioData::SetBuffer.
amstream: Implement AMAudioData::SetActual.
amstream: Implement AMAudioData::GetFormat.
amstream: Implement AMAudioData::SetFormat.
Aric Stewart (4):
ntoskrnl: Build a more intelligent and correct RegistryPath if possible.
ntoskrnl.exe: Track drivers created with IoCreateDriver.
ntoskrnl.exe: Implement ObReferenceObjectByName but only for loaded drivers.
winedevice: Use IoCreateDriver and IoDeleteDriver.
Bernhard Übelacker (2):
wininet/tests: Fix pathLen given to InternetCrackUrlA.
dinput8/tests: Add valid wide string termination to actionName member.
Bruno Jesus (3):
joy.cpl: Display the correct number of button boxes during test.
ws2_32/tests: Add tests for InetNtopW.
mcicda: Use a helper to read the CD-ROM TOC.
Christian Costa (2):
d3dx9: Implement D3DXCreateTextureShader with stubbed ID3DXTextureShader interface.
include: Fix prototypes of D3DXFillXXXTextureTx for d3dx9.
Corentin Rossignon (2):
dinput: Retrieve vendor ID and product ID in Linux joystick API.
dinput: Fix product GUID generation in Linux joystick and event API.
Daniel Lehman (1):
msvcp140: Add sprintf.
David Lawrie (2):
dinput: Sort virtual joysticks by name on the Mac.
winejoystick.drv: Sort virtual joysticks by name on the Mac.
François Gouget (4):
kernel32/tests: Remove a trailing space from an ok() call message.
d3drm: Make d3drm_device_set_ddraw_device_d3d() static.
d3drm/tests: Spelling fixes for a couple of ok() messages.
ntoskrnl.exe: Add a trailing '\n' to a FIXME() message.
Henri Verbeet (35):
wined3d: Pass a texture and sub-resource index to wined3d_volume_download_data().
wined3d: Pass a texture and sub-resource index to wined3d_volume_srgb_transfer().
wined3d: Merge wined3d_volume_load_location() into texture3d_load_location().
wined3d: Unify the query get_data() implementations.
wined3d: Unify the query issue() implementations.
wined3d: Get rid of struct wined3d_volume.
wined3d: Pass a wined3d_const_bo_address structure to wined3d_texture_ops.texture_upload_data().
wined3d: Upload only a single sub-resource in wined3d_texture_upload_data().
wined3d: Use the context's gl_info in wined3d_timestamp_query_ops_issue().
wined3d: Issue queries through the command stream.
wined3d: Use wined3d_texture_upload_data() in wined3d_device_update_texture_3d().
wined3d: Use texture3d_upload_data() in texture3d_srgb_transfer().
wined3d: Use texture3d_upload_data() in texture3d_load_location().
wined3d: Merge wined3d_volume_upload_data() into texture3d_upload_data().
wined3d: Introduce wined3d_texture_load_location().
wined3d: Use wined3d_texture_load_location() in context_validate_onscreen_formats().
wined3d: Use wined3d_texture_load_location() in device_clear_render_targets().
wined3d: Use wined3d_texture_load_location() in wined3d_device_update_sub_resource().
wined3d: Use wined3d_texture_load_location() in draw_primitive().
wined3d: Use wined3d_texture_load_location() in surface_depth_blt_fbo().
wined3d: Use wined3d_texture_load_location() in surface_blt_fbo().
wined3d: Use wined3d_texture_load_location() in surface_upload_from_surface().
wined3d: Use wined3d_texture_load_location() in surface_load_sysmem().
wined3d: Use wined3d_texture_load_location() in surface_load_drawable().
wined3d: Use wined3d_texture_load_location() in surface_load_texture().
wined3d: Use wined3d_texture_load_location() in wined3d_surface_blt().
wined3d: Use wined3d_texture_load_location() in swapchain_blit().
wined3d: Use wined3d_texture_load_location() in wined3d_swapchain_rotate().
wined3d: Use wined3d_texture_load_location() in swapchain_gl_present().
wined3d: Use wined3d_texture_load_location() in swapchain_gl_frontbuffer_updated().
wined3d: Use wined3d_texture_load_location() in wined3d_texture_get_dc().
wined3d: Rename wined3d_sample_destroy_object() to wined3d_sampler_destroy_object().
wined3d: Invalidate STATE_STREAMSRC in buffer_unload() if needed.
wined3d: Evict managed resources through the command stream.
wined3d: Use wined3d_cs_emit_unload_resource() in wined3d_device_uninit_3d().
Hugh McMaster (1):
reg/tests: Add some tests for 'reg import'.
Huw D. M. Davies (22):
gdi32: Use POINT and SIZE to hold positions and extents.
gdi32: Avoid unnecessary calls to get_dc_ptr().
gdi32: Pass a DC pointer to get_device_rect() to avoid accesses via the handle.
gdi32: Use lp_to_dp() instead of LPtoDP() in the dib driver.
gdi32: Pass a DC pointer to get_mono_dc_colors().
gdi32: Pass a DC pointer to get_pixel_color().
gdi32: Access a few more properties directly from the DC in the dib driver.
gdi32: Use a buffer on the stack if the number of points is small.
gdi32: Add an internal version of GetTextCharsetInfo() that takes a DC pointer.
gdi32: Don't call GetObjectW() unless necessary.
gdi32: Pass a DC pointer to get_gdi_flat_path().
gdi32: Pass the path directly to start_new_stroke().
gdi32: Pass a DC pointer to the point adding routines.
gdi32: Pass a DC pointer to PATH_CheckCorners().
gdi32: Access a few more properties directly from the DC in the path driver.
gdi32: Remove an unnecessary call to get_dc_ptr().
gdi32: Add an internal version of DPtoLP that takes a DC pointer.
gdi32: Move the release until after the final dc access.
gdi32: Where possible directly access the DC instead of using GetCurrentObject().
gdi32: Access several more properties directly from the DC.
gdi32: Convert a few uses of get_dc_ptr() to get_physdev_dc().
gdi32: Only reselect the objects if the linear transform portion changes.
Iván Matellanes (7):
msvcirt: Get rid of specific functions for signed and unsigned chars.
msvcirt: Add stubs for istream::operator>>.
msvcirt: Implement istream::operator>> for characters.
msvcirt: Implement istream::operator>> for strings.
msvcirt: Implement istream::operator>> for integers.
msvcirt: Implement istream::operator>> for floats.
msvcirt: Implement istream::operator>> for streambufs.
Jacek Caban (28):
jscript: Store function arguments on JS stack and transfer them to variable object only when needed.
jscipt: Use passed copy of arguments if they are alread at the top of the stack.
jscript: Fixed potential leak in RegExp lastIndex setter.
jscript: Set output to undefined in jsval_copy on failure.
wininet: Rewrite chunked stream to store full stream state and allow non-blocking reads crossing chunk boundries.
wininet: Added chunked stream blocking tests.
wininet: Return data available in current chunk in chunked_get_avail_data.
jscript: Store exception code in exprval_t.
jscript: Use exprval_t to represent property references passed on JS stack.
jscript: Allow accessing arguments values directly from stack.
mshtml: Forward nsIHttpChannel::SetReferrer to SetReferrerWithPolicy.
mshtml: Don't send https referrer to non-https channel.
mshtml: Set referer HTTP header in nsIHttpChannel::SetReferrerWithPolicy.
mshtml: Use correct principal to create in create_nsxhr.
jscript: Build local references map in compiler and use it to search the scope.
jscript: Access arguments directly from stack in arguments object if possible.
jscript: Setup arguments object by interpreter and store all arguments inside the object on call exit.
jscript: Delay arguments object until it's accessed and properly detach it after function exits.
jscript: More arguments object tests.
jscript: Use locals map for local variables.
jscript: Store local functions in locals map.
jscript: Don't use OP_var_set.
jscript: Store variables on the stack if possible.
jscript: Replaced OP_identid with static binding when possible.
jscript: Replaced OP_ident with static binding when possible.
jscript: Create scope in setup_scope.
jscript: Don't create arguments object in pop_call_frame if it wasn't already created.
jscript/tests: Added more tests.
Jactry Zeng (1):
shell32: Use remove() instead of rmdir().
Jeremy Audiger (1):
wined3d: Add Nvidia GT 740M to the GPU list.
Józef Kucia (41):
wined3d: Introduce helper function for enabling common GLSL extensions.
wined3d: Add ARB_derivative_control extension.
wined3d: Implement SM5 deriv_rtx_coarse instruction.
wined3d: Implement SM5 deriv_rty_coarse instruction.
wined3d: Implement SM5 deriv_rtx_fine instruction.
wined3d: Implement SM5 deriv_rty_fine instruction.
wined3d: Recognize SM5 rcp opcode.
wined3d: Require ARB_derivative_control for SM5.
d3d11/tests: Add test for buffer data initialization.
d3d11/tests: Add test for index buffer offset.
d3d10core/tests: Add test for buffer data initialization.
d3d10core/tests: Add test for index buffer offset.
wined3d: Introduce R10G10B10X2 vertex formats for D3D8/9.
d3d11/tests: Add test for DXGI_FORMAT_R10G10B10A2_UINT vertex format.
d3d10core/tests: Add test for DXGI_FORMAT_R10G10B10A2_UINT vertex format.
wined3d: Handle SM5 derivative instructions in shader_get_registers_used().
wined3d: Introduce rasterizer state object.
d3d11: Add support for FrontCounterClockwise.
wined3d: Implement SV_IsFrontFace input sysval semantic.
wined3d: Add FIXMEs for unhandled sysval semantics.
d3d11/tests: Add test for face culling.
d3d10core/tests: Add test for face culling.
wined3d: Rename wined3d_cull enum values.
wined3d: Get rid of separate function for SM5 derivative instructions.
wined3d: Extract wined3d_swapchain_set_fullscreen() from wined3d_device_reset().
wined3d: Add WINED3D_SWAPCHAIN_ALLOW_MODE_SWITCH flag.
wined3d: Add WINED3D_SWAPCHAIN_RESTORE_WINDOW_RECT flag.
dxgi: Implement dxgi_swapchain_GetFullscreenState().
dxgi: Implement dxgi_swapchain_SetFullscreenState().
dxgi: Switch display mode when creating fullscreen swapchains.
dxgi: Return swapchain target output when available in dxgi_swapchain_GetContainingOutput().
dxgi/tests: Add tests for IDXGISwapChain_GetFullscreenState() to test_create_swapchain().
dxgi/tests: Add test for IDXGISwapChain_SetFullscreenState().
dxgi/tests: Add multi-monitor test for IDXGISwapChain_GetContainingOutput().
dxgi/tests: Add test for default fullscreen target output.
wined3d: Add R32G32B32A32_SINT vertex format.
wined3d: Fix window rect restoring.
wined3d: Introduce wined3d_swapchain_resize_target().
dxgi: Implement IDXGISwapChain_ResizeTarget().
dxgi/tests: Add test for IDXGISwapChain_ResizeTarget().
d3dx9/tests: Fix compilation when the INFINITY macro is not available.
Ken Thomases (3):
ntdll: For Mac 64-bit, poke the TEB address to %gs:0x30 and re-enable the inlining of NtCurrentTeb().
kernel32: For Mac 64-bit, re-enable the inlining of various functions, leveraging the TEB self pointer at %gs:0x30.
ntdll: For Mac 64-bit, poke NtCurrentTeb()->ThreadLocalStoragePointer to the corresponding offset from %gs.
Lauri Kenttä (1):
po: Update Finnish translation.
Martin Storsjo (2):
ucrtbase: Expose the fabsf function on arm.
msvcp140: Add MSVC 2015 C++ support DLL.
Matteo Bruni (8):
wined3d: Fix generic_d3dcolor().
wined3d: Also check BLENDWEIGHT for immediate mode fallback.
d3d9/tests: Add a vertex blending test with D3DCOLOR weights.
wined3d: Swizzle D3DCOLOR attributes in the GLSL FFP replacement when necessary.
d3dx11: Use debugstr_a() to trace a user-supplied string.
d3dx10: Use debugstr_a() to trace a user-supplied string.
d3dx9: Add stubs for D3DXFill*TextureTX().
d3dx9/tests: Add a test for texture shaders.
Michael Stefaniuc (25):
dmusic: Use debugstr_guid to trace some GUIDs.
dmime: Use debugstr_guid() to trace a REFIID.
ddraw: Don't memset memory before overwritting it.
comctl32: Remove an always true conditional expression.
comctl32: Use straight assignments instead of CopyRect().
comctl32: Avoid using memset on RECTs.
comctl32/tests: Avoid using memset() on RECTs.
comctl32/tests: Use SetRectEmpty() instead of SetRect().
mshtml: Use SetRectEmpty() instead of memset().
wined3d: Use SetRect() instead of open coding it.
ddraw: Use SetRectEmpty() instead of memset().
dwrite/tests: Use SetRectEmpty() instead of memset().
user32: Use straight assignments instead of CopyRect().
uxtheme: Use straight assignments instead of CopyRect().
cryptui: Avoid using the LPJUNK style for COM interface types.
comctl32/tests: Make use of todo_wine_if().
user32/tests: Make use of todo_wine_if().
urlmon/tests: Make use of todo_wine_if().
d3d10core/tests: Make use of todo_wine_if().
mmdevapi/tests: Make use of todo_wine_if().
oleaut32/tests: Use todo_wine_if() instead of ifdef constructs.
dinput/tests: Make use of todo_wine_if().
dinput8/tests: Make use of todo_wine_if().
gdi32/tests: Make use of todo_wine_if().
gdiplus/tests: Make use of todo_wine_if().
Nikolay Sivov (45):
msscript: Implement AddObject().
dwrite: Implement newer SetLineSpacing/GetLineSpacing.
dwrite: Only invalidate lines if line spacing changed.
dwrite: Update to DWRITE_LINE_METRICS1.
dwrite: Added missing script tags.
dbghelp: Recognize DW_FORM_flag_present.
comctl32/treeview: Set hot item when hovering over item, not entire row.
comctl32/monthcal: Implement MCS_NOSELCHANGEONNAV style.
comctl32/treeview: Handle WM_SYSKEYDOWN.
ucrtbase: Implement _get_narrow_winmain_command_line/_get_wide_winmain_command_line.
comdlg32/itemdlg: Fix setting NULL file name (Coverity).
strmbase: Fully cleanup on initialization failure (Coverity).
rpcrt4: Added NdrAsyncServerCall stub.
winetest: Initialize sin_zero field sockaddr_in structure (Coverity).
include: TVS_EX_NOSINGLECOLLAPSE is documented.
ucrtbase: Added __stdio_common_vsnwprintf_s().
comctl32/listview: Filter invalid indices when setting selection mark.
comctl32/listview: Remove redundant check in LVM_DELETECOLUMN handler.
ucrtbase: Forward set_terminate().
ntdll: Fix its vs it's typos.
ddraw: Fix its vs it's typos.
ucrtbase: Added __stdio_common_vswprintf_s().
ucrtbase: Fix some spec file entries.
oleaut32: Fix return value when converting from NULL interface pointers.
comctl32/tests: Test that callback mask is stored as is, check more message results.
ucrtbase: Added __stdio_common_vswprintf_p().
gdi32: Fix its vs it's typo.
dinput: Fix its vs it's typo.
dplayx: Fix its vs it's typo.
krnl386: Fix its vs it's typo.
mmsystem: Fix its vs it's typo.
gdiplus: Fix its vs it's typos.
dwrite: Add missing return value check (Coverity).
cabinet: Fix its vs it's typos.
quartz: Fix its vs it's typo.
shlwapi: Fix its vs it's typo.
wined3d: Fix its vs it's typos.
comctl32/listview: Return earlier on allocation failure (Coverity).
hlink: Handle failure better (Coverity).
mshtml: Remove dead assignment (Coverity).
msvcp140: Added __crtInitializeCriticalSectionEx().
dsound: Fix its vs it's typos.
d3dx9: Remove dead assignment (Coverity).
d3dx9/tests: Remove dead assignment.
gdiplus: Remove some casts.
Philipp Hoppermann (1):
ws2_32: Implement InetNtopW.
Piotr Caban (10):
ucrtbase: Add _get_narrow_winmain_command_line tests.
ntdll: Keep drive letter size in RtlGetFullPathName_U when full path is specified.
msvcp120: Don't export structures as stubs.
msvcp120_app: Don't export structures as stubs.
msvcp110: Don't export structures as stubs.
msvcp100: Don't export structures as stubs.
ucrtbase: Fix __std_type_info_compare implementation.
ucrtbase: Add __std_type_info_name implementation.
ucrtbase: Add __std_type_info_destroy_list implementation.
ucrtbase: Add initial __std_type_info tests.
Sebastian Lackner (5):
gdi32/enhmfdrv: Remove unused debug channel.
winetest: Remove duplicate if check.
ntoskrnl.exe: Fix leak of ServiceKeyName if DriverInit fails.
xaudio2_7: Only declare debug channel when needed.
winedevice: Get rid of static driver_module variable.
Vincent Povirk (4):
gdiplus: Implement metafile recording for ScaleWorldTransform.
gdiplus: Implement metafile playback for ScaleWorldTransform.
gdiplus/tests: Add test for ScaleWorldTransform in metafiles.
gdiplus: Implement ResetWorldTransform metafile playback/recording.
Xiaoshan Sun (1):
comctl32/dsa: Handle overflow in DSA_InsertItem().
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.9.15 is now available.
What's new in this release (see below for details):
- More shader instructions in Direct3D.
- Performance improvements in GDI.
- Better multi-joystick support on macOS.
- Active Scripting improvements.
- Additional stream support in the C++ runtime.
- Various bug fixes.
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.9/wine-1.9.15.tar.bz2http://mirrors.ibiblio.org/wine/source/1.9/wine-1.9.15.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.9.15 (total 22):
2905 Kings Quest 8 crashes while loading a saved game
14821 Kirikiri based games update screen slowly
21891 info zip 3.0 won't append to existing archive
33225 Metacell demo can't play music in mp3 format
36653 Tesla Effect (game): Video sequences display green screen.
37361 Scottrade Elite 2013 fails data streaming after about 90% of logins
37429 Post provider setup of WMI core 1.5 installer needs advapi32.dll.WmiQueryGuidInformation stub
37977 Multiple applications using VBScript/JScript need scripting host 'WScript.Quit' implementation
38475 Unused variable in glsl_shader.c
38997 Non-deterministic device id assignment when using more than one joystick/gamepad (multiplayer). Unable to deactivate joystick through registry or wine control applet
39845 Randomly "WinMorse2.exe" doesn't work under Wine.
40760 GOG Galaxy crashes with unimplemented function vcruntime140.dll.set_unexpected
40764 Bloodrayne 1-2 hang when playing videos
40822 Aliens vs. Triangles demo needs WINED3DFMT_R32_SINT format
40861 Kingsoft Office 2012 needs ntoskrnl.exe.IoAttachDevice
40872 Gauntlet requires dcl_immediateConstantBuffer support
40887 Nook eReader 2.5.3.4630 needs ncrypt.dll.NCryptOpenStorageProvider
40915 Max Payne demo installer displays highlighted text
40923 Alone in the Dark (2008) crashes on launch with msvcrt assertion
40932 [GAME] RAN GS crashes when starting (needs msvcp90.dll.?_Random_device@tr1@std@@YAIXZ)
40939 dlls/msvcr100 - error building on NetBSD
40959 mIRC: Crash on running code to see if mIRC is running in Wine.
----------------------------------------------------------------
Changes since 1.9.14:
Aaryaman Vasishta (7):
d3drm: Store reference to IDirect3DRM in d3drm_device_create().
d3drm: Move struct d3drm_device to d3drm_private.h.
d3drm: Rearrange version 1, 2 functions after version 3 for IDirect3DRMDevice*.
d3drm: Implement IDirect3DRMDevice*::Add/DeleteDestroyCallback.
d3drm: Fix IDirect3DRMDevice{2-3}::GetDirect3DDevice2 return values on failure.
d3drm: Implement IDirect3DRMDevice*::InitFromD3D.
d3drm: Implement IDirect3DRMDevice{2-3}::InitFromD3D2.
Akihiro Sagawa (1):
mciqtz32: Use dB unit when setting audio volume.
Alex Henrie (8):
include: Add FolderItems2 and FolderItems3.
shell32: Print RIIDs as strings in shell dispatch TRACE statements.
shell32: Stub out FolderItems.
shell32/tests: Add tests for FolderItems.
shell32: Return E_INVALIDARG from FolderItems functions on null output.
shell32: Set output interfaces to NULL in FolderItems functions.
shell32/tests: Free winetest BSTR after use.
shell32/tests: Change to temp dir to be able to remove winetest dir.
Alexandre Julliard (8):
server: Add a helper function to create a symlink to an existing object.
server: Add a helper function to create session directories and symlinks.
kernel32: Store synchronization objects under the session directory.
user32: Store window station objects under the session directory.
configure: Set the libwine soname on Android.
winegcc: Set the soname of all dlls on Android.
loader: The preloader is not supported on Android, don't try to use it.
server: Avoid unaligned access when printing x86 floating point registers.
Alistair Leslie-Hughes (3):
inetcomm: Improve IMimeBody GetHandle return value.
inetcomm: GetBody returns MIME_E_NOT_FOUND when no parent found.
vcruntime140: Forward set_unexpected.
Andrey Gusev (5):
po: Update Ukrainian translation.
avifil32: Use debugstr_guid() in TRACE() message.
hlink: Use debugstr_guid() in FIXME() message.
ole32: Use debugstr_guid() in TRACE() messages.
shell32: Use debugstr_guid() and debugstr_w() in TRACE() messages.
Aurimas Fišeras (1):
po: Update Lithuanian translation.
Austin English (5):
ntoskrnl.exe: Add IoAttachDevice stub.
include: Add more NTE_* definitions.
include: Add initial ncrypt.h.
ncrypt: Add some stub functions.
shell32: Add SHGetPropertyStoreForWindow stub.
David Lawrie (5):
winejoystick.drv: Print location ID in debugstr_device on the Mac.
winejoystick.drv: Sort devices by location ID on the Mac.
dinput: Print location ID in debugstr_device on the Mac.
dinput: Sort devices by location ID on the Mac.
dinput: Alter function name and code style.
Dmitry Timoshkov (2):
ntdll: Add support for fs segment in ThreadDescriptorTableEntry query.
kernel32/tests: Add tests for GetThreadSelectorEntry.
Hans Leidekker (11):
webservices: Use a long double variable in format_double.
sspicli: New dll.
sspicli: Implement SspiEncodeStringsAsAuthIdentity.
sspicli: Implement SspiZeroAuthIdentity.
sspicli: Implement SspiEncodeAuthIdentityAsStrings.
sspicli: Implement SspiFreeAuthIdentity.
sspicli: Implement SspiLocalFree.
secur32: Forward Sspi functions to sspicli.
credui: Add a stub implementation of CredUIPromptForWindowsCredentialsW.
credui: Add stub implementations of CredPackAuthenticationBufferW and CredUnpackAuthenticationBufferW.
credui: Use the input identity passed to SspiPromptForCredentialsW.
Henri Verbeet (15):
wined3d: Synchronise WINED3D_CS_OP_PRESENT resource access.
wined3d: Synchronise WINED3D_CS_OP_CLEAR resource access.
wined3d: Synchronise WINED3D_CS_OP_DRAW resource access.
d3d10: Validate offsets in parse_shader() (AFL).
d3d10: Validate offsets and size in parse_fx10_type() (AFL).
d3drm/tests: Fix some IDirect3D2 reference leaks.
wined3d: Also try DRIVER_MODEL_NT6X in init_driver_info().
wined3d: Get rid of redundant NULL checks for event query "extendedData".
wined3d: Fail event query creation when event queries are not supported.
wined3d: Get rid of redundant ARB_occlusion_query checks.
wined3d: Get rid of redundant ARB_timer_query checks.
wined3d: Use a single allocation for event queries.
wined3d: Use a single allocation for occlusion queries.
wined3d: Use a single allocation for timestamp queries.
wined3d: Introduce a separate function for creating timestamp disjoint queries.
Hugh McMaster (8):
regedit: Use output_message() in regproc.c for better internationalization.
regedit: Use Unicode when printing system error messages.
regedit: Open export file with a wide-character stream.
regedit: Use Unicode for registry key paths.
regedit: Rewrite processRegLinesA into an ANSI version of processRegLinesW.
regedit: Use generic ARRAY_SIZE macro to allow for broader use.
regedit: Output the registry data type as a string when it is used in error messages.
reg: Handle a special case for Default values and 'reg query'.
Huw D. M. Davies (10):
gdi32: Add back the extents test.
gdi32: Use the get_mono_dc_colors() helper.
gdi32: Add a mask_rect primitive for use when the src is 1bpp.
gdi32: Use alloc_gdi_path() to create the path.
gdi32: Change get_gdi_flat_path() to return an opaque path pointer.
gdi32: Reduce the number of memory allocations required for gdi paths.
gdi32: Copy 1-bpp pixels one byte at a time.
gdi32: Add helpers to allocate, grow and free regions.
gdi32: Add a small rectangle buffer to reduce memory allocation.
gdi32: Use an internal version of LPtoDP that takes a DC * where possible.
Iván Matellanes (21):
msvcirt: Reset the pointers on file sync in most cases.
msvcirt: Add stub for class istream.
msvcirt: Implement istream constructors/destructors.
msvcirt: Implement istream::eatwhite.
msvcirt: Implement istream::gcount.
msvcirt: Implement istream::ipfx.
msvcirt: Implement istream::isfx.
msvcirt: Implement istream::get for strings.
msvcirt: Implement istream::get for single characters.
msvcirt: Implement istream::get for streambufs.
msvcirt: Implement istream::getline.
msvcirt: Implement istream::ignore.
msvcirt: Implement istream::peek.
msvcirt: Implement istream::putback.
msvcirt: Implement istream::read.
msvcirt: Implement istream::seekg.
msvcirt: Implement istream::sync.
msvcirt: Implement istream::tellg.
msvcirt: Implement istream::getint.
msvcirt: Implement istream::getdouble.
msvcirt: Implement istream::ws.
Jacek Caban (15):
gdi32: Make CreateDIBSection hotpatchable.
kernel32: Make MapViewOfFile and VirtualAlloc hotpatchable.
mshtml/tests: Use relative URLs in navigation.js.
mshtml: Use bind_to_tree callback to parse dynamically added scripts.
mshtml: Moved getting text from ScriptBSC to separated function.
mshtml: Moved parsing external script to OnStopBinding callback.
mshtml: Store external script text in HTMLScriptElement object.
mshtml: Merge parse_extern_script and bind_script.
mshtml: Moved script execution logic from HTMLScriptElement::put_src to script BSC.
mshtml: Set loaded script ready state if binding failed.
mshtml: Set interactive script ready state change in the right places.
mshtml: Load dynamically created script elements asynchronously.
mshtml: Added asynchronous script loading tests.
jscript: Use IDispatch* as iface_to_jsdisp argument type.
jscript: Optimize iface_to_jsdisp by using vtbl comparison.
Jan Schmidt (7):
winegstreamer: Don't replace internal bus.
winegstreamer: Don't store decodebin explicitly.
winegstreamer: Do conversion before flipping.
winegstreamer: Fix refcounting for videoflip.
d3d9: Adjust D3DCOLOR_ARGB to avoid shift overflow.
quartz: Images in Direct3D surfaces must be top-down.
quartz: Return the fullscreen status in Videorenderer.
John Sheu (1):
kernel32/tests: Add some tests for fiber-local storage.
Julian Rüger (1):
po: Update German translation.
Józef Kucia (25):
d3d11: Implement d3d11_immediate_context_RSGetScissorRects().
d3d10core/tests: Add test for immediate constant buffer.
wined3d: Use uintBitsToFloat() for float immediate shader constants.
wined3d: Set load_local_constsF in shader_init().
d3d11/tests: Add test for writing floating-point specials to render target.
d3d10core/tests: Add test for writing floating-point specials to render target.
wined3d: Recognize SM5 vocp register.
wined3d: Implement SM4 umin instruction.
wined3d: Recognize SM4.1 lod opcode.
wined3d: Recognize SM4.1 samplepos opcode.
wined3d: Recognize SM4.1 sampleinfo opcode.
wined3d: Recognize SM5 ubfe opcode.
wined3d: Add ARB_vertex_type_2_10_10_10_rev extension.
wined3d: Store vertex attribute size instead of component size in wined3d_format.
wined3d: Add support for WINEDFMT_R10G10B10A2_UNORM vertex format.
d3d11/tests: Add test for DXGI_FORMAT_R10G10B10A2_UNORM vertex format.
d3d10core/tests: Add test for DXGI_FORMAT_R10G10B10A2_UNORM vertex format.
wined3d: Enable rendering to integer textures.
d3d11/tests: Add test for bitwise shader instructions.
d3d10core/tests: Add test for some shader instructions.
d3d11: Validate "MiscFlags" and "StructureByteStride" for raw and structured buffers.
d3d11/tests: Add more tests for structured and raw buffers.
d3d10core/tests: Add test for CreateBuffer() with invalid misc flags.
d3d11: Allow creating UAVs for structured buffers with NULL description.
d3d11: Allow creating SRVs for structured buffers with NULL description.
Ken Thomases (3):
kernel32: Overhaul the handling of argv in set_process_name().
winemac: Only call -[NSApplication unhide:] if the app is actually hidden.
winemac: Call -removeFromSuperview on a view before adding it to a superview, on 10.9 and earlier.
Kim Malmo (1):
po: Update Norwegian translation.
Kirill K. Smirnov (1):
winex11.drv: Avoid passing NULL to memcpy (clang).
Matteo Bruni (4):
wined3d: Update vertex shader when the swizzle map changes.
wined3d: Check BLENDWEIGHT and BLENDINDICES FFP attributes for fixups.
d3d8: Use a union in tss_lookup. (Coverity).
ddraw: Use a union in tss_lookup. (Coverity).
Michael Müller (4):
ntdll: Use sysinfo to report correct number of physical pages.
kernel32/tests: Add tests for UnmapViewOfFile with unaligned pointer.
ntdll: NtUnmapViewOfSection should succeed for all offsets within the mapped range.
kernel32: In Win9x mode UnmapViewOfFile requires base address of a mapping.
Michael Stefaniuc (43):
windowscodecs: Remove a redundant NULL check before HeapFree().
winepulse: Remove a redundant NULL check before HeapFree().
comctl32: Use InflateRect() too when expanding in just one axis.
explorerframe: Use the proper RECT APIs.
explorerframe/tests: Use SetRect() instead of open coding it.
explorerframe/tests: The width is between the RECT left and right fields.
explorerframe/tests: Use EqualRect() instead of open coding it.
wordpad: Use InflateRect() instead of open coding it.
riched20: Get rid of casts from COM objects to interfaces.
riched20/tests: Use InflateRect() too when expanding in just one axis.
ieframe: Use InflateRect() instead of open coding it.
hhctrl: Use SetRect() instead of open coding it.
d3d9: Use SetRect() instead of open coding it.
d3dxof: Avoid casts from COM objects to interfaces.
d3dcompiler/tests: Avoid using the LPD3DBLOB COM iface type.
taskmgr: Remove some old commented out code, mostly C++.
taskmgr: Use SetRect() instead of open coding it.
mshtml: Use SetRect() instead of open coding it.
maintainers: D3dxof is a D3D helper library too.
avifil32: Use atomic operations to manipulate the refcount.
avifil32: Clean up the IClassFactory creation.
avifil32: Avoid using the LPCLASSFACTORY COM iface type.
dmsynth: Simplify error handling when creating a DMSynthSink object.
avifil32: Move CreateEditableStream() to avoid exporting a helper.
avifil32: Avoid casts of IAVIEditStream to the COM object.
avifil32/tests: Add some basic COM tests for AVIEditStream.
avifil32: Avoid casts from COM objects to ifaces.
usp10/tests: Use SetRect() instead of open coding it.
strmbase: Don't cast IQualityControl to the COM object.
strmbase: Avoid a COM object to interface cast.
amstream: Avoid using the LPUNKNOWN COM iface type.
mshtml: Avoid using LPSTREAM.
user32: Use SetRect() instead of open coding it.
user32: Simplify a RECT copy.
dmsynth: The DMSynth{,Sink} COM objects don't support aggregation.
dmsynth/tests: Move the dll availability check to a separate function.
dmsynth/tests: Add COM tests for DMSynth and DMSynthSink.
dmsynth: Lock/unlock the module only on creation/desctruction.
msctf: Don't crash on NULL input in EnumLanguageProfiles().
msctf: Avoid a cast from IEnumTfLanguageProfiles to the COM object.
hlink/tests: Use wine_dbgstr_guid() to print a REFIID.
shlwapi/tests: Use wine_dbgstr_guid() to trace REFIIDs.
comctl32: Avoid using the LPSTREAM COM iface type.
Nikolay Sivov (25):
webservices/tests: Fix WsCreateMessage() arguments (Clang).
webservices/tests: Fix WsReadValue type argument values (Clang).
mshtml: Fix a typo in a trace message.
msscript: Implement some connection point methods.
xmllite/writer: Close open tag with WriteFullEndElement().
xmllite/writer: Implement WriteCharEntity().
xmllite/writer: Fix formatted output with WriteFullEndElement().
comctl32/trackbar: Update thumb on range change.
comctl32/trackbar: Fix mouse position to thumb position conversion rounding.
dwrite: Ignore fonts with dot-prefixed names.
po: Update Russian translation.
wbemdisp: Fix a crash on null interface pointer.
msscript: Initial support for hosting script engines.
dwrite: Use more intuitive naming for layout stages.
dwrite: Validate CreateTextFormat() arguments.
dwrite: Implement SetTrimming() for layout.
msscript: Implement Timeout property.
dwrite: Implement GetOverhangMetrics() for trimming sign.
dwrite/tests: A couple of tests for matching with invalid font properties.
dwrite: Filter invalid weight in SetFontWeight().
msscript: Implement SetAdvise/GetAdvise.
msscript: Added IServiceProvider stub.
msscript: Added IActiveScriptSiteWindow stub.
msscript: Implement Reset().
comctl32/tooltips: Fix TTM_GETMARGIN/TTM_SETMARGIN handling.
Piotr Caban (2):
msi: Don't validate platform while checking if transform is applicable.
msvcr100: Fix compilation on NetBSD (conflicting fenv_t definitions).
Piotr Chruściel (1):
server: Move the \BaseNamedObjects symlink in \Sessions\0 to \Sessions\1\BaseNamedObjects.
Sebastian Lackner (11):
secur32: Define missing gnutls_kx_algorithm_t constants for gnutls versions < 3.
kernel32/tests: Use inline implementation of NtCurrentTeb for debugger tests.
ntdll/tests: Use inline implementation of NtCurrentTeb for exception tests.
ntdll/tests: Use inline implementation of NtCurrentTeb for rtl tests.
opengl32/tests: Include wgl.h and remove duplicate declarations.
dmsynth: Fix a module refcounting regression.
kernel32/tests: Use inline implementation of NtCurrentTeb for process tests.
vcomp: Implement 16-bit atomic instructions.
vcomp/tests: Add tests for 16-bit atomic instructions.
vcomp: Implement 8-bit atomic instructions.
vcomp/tests: Add tests for 8-bit atomic instructions.
Stefan Dösinger (1):
ddraw/tests: Skip A4R4G4B4 ckey tests on Nvidia.
--
Alexandre Julliard
julliard(a)winehq.org