- 31 Mar, 2023 29 commits
-
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
Seen with the Korean locale from time to time, probably caused by some uninitialized input context data.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Zebediah Figura authored
-
Etaash Mathamsetty authored
-
Etaash Mathamsetty authored
-
Etaash Mathamsetty authored
-
Etaash Mathamsetty authored
-
Etaash Mathamsetty authored
-
Etaash Mathamsetty authored
-
Georg Lehmann authored
-
Floris Renaud authored
-
Zhiyi Zhang authored
Word 2016 queries a lot of font glyph bounding boxes and bitmaps with translation matrices. The result of these queries is not cached because the transform matrix is not the identity matrix. However, the translation offsets don't affect FreeType font operations at all, which can be verified in ft_matrix_from_dwrite_matrix() called by get_glyph_transform(). So these results with translation matrices can be cached as well. With this patch, Word 2016 stuttering is reduced significantly.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Mohamad Al-Jaf authored
Needed for mingw Firefox build.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Zebediah Figura authored
For the __has_attribute() fallback. Fixes: f4c38014 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54666
-
- 30 Mar, 2023 11 commits
-
-
Alistair Leslie-Hughes authored
-
Mohamad Al-Jaf authored
Needed for mingw Firefox build.
-
Michael Stefaniuc authored
Wrong sizeof check: pointer instead of referenced structure. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53704
-
Alex Henrie authored
ctxt_handle is moved to the top of struct tlsw_session so that it can be easily retrieved via LDAP_OPT_X_TLS_SSL_CTX. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54727
-
Alex Henrie authored
-
Alex Henrie authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
To be used by graphics drivers.
-
Rémi Bernon authored
-