- 20 Nov, 2023 29 commits
-
-
Bernhard Übelacker authored
Commit 100504d2 introduced using GetDpiForWindow(). Unfortunately NOTEPAD_LoadSettingFromRegistry is executed when the main window is not yet created, resulting in having Globals.lfFont.lfHeight=0. This is later stored in the registry in iPointSize=0. In a fresh wine prefix there are not yet registry values created, therefore the first run of notepad does not show this problem, and iPointSize is saved with a sane value to the registry. Having Globals.lfFont.lfHeight=0 manifests for example in cups PDF prints being a single empty page. The check of point_size for having a non-zero value should also fix wine prefixes which have already a stored registry value of iPointSize=0. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55852
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Santino Mazza authored
-
Santino Mazza authored
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Nell Hardcastle authored
-
Nell Hardcastle authored
Enables audio device features for the DualSense Edge.
-
Nell Hardcastle authored
The DualSense Edge implements extra features (haptics and adaptive triggers) in the same way as the DualSense.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Marc-Aurel Zent authored
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Piotr Caban authored
-
Piotr Caban authored
-
Bernhard Übelacker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55898
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Paul Gofman authored
-
Daniel Lehman authored
-
Daniel Lehman authored
-
Daniel Lehman authored
-
Rémi Bernon authored
Fixes a race condition and crashes in Secret of Mana. The queue critical section is held in video_presenter_sample_present while GetCurrentImage only locks the presenter CS. Double locking is tricky and atomic operation is appropriate to swap the sample pointer.
-
- 17 Nov, 2023 11 commits
-
-
Tim Clem authored
The logs in this file are very noisy. x11drv uses the bitblt channel for its analogous messages.
-
Jacek Caban authored
-
Paul Gofman authored
-
Bartosz Kosiorek authored
-
Bartosz Kosiorek authored
-
Tim Clem authored
A length of -1 has no special meaning for the mbsn*coll functions, and since it is > INT_MAX, it will eventually trigger _invalid_parameter in _strnicmp_l in newer versions of msvcrt.
-
Jacek Caban authored
-
Jacek Caban authored
It could be used uninitialized on early no access return.
-
Jacek Caban authored
Avoids casting to enum pointer in msi_locate_product call.
-
Zebediah Figura authored
-
Zebediah Figura authored
This was probably accidentally omitted in 51e64b3f. In practice, this is guaranteed to work anyway, since due to the state table construction the equivalent misc handler, i.e. sampler(), is always guaranteed to be called right before the fragment pipeline handler for each stage. However, this is a subtle detail and best not to be depended on.
-