- 23 Nov, 2023 11 commits
-
-
Zhiyi Zhang authored
The following properties are removed: 1. Duplicate properties. 2. Properties without value. 3. Properties that should be ignored according to MSDN. 4. DBPROP_AUTH_PASSWORD when include_pass is FALSE.
-
Zhiyi Zhang authored
-
Zhiyi Zhang authored
count was assigned to the property set count, not the count of properties in each property set. Fix a Power Pivot for Excel 2010 connection error when opening a Power Pivot window.
-
Zhiyi Zhang authored
Also, this fixes an out-of-bounds write because the space for the terminating '\0' wasn't included previously.
-
Zhiyi Zhang authored
-
Alfred Agrell authored
-
Alfred Agrell authored
-
Alfred Agrell authored
-
Alfred Agrell authored
-
Alfred Agrell authored
-
Alex Henrie authored
-
- 22 Nov, 2023 29 commits
-
-
Zebediah Figura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55918
-
Esme Povirk authored
-
Davide Beatrici authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55886
-
Francois Gouget authored
-
Piotr Caban authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Piotr Caban authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Alexandros Frantzis authored
This is a simple passthrough implementation to the native Vulkan driver.
-
Alexandros Frantzis authored
This is a simple passthrough implementation to the corresponding Vulkan Wayland extension.
-
Alexandros Frantzis authored
This is a simple passthrough implementation to the native Vulkan driver, with the addition of a VkSurfaceKHR invalidation check.
-
Alexandros Frantzis authored
-
Alexandros Frantzis authored
-
Alexandros Frantzis authored
Passthrough implementations with three additions: 1. Try to emulate vkGetPhysicalDeviceSurfaceCapabilities2KHR with vkGetPhysicalDeviceSurfaceCapabilitiesKHR if needed. 3. Set the capabilities' image extent values to match what the Vulkan Win32 WSI typically provides.
-
Alexandros Frantzis authored
Passthrough implementations with two additions: 1. Checking for invalidated VkSurfaceKHR. 2. Try to emulate vkGetPhysicalDeviceSurfaceFormats2KHR with vkGetPhysicalDeviceSurfaceFormatsKHR if needed.
-
Alexandros Frantzis authored
This is a simple passthrough implementation to the native Vulkan driver, with the addition of a VkSurfaceKHR invalidation check.
-
Rémi Bernon authored
-