wine-staging/README.md

323 lines
28 KiB
Markdown
Raw Normal View History

What is Wine Staging?
---------------------
2013-11-21 12:30:27 -08:00
**Wine Staging** is the testing area of winehq.org. It contains bug fixes and
features, which have not been integrated into the development branch yet. The
idea of Wine Staging is to provide experimental features faster to end users and
to give developers the possibility to discuss and improve their patches before
they are integrated into the main branch. More information about Wine Staging
can also be found on our website [wine-staging.com](http://wine-staging.com).
Although we are reviewing and testing all patches carefully before adding them,
you may encounter additional bugs, which are not present in the development
branch. Do not hesitate to report such issues at winehq.org, so they can be
fixed before the feature gets integrated.
How to install and use Wine Staging
-----------------------------------
Ready-to-use packages for Wine Staging are available for a variety
of different Linux distributions directly for download. Just follow the
instructions available on the
[Wiki](https://github.com/wine-compholio/wine-staging/wiki/Installation).
When using Wine Staging there are a few differences compared to regular
Wine. The main difference is that it is not sufficient to type `wine` to
run it, but instead you will have to type `/opt/wine-staging/bin/wine`.
Besides that there are also some other differences, for example additional
configuration options to tweak performance, which are not available in regular
Wine. All those differences are also documented on the
[Wiki](https://github.com/wine-compholio/wine-staging/wiki/Usage).
Included bug fixes and improvements
-----------------------------------
**Bug fixes and features included in the next upcoming release [4]:**
* Avoid corruption of caret when SetCaretPos() is called
* Check IsWoW64Process before calling Wow64 functions in UNIXFS_get_unix_path
* SHMapHandle should not set error when NULL is passed as hShared
* SysAllocStringByteLen should align terminating null WCHAR
2015-12-21 09:32:05 -08:00
**Bug fixes and features in Wine Staging 1.8 [268]:**
*Note: The following list only contains features and bug fixes which are not
yet available in vanilla Wine. They are removed from the list as soon as they
are included upstream. The list also includes features and fixes from previous
releases, take a look at the
2015-11-22 17:43:28 -08:00
[changelog](https://github.com/wine-compholio/wine-staging/blob/master/staging/changelog)
for more details.*
2015-08-22 17:11:02 -07:00
* Add IDragSourceHelper stub interface ([Wine Bug #24699](https://bugs.winehq.org/show_bug.cgi?id=24699))
2015-09-06 17:30:38 -07:00
* Add IHTMLLocation::hash property's getter implementation ([Wine Bug #32967](https://bugs.winehq.org/show_bug.cgi?id=32967))
2015-04-18 16:20:00 -07:00
* Add a ProfileList\<UserSID> registry subkey ([Wine Bug #15670](https://bugs.winehq.org/show_bug.cgi?id=15670))
* ~~Add a stub driver for tdi.sys~~ ([Wine Bug #35693](https://bugs.winehq.org/show_bug.cgi?id=35693))
2015-10-18 21:09:12 -07:00
* Add implementation for comctl32.PROPSHEET_InsertPage. ([Wine Bug #25625](https://bugs.winehq.org/show_bug.cgi?id=25625))
2015-10-03 13:17:32 -07:00
* Add implementation for mfplat.MFTEnum ([Wine Bug #39309](https://bugs.winehq.org/show_bug.cgi?id=39309))
2015-04-18 16:20:00 -07:00
* Add implementation for mfplat.MFTRegister ([Wine Bug #37811](https://bugs.winehq.org/show_bug.cgi?id=37811))
2015-10-03 13:17:32 -07:00
* Add implementation for msidb commandline tool
2015-05-16 13:59:02 -07:00
* Add implementation for shlwapi.AssocGetPerceivedType
* Add nvapi stubs required for GPU PhysX support
2015-02-08 10:15:49 -08:00
* Add performance library registry keys needed by MS SQL Server Management Studio Express 2008 R2 ([Wine Bug #33661](https://bugs.winehq.org/show_bug.cgi?id=33661))
2015-06-13 15:39:24 -07:00
* Add semi-stub for FileFsVolumeInformation information class ([Wine Bug #21466](https://bugs.winehq.org/show_bug.cgi?id=21466))
2015-05-30 19:44:43 -07:00
* Add shell32 placeholder icons to match offsets with Windows ([Wine Bug #30185](https://bugs.winehq.org/show_bug.cgi?id=30185))
2015-08-09 13:03:40 -07:00
* Add stub dlls required for MSVC 2015 runtime library (Windows 10)
* Add stub for D3DXComputeNormalMap
2015-05-03 13:02:59 -07:00
* Add stub for D3DXFrameFind ([Wine Bug #38334](https://bugs.winehq.org/show_bug.cgi?id=38334))
2014-11-15 06:37:30 -08:00
* Add stub for NtSetLdtEntries/ZwSetLdtEntries ([Wine Bug #26268](https://bugs.winehq.org/show_bug.cgi?id=26268))
2015-10-31 16:16:04 -07:00
* Add stub for SetCoalescableTimer ([Wine Bug #39509](https://bugs.winehq.org/show_bug.cgi?id=39509))
2015-02-21 21:59:18 -08:00
* Add stub for ntoskrnl.ExAcquireResourceExclusiveLite
* Add stub for ntoskrnl.ExDeleteResourceLite
* Add stub for ntoskrnl.ExReleaseResourceForThread
* Add stub for ntoskrnl.KeWaitForMultipleObjects ([Wine Bug #32186](https://bugs.winehq.org/show_bug.cgi?id=32186))
2015-02-21 21:59:18 -08:00
* Add stub for ntoskrnl.Mm{Map,Unmap}LockedPages
2015-04-04 16:29:49 -07:00
* Add stub for ntoskrnl.PsRemoveLoadImageNotifyRoutine
* ~~Add stub for setupapi.SetupDiSelectBestCompatDrv~~ ([Wine Bug #32088](https://bugs.winehq.org/show_bug.cgi?id=32088))
2015-03-21 20:06:36 -07:00
* Add stub for wininet.ParseX509EncodedCertificateForListBoxEntry ([Wine Bug #29842](https://bugs.winehq.org/show_bug.cgi?id=29842))
2015-06-13 15:39:24 -07:00
* Add stub for winscard.SCardListReadersA/W ([Wine Bug #26978](https://bugs.winehq.org/show_bug.cgi?id=26978))
2015-09-06 17:30:38 -07:00
* Add stub for winspool.SetPrinterW level 8 ([Wine Bug #24645](https://bugs.winehq.org/show_bug.cgi?id=24645))
2015-05-16 13:59:02 -07:00
* Add stub for winsta.WinStationEnumerateW ([Wine Bug #38102](https://bugs.winehq.org/show_bug.cgi?id=38102))
2015-11-15 09:41:33 -08:00
* Add stub kernel32.FreeUserPhysicalPages ([Wine Bug #39543](https://bugs.winehq.org/show_bug.cgi?id=39543))
2015-05-30 19:44:43 -07:00
* Add stubbed ISWbemSecurity interfaces in wbemdisp
2015-01-24 07:04:50 -08:00
* Add stubs for D3DXCreateAnimationController interface
2015-08-09 13:03:40 -07:00
* Add stubs for additional wininet options in InternetSetOption
* ~~Add stubs for advapi32.RegCreateKeyTransacted[A/W]~~
2015-03-07 14:10:42 -08:00
* Add support for CopyFileEx progress callback ([Wine Bug #22692](https://bugs.winehq.org/show_bug.cgi?id=22692))
2015-08-09 13:03:40 -07:00
* Add support for GTK3 theming
2014-12-14 15:53:35 -08:00
* Add support for GetPropValue to PulseAudio backend
2015-05-30 19:44:43 -07:00
* Add support for hiding wine version information from applications ([Wine Bug #38656](https://bugs.winehq.org/show_bug.cgi?id=38656))
2015-04-18 16:20:00 -07:00
* Add support for process specific debug channels
2015-07-29 12:11:46 -07:00
* Add wined3d detection for GeForce GT 425M ([Wine Bug #35054](https://bugs.winehq.org/show_bug.cgi?id=35054))
2014-11-01 16:48:02 -07:00
* Adobe Reader needs ITextSelection_fnGetDuplicate implementation
2015-09-06 17:30:38 -07:00
* Allow non-nullterminated string as working directory in kernel32.create_startup_info
2014-11-15 06:37:30 -08:00
* Allow selection of audio device for PulseAudio backend
* Allow special characters in pipe names ([Wine Bug #28995](https://bugs.winehq.org/show_bug.cgi?id=28995))
2015-03-07 14:10:42 -08:00
* Allow to cancel a file operation via progress callback ([Wine Bug #22690](https://bugs.winehq.org/show_bug.cgi?id=22690))
2015-03-21 20:06:36 -07:00
* Allow to edit winecfg library override by double clicking
2015-04-04 16:29:49 -07:00
* Allow to open files/directories without any access rights in order to query attributes
2015-03-07 14:10:42 -08:00
* Allow to override number of quality levels for D3DMULTISAMPLE_NONMASKABLE. ([Wine Bug #12652](https://bugs.winehq.org/show_bug.cgi?id=12652))
2015-11-29 12:23:59 -08:00
* Allow to set debug registers separately in NtSetContextThread ([Wine Bug #39454](https://bugs.winehq.org/show_bug.cgi?id=39454))
2015-06-13 15:39:24 -07:00
* Allow to set pixel format for desktop window
2015-11-15 09:41:33 -08:00
* Allow to specify default display frequency in registry
2015-11-29 12:23:59 -08:00
* Also send WM_CAPTURECHANGE when capture has not changed ([Wine Bug #13683](https://bugs.winehq.org/show_bug.cgi?id=13683))
2015-10-18 21:09:12 -07:00
* Always use 64-bit registry view on WOW64 setups
2015-01-24 07:04:50 -08:00
* Anno 1602 installer depends on Windows 98 behavior of SHFileOperationW ([Wine Bug #37916](https://bugs.winehq.org/show_bug.cgi?id=37916))
2015-05-30 19:44:43 -07:00
* Assign a drive serial number during prefix creation/update ([Wine Bug #17823](https://bugs.winehq.org/show_bug.cgi?id=17823))
* Audio stuttering and performance drops in multiple applications ([Wine Bug #30639](https://bugs.winehq.org/show_bug.cgi?id=30639))
2014-11-15 06:37:30 -08:00
* Avoid crashing when broken app tries to release surface although refcount is zero ([Wine Bug #18477](https://bugs.winehq.org/show_bug.cgi?id=18477))
2015-02-21 21:59:18 -08:00
* Avoid race-conditions in NtReadFile() operations with write watches.
2014-11-30 06:25:01 -08:00
* Avoid race-conditions of async WSARecv() operations with write watches.
2015-02-21 21:59:18 -08:00
* Avoid race-conditions with write watches in WS2_async_accept.
* Basic handling of write watches triggered while we're on the signal stack.
2015-01-10 13:27:16 -08:00
* Basic support for CUDA
2014-11-30 06:25:01 -08:00
* Black & White needs DXTn software decoding support ([Wine Bug #14939](https://bugs.winehq.org/show_bug.cgi?id=14939))
2015-03-07 14:10:42 -08:00
* CPU-Z fails to start because GetLogicalProcessorInformationEx returns FALSE
2015-04-18 16:20:00 -07:00
* Calculate msvcrt exponential math operations with higher precision ([Wine Bug #37149](https://bugs.winehq.org/show_bug.cgi?id=37149))
2015-08-22 17:11:02 -07:00
* Catch invalid memory accesses in imagehlp.CheckSumMappedFile
2015-07-29 12:11:46 -07:00
* Check architecture before trying to load libraries ([Wine Bug #38021](https://bugs.winehq.org/show_bug.cgi?id=38021))
2015-11-29 12:23:59 -08:00
* Check handle type for HSPFILEQ handles ([Wine Bug #12332](https://bugs.winehq.org/show_bug.cgi?id=12332))
2015-10-03 13:17:32 -07:00
* Codepage conversion should fail when destination length is < 0
2015-11-15 09:41:33 -08:00
* CompareString should abort on first non-matching character ([Wine Bug #37556](https://bugs.winehq.org/show_bug.cgi?id=37556))
2015-09-06 17:30:38 -07:00
* Create Microsoft\Windows\Themes directory during Wineprefix creation ([Wine Bug #34910](https://bugs.winehq.org/show_bug.cgi?id=34910))
2015-05-16 13:59:02 -07:00
* Create stub files for system32/drivers/etc/{services,hosts,networks,protocol} ([Wine Bug #12076](https://bugs.winehq.org/show_bug.cgi?id=12076))
2015-01-10 13:27:16 -08:00
* CreateProcess does not prioritize the working directory over the system search path ([Wine Bug #23934](https://bugs.winehq.org/show_bug.cgi?id=23934))
2014-11-01 16:48:02 -07:00
* D3DCompileShader should filter specific warning messages ([Wine Bug #33770](https://bugs.winehq.org/show_bug.cgi?id=33770))
2015-10-31 16:16:04 -07:00
* Do not allow interruption of system APC in server_select ([Wine Bug #14697](https://bugs.winehq.org/show_bug.cgi?id=14697))
2015-08-22 17:11:02 -07:00
* Do not allow to deallocate thread stack for current thread
* Do not fail when a used context is passed to wglShareLists ([Wine Bug #11436](https://bugs.winehq.org/show_bug.cgi?id=11436))
* Do not hold reference on parent process in wineserver ([Wine Bug #37087](https://bugs.winehq.org/show_bug.cgi?id=37087))
2015-10-18 21:09:12 -07:00
* Do not signal threads until they are really gone
2015-05-30 19:44:43 -07:00
* Do not use unixfs for devices without mountpoint
2015-10-03 13:17:32 -07:00
* Do not wait for hook thread startup in IDirectInput8::Initialize ([Wine Bug #21403](https://bugs.winehq.org/show_bug.cgi?id=21403))
* Ensure NtProtectVirtualMemory and NtCreateSection are on separate pages ([Wine Bug #33162](https://bugs.winehq.org/show_bug.cgi?id=33162))
2015-11-29 12:23:59 -08:00
* Ensure default route IP addresses are returned first in gethostbyname ([Wine Bug #22819](https://bugs.winehq.org/show_bug.cgi?id=22819))
2014-11-15 06:37:30 -08:00
* Exception during start of fr-043 caused by missing DXTn support ([Wine Bug #37391](https://bugs.winehq.org/show_bug.cgi?id=37391))
2015-07-29 12:11:46 -07:00
* Export additional OpenAL32 functions ([Wine Bug #38972](https://bugs.winehq.org/show_bug.cgi?id=38972))
2015-01-10 13:27:16 -08:00
* Expose PKEY_AudioEndpoint_PhysicalSpeakers device property in PulseAudio driver
2015-08-09 13:03:40 -07:00
* Fake success in IViewObject::Draw stub ([Wine Bug #30611](https://bugs.winehq.org/show_bug.cgi?id=30611))
2015-07-29 12:11:46 -07:00
* Fake success in kernel32.SetFileCompletionNotificationModes ([Wine Bug #38960](https://bugs.winehq.org/show_bug.cgi?id=38960))
2015-09-06 17:30:38 -07:00
* Fallback to default comspec when %COMSPEC% is not set
2015-06-13 15:39:24 -07:00
* Fallback to system ping command when CAP_NET_RAW is not available ([Wine Bug #8332](https://bugs.winehq.org/show_bug.cgi?id=8332))
2015-11-22 22:56:02 -08:00
* Fix broken textures in XIII Century: Death or Glory ([Wine Bug #25419](https://bugs.winehq.org/show_bug.cgi?id=25419))
2015-10-03 13:17:32 -07:00
* Fix calculation of listbox size when horizontal scrollbar is present ([Wine Bug #38142](https://bugs.winehq.org/show_bug.cgi?id=38142))
2015-03-21 20:06:36 -07:00
* Fix caps lock state issues with multiple processes ([Wine Bug #35907](https://bugs.winehq.org/show_bug.cgi?id=35907))
* Fix comparison of punctuation characters in lstrcmp ([Wine Bug #10767](https://bugs.winehq.org/show_bug.cgi?id=10767))
2014-12-14 15:53:35 -08:00
* Fix condition mask handling in RtlVerifyVersionInfo ([Wine Bug #36143](https://bugs.winehq.org/show_bug.cgi?id=36143))
2015-01-24 07:04:50 -08:00
* Fix crash in Space Rangers2 caused by missing DXTn support ([Wine Bug #24983](https://bugs.winehq.org/show_bug.cgi?id=24983))
2014-11-15 06:37:30 -08:00
* Fix crash of winedevice when relocation entry crosses page boundary ([Wine Bug #28254](https://bugs.winehq.org/show_bug.cgi?id=28254))
2015-08-22 17:11:02 -07:00
* Fix detection of case-insensitive systems in MSYS2
2015-04-04 16:29:49 -07:00
* Fix device paths in HKLM\SYSTEM\MountedDevices ([Wine Bug #38235](https://bugs.winehq.org/show_bug.cgi?id=38235))
2015-09-06 17:30:38 -07:00
* Fix error handling in DeferWindowPos when passing an invalid HWND ([Wine Bug #23187](https://bugs.winehq.org/show_bug.cgi?id=23187))
2015-11-29 12:23:59 -08:00
* Fix font loading in Capella ([Wine Bug #12377](https://bugs.winehq.org/show_bug.cgi?id=12377))
* Fix for ConnectNamedPort return value in overlapped mode ([Wine Bug #16550](https://bugs.winehq.org/show_bug.cgi?id=16550))
* Fix for programs leaking wndproc slots ([Wine Bug #32451](https://bugs.winehq.org/show_bug.cgi?id=32451))
2015-02-08 10:15:49 -08:00
* Fix graphical corruption in FarCry 3 with NVIDIA drivers ([Wine Bug #35062](https://bugs.winehq.org/show_bug.cgi?id=35062))
2015-04-04 16:29:49 -07:00
* Fix handling of ANSI NTLM credentials ([Wine Bug #37063](https://bugs.winehq.org/show_bug.cgi?id=37063))
2014-11-30 06:25:01 -08:00
* Fix handling of empty section and key name for profile files. ([Wine Bug #8036](https://bugs.winehq.org/show_bug.cgi?id=8036))
2014-11-15 06:37:30 -08:00
* Fix handling of invert_y in DrawTextExW ([Wine Bug #22109](https://bugs.winehq.org/show_bug.cgi?id=22109))
2015-01-24 07:04:50 -08:00
* Fix handling of window attributes for WS_EX_LAYERED | WS_EX_COMPOSITED ([Wine Bug #37876](https://bugs.winehq.org/show_bug.cgi?id=37876))
* ~~Fix implementation of NtQueryInformationProcess for ProcessDebugFlags~~
2015-08-22 17:11:02 -07:00
* Fix implementation of msvcrt.close when stdout == stderr
2015-11-29 12:23:59 -08:00
* Fix issue causing applications to report magic loopback address instead of real IP ([Wine Bug #37271](https://bugs.winehq.org/show_bug.cgi?id=37271))
2014-11-30 06:25:01 -08:00
* Fix issues with dragging layers between images in Adobe Photoshop 7.0 ([Wine Bug #12007](https://bugs.winehq.org/show_bug.cgi?id=12007))
2015-03-21 20:06:36 -07:00
* Fix multithreading issues with fullscreen clipping ([Wine Bug #38087](https://bugs.winehq.org/show_bug.cgi?id=38087))
2015-12-07 08:11:09 -08:00
* Fix possible leak of explorer.exe processes and implement proper desktop refcounting
2014-12-14 15:53:35 -08:00
* Fix possible segfault in pulse_rd_loop of PulseAudio backend
2015-03-07 14:10:42 -08:00
* Fix race-condition when threads are killed during shutdown
2014-12-14 15:53:35 -08:00
* Fix return value of ScrollWindowEx for invisible windows ([Wine Bug #37706](https://bugs.winehq.org/show_bug.cgi?id=37706))
2015-05-30 19:44:43 -07:00
* Fix scaling behaviour of images and mipmap levels in IDirect3DTexture2_Load (needed for example by Prezzie Hunt)
2014-11-15 06:37:30 -08:00
* Fix texture corruption in CSI: Fatal Conspiracy ([Wine Bug #33768](https://bugs.winehq.org/show_bug.cgi?id=33768))
2015-10-18 21:09:12 -07:00
* Fix the initialization of combined DACLs when the new DACL is empty ([Wine Bug #38423](https://bugs.winehq.org/show_bug.cgi?id=38423))
2014-09-07 14:51:44 -07:00
* Fix unintentional leaks with ntdll internals
2015-01-24 07:04:50 -08:00
* Fix wrong colors in Wolfenstein (2009) ([Wine Bug #34692](https://bugs.winehq.org/show_bug.cgi?id=34692))
2015-02-08 10:15:49 -08:00
* Fix wrong defition of ntoskrnl.IoReleaseCancelSpinLock function.
2015-03-21 20:06:36 -07:00
* Fix wrong version of ID3DXEffect interface for d3dx9_24
* Fix wrong version of ID3DXEffect interface for d3dx9_25 ([Wine Bug #25138](https://bugs.winehq.org/show_bug.cgi?id=25138))
* GetMessage should remove already seen messages with higher priority ([Wine Bug #28884](https://bugs.winehq.org/show_bug.cgi?id=28884))
2015-01-10 13:27:16 -08:00
* GetMonitorInfo returns the same name for all monitors ([Wine Bug #37709](https://bugs.winehq.org/show_bug.cgi?id=37709))
* GetSecurityInfo returns NULL DACL for process object ([Wine Bug #15980](https://bugs.winehq.org/show_bug.cgi?id=15980))
2015-06-28 09:21:50 -07:00
* Globally invalidate key state on changes in other threads ([Wine Bug #29871](https://bugs.winehq.org/show_bug.cgi?id=29871))
2015-01-24 07:04:50 -08:00
* Graphical issues in Inquisitor ([Wine Bug #32490](https://bugs.winehq.org/show_bug.cgi?id=32490))
2015-11-29 12:23:59 -08:00
* Ignore socket type for protocol IPPROTO_IPV6 in getaddrinfo
2015-07-29 12:11:46 -07:00
* Implement AMStream GetMultiMediaStream functions ([Wine Bug #37090](https://bugs.winehq.org/show_bug.cgi?id=37090))
2015-02-21 21:59:18 -08:00
* Implement D3DXGetShaderOutputSemantics
2015-04-04 16:29:49 -07:00
* Implement DDENUMSURFACES_CANBECREATED in IDirectDraw7::EnumSurfaces ([Wine Bug #17233](https://bugs.winehq.org/show_bug.cgi?id=17233))
2015-10-31 16:16:04 -07:00
* Implement FileNamesInformation class support for NtQueryDirectoryFile
2015-09-06 17:30:38 -07:00
* Implement FolderImpl_Items and stubbed FolderItems interface
2015-01-10 13:27:16 -08:00
* Implement ID3DXEffect::FindNextValidTechnique ([Wine Bug #34101](https://bugs.winehq.org/show_bug.cgi?id=34101))
2015-10-31 16:16:04 -07:00
* Implement SystemHandleInformation info class
2015-09-06 17:30:38 -07:00
* Implement a Courier New replacement font ([Wine Bug #20456](https://bugs.winehq.org/show_bug.cgi?id=20456))
* Implement a Microsoft Yahei replacement font ([Wine Bug #13829](https://bugs.winehq.org/show_bug.cgi?id=13829))
2015-09-06 17:30:38 -07:00
* Implement a Times New Roman replacement font ([Wine Bug #32342](https://bugs.winehq.org/show_bug.cgi?id=32342))
2015-10-03 13:17:32 -07:00
* Implement additional stub functions in authz.dll
* Implement an Arial replacement font ([Wine Bug #32323](https://bugs.winehq.org/show_bug.cgi?id=32323))
2015-06-13 15:39:24 -07:00
* Implement default homepage button in inetcpl.cpl
2015-11-29 12:23:59 -08:00
* Implement dinput device property DIPROP_USERNAME ([Wine Bug #39667](https://bugs.winehq.org/show_bug.cgi?id=39667))
2015-08-22 17:11:02 -07:00
* Implement enumeration of sound devices and basic properties to dxdiagn ([Wine Bug #32613](https://bugs.winehq.org/show_bug.cgi?id=32613))
2014-11-30 06:25:01 -08:00
* Implement exclusive mode in PulseAudio backend ([Wine Bug #37042](https://bugs.winehq.org/show_bug.cgi?id=37042))
2015-06-28 09:21:50 -07:00
* Implement general tab for file property dialog
2015-10-31 16:16:04 -07:00
* Implement hal.KeQueryPerformanceCounter ([Wine Bug #39500](https://bugs.winehq.org/show_bug.cgi?id=39500))
2015-03-21 20:06:36 -07:00
* Implement locking and synchronization of key states ([Wine Bug #31899](https://bugs.winehq.org/show_bug.cgi?id=31899))
2015-11-15 09:41:33 -08:00
* Implement marshalling for TKIND_COCLASS ([Wine Bug #19016](https://bugs.winehq.org/show_bug.cgi?id=19016))
* Implement mscoree._CorValidateImage for mono runtime ([Wine Bug #38662](https://bugs.winehq.org/show_bug.cgi?id=38662))
2015-01-24 07:04:50 -08:00
* Implement ntoskrnl driver testing framework.
2015-02-21 21:59:18 -08:00
* Implement ntoskrnl.KeInitializeMutex
* Implement proper handling of CLI .NET images in Wine library loader ([Wine Bug #38661](https://bugs.winehq.org/show_bug.cgi?id=38661))
2015-08-22 17:11:02 -07:00
* Implement shell32 NewMenu class with new folder item ([Wine Bug #24812](https://bugs.winehq.org/show_bug.cgi?id=24812))
* Implement special handling for calling GetChildContainer with an empty string ([Wine Bug #38014](https://bugs.winehq.org/show_bug.cgi?id=38014))
2015-10-31 16:16:04 -07:00
* Implement stub for ProcessQuotaLimits info class
2015-11-15 09:41:33 -08:00
* Implement stub for hid.HidP_TranslateUsagesToI8042ScanCodes ([Wine Bug #39447](https://bugs.winehq.org/show_bug.cgi?id=39447))
2015-02-08 10:15:49 -08:00
* Implement stub for ntoskrnl.IoGetAttachedDeviceReference
* Implement stub for ntoskrnl.KeDelayExecutionThread.
2015-11-15 09:41:33 -08:00
* Implement stubless proxies on x86_64 ([Wine Bug #26768](https://bugs.winehq.org/show_bug.cgi?id=26768))
2015-02-08 10:15:49 -08:00
* Implement stubs for ntoskrnl.Ex{Acquire,Release}FastMutexUnsafe
* Implement stubs for ntoskrnl.ObReferenceObjectByPointer and ntoskrnl.ObDereferenceObject
2015-11-15 09:41:33 -08:00
* Implement support for "Purist Mode" (override for all dlls)
2015-10-31 16:16:04 -07:00
* Improve INetFwAuthorizedApplication::get_ProcessImageFileName stub
2015-05-16 13:59:02 -07:00
* Improve ReadDataAvailable handling in FilePipeLocalInformation class
2015-11-22 22:56:02 -08:00
* Improve detection of symbol charset for old truetype fonts ([Wine Bug #33117](https://bugs.winehq.org/show_bug.cgi?id=33117))
2015-08-22 17:11:02 -07:00
* Improve startup performance by delaying font initialization
2015-02-08 10:15:49 -08:00
* Improve stub for AEV_GetVolumeRange ([Wine Bug #35658](https://bugs.winehq.org/show_bug.cgi?id=35658))
2015-03-21 20:06:36 -07:00
* Improve stub for ID3DXEffectImpl_CloneEffect
2015-06-13 15:39:24 -07:00
* Improve stub for NtQueryEaFile
2015-02-21 21:59:18 -08:00
* Improve stubs for AEV_{Get,Set}MasterVolumeLevel
* Improve stubs for AEV_{Get,Set}Mute
2015-08-09 13:03:40 -07:00
* Improve stubs for dxgi MakeWindowAssociation and GetWindowAssociation
2014-09-07 14:51:44 -07:00
* Improvement for heap allocation performance
2015-12-21 09:32:05 -08:00
* Initial implementation of wusa.exe (MSU package installer) ([Wine Bug #26757](https://bugs.winehq.org/show_bug.cgi?id=26757))
2015-06-28 09:21:50 -07:00
* Initialize *lpcDevices in RasEnumDevicesA ([Wine Bug #30378](https://bugs.winehq.org/show_bug.cgi?id=30378))
2015-06-13 15:39:24 -07:00
* Initialize System\CurrentControlSet\Control\TimeZoneInformation registry keys
2015-02-08 10:15:49 -08:00
* Jedi Knight: Dark Forces II crashes with winmm set to native ([Wine Bug #37983](https://bugs.winehq.org/show_bug.cgi?id=37983))
* Lego Stunt Rally requires DXTn software de/encoding support ([Wine Bug #25486](https://bugs.winehq.org/show_bug.cgi?id=25486))
2015-03-07 14:10:42 -08:00
* MSYS2 expects correct handling of WRITECOPY memory protection ([Wine Bug #35561](https://bugs.winehq.org/show_bug.cgi?id=35561))
* Make ddraw1 and ddraw_surface1 vtable as writable ([Wine Bug #39534](https://bugs.winehq.org/show_bug.cgi?id=39534))
* Make it possible to change media center / tablet pc status ([Wine Bug #18732](https://bugs.winehq.org/show_bug.cgi?id=18732))
2015-09-06 17:30:38 -07:00
* Map EXDEV error code to STATUS_NOT_SAME_DEVICE
2015-02-08 10:15:49 -08:00
* MediaCoder needs CUDA for video encoding ([Wine Bug #37664](https://bugs.winehq.org/show_bug.cgi?id=37664))
* Multiple applications need EnumDisplayDevicesW implementation ([Wine Bug #34978](https://bugs.winehq.org/show_bug.cgi?id=34978))
* Need for Speed 3 installer requires devices in HKEY_DYN_DATA ([Wine Bug #7115](https://bugs.winehq.org/show_bug.cgi?id=7115))
2015-08-22 17:11:02 -07:00
* Only set SFGAO_HASSUBFOLDER when there are really subfolders ([Wine Bug #24851](https://bugs.winehq.org/show_bug.cgi?id=24851))
2014-08-24 10:10:52 -07:00
* Other Pipelight-specific enhancements
2015-01-24 07:04:50 -08:00
* Port Royale doesn't display ocean correctly ([Wine Bug #17913](https://bugs.winehq.org/show_bug.cgi?id=17913))
* Prevent window managers from grouping all wine programs together ([Wine Bug #32699](https://bugs.winehq.org/show_bug.cgi?id=32699))
2015-03-07 14:10:42 -08:00
* Process APC calls before starting process
2015-09-06 17:30:38 -07:00
* Properly close sockets when WSACleanup is called ([Wine Bug #18670](https://bugs.winehq.org/show_bug.cgi?id=18670))
2015-11-15 09:41:33 -08:00
* Properly handle multiple registry notifications per key
2015-12-07 08:11:09 -08:00
* Properly implement GetLargestConsoleWindowSize ([Wine Bug #10919](https://bugs.winehq.org/show_bug.cgi?id=10919))
* Properly implement imagehlp.ImageLoad and ImageUnload ([Wine Bug #23455](https://bugs.winehq.org/show_bug.cgi?id=23455))
2015-09-06 17:30:38 -07:00
* Properly initialize caps->dwZBufferBitDepths in ddraw7_GetCaps ([Wine Bug #27002](https://bugs.winehq.org/show_bug.cgi?id=27002))
* Properly render themed buttons when they are pressed ([Wine Bug #37584](https://bugs.winehq.org/show_bug.cgi?id=37584))
* Reduced SetTimer minimum value from 10 ms to 5 ms (improves Silverlight framerates)
2015-10-03 13:17:32 -07:00
* Refresh MDI menus when DefMDIChildProc(WM_SETTEXT) is called ([Wine Bug #21855](https://bugs.winehq.org/show_bug.cgi?id=21855))
2015-08-22 17:11:02 -07:00
* Report correct ObjectName for NamedPipe wineserver objects
2015-10-03 13:17:32 -07:00
* Return STATUS_INVALID_DEVICE_REQUEST when trying to call NtReadFile on directory
2015-10-18 21:09:12 -07:00
* Return WN_NOT_CONNECTED from WNetGetUniversalName REMOTE_NAME_INFO_LEVEL stub ([Wine Bug #39452](https://bugs.winehq.org/show_bug.cgi?id=39452))
2015-08-22 17:11:02 -07:00
* Return a valid mesh in D3DXCreateTeapot ([Wine Bug #36884](https://bugs.winehq.org/show_bug.cgi?id=36884))
* Return correct IMediaSeeking stream positions in quartz
2014-11-15 06:37:30 -08:00
* Return correct values for GetThreadTimes function ([Wine Bug #20230](https://bugs.winehq.org/show_bug.cgi?id=20230))
2015-07-29 12:11:46 -07:00
* Return dummy ID3DXSkinInfo interface when skinning info not present ([Wine Bug #33904](https://bugs.winehq.org/show_bug.cgi?id=33904))
2015-05-30 19:44:43 -07:00
* Return fake device type when systemroot is located on virtual disk ([Wine Bug #36546](https://bugs.winehq.org/show_bug.cgi?id=36546))
2015-06-13 15:39:24 -07:00
* Return proper status codes when NtReadFile/NtWriteFile is called on closed (but not disconnected) pipe
2015-09-06 17:30:38 -07:00
* SHFileOperation with FO_MOVE should create new directory on Vista+ ([Wine Bug #25207](https://bugs.winehq.org/show_bug.cgi?id=25207))
* SO_CONNECT_TIME returns the appropriate time
* Send WM_PAINT event during dialog creation ([Wine Bug #35652](https://bugs.winehq.org/show_bug.cgi?id=35652))
2015-08-22 17:11:02 -07:00
* Set EOF on file which has a memory mapping should fail
2015-06-13 15:39:24 -07:00
* Set NamedPipeState to FILE_PIPE_CLOSING_STATE on broken pipe in NtQueryInformationFile
2015-07-29 12:11:46 -07:00
* Share source of d3dx9_36 with d3dx9_33 to avoid Wine DLL forwards ([Wine Bug #21817](https://bugs.winehq.org/show_bug.cgi?id=21817))
2015-04-04 16:29:49 -07:00
* Show unmounted devices in winecfg and allow changing the unix path
2015-11-29 12:23:59 -08:00
* Silence repeated FIXME message in surface_cpu_blt
2015-07-29 12:11:46 -07:00
* Silence repeated LocaleNameToLCID/LCIDToLocaleName unsupported flags FIXMEs ([Wine Bug #30076](https://bugs.winehq.org/show_bug.cgi?id=30076))
2015-05-16 13:59:02 -07:00
* Skip unknown item when decoding a CMS certificate ([Wine Bug #34388](https://bugs.winehq.org/show_bug.cgi?id=34388))
2015-04-04 16:29:49 -07:00
* Software support for Environmental Audio Extensions (EAX)
2015-11-29 12:23:59 -08:00
* Start SERVICE_FILE_SYSTEM_DRIVER services with winedevice ([Wine Bug #35824](https://bugs.winehq.org/show_bug.cgi?id=35824))
2015-01-24 07:04:50 -08:00
* Super Mario 3: Mario Forever fails to load keyboard mapping from profile files. ([Wine Bug #18099](https://bugs.winehq.org/show_bug.cgi?id=18099))
* Support for AllocateAndGetTcpExTableFromStack ([Wine Bug #34372](https://bugs.winehq.org/show_bug.cgi?id=34372))
* Support for BindImageEx ([Wine Bug #3591](https://bugs.winehq.org/show_bug.cgi?id=3591))
2014-12-14 15:53:35 -08:00
* Support for CSMT (command stream) to increase graphic performance ([Wine Bug #11674](https://bugs.winehq.org/show_bug.cgi?id=11674))
2015-01-10 13:27:16 -08:00
* Support for CUDA GPU video decoding
* Support for D3DXGetShaderInputSemantics ([Wine Bug #22682](https://bugs.winehq.org/show_bug.cgi?id=22682))
2015-01-24 07:04:50 -08:00
* Support for DDS file format in D3DXSaveTextureToFileInMemory ([Wine Bug #26898](https://bugs.winehq.org/show_bug.cgi?id=26898))
* Support for DOS hidden/system file attributes ([Wine Bug #9158](https://bugs.winehq.org/show_bug.cgi?id=9158))
2015-05-03 13:02:59 -07:00
* Support for FileFsFullSizeInformation information class
2015-03-07 14:10:42 -08:00
* Support for GetFinalPathNameByHandle ([Wine Bug #34851](https://bugs.winehq.org/show_bug.cgi?id=34851))
2015-02-21 21:59:18 -08:00
* Support for H264 DXVA2 GPU video decoding through vaapi
2015-01-10 13:27:16 -08:00
* Support for ID3DXFont::DrawTextA/W ([Wine Bug #24754](https://bugs.winehq.org/show_bug.cgi?id=24754))
* Support for ID3DXSkinInfoImpl_UpdateSkinnedMesh ([Wine Bug #32572](https://bugs.winehq.org/show_bug.cgi?id=32572))
* Support for Junction Points ([Wine Bug #12401](https://bugs.winehq.org/show_bug.cgi?id=12401))
* Support for KF_FLAG_DEFAULT_PATH in SHGetKnownFolderPath ([Wine Bug #30385](https://bugs.winehq.org/show_bug.cgi?id=30385))
2015-02-21 21:59:18 -08:00
* Support for MPEG2 DXVA2 GPU video decoding through vaapi
2015-02-08 10:15:49 -08:00
* Support for NVIDIA video encoder library (nvencodeapi)
* Support for NtQuerySection ([Wine Bug #37338](https://bugs.winehq.org/show_bug.cgi?id=37338))
* Support for SHCreateSessionKey ([Wine Bug #35630](https://bugs.winehq.org/show_bug.cgi?id=35630))
* Support for WTSEnumerateProcessesW ([Wine Bug #29903](https://bugs.winehq.org/show_bug.cgi?id=29903))
* Support for extra large and jumbo icon lists in shell32 ([Wine Bug #24721](https://bugs.winehq.org/show_bug.cgi?id=24721))
* Support for inherited file ACLs
2015-04-04 16:29:49 -07:00
* Support for linux priority levels for faster performance
2014-12-14 15:53:35 -08:00
* Support for loader dll redirections
2015-01-10 13:27:16 -08:00
* Support for named pipe message mode (Linux only) ([Wine Bug #17195](https://bugs.winehq.org/show_bug.cgi?id=17195))
2014-11-01 16:48:02 -07:00
* Support for pasting HTML from Unix applications ([Wine Bug #7372](https://bugs.winehq.org/show_bug.cgi?id=7372))
* Support for process ACLs ([Wine Bug #22006](https://bugs.winehq.org/show_bug.cgi?id=22006))
* Support for setcap on wine-preloader ([Wine Bug #26256](https://bugs.winehq.org/show_bug.cgi?id=26256))
2015-03-07 14:10:42 -08:00
* Support for shell32 file operation progress dialog
2015-02-08 10:15:49 -08:00
* Support for stored file ACLs ([Wine Bug #33576](https://bugs.winehq.org/show_bug.cgi?id=33576))
* ~~Support for ws2_32.dll.WSAPoll~~ ([Wine Bug #38601](https://bugs.winehq.org/show_bug.cgi?id=38601))
2014-11-01 16:48:02 -07:00
* Tumblebugs 2 requires DXTn software encoding support ([Wine Bug #29586](https://bugs.winehq.org/show_bug.cgi?id=29586))
* Update a XIM candidate position when cursor location changes ([Wine Bug #30938](https://bugs.winehq.org/show_bug.cgi?id=30938))
2015-07-11 19:13:40 -07:00
* Use GLX_MESA_query_renderer extension to get more exact GPU infos
2015-06-13 15:39:24 -07:00
* Use NVX_GPU_MEMORY_INFO extension for more exact video memory accounting on NVIDIA graphic cards
2015-05-16 13:59:02 -07:00
* Use POSIX implementation to enumerate directory content on FreeBSD ([Wine Bug #35397](https://bugs.winehq.org/show_bug.cgi?id=35397))
2015-01-10 13:27:16 -08:00
* Use actual program name if available to describe PulseAudio streams
* Use manual relay for RunDLL_CallEntry16 in shell32 ([Wine Bug #23033](https://bugs.winehq.org/show_bug.cgi?id=23033))
2015-07-29 12:11:46 -07:00
* Use video memory for rendering targets if possible ([Wine Bug #34906](https://bugs.winehq.org/show_bug.cgi?id=34906))
2015-10-18 21:09:12 -07:00
* Use wrapper functions for syscalls to appease Chromium sandbox (32-bit) ([Wine Bug #39403](https://bugs.winehq.org/show_bug.cgi?id=39403))
* Voobly expects correct handling of WRITECOPY memory protection ([Wine Bug #29384](https://bugs.winehq.org/show_bug.cgi?id=29384))
* Wine ignores IDF_CHECKFIRST flag in SetupPromptForDisk ([Wine Bug #20465](https://bugs.winehq.org/show_bug.cgi?id=20465))
* Workaround for shlwapi URLs with relative paths
* XEMBED support for embedding Wine windows inside Linux applications
2015-01-24 07:04:50 -08:00
* eRacer Demo doesn't correctly display text ([Wine Bug #29598](https://bugs.winehq.org/show_bug.cgi?id=29598))
2015-01-10 13:27:16 -08:00
* ntdll is missing WinSqm[Start|End]Session implementation ([Wine Bug #31971](https://bugs.winehq.org/show_bug.cgi?id=31971))