Alexandre Julliard pushed to branch master at wine / wine
Commits:
299cea5d by Yuxuan Shui at 2025-03-04T16:23:13+01:00
winegstreamer: Avoid large buffer pushes in wg_transform.
This is done by inserting a special "stepper" element behind the parser (if
there is one). This element will keep the incoming buffers in a internal queue
and not push them downstream immediately. Instead, it gives us control over
when we push and how much is pushed.
- - - - -
3 changed files:
- dlls/winegstreamer/unix_private.h
- dlls/winegstreamer/unixlib.c
- dlls/winegstreamer/wg_transform.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/299cea5d860045fd8174f743b35516…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/299cea5d860045fd8174f743b35516…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
30a8ae5e by Alistair Leslie-Hughes at 2025-03-04T16:23:13+01:00
include: Add Get/SetValue for gdiplus Color class.
- - - - -
b682868b by Alistair Leslie-Hughes at 2025-03-04T16:23:13+01:00
include: Keep the same header order as SDK in gdiplus.h.
- - - - -
ca5ecefa by Alistair Leslie-Hughes at 2025-03-04T16:23:13+01:00
include: Add gdiplusbase.h.
- - - - -
4 changed files:
- include/Makefile.in
- include/gdiplus.h
- + include/gdiplusbase.h
- include/gdipluscolor.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9491cb7ea9dbf1eced1feb626feec…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9491cb7ea9dbf1eced1feb626feec…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9db6a633 by Piotr Caban at 2025-03-04T16:23:13+01:00
ole32: Mark property storage dirty in PropertyStorage_ConstructEmpty.
- - - - -
be233a24 by Piotr Caban at 2025-03-04T16:23:13+01:00
ole32: Mark property storage not dirty after it's saved.
- - - - -
fcddd49b by Piotr Caban at 2025-03-04T16:23:13+01:00
ole32: Remove end label from PropertyStorage_WriteToStream.
- - - - -
cd4c8b87 by Piotr Caban at 2025-03-04T16:23:13+01:00
ole32: Reset output stream when wrting property storage.
- - - - -
1 changed file:
- dlls/ole32/stg_prop.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/030507a383ef0655729410ed8df30…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/030507a383ef0655729410ed8df30…
You're receiving this email because of your account on gitlab.winehq.org.