Alexandre Julliard pushed to branch master at wine / wine
Commits:
8eacc368 by Paul Gofman at 2025-09-21T21:40:03+02:00
user32/tests: Add test for CB size after setting font.
- - - - -
0a3a05c8 by Paul Gofman at 2025-09-21T21:40:03+02:00
user32/combo: Don't update item height on WM_SETFONT for owner drawn CB.
- - - - -
5c95df82 by Paul Gofman at 2025-09-21T21:40:03+02:00
comctl32/tests: Also call test_combo_setfont() with CBS_OWNERDRAWFIXED.
- - - - -
9efece4a by Paul Gofman at 2025-09-21T21:40:03+02:00
comctl32/combo: Don't update item height on WM_SETFONT for owner drawn CB.
- - - - -
4 changed files:
- dlls/comctl32/combo.c
- dlls/comctl32/tests/combo.c
- dlls/user32/combo.c
- dlls/user32/tests/combo.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7e0d58c599af269e6ec8708725c02…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7e0d58c599af269e6ec8708725c02…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b949f41d by Nikolay Sivov at 2025-09-21T21:40:03+02:00
xmllite/tests: Add some more tests for WriteNmToken().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
7e0d58c5 by David Kahurani at 2025-09-21T21:40:03+02:00
xmllite/writer: Implement WriteNmToken().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/xmllite/tests/writer.c
- dlls/xmllite/writer.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bc26af01f3526d0c7d3338294e458…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bc26af01f3526d0c7d3338294e458…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0e8e1c55 by Jinoh Kang at 2025-09-20T13:57:38+02:00
fluidsynth: Fix g_atomic_int_add() return value.
FluidSynth settings table is internally a refcounted hashtable. Due to
wrong glib atomic emulation, the hashtable might be leaked (if
refcount != 2) or abruptly freed (if refcount == 2) due to incorrect
return value from `fluid_atomic_int_exchange_and_add()`.
Fixes: f768d6b31bebc35fbaf751d0cd57c8bd302a8d60
- - - - -
1 changed file:
- libs/fluidsynth/glib.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0e8e1c555cd5901526bc22428cc333…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0e8e1c555cd5901526bc22428cc333…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b31ac233 by Joe Souza at 2025-09-20T13:56:23+02:00
cmd/tests: Add test to check for TYPE truncation in binary mode.
- - - - -
e601827c by Joe Souza at 2025-09-20T13:56:24+02:00
cmd: Refactor WCMD_copy_loop out of WCMD_ManualCopy, and stop copy loop at EOF for /a mode.
- - - - -
edd5b623 by Joe Souza at 2025-09-20T13:56:24+02:00
cmd: Fix TYPE behavior (now uses WCMD_copy_loop).
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56381
- - - - -
3 changed files:
- programs/cmd/builtins.c
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/tests/test_builtins.cmd.exp
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/10651f22ebe0ccdc3375f00e04875…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/10651f22ebe0ccdc3375f00e04875…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b61933d7 by Giovanni Mascellani at 2025-09-20T12:19:29+02:00
mmdevapi/tests: Replace a few tests with read_packets().
Which already does the same tests and many more.
- - - - -
3bf7d36b by Giovanni Mascellani at 2025-09-20T12:19:29+02:00
mmdevapi/tests: Check discontinuities after having started capturing.
- - - - -
cdab2f49 by Giovanni Mascellani at 2025-09-20T12:19:29+02:00
mmdevapi/tests: Check that the capture buffer is empty after processing packets.
- - - - -
96ef3510 by Giovanni Mascellani at 2025-09-20T12:19:29+02:00
mmdevapi/tests: Sleep for 600 ms to guarantee a buffer overrun.
The buffer is around 500 ms, so 400 ms is not enough. It works now
because there is an earlier 350 ms sleep and only one packet is
read since then, but this will soon change.
- - - - -
6a8a3d2f by Giovanni Mascellani at 2025-09-20T12:19:29+02:00
mmdevapi/tests: Remove a wrong test about packet sizes.
The packet size is usually the device period, but not necessarily.
I've often seen packets large two periods.
- - - - -
1 changed file:
- dlls/mmdevapi/tests/capture.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0f4f80ec3a715a6195b0d58e1e9c6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0f4f80ec3a715a6195b0d58e1e9c6…
You're receiving this email because of your account on gitlab.winehq.org.