Alexandre Julliard pushed to branch master at wine / wine
Commits:
08ad1b26 by Nikolay Sivov at 2025-09-23T15:37:33+02:00
xmllite/writer: Improve error handling in WriteCData().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
a76ff80e by Nikolay Sivov at 2025-09-23T15:37:40+02:00
xmllite/writer: Improve error handling in WriteComment().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
0213a906 by Nikolay Sivov at 2025-09-23T15:37:41+02:00
xmllite/writer: Improve error handling in WriteProcessingInstruction().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1f07b72e by Nikolay Sivov at 2025-09-23T15:37:43+02:00
xmllite/writer: Remove duplicate check for whitespaces.
Should have been removed in d423c76ca8e.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
f2c4b5ad by Nikolay Sivov at 2025-09-23T15:37:45+02:00
xmllite/writer: Improve error handling WriteDocType().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
51e65e85 by Nikolay Sivov at 2025-09-23T15:37:47+02:00
xmllite/writer: Improve error handling in WriteEndElement().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e713e263 by Nikolay Sivov at 2025-09-23T15:37:49+02:00
xmllite/writer: Improve error handling in WriteEndDocument().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/xmllite/writer.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/32341a0ada6d61a3161a8b1867fe3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/32341a0ada6d61a3161a8b1867fe3…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
52e6f986 by Henri Verbeet at 2025-09-23T09:40:26+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_store_tgsm().
- - - - -
47559027 by Henri Verbeet at 2025-09-23T09:40:26+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_uav_counter_instruction().
- - - - -
e641f8b9 by Henri Verbeet at 2025-09-23T09:40:26+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_bufinfo().
- - - - -
a2e5ada6 by Henri Verbeet at 2025-09-23T09:40:26+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_resinfo().
- - - - -
390e31a2 by Henri Verbeet at 2025-09-23T09:40:26+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_query_sample_count().
- - - - -
1 changed file:
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/cb8c851bec08a9483ce52f57c719…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/cb8c851bec08a9483ce52f57c719…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d7411005 by Nikolay Sivov at 2025-09-22T19:45:21+02:00
xmllite/tests: Add some more implicit flushing tests.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
628564ea by Nikolay Sivov at 2025-09-22T19:45:21+02:00
xmllite/write: Improve error handling in WriteCharEntity().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
870eaeef by Nikolay Sivov at 2025-09-22T19:45:23+02:00
xmllite/writer: Improve error handling in WriteNmToken().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
d423c76c by Nikolay Sivov at 2025-09-22T19:45:25+02:00
xmllite/writer: Improve error handling in WriteWhitespace().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
85c859b8 by Nikolay Sivov at 2025-09-22T19:45:26+02:00
xmllite/writer: Improve error handling in WriteSurrogateCharEntity().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
d1c5f774 by Nikolay Sivov at 2025-09-22T19:45:28+02:00
xmllite/writer: Improve error handling in WriteStartDocument().
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/666573c6650446389b331a968a056…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/666573c6650446389b331a968a056…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
03516422 by Rémi Bernon at 2025-09-22T19:43:57+02:00
win32u/tests: Test that global d3dkmt handles aren't leaked.
When a process exits with an open handle, it loses its references on
the object.
- - - - -
49215aad by Rémi Bernon at 2025-09-22T19:43:57+02:00
win32u: Use array indexes for d3dkmt handles.
- - - - -
2db9c4f9 by Rémi Bernon at 2025-09-22T19:43:57+02:00
server: Create server-side global D3DKMT objects.
- - - - -
666573c6 by Rémi Bernon at 2025-09-22T19:43:57+02:00
server: Allocate global D3DKMT handles for objects.
- - - - -
10 changed files:
- dlls/win32u/d3dkmt.c
- dlls/win32u/tests/d3dkmt.c
- dlls/wow64win/gdi.c
- include/wine/server_protocol.h
- server/Makefile.in
- + server/d3dkmt.c
- server/protocol.def
- server/request_handlers.h
- server/request_trace.h
- tools/make_requests
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/693bff358b990e151556b88a98607…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/693bff358b990e151556b88a98607…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e8115f30 by Nikolay Sivov at 2025-09-22T19:43:56+02:00
dwrite/tests: Add more tests for CreateFontFileReference().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2a2cc34d by Nikolay Sivov at 2025-09-22T19:43:56+02:00
dwrite: Use uppercase paths for local file loader keys.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
efce37af by Nikolay Sivov at 2025-09-22T19:43:56+02:00
dwrite: Fail file reference creation when timestamp is inaccessible.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
aff0fc69 by Nikolay Sivov at 2025-09-22T19:43:56+02:00
dwrite/tests: Add another CreateFontFaceReference() test with inaccessible file.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/dwrite/font.c
- dlls/dwrite/tests/font.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db6cba6791d6c5ccc1c22edb50928…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db6cba6791d6c5ccc1c22edb50928…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6605a0e2 by Anton Baskanov at 2025-09-22T19:43:56+02:00
dmsynth/tests: Add tests for GUID_DMUS_PROP_Volume.
- - - - -
621aa91b by Anton Baskanov at 2025-09-22T19:43:56+02:00
dmsynth: Set gain to 6 dB.
- - - - -
7ac26b03 by Anton Baskanov at 2025-09-22T19:43:56+02:00
dmsynth: Handle GUID_DMUS_PROP_Volume.
- - - - -
04747659 by Anton Baskanov at 2025-09-22T19:43:56+02:00
fluidsynth: Disable IIR filter resonance hump compensation.
- - - - -
5960d121 by Anton Baskanov at 2025-09-22T19:43:56+02:00
dmsynth: Pre-attenuate voices by center pan attenuation.
- - - - -
3 changed files:
- dlls/dmsynth/synth.c
- dlls/dmsynth/tests/dmsynth.c
- libs/fluidsynth/src/rvoice/fluid_iir_filter.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d8d6006efcd278c224ea69b6691c1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d8d6006efcd278c224ea69b6691c1…
You're receiving this email because of your account on gitlab.winehq.org.