Commit Graph

22 Commits

Author SHA1 Message Date
22d9eec489 Rebase against 5da3827d863ae43f8367cdafbeba73cec7cdee3d. 2023-06-21 08:23:37 +10:00
ef11bb63ce Rebase against 63737942a06183f6b2e7fa8f95a07c918c9bf29b. 2021-09-07 21:47:35 -05:00
029c249e78 Rebase against 59987bc9ecdd0dbafd768a95c21a14884bc77c07 2020-04-18 14:54:07 +10:00
f8c3c9a6f8 Rebase against 2b0977fc711e1faadfef69e3a46c2d1848b4826b. 2020-04-09 20:55:11 -05:00
3fe9b83fa4 winecfg-Staging: Fix check for GTK3 support.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48155
2019-11-22 20:08:53 -06:00
3d74da6622 uxtheme-GTK_Theming: Rework to avoid "DLL redirects".
Instead we have an alternate code path for the appropriate API entry
points in uxtheme.dll.

This is not the best organizational structure. We should probably have
HTHEME handles resolve to an object with its own function table, so
then we have an MSSTYLES backend and a GTK backend and what have
you. It would also be better to avoid having GTK controlled with its
own registry key like this but rather to have it be selectable using
EnumThemes()/ApplyTheme() [presumably through a fake theme file, as
was used in the original implementation], so that we don't have to
have special handling for those functions and everything can just be
part of the HTHEME backend. However, time is currently of the essence,
and this will have to do for the moment.
2019-02-09 17:15:09 -06:00
89733585b3 winecfg-Staging: Actually fix CSMT checkbox. 2018-04-02 12:03:04 -05:00
6e3fbe28e1 winecfg-Staging: Fix CSMT checkbox.
Now toggles the upstream csmt registry value.
2018-04-01 17:23:01 -05:00
c4de5ab774 winecfg-Staging: Add ' (Staging)' suffix in about dialog. 2017-01-21 21:17:51 +01:00
3ddc7bcaff Fix compiler warnings in multiple patches. 2016-07-31 03:02:56 +02:00
c43b0d8ac0 Rebase against d04a54857cc84f881393e4bc794185650a302084.
[makefiles-Revert_libwine_Import]
Disabled patch, the problem should be fixed in the development branch.
2016-03-29 02:45:32 +02:00
32197bdc15 winecfg-Staging: Add patch to enable/disable GTK3 theming via winecfg. 2015-08-09 18:15:24 +02:00
b942798ef9 Fix a compile failure and add a missing file. 2015-05-30 06:23:51 +02:00
9384283aca Added patch to allow hiding wine version information from applications. 2015-05-30 02:40:29 +02:00
2bb0477ca0 dsound-EAX: Disable EAX support by default.
Several older games seem to trigger various bugs when EAX 1 support is enabled.
2015-04-13 00:38:12 +02:00
8b06b71275 Merge pull request #315 from maharmstone/master (works around Wine Staging bug 199)
Various Windows apps (like Max Payne 2) seem to contain a broken eax.dll library,
which is affected by various use-after-free bugs. To work around such issues EAX
support can be globally disabled in winecfg. Moreover a winediag message is added
to inform the user about possible issues related to EAX.
2015-04-05 20:11:34 +02:00
9138b6d929 Added patches to allow EAX support to be disabled. 2015-04-05 14:54:03 +01:00
55da87044b winecfg-Staging: Disable DXVA2 configuration when support is not compiled in. 2015-04-05 10:10:46 +02:00
44ea94f633 Added patch for MPEG2/H264 DXVA2 video decoding through vaapi. 2015-02-22 04:08:15 +01:00
804b80bb94 winecfg-Staging: Simplify logic to enable/disable CSMT. 2015-01-24 03:52:02 +01:00
2271acca98 Rebase against upstream wine, move ntdll-DllRedirects dependency from winecfg-Staging to wined3d-CSMT_Helper. 2015-01-23 18:21:18 +01:00
0f0f8d3d6f Added patch to add winecfg Staging tab. 2014-12-14 21:55:51 +01:00