Skip to content

Releases: steinbergmedia/vstgui

Release Version 4.11

16 May 07:41
addf12b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: vstgui4_10_3...vstgui4_11

Release Version 4.10.3

07 Dec 16:26
Compare
Choose a tag to compare
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

03 Oct 12:43
Compare
Choose a tag to compare
fix crash on macOS 10.11 or earlier and increase patchlevel version

vstgui4_10_1: Release Version 4.10.1

09 Aug 12:00
Compare
Choose a tag to compare
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