Alexandre Julliard pushed to branch master at wine / wine
Commits:
b5cbb556 by Charlotte Pabst at 2024-09-09T22:52:02+02:00
comdlg32: Allow entering a filter in the itemdlg file name field.
Current filter is initially empty and can be set by typing a filter
into the file name field or selecting an entry from the file type menu.
Selecting a file type entry with an empty spec leaves the current filter unchanged.
This behavior matches windows more closely and fixes applications
that rely on SetFileName() for filtering.
Signed-off-by: Charlotte Pabst <cpabst(a)codeweavers.com>
- - - - -
82f4d38a by Charlotte Pabst at 2024-09-09T22:52:02+02:00
comdlg32/tests: Add tests for itemdlg file name field filters.
Signed-off-by: Charlotte Pabst <cpabst(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/comdlg32/itemdlg.c
- dlls/comdlg32/tests/itemdlg.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/35369ea38f35dba5ba0e4bd552d24…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/35369ea38f35dba5ba0e4bd552d24…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6921c76e by Francisco Casas at 2024-09-09T22:01:33+02:00
quartz: Emit FIXME when the rendering surface is smaller than the source in VMR7.
This change was previously introduced for vmr9.c but not for vmr7.c.
- - - - -
77fb946a by Francisco Casas at 2024-09-09T22:01:35+02:00
quartz: Properly copy data to render surfaces of planar formats in VMR7.
These changes were previously introduced for vmr9.c but were missing for
vmr7.c.
- - - - -
1f08389b by Francisco Casas at 2024-09-09T22:01:37+02:00
quartz: Align src_pitch for planar formats.
Not doing this results in misaligned video scan lines on videos whose
width is not multiple of 4.
- - - - -
2 changed files:
- dlls/quartz/vmr7.c
- dlls/quartz/vmr9.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/209538f24e7c43ca0ce9f508722a4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/209538f24e7c43ca0ce9f508722a4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
209538f2 by Danyil Blyschak at 2024-09-09T21:42:27+02:00
mlang: Use EnumFontFamiliesEx() in map_font().
Previously, map_font() could return a font that does not directly
support the requested codepage but has a child font that does. By
enumerating fonts for the specific charset, as well as checking each
candidate font's signature, the returned font now directly supports the
codepage.
- - - - -
2 changed files:
- dlls/mlang/mlang.c
- dlls/mlang/tests/mlang.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/209538f24e7c43ca0ce9f508722a4b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/209538f24e7c43ca0ce9f508722a4b…
You're receiving this email because of your account on gitlab.winehq.org.