- 20 Feb, 2024 25 commits
-
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Eric Pouech authored
MSC no longer emits a fixed number of substreams (depending on version of PDB file), but can emit less. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Shaun Ren authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Zhiyi Zhang authored
Formats with more than two channels require WAVEFORMATEXTENSIBLE according to tests. Fix Viking: Battle for Asgard (211160) audio cracking in its intro video.
-
Zhiyi Zhang authored
-
Aurimas Fišeras authored
-
Kartavya Vashishtha authored
-
- 19 Feb, 2024 15 commits
-
-
Jinoh Kang authored
It also fixes the game Unity of Command II (same bug). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46070
-
Jinoh Kang authored
-
Jinoh Kang authored
-
Jinoh Kang authored
-
Vijay Kiran Kamuju authored
-
Daniel Lehman authored
-
Daniel Lehman authored
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
(this fixes --command option when winedbg is relaunched in wow64 case). Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Zebediah Figura authored
Enumerate "shell" registry key entries instead of hardcoding a list. Don't enumerate any entries unless all the files have the same type. Pass the correct type to ShellExecuteEx().
-
Zebediah Figura authored
-
Zebediah Figura authored
This was added in f045c9df, with no explanation. It does not affect any behaviour in Wine, since FWF_DESKTOP is never set. It does not make sense, since "open" is already usually the default action on Windows, and it's not obvious why FWF_DESKTOP would affect this. It also leans on IContextMenu implementation details.
-
Zebediah Figura authored
This reverts one of the changes included in d30dfd24. Relying on FCIDM_SHVIEW_OPEN snoops into the internals of IContextMenu for no good reason. While I haven't tested whether ICommDlgBrowser::OnDefaultCommand() is triggered in this case, the documentation states that it is "called when a user double-clicks in the view or presses the ENTER key"; this is neither scenario. Simply let the context menu call ShellExecuteEx().
-
Zebediah Figura authored
These were never used. They were probably anticipating the context menu, but are missing accelerators and otherwise redundant with the existing entries.
-
Alex Henrie authored
It would be nice to annotate it with __WINE_DEALLOC(NdrFreeBuffer) too, but that causes a bunch of spurious -Wfree-nonheap-object warnings.
-