- 01 Feb, 2023 4 commits
-
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=43073
-
Rémi Bernon authored
Final Fantasy XIV Online depends on this for its text input. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=43073
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=43073
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=43073
-
- 26 Jan, 2023 1 commit
-
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
- 24 Jan, 2023 2 commits
-
-
Zhiyi Zhang authored
Changing listview view styles should repaint according to the tests in test_WM_STYLECHANGED(). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54215
-
Zhiyi Zhang authored
Changing view styles should repaint listviews according to the newly added tests.
-
- 13 Jan, 2023 1 commit
-
-
Rémi Bernon authored
When free-ing an Alloc-ed pointer.
-
- 09 Jan, 2023 2 commits
-
-
Eric Pouech authored
There are cases in Windows10+ where the WM_PASTE message doesn't paste the content of the clipboard. This appeared in testing: - almost always just after (for a couple of milliseconds) setting new content into the clipboard and closing it. - in some unrelated rare occasions (like once for 400 runs). It looks like another (installed) process had opened the clipboard and forbids the paste command. As WM_PASTE doesn't return success/error status, workaround it by wrapping the WM_PASTE command into a helper, and retry when the clipboard's content hasn't been pasted. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53276 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53277Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
As the clipboard is a shared resource, we cannot expect that no other app hasn't openeded it. So wrap clipboard access with a retry feature in case of failure. Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
- 06 Jan, 2023 4 commits
-
-
Nikolay Sivov authored
-
Vladislav Timonin authored
An improvement of 5f0dcf79, which, depending on theme, had an issue with drawing the top border clipped inside the header.
-
Eric Pouech authored
Starting with Win10, height of multiline edit controls no longer seems to be hardwired to a multiple of the font height (when larger than font height). - Adapt the tests accordingly (detecting how to compute the expected height of a control). - Extend the ranges of the tested heights. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52152Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
Already fixed in user32/tests/edit.c by 614b7d74 Apply same fix for equivalent test on comctl32/tests/edit.c Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52932Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
- 09 Dec, 2022 1 commit
-
-
Nikolay Sivov authored
We are still using exported string functions internally, and that caused mismatches after recent incomplete switching to crt functions. There is also no evidence that crt functions are used at all there, so for now switch back to fix mismatching calls. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
- 07 Dec, 2022 1 commit
-
-
Alexandre Julliard authored
-
- 05 Dec, 2022 1 commit
-
-
Alex Henrie authored
-
- 30 Nov, 2022 5 commits
-
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
- 29 Nov, 2022 1 commit
-
-
Alex Henrie authored
-
- 22 Nov, 2022 7 commits
-
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
- 21 Nov, 2022 1 commit
-
-
Eric Pouech authored
Changed MCHITTESTINFO.cbSize to fall back to V1: From the rest of the tests, it looks like the extended size of MCHITTESTINFO requires loading common controls V6, which is only done afterwards in the tests. Improved lookup of an unselected day. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50097Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
- 15 Nov, 2022 1 commit
-
-
Alex Henrie authored
-
- 07 Nov, 2022 4 commits
-
-
Rémi Bernon authored
Fixed by 33617af8.
-
Nikolay Sivov authored
Based on a patch by Mark Jansen. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Jinoh Kang authored
-
Jinoh Kang authored
-
- 02 Nov, 2022 1 commit
-
-
Zhiyi Zhang authored
Fix an uninitialized variable warning.
-
- 26 Oct, 2022 3 commits
-
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-