Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 4.13.0 Release #305

Merged
merged 28 commits into from Aug 16, 2023
Merged

Prepare 4.13.0 Release #305

merged 28 commits into from Aug 16, 2023

Conversation

scheffle
Copy link
Collaborator

No description provided.

scheffle and others added 28 commits January 12, 2023 15:15
…-multi-bitmap-frame

Support old usecases with multi bitmap frame (fixes #279)

(cherry picked from commit c24309a)

# Conflicts:
#	vstgui/doxygen/page_changes.h
(cherry picked from commit b3544af)

# Conflicts:
#	vstgui/doxygen/page_changes.h
A return value of S_OK from IDWriteFontCollection::FindFamilyName() does not
mean that a matching font family was found; the `index` or `exists` value need
to be checked before calling GetFontFamily() or an `IndexOutOfRangeException`
can be thrown (and caught) within the latter function, since `index` is set to
`UINT_MAX` if no matching family was found.

https://learn.microsoft.com/en-us/windows/win32/api/dwrite/nf-dwrite-idwritefontcollection-findfamilyname
Fix IndexOutOfRangeException in d2dfont getFont()
fix a bug that D2DBitmap::createHBitmap from CBitmap got a vertical mirror
Fix erroneous SetCapture after COptionMenu::onMouseDown
There's a new cmake option 'VSTGUI_TEXTRENDERING_LEGACY_INCONSISTENCY' which can be enabled to get the old behaviour.

This fixes #298
Remove Quartz implementation as it does not work and add implementation for Direct2D
Apply bxjoscha's text rendering inconsistency fix
@scheffle scheffle merged commit 65c353f into master Aug 16, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants