Alexandre Julliard pushed to branch master at wine / wine
Commits:
4e3d54a3 by Anton Baskanov at 2025-10-22T14:09:46+02:00
fluidsynth: Import upstream release 2.4.2.
This is the last release we can import, as in 2.4.3 the DSP code has
been converted to C++.
- - - - -
dfcedb26 by Anton Baskanov at 2025-10-22T14:09:46+02:00
fluidsynth: Calculate the inverted value explicitly in fluid_mod_transform_source_value().
Based on upstream commit 2b2af8641e7adce54b4fab0c5d2cf547577691fa.
- - - - -
77a0c7e6 by Anton Baskanov at 2025-10-22T14:09:47+02:00
fluidsynth: Invert relative to the max value instead of 1.0 in fluid_mod_transform_source_value().
Based on upstream commit e94455cbe5a05f200498b37ac230df83d04c2fe3.
- - - - -
15 changed files:
- dlls/dmsynth/tests/dmsynth.c
- libs/fluidsynth/config.h
- libs/fluidsynth/include/fluidsynth/types.h
- libs/fluidsynth/include/fluidsynth/version.h
- libs/fluidsynth/src/rvoice/fluid_iir_filter.c
- libs/fluidsynth/src/rvoice/fluid_iir_filter.h
- libs/fluidsynth/src/rvoice/fluid_rvoice.c
- libs/fluidsynth/src/rvoice/fluid_rvoice.h
- libs/fluidsynth/src/rvoice/fluid_rvoice_dsp.c
- libs/fluidsynth/src/sfloader/fluid_sffile.c
- libs/fluidsynth/src/synth/fluid_mod.c
- libs/fluidsynth/src/synth/fluid_synth.c
- libs/fluidsynth/src/synth/fluid_voice.c
- libs/fluidsynth/src/utils/fluid_sys.c
- libs/fluidsynth/src/utils/fluid_sys.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a11792e257914e83d1f3a34391ae…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a11792e257914e83d1f3a34391ae…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5b655361 by Gabriel Ivăncescu at 2025-10-22T00:04:25+02:00
mshtml: Use a common object implementation for HTMLElementCollection enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
45aeab7c by Gabriel Ivăncescu at 2025-10-22T00:04:25+02:00
mshtml: Use the common object implementation for HTMLDOMChildrenCollection enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ceeaf691 by Gabriel Ivăncescu at 2025-10-22T00:04:25+02:00
mshtml: Use the common object implementation for HTMLFormElement enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
f8cc25f2 by Gabriel Ivăncescu at 2025-10-22T00:04:25+02:00
mshtml: Use the common object implementation for HTMLSelectElement enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
cf0cfd04 by Gabriel Ivăncescu at 2025-10-22T00:04:25+02:00
mshtml: Use the common object implementation for HTMLRectCollection enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
f3078308 by Gabriel Ivăncescu at 2025-10-22T00:04:25+02:00
mshtml: Use the common object implementation for HTMLStyleSheetsCollection enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
2ed322eb by Gabriel Ivăncescu at 2025-10-22T00:04:25+02:00
mshtml: Use the common object implementation for HTMLAttributeCollection enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8 changed files:
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlelemcol.c
- dlls/mshtml/htmlform.c
- dlls/mshtml/htmlnode.c
- dlls/mshtml/htmlselect.c
- dlls/mshtml/htmlstylesheet.c
- dlls/mshtml/mshtml_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/709f05ed38287a6d79309a0035274…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/709f05ed38287a6d79309a0035274…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ec7c781a by Nikolay Sivov at 2025-10-22T00:04:25+02:00
d2d1: Implement Tessellate() for path geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
7f97306a by Nikolay Sivov at 2025-10-22T00:04:25+02:00
d2d1: Implement Tessellate() for ellipse geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
f46b480a by Nikolay Sivov at 2025-10-22T00:04:25+02:00
d2d1: Implement Tessellate() for rectangle geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
d10d552a by Nikolay Sivov at 2025-10-22T00:04:25+02:00
d2d1: Implement Tessellate() for rounded rectangle geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
febbec8a by Nikolay Sivov at 2025-10-22T00:04:25+02:00
d2d1/tests: Add a ComputeArea() test for the path geometry.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
daa7a18e by Nikolay Sivov at 2025-10-22T00:04:25+02:00
d2d1: Implement ComputeArea() for path geometries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/d2d1/geometry.c
- dlls/d2d1/tests/d2d1.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8da05257f3169153dc7ad158c0c9f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8da05257f3169153dc7ad158c0c9f…
You're receiving this email because of your account on gitlab.winehq.org.