Releases: steinbergmedia/vstgui
Releases · steinbergmedia/vstgui
Release Version 4.11.1
What's Changed
- Update macfactory.h by @NewProggie in #250
- replace sprintf with snprintf by @scheffle in #255
- fix close/reopen crash on linux. Fixes #249. by @andreas56 in #251
- avoid to read extra characters at the end in json resource on Windows
- change error message when compiler or system is not supported
- fix wrong mouse location in onMouseMoveEvent
- add missing GraphicsPath::addEllipse to cairo path
- fix wrong matrix multiplication
- make D2DBitmap cache thread safe
- fix detection of endianness with gcc
- fix compilation for app on ARM64EC
Full Changelog: vstgui4_11...vstgui4_11_1
Release Version 4.11
What's Changed
- DirectComposition by @scheffle in #237
- Event refactoring by @scheffle in #226
- Remove carbon 32 bit support by @scheffle in #236
- rework runtime objective-c handling by @scheffle in #242
- fix wrong delegate release by @scheffle in #219
- init and terminate global fonts in a predicated way by @scheffle in #220
- Move direct2d into platform factory by @scheffle in #221
- Gdk standalone window fix size before show by @scheffle in #222
- Graphicspath refactoring by @scheffle in #225
- fix CCommandMenuItem not setting tag on construction by @scheffle in #228
- UIDescription light and dark theme by @scheffle in #231
- make extra interface for view event listening by @scheffle in #232
- Update vst3editor to the new mouse hook interface by @jpcima in #229
- Allow X11 to type numbers by numpad by @jpcima in #230
- refactor file selector to use new IPlatformFileSelector by @scheffle in #238
- add explicit support for segment buttons in VST3Editor by @scheffle in #241
- Properly handle creating a roundRect graphicsPath when radius is nega… by @rjonkman in #243
- Add missing source to vstgui_linux.cpp by @jpcima in #244
New Contributors
- @andreas56 made their first contribution in #216
Full Changelog: vstgui4_10_3...vstgui4_11
Release Version 4.10.3
Prepare 4 10 3 Merge in vstgui from prepare_4_10_3 to master * commit '7de1d70cfa9f7ead744916ae38e8f07a85b727c7': fix cairo drawing error when another frame closes increase version patchlevel do not store UIViewSwitchContainer children make sure all control listeners will be notified about control changes in the vst3editor replace deprecated CTGetCoreTextVersion with @available fix warning when macOS deployment target is higher than 10.11 fix creating sub UTF8 string if it contains any multi byte character
vstgui4_10_2: Release Version 4.10.2
fix crash on macOS 10.11 or earlier and increase patchlevel version
vstgui4_10_1: Release Version 4.10.1
Merge in VSTSDK/vstgui from develop to master * commit '2cf61f5e1fefe4dcd3d19119ddf7b182719a2a5b': Fix compile-time check for pango add missing includes Update stb_textedit to v1.13 Do not let newValue exceed 1.0 when adding up valueOffset multiple times. implement pango leading metrics implement cairo hitTest add patchlevel to vstgui version makros to support simple bug fix releases without API changes add visualize redraw areas to mac standalone apps in debug mode fix wrong clip rect calculation on linux add macro to conditionally compile for newer vstgui versions fix indexOf algo Fix segment button not being updated on parameter change from host. Fix the build with gcc 11 (#203) Return an empty string, when string list is empty (#204) Testing (#202) Add unit test for segment button with many segments (catch rounding errors). Round segmentIndex properly. macOS: create retina compatible menu icons and drag images out of CBitmaps macOS: fix menu icon with scale factor != 1 increase version number