Skip to content

Releases: steinbergmedia/vstgui

Release Version 4.13.3

15 Jan 16:44
480b0c8
Compare
Choose a tag to compare

Another bugfix release

  • [fix] building with anything older than Xcode15 by @scheffle in #320

Full Changelog: vstgui4_13_2...vstgui4_13_3

Release Version 4.13.2

11 Jan 18:37
Compare
Choose a tag to compare

Another bugfix release

Full Changelog: vstgui4_13_1...vstgui4_13_2

Release Version 4.13.1

24 Oct 10:00
Compare
Choose a tag to compare

Bugfix release

Full Changelog: vstgui4_13_0...vstgui4_13_1

Release Version 4.13.0

16 Aug 16:16
65c353f
Compare
Choose a tag to compare

What's New

  • support embedding platform views (HWND & NSView) as sub views (see CExternalView and ExternalView::IView and examples in the contrib folder).

What's Changed

  • Fix IndexOutOfRangeException in d2dfont getFont() by @nickdowell in #300
  • fix a bug that D2DBitmap::createHBitmap from CBitmap got a vertical mirror by @setoutsoft in #294
  • Externalview controls by @scheffle in #301
  • Fix erroneous SetCapture after COptionMenu::onMouseDown by @nickdowell in #303
  • Apply bxjoscha's text rendering inconsistency fix by @scheffle in #304

New Contributors

Full Changelog: vstgui4_12_3...vstgui4_13_0

Release Version 4.12.3

20 Apr 12:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: vstgui4_12_2...vstgui4_12_3

Release Version 4.12.2

05 Mar 08:07
Compare
Choose a tag to compare

What's Changed

  • Notify callback or delegate when VistaFileSelector is canceled by @nickdowell in #285
  • Fix leak in CNewFileSelector::run (CallbackFunc&& callback) by @nickdowell in #286
  • Multi frame bitmap range by @scheffle in #287
  • Add workflow to build without deprecated methods and fix the build by @scheffle in #282

Full Changelog: vstgui4_12_1...vstgui4_12_2

Release Version 4.12.1

12 Jan 14:20
Compare
Choose a tag to compare

What's Changed

  • Support old usecases with multi bitmap frame by @scheffle in #279

Full Changelog: vstgui4_12...vstgui4_12_1

Release Version 4.12

01 Dec 10:51
Compare
Choose a tag to compare

What's Changed

New Features

Fixes

New Contributors

Full Changelog: vstgui4_11_2...vstgui4_12

Release Version 4.11.2

Release Version 4.11.1

31 Aug 08:36
Compare
Choose a tag to compare

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