>> 32 bit << wine-1.7.29 (Compholio) Patches: Compholio :: Michael Müller :: Add commandline option --check-libs to test if shared libraries are installed. Compholio :: Sebastian Lackner :: Add commandline option --patches to show the patch list. Compholio :: Sebastian Lackner :: Add winediag message to show warning, that this isn't vanilla wine. Compholio :: Sebastian Lackner :: Append '(Compholio)' at the end of the version string. Miscellaneous :: Amine Khaldi :: Silence Clang warning by removing unused TransformFilter_Vtbl. Miscellaneous :: Erich E. Hoover :: Appease the blessed version of gcc (4.5) when -Werror is enabled. Miscellaneous :: Erich E. Hoover :: wined3d: Silence repeated resource_check_usage FIXME. [rev 2] Miscellaneous :: Sebastian Lackner :: Appease the Archlinux version of gcc (4.9.1) when -Werror is enabled. Miscellaneous :: Sebastian Lackner :: kernel32: Silence repeated CompareStringEx FIXME. Miscellaneous :: Sebastian Lackner :: usp10: Silence repeated GSUB_apply_ChainContext[Subst|Pos] FIXMEs. Miscellaneous :: Sebastian Lackner :: wined3d: Silence repeated wined3d_swapchain_present FIXME. Pipelight :: Michael Müller :: Allow changing strict draw ordering through an exported function. Pipelight :: Michael Müller :: Decrease minimum SetTimer interval to 5 ms. [rev 2] Pipelight :: Michael Müller :: Indicate direct rendering through OpenGL extension. Pipelight :: Sebastian Lackner :: Implement X11DRV_FLUSH_GDI_DISPLAY ExtEscape command. atl-IOCS_Property :: Qian Hong :: Store IOCS data in a property instead of GWLP_USERDATA. comctl32-LoadIconMetric :: Michael Müller :: Implement LoadIconMetric function. configure-Absolute_RPATH :: Sebastian Lackner :: Also add the absolute RPATH when linking against libwine. configure-Detect_Gnutls :: Sebastian Lackner :: Fix detection of gnutls on Ubuntu 14.10. [rev 3] d3dx9_36-GetShaderSemantics :: Christian Costa :: Implement D3DXGetShaderInputSemantics d3dx9_36-UpdateSkinnedMesh :: Christian Costa :: Implement ID3DXSkinInfoImpl_UpdateSkinnedMesh dbghelp-KdHelp :: Sebastian Lackner :: Don't fill KdHelp structure for usermode applications. dsound-Fast_Mixer :: Alexander E. Patrakov :: Add a linear resampler for use with a large number of dsound mixing buffers. fonts-Missing_Fonts :: Torsten Kurbad / Erich E. Hoover :: Implement missing fonts expected by Silverlight. [rev 2] gdi32-MultiMonitor :: Ken Thomases :: Add multi monitor support to gdi32. imagehlp-BindImageEx :: Bernhard Reiter :: Partial implementation of BindImageEx. imm32-Cross_Thread_Access :: Aric Stewart :: Limit cross thread access to ImmSet* functions. iphlpapi-TCP_Table :: Erich E. Hoover :: Implement AllocateAndGetTcpExTableFromStack. kernel32-FindFirstFile :: Sebastian Lackner :: Implement FindFirstFileExW level FindExInfoBasic. kernel32-GetFinalPathNameByHandle :: Michael Müller :: Implement GetFinalPathNameByHandle in kernel32. kernel32-GetNumaProcessorNode :: Michael Müller :: Implement GetNumaProcessorNode. kernel32-GetSystemTimes :: Louis Lenders / Erich E. Hoover :: Implement GetSystemTimes. [rev 2] kernel32-GetVolumePathName :: Erich E. Hoover :: Implement GetVolumePathName. kernel32-Named_Pipe :: Dan Kegel :: Fix for ConnectNamedPort return value in overlapped mode. kernel32-UTF7_Support :: Alex Henrie :: Support for UTF7 encoding/decoding [rev 3] libs-Unicode_Collation :: Dmitry Timoshkov :: Fix comparison of punctuation characters. libwine-BSD_mmap_fixed :: André Hentschel :: Use try_mmap_fixed for wine64 on FreeBSD. mshtml-sessionStorage :: Zhenbo Li :: Implement sessionStorage (partially). msvcp90-basic_string_wchar_dtor :: Michael Müller :: basic_string_wchar_dtor needs to return NULL. ntdll-ATL_Thunk :: Sebastian Lackner :: Implement additional ATL Thunks. ntdll-DOS_Attributes :: Erich E. Hoover :: Implement DOS hidden/system file attributes ntdll-Dynamic_DST :: Michael Müller :: Add support for Dynamic DST (daylight saving time) information in registry. ntdll-Dynamic_DST :: Sebastian Lackner :: Add Dynamic DST exceptions for Israel Standard Time. ntdll-Exception :: Sebastian Lackner :: Fix some differences in exception handling behaviour between Wine and Windows. ntdll-FD_Cache :: Sebastian Lackner :: Use lockfree implementation for get_cached_fd. [rev 4] ntdll-FileDispositionInformation :: Dmitry Timoshkov / Erich E. Hoover :: Add support for setting file disposition information. ntdll-Fix_Alignment :: Michael Müller :: Move NtProtectVirtualMemory and NtCreateSection to separate pages in ntdll on x86. ntdll-Fix_Free :: Erich E. Hoover :: Fix unintentional leaks with ntdll internals [rev 2] ntdll-Heap_FreeLists :: Steaphan Greene :: Improve heap allocation performance by using more fine-grained free lists. ntdll-Junction_Points :: Erich E. Hoover :: Support for junction points/reparse points. ntdll-NtQuerySection :: Dmitry Timoshkov :: Implement NtQuerySection class SectionBasicInformation. [rev 2] ntdll-Pipe_SpecialCharacters :: Michael Müller :: Allow special characters in pipe names. ntdll-WRITECOPY :: Michael Müller :: Change WRITECOPY memory protection to WRITE on first write. [rev 4] ntoskrnl-Irp_Status :: Sebastian Lackner :: Handle issues when driver returns two different status codes from dispatcher. quartz-MediaSeeking_Positions :: Erich E. Hoover :: Return correct IMediaSeeking stream positions in quartz. riched20-IText_Interface :: Jactry Zeng :: Add COM aggregation support for IRichEditOle. riched20-IText_Interface :: Jactry Zeng :: Implement IRichEditOle and ITextDocument support for ITextServices. riched20-IText_Interface :: Jactry Zeng :: Implement ITextRange/Selection::{GetChar,GetStart,GetEnd,GetDuplicate,Collapse,SetStart,SetEnd}. riched20-IText_Interface :: Jactry Zeng :: Implement ITextRange/Selection::{GetText,SetRange,IsEqual,GetStoryLength}. riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextFont interface. [rev 2] riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextPara interface. [rev 2] riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextRange interface. [rev 3] server-ACL_Compat :: Erich E. Hoover :: Compatibility patch for old method of storing extended file system attributes. [rev 6] server-Address_Change_Notification :: Erich E. Hoover :: Implement SIO_ADDRESS_LIST_CHANGE. [rev 2] server-CreateProcess_ACLs :: Joris van der Wel / Sebastian Lackner :: Implement passing ACLs to CreateProcess. [rev 2] server-Inherited_ACLs :: Erich E. Hoover :: Add support for inherited security attributes. [rev 7] server-Misc_ACL :: Erich E. Hoover :: Add default security descriptor ownership and DACLs for processes. server-OpenProcess :: Michael Müller :: Return error when opening a terminating process. [rev 3] server-Stored_ACLs :: Erich E. Hoover :: Store and return security attributes with extended file attributes. [rev 7] setupapi-SetupPromptForDisk :: Michael Müller :: Add support for IDF_CHECKFIRST flag in SetupPromptForDiskW. shdocvw-ParseURLFromOutsideSource_Tests :: Christian Costa :: Check for exact return values in ParseURLFromOutsideSourceX tests. shell32-Default_Folder_ACLs :: Sebastian Lackner :: Generate default ACLs for user shell folders. [rev 7] shell32-Default_Path :: Sebastian Lackner :: Implement KF_FLAG_DEFAULT_PATH flag for SHGetKnownFolderPath. shell32-Icons :: Michael Müller :: Add support for extra large and jumbo icon lists in shell32. shell32-RunDLL_CallEntry16 :: Michael Müller :: Manually relay RunDLL_CallEntry16 to make Tages Protection v5 happy. shell32-SHCreateSessionKey :: Dmitry Timoshkov :: shell32: Implement SHCreateSessionKey. shell32-SHFileOperation :: Michael Müller :: Choose return value for SHFileOperationW depending on windows version. shlwapi-PathIsDirectoryEmptyW :: Michael Müller :: Correctly treat '.' when enumerating files in PathIsDirectoryEmptyW. shlwapi-UrlCombine :: Sebastian Lackner :: Workaround for broken implementation of shlwapi url functions. user32-Dialog_Paint_Event :: Sebastian Lackner :: Call UpdateWindow during DIALOG_CreateIndirect. user32-GetSystemMetrics :: Michael Müller :: Allow changing the tablet / media center status via wine registry key. user32-GetTipText :: Erich E. Hoover :: Handle TOOLTIPS_GetTipText edge cases. user32-WndProc :: Sebastian Lackner :: Workaround for programs leaking wndproc splots. wine.inf-ProductId :: Yanis Lukes :: wine.inf: Add fake ProductId to HKLM\CurrentVersionNT. wineboot-HKEY_DYN_DATA :: Michael Müller :: Add some generic hardware in HKEY_DYN_DATA\Config Manager\Enum. winebuild-LinkerVersion :: Michael Müller :: Set a valid major and minor linker version in the PE header. wined3d-DXTn :: Michael Müller :: Add support for DXTn software decoding through libxtc_dxtn. wined3d-Revert_PixelFormat :: Ken Thomases :: Revert wined3d pixelformat changes. winemenubuilder-Desktop_Icon_Path :: Sebastian Lackner :: Create desktop shortcuts with absolute wine path. winepulse-PulseAudio_Support :: Maarten Lankhorst :: Winepulse patches extracted from https://launchpad.net/~ubuntu-wine/+archive/ubuntu/ppa/+files/wine1.7_1.7.22-0ubuntu1.debian.tar.gz. [rev 4] winex11-CandidateWindowPos :: Felix Yan :: Update a candidate window's position with over-the-spot style. [rev 2] winex11-Limited_Resolutions :: Erich E. Hoover :: Update the check for broken nVidia RandR to test for the number of resolutions instead of the number of modes. winex11-Window_Groups :: Michael Müller :: Prevent window managers from grouping all wine programs together. winex11-XEMBED :: Sebastian Lackner :: Enable/disable windows when they are (un)mapped by foreign applications. winex11-wglShareLists :: Michael Müller :: Only warn about used contexts in wglShareLists. wpcap-Dynamic_Linking :: André Hentschel :: Use dynamic linking for libpcap. ws2_32-Connect_Time :: Bruno Jesus / Erich E. Hoover :: Return the appropriate connection time with SO_CONNECT_TIME. ws2_32-TransmitFile :: Erich E. Hoover :: Implement TransmitFile. ws2_32-inet_pton :: Bruno Jesus :: Implement ws2_32.inet_pton. wtsapi32-EnumerateProcesses :: Sebastian Lackner :: Partial implementation of WTSEnumerateProcessesW. Checking OpenGL ... OpenGL Vendor: NVIDIA Corporation OpenGL Renderer: GeForce GT 630/PCIe/SSE2 OpenGL Direct Rendering: True OpenGL: PASSED Checking fonts ... Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\Arial.ttf Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\Arial_Bold.ttf Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\arialbi.ttf Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\ariali.ttf Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana.ttf Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\verdanab.ttf Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana_Bold_Italic.ttf Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana_Italic.ttf Fonts: PASSED Checking ACLs / XATTR ... ACLs: PASSED Checking libraries... libcapi20.so.3: /usr/lib/i386-linux-gnu/libcapi20.so.3 libcups.so.2: /usr/lib/i386-linux-gnu/libcups.so.2 libdbus-1.so.3: /lib/i386-linux-gnu/libdbus-1.so.3 libfontconfig.so.1: /usr/lib/i386-linux-gnu/libfontconfig.so.1 libfreetype.so.6: /usr/lib/i386-linux-gnu/libfreetype.so.6 libGL.so.1: /usr/lib32/nvidia-331-updates/libGL.so.1 libgnutls.so.26: /usr/lib/i386-linux-gnu/libgnutls.so.26 libgsm.so.1: /usr/lib/i386-linux-gnu/libgsm.so.1 libjpeg.so.8: /usr/lib/i386-linux-gnu/libjpeg.so.8 libncurses.so.5: /lib/i386-linux-gnu/libncurses.so.5 libnetapi.so: missing libodbc.so.1: /usr/lib/i386-linux-gnu/libodbc.so.1 libpcap.so.0.8: /usr/lib/i386-linux-gnu/libpcap.so.0.8 libpng12.so.0: /lib/i386-linux-gnu/libpng12.so.0 libsane.so.1: /usr/lib/i386-linux-gnu/libsane.so.1 libtiff.so.5: /usr/lib/i386-linux-gnu/libtiff.so.5 libtxc_dxtn_s2tc.so.0: /usr/lib/i386-linux-gnu/libtxc_dxtn_s2tc.so.0 libv4l1.so.0: /usr/lib/i386-linux-gnu/libv4l1.so.0 libX11.so.6: /usr/lib/i386-linux-gnu/libX11.so.6 libXcomposite.so.1: /usr/lib/i386-linux-gnu/libXcomposite.so.1 libXcursor.so.1: /usr/lib/i386-linux-gnu/libXcursor.so.1 libXext.so.6: /usr/lib/i386-linux-gnu/libXext.so.6 libXi.so.6: /usr/lib/i386-linux-gnu/libXi.so.6 libXinerama.so.1: /usr/lib/i386-linux-gnu/libXinerama.so.1 libXrandr.so.2: /usr/lib/i386-linux-gnu/libXrandr.so.2 libXrender.so.1: /usr/lib/i386-linux-gnu/libXrender.so.1 libxslt.so.1: /usr/lib/i386-linux-gnu/libxslt.so.1 libXxf86vm.so.1: /usr/lib/i386-linux-gnu/libXxf86vm.so.1 Libraries: FAILURE >> 64 bit << wine-1.7.29 (Compholio) Patches: Compholio :: Michael Müller :: Add commandline option --check-libs to test if shared libraries are installed. Compholio :: Sebastian Lackner :: Add commandline option --patches to show the patch list. Compholio :: Sebastian Lackner :: Add winediag message to show warning, that this isn't vanilla wine. Compholio :: Sebastian Lackner :: Append '(Compholio)' at the end of the version string. Miscellaneous :: Amine Khaldi :: Silence Clang warning by removing unused TransformFilter_Vtbl. Miscellaneous :: Erich E. Hoover :: Appease the blessed version of gcc (4.5) when -Werror is enabled. Miscellaneous :: Erich E. Hoover :: wined3d: Silence repeated resource_check_usage FIXME. [rev 2] Miscellaneous :: Sebastian Lackner :: Appease the Archlinux version of gcc (4.9.1) when -Werror is enabled. Miscellaneous :: Sebastian Lackner :: kernel32: Silence repeated CompareStringEx FIXME. Miscellaneous :: Sebastian Lackner :: usp10: Silence repeated GSUB_apply_ChainContext[Subst|Pos] FIXMEs. Miscellaneous :: Sebastian Lackner :: wined3d: Silence repeated wined3d_swapchain_present FIXME. Pipelight :: Michael Müller :: Allow changing strict draw ordering through an exported function. Pipelight :: Michael Müller :: Decrease minimum SetTimer interval to 5 ms. [rev 2] Pipelight :: Michael Müller :: Indicate direct rendering through OpenGL extension. Pipelight :: Sebastian Lackner :: Implement X11DRV_FLUSH_GDI_DISPLAY ExtEscape command. atl-IOCS_Property :: Qian Hong :: Store IOCS data in a property instead of GWLP_USERDATA. comctl32-LoadIconMetric :: Michael Müller :: Implement LoadIconMetric function. configure-Absolute_RPATH :: Sebastian Lackner :: Also add the absolute RPATH when linking against libwine. configure-Detect_Gnutls :: Sebastian Lackner :: Fix detection of gnutls on Ubuntu 14.10. [rev 3] d3dx9_36-GetShaderSemantics :: Christian Costa :: Implement D3DXGetShaderInputSemantics d3dx9_36-UpdateSkinnedMesh :: Christian Costa :: Implement ID3DXSkinInfoImpl_UpdateSkinnedMesh dbghelp-KdHelp :: Sebastian Lackner :: Don't fill KdHelp structure for usermode applications. dsound-Fast_Mixer :: Alexander E. Patrakov :: Add a linear resampler for use with a large number of dsound mixing buffers. fonts-Missing_Fonts :: Torsten Kurbad / Erich E. Hoover :: Implement missing fonts expected by Silverlight. [rev 2] gdi32-MultiMonitor :: Ken Thomases :: Add multi monitor support to gdi32. imagehlp-BindImageEx :: Bernhard Reiter :: Partial implementation of BindImageEx. imm32-Cross_Thread_Access :: Aric Stewart :: Limit cross thread access to ImmSet* functions. iphlpapi-TCP_Table :: Erich E. Hoover :: Implement AllocateAndGetTcpExTableFromStack. kernel32-FindFirstFile :: Sebastian Lackner :: Implement FindFirstFileExW level FindExInfoBasic. kernel32-GetFinalPathNameByHandle :: Michael Müller :: Implement GetFinalPathNameByHandle in kernel32. kernel32-GetNumaProcessorNode :: Michael Müller :: Implement GetNumaProcessorNode. kernel32-GetSystemTimes :: Louis Lenders / Erich E. Hoover :: Implement GetSystemTimes. [rev 2] kernel32-GetVolumePathName :: Erich E. Hoover :: Implement GetVolumePathName. kernel32-Named_Pipe :: Dan Kegel :: Fix for ConnectNamedPort return value in overlapped mode. kernel32-UTF7_Support :: Alex Henrie :: Support for UTF7 encoding/decoding [rev 3] libs-Unicode_Collation :: Dmitry Timoshkov :: Fix comparison of punctuation characters. libwine-BSD_mmap_fixed :: André Hentschel :: Use try_mmap_fixed for wine64 on FreeBSD. mshtml-sessionStorage :: Zhenbo Li :: Implement sessionStorage (partially). msvcp90-basic_string_wchar_dtor :: Michael Müller :: basic_string_wchar_dtor needs to return NULL. ntdll-ATL_Thunk :: Sebastian Lackner :: Implement additional ATL Thunks. ntdll-DOS_Attributes :: Erich E. Hoover :: Implement DOS hidden/system file attributes ntdll-Dynamic_DST :: Michael Müller :: Add support for Dynamic DST (daylight saving time) information in registry. ntdll-Dynamic_DST :: Sebastian Lackner :: Add Dynamic DST exceptions for Israel Standard Time. ntdll-Exception :: Sebastian Lackner :: Fix some differences in exception handling behaviour between Wine and Windows. ntdll-FD_Cache :: Sebastian Lackner :: Use lockfree implementation for get_cached_fd. [rev 4] ntdll-FileDispositionInformation :: Dmitry Timoshkov / Erich E. Hoover :: Add support for setting file disposition information. ntdll-Fix_Alignment :: Michael Müller :: Move NtProtectVirtualMemory and NtCreateSection to separate pages in ntdll on x86. ntdll-Fix_Free :: Erich E. Hoover :: Fix unintentional leaks with ntdll internals [rev 2] ntdll-Heap_FreeLists :: Steaphan Greene :: Improve heap allocation performance by using more fine-grained free lists. ntdll-Junction_Points :: Erich E. Hoover :: Support for junction points/reparse points. ntdll-NtQuerySection :: Dmitry Timoshkov :: Implement NtQuerySection class SectionBasicInformation. [rev 2] ntdll-Pipe_SpecialCharacters :: Michael Müller :: Allow special characters in pipe names. ntdll-WRITECOPY :: Michael Müller :: Change WRITECOPY memory protection to WRITE on first write. [rev 4] ntoskrnl-Irp_Status :: Sebastian Lackner :: Handle issues when driver returns two different status codes from dispatcher. quartz-MediaSeeking_Positions :: Erich E. Hoover :: Return correct IMediaSeeking stream positions in quartz. riched20-IText_Interface :: Jactry Zeng :: Add COM aggregation support for IRichEditOle. riched20-IText_Interface :: Jactry Zeng :: Implement IRichEditOle and ITextDocument support for ITextServices. riched20-IText_Interface :: Jactry Zeng :: Implement ITextRange/Selection::{GetChar,GetStart,GetEnd,GetDuplicate,Collapse,SetStart,SetEnd}. riched20-IText_Interface :: Jactry Zeng :: Implement ITextRange/Selection::{GetText,SetRange,IsEqual,GetStoryLength}. riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextFont interface. [rev 2] riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextPara interface. [rev 2] riched20-IText_Interface :: Jactry Zeng :: Implement Stubs for ITextRange interface. [rev 3] server-ACL_Compat :: Erich E. Hoover :: Compatibility patch for old method of storing extended file system attributes. [rev 6] server-Address_Change_Notification :: Erich E. Hoover :: Implement SIO_ADDRESS_LIST_CHANGE. [rev 2] server-CreateProcess_ACLs :: Joris van der Wel / Sebastian Lackner :: Implement passing ACLs to CreateProcess. [rev 2] server-Inherited_ACLs :: Erich E. Hoover :: Add support for inherited security attributes. [rev 7] server-Misc_ACL :: Erich E. Hoover :: Add default security descriptor ownership and DACLs for processes. server-OpenProcess :: Michael Müller :: Return error when opening a terminating process. [rev 3] server-Stored_ACLs :: Erich E. Hoover :: Store and return security attributes with extended file attributes. [rev 7] setupapi-SetupPromptForDisk :: Michael Müller :: Add support for IDF_CHECKFIRST flag in SetupPromptForDiskW. shdocvw-ParseURLFromOutsideSource_Tests :: Christian Costa :: Check for exact return values in ParseURLFromOutsideSourceX tests. shell32-Default_Folder_ACLs :: Sebastian Lackner :: Generate default ACLs for user shell folders. [rev 7] shell32-Default_Path :: Sebastian Lackner :: Implement KF_FLAG_DEFAULT_PATH flag for SHGetKnownFolderPath. shell32-Icons :: Michael Müller :: Add support for extra large and jumbo icon lists in shell32. shell32-RunDLL_CallEntry16 :: Michael Müller :: Manually relay RunDLL_CallEntry16 to make Tages Protection v5 happy. shell32-SHCreateSessionKey :: Dmitry Timoshkov :: shell32: Implement SHCreateSessionKey. shell32-SHFileOperation :: Michael Müller :: Choose return value for SHFileOperationW depending on windows version. shlwapi-PathIsDirectoryEmptyW :: Michael Müller :: Correctly treat '.' when enumerating files in PathIsDirectoryEmptyW. shlwapi-UrlCombine :: Sebastian Lackner :: Workaround for broken implementation of shlwapi url functions. user32-Dialog_Paint_Event :: Sebastian Lackner :: Call UpdateWindow during DIALOG_CreateIndirect. user32-GetSystemMetrics :: Michael Müller :: Allow changing the tablet / media center status via wine registry key. user32-GetTipText :: Erich E. Hoover :: Handle TOOLTIPS_GetTipText edge cases. user32-WndProc :: Sebastian Lackner :: Workaround for programs leaking wndproc splots. wine.inf-ProductId :: Yanis Lukes :: wine.inf: Add fake ProductId to HKLM\CurrentVersionNT. wineboot-HKEY_DYN_DATA :: Michael Müller :: Add some generic hardware in HKEY_DYN_DATA\Config Manager\Enum. winebuild-LinkerVersion :: Michael Müller :: Set a valid major and minor linker version in the PE header. wined3d-DXTn :: Michael Müller :: Add support for DXTn software decoding through libxtc_dxtn. wined3d-Revert_PixelFormat :: Ken Thomases :: Revert wined3d pixelformat changes. winemenubuilder-Desktop_Icon_Path :: Sebastian Lackner :: Create desktop shortcuts with absolute wine path. winepulse-PulseAudio_Support :: Maarten Lankhorst :: Winepulse patches extracted from https://launchpad.net/~ubuntu-wine/+archive/ubuntu/ppa/+files/wine1.7_1.7.22-0ubuntu1.debian.tar.gz. [rev 4] winex11-CandidateWindowPos :: Felix Yan :: Update a candidate window's position with over-the-spot style. [rev 2] winex11-Limited_Resolutions :: Erich E. Hoover :: Update the check for broken nVidia RandR to test for the number of resolutions instead of the number of modes. winex11-Window_Groups :: Michael Müller :: Prevent window managers from grouping all wine programs together. winex11-XEMBED :: Sebastian Lackner :: Enable/disable windows when they are (un)mapped by foreign applications. winex11-wglShareLists :: Michael Müller :: Only warn about used contexts in wglShareLists. wpcap-Dynamic_Linking :: André Hentschel :: Use dynamic linking for libpcap. ws2_32-Connect_Time :: Bruno Jesus / Erich E. Hoover :: Return the appropriate connection time with SO_CONNECT_TIME. ws2_32-TransmitFile :: Erich E. Hoover :: Implement TransmitFile. ws2_32-inet_pton :: Bruno Jesus :: Implement ws2_32.inet_pton. wtsapi32-EnumerateProcesses :: Sebastian Lackner :: Partial implementation of WTSEnumerateProcessesW. Checking OpenGL ... OpenGL Vendor: NVIDIA Corporation OpenGL Renderer: GeForce GT 630/PCIe/SSE2 OpenGL Direct Rendering: True OpenGL: PASSED Checking fonts ... Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\Arial.ttf Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\Arial_Bold.ttf Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\arialbi.ttf Found Arial in Z:\usr\share\fonts\truetype\msttcorefonts\ariali.ttf Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana.ttf Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\verdanab.ttf Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana_Bold_Italic.ttf Found Verdana in Z:\usr\share\fonts\truetype\msttcorefonts\Verdana_Italic.ttf Fonts: PASSED Checking ACLs / XATTR ... ACLs: PASSED Checking libraries... libcapi20.so.3: /usr/lib/x86_64-linux-gnu/libcapi20.so.3 libcups.so.2: /usr/lib/x86_64-linux-gnu/libcups.so.2 libdbus-1.so.3: /lib/x86_64-linux-gnu/libdbus-1.so.3 libfontconfig.so.1: /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 libfreetype.so.6: /usr/lib/x86_64-linux-gnu/libfreetype.so.6 libGL.so.1: /usr/lib/nvidia-331-updates/libGL.so.1 libgnutls.so.26: /usr/lib/x86_64-linux-gnu/libgnutls.so.26 libgsm.so.1: /usr/lib/x86_64-linux-gnu/libgsm.so.1 libjpeg.so.8: /usr/lib/x86_64-linux-gnu/libjpeg.so.8 libncurses.so.5: /lib/x86_64-linux-gnu/libncurses.so.5 libnetapi.so: missing libodbc.so.1: /usr/lib/x86_64-linux-gnu/libodbc.so.1 libpcap.so.0.8: /usr/lib/x86_64-linux-gnu/libpcap.so.0.8 libpng12.so.0: /lib/x86_64-linux-gnu/libpng12.so.0 libsane.so.1: /usr/lib/x86_64-linux-gnu/libsane.so.1 libtiff.so.5: /usr/lib/x86_64-linux-gnu/libtiff.so.5 libtxc_dxtn_s2tc.so.0: /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 libv4l1.so.0: /usr/lib/x86_64-linux-gnu/libv4l1.so.0 libX11.so.6: /usr/lib/x86_64-linux-gnu/libX11.so.6 libXcomposite.so.1: /usr/lib/x86_64-linux-gnu/libXcomposite.so.1 libXcursor.so.1: /usr/lib/x86_64-linux-gnu/libXcursor.so.1 libXext.so.6: /usr/lib/x86_64-linux-gnu/libXext.so.6 libXi.so.6: /usr/lib/x86_64-linux-gnu/libXi.so.6 libXinerama.so.1: /usr/lib/x86_64-linux-gnu/libXinerama.so.1 libXrandr.so.2: /usr/lib/x86_64-linux-gnu/libXrandr.so.2 libXrender.so.1: /usr/lib/x86_64-linux-gnu/libXrender.so.1 libxslt.so.1: /usr/lib/x86_64-linux-gnu/libxslt.so.1 libXxf86vm.so.1: /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 Libraries: FAILURE