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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3b32d831 by Rémi Bernon at 2024-09-09T20:25:55+02:00
winex11: Resize offscreen client surfaces after they are presented.
- - - - -
e2807db6 by Rémi Bernon at 2024-09-09T20:25:55+02:00
winex11: Create OpenGL client windows in window DPI units.
Instead of per-monitor DPI units. The application may not be aware of
the DPI scaling, and we must scale the surfaces ourselves if necessary.
- - - - -
4c15acf2 by Rémi Bernon at 2024-09-09T20:25:57+02:00
winex11: Detach offscreen OpenGL windows after creation.
- - - - -
73453e94 by Rémi Bernon at 2024-09-09T20:25:57+02:00
winex11: Introduce a new present_gl_drawable helper.
- - - - -
e8455e48 by Rémi Bernon at 2024-09-09T20:25:57+02:00
winex11: Implement offscreen window presents with NtGdiStretchBlt.
- - - - -
dec9f878 by Rémi Bernon at 2024-09-09T20:25:57+02:00
winex11: Drop now unnecessary X11DRV_FLUSH_GL_DRAWABLE ExtEscape.
- - - - -
2461297e by Rémi Bernon at 2024-09-09T20:25:57+02:00
winex11: Use offscreen rendering to scale DPI-unaware GL windows.
- - - - -
4 changed files:
- dlls/winex11.drv/init.c
- dlls/winex11.drv/opengl.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ea9e6dbc567016c9c949bfe9ff498…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ea9e6dbc567016c9c949bfe9ff498…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2178219c by Anton Baskanov at 2024-09-09T11:13:05+02:00
dpwsockx: Remove endianness conversion macros.
- - - - -
f0b7d71c by Anton Baskanov at 2024-09-09T11:13:07+02:00
dpwsockx: Remove unused DPWS_DATA fields.
- - - - -
56cfac2f by Anton Baskanov at 2024-09-09T11:13:07+02:00
dplayx: Don't crash if sdesc is NULL in EnumSessions().
- - - - -
eeb22a18 by Anton Baskanov at 2024-09-09T11:13:07+02:00
dplayx/tests: Use CRT allocation functions.
- - - - -
3 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/tests/dplayx.c
- dlls/dpwsockx/dpwsockx_dll.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30c135fe8662e7bcbafaa187914f2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30c135fe8662e7bcbafaa187914f2…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
4127a50f by Alistair Leslie-Hughes at 2024-09-07T08:47:06+10:00
Rebase against 30c135fe8662e7bcbafaa187914f28fdf9c052ff.
- - - - -
ab9df8f9 by Alistair Leslie-Hughes at 2024-09-07T08:48:33+10:00
Updated vkd3d-latest patchset
- - - - -
27b121f2 by Alistair Leslie-Hughes at 2024-09-07T09:32:33+10:00
Release v9.17
- - - - -
7 changed files:
- patches/eventfd_synchronization/0001-configure-Check-for-sys-eventfd.h-ppoll-and-shm_open.patch
- patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-creating-reparse-points.patch
- patches/vkd3d-latest/0001-Updated-vkd3d-to-6d28cc131b0cad61c681aed6b9f6611a12b.patch
- + patches/vkd3d-latest/0002-Updated-vkd3d-to-0a6bcf5da78863cc6402756a429b21b6234.patch
- + patches/vkd3d-latest/0003-Updated-vkd3d-to-bfd1fc9cd6cf9cf4e9c23b4ffad2ba8a328.patch
- staging/VERSION
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/deb7042324ec6b4fcf7e6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/deb7042324ec6b4fcf7e6…
You're receiving this email because of your account on gitlab.winehq.org.