- 30 Jul, 2022 40 commits
-
-
Sebastian Lackner authored
-
Dmitry Timoshkov authored
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=41275Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
-
Sebastian Lackner authored
When having multiple wine versions installed (for example regular wine and wine staging), the desktop shortcuts will always run regular wine, even if the app was installed with wine staging. This patch changes the behaviour to use the absolute wine path in desktop shortcuts. The patch only modifies the behaviour on Linux, because some other distros are a bit special (FreeBSD requires a wrapper to start wine, and so on ...).
-
Jeremy White authored
v2: Use new heap_* function. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=11770Signed-off-by: Jeremy White <jwhite@codeweavers.com>
-
Ken Thomases authored
-
Michael Müller authored
-
Paul Gofman authored
Adds 'multiply_special' config option which works around https://bugs.winehq.org/show_bug.cgi?id=34266. Signed-off-by: Paul Gofman <gofmanp@gmail.com>
-
Jarkko Korpi authored
As already done in wined3d_guess_card_vendor.
-
Henri Verbeet authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47419
-
Henri Verbeet authored
RenderDoc/Qt creates swapchains with 2 buffers, a front buffer and a back buffer, and the DISCARD swap effect. It doesn't redraw the back buffer after a Present(), seemingly expecting that the back buffer will only be copied to the front buffer, and otherwise remain unmodified. Incidentally, CEF seems to behave in a similar way.
-
Andrew Wesie authored
Signed-off-by: Andrew Wesie <awesie@gmail.com>
-
Andrew Wesie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=44514Signed-off-by: Andrew Wesie <awesie@gmail.com>
-
Stanislav Zhukov authored
Signed-off-by: Stanislav Zhukov <koncord@tes3mp.com>
-
Christian Costa authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Michael Müller authored
-
Michael Müller authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Michael Müller authored
FIXME: Reimplement wined3d_device_get_available_texture_mem without using the context on the main thread.
-
Michael Müller authored
-
Sebastian Lackner authored
-
Mark Harmstone authored
-
Sebastian Lackner authored
-
Michael Müller authored
-
Hao Peng authored
Add a feature to winecfg. User can double click in dlls list to edit overides of selected item.
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
Pythons ssl module raises an exception if the CA certificate store is empty. Wine currently doesn't add any certificates to this store and this patch tries to solve the problem by adding a dummy certificate. The certificate shouldn't have any effect though as it is invalid by design. The dates were choosen in a way that this certificate can never be valid: Not Before: Mar 13 02:13:31 2016 GMT Not After : Mar 12 02:13:31 2016 GMT
-
Michael Müller authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Alistair Leslie-Hughes authored
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
-