3471 Commits (f76e735b2ccc041ee684df73def84c4b6afdb1fa)
 

Author SHA1 Message Date
  Steve Russell f76e735b2c Update to v2.6.3 10 months ago
  Andrew Belt d676da3da7 Fix version number in changelog. 10 months ago
  Andrew Belt e3ebe33f5e Update changelog. 10 months ago
  Andrew Belt 2cc7d4e002 Update changelog. 10 months ago
  Andrew Belt 844b45057f MIDI-Map: Set param value without Engine smoothing, since MIDI-Map already filters it. 10 months ago
  Steve Russell 49a5acdeb7
Update compile.mk to C++17 10 months ago
  Andrew Belt 96054a0b5e Rack no longer needs Controlled Folder Access to Documents on Windows since Rack 2.5.0. 10 months ago
  Andrew Belt f881348a9e Rename VERSION to RACK_VERSION in Makefile to avoid environment variable conflicts. 10 months ago
  Andrew Belt 4acf0834eb Build libarchive with Windows 7 minimum version. 10 months ago
  Andrew Belt f8df60a9e6 Add 150% and 250% options to "View > UI scale" menu. 10 months ago
  Steve Russell 9001e7a7db
[Deps] Update to libarchive v3.7.8 11 months ago
  Steve Russell eb45f2cdb5
[Deps] Missing from 5608fb3331 11 months ago
  Steve Russell 7bcd1284eb
Merge pull request #1 from SteveRussell33/v262 11 months ago
  Steve Russell bed52b1d71 Merge branch 'v2' of https://github.com/VCVRack/Rack into v262 11 months ago
  Andrew Belt 2bcff47a7c Update changelog. 11 months ago
  Steve Russell 5608fb3331
[Deps] Update to zstd v1.5.7 11 months ago
  Andrew Belt 4d8030a535 Clear library global state in library::destroy() in case init() is called again. 11 months ago
  Andrew Belt 4552a7168f Specify Fundamental (VCV Free) plugin version and download it in dist target. Refactor getFundamentalPackagePath() to not use regex. 11 months ago
  Steve Russell e8b52da31b XXXWidget - Don't draw shadows 11 months ago
  Steve Russell 3b61f050f1
ModuleWidget.cpp - add hand cursor 11 months ago
  Steve Russell 7f40fa9ed5 Add PR https://github.com/VCVRack/Rack/pull/1938 11 months ago
  Steve Russell 647fcb699a Port.hpp - suppress warning when building plugins 11 months ago
  Steve Russell cfb1caff98
Change window title 11 months ago
  Steve Russell 0eeaac5d22 [Deps] Update tinyexpr to 9907207 11 months ago
  Steve Russell 38452a3a57
[DEPS] RtAudio: turn off DirectSound, turn on ASIO (Windows) 11 months ago
  Steve Russell dad33b719f
[Deps] Update to libsamplerate v0.2.2 11 months ago
  Steve Russell e99b200187
[Deps] Update to jansson v2.14 11 months ago
  Steve Russell 6b055dee9d
Add bash file for DIST build 11 months ago
  Andrew Belt 16dbaff771 Refactor RtAudioDriver/Device. Hardcode old RtAudio driverIds to be compatible with Rack <2.6.1 patches. 11 months ago
  Andrew Belt 454033dce1 Reorder README. 11 months ago
  Andrew Belt 27cebc7675 Set BundleHasStrictIdentifier to false so Rack <=2.6.0 Mac app bundles with identifier `com.vcvrack.rack` are overwritten with the new `com.vcvrack.rack2` app bundle. Set BundleIsRelocatable to true so if a user moves the Rack >=2.6.1 app bundle, the installer will find it by its identifier and upgrade (overwrite) it. 11 months ago
  Andrew Belt d570d37b77 Reorder changelog. 11 months ago
  Andrew Belt e8031d50b4 Update CHANGELOG. 11 months ago
  Andrew Belt 0f698492f4 Add translators to Acknowledgments section. 11 months ago
  Andrew Belt 6773423bcc Update LICENSE-dist to match dependency license texts. 11 months ago
  Andrew Belt 29e836a986 Allow VERSION to be set as an environment variable. 11 months ago
  Andrew Belt 81a16ade0e Automatically set Core plugin version to Rack app version. 11 months ago
  Andrew Belt 61c01abd9f Update glfw submodule. 11 months ago
  Andrew Belt 125d59af2d Add note voltage constants to Quantity expression parser such as "c4v = 0V" and "a#v". Refactor teVarsInit(). 11 months ago
  Andrew Belt 872aa0397d No need for engineBarrier to be a HybridBarrier since yield() is not called. 11 months ago
  Andrew Belt 617f6ddafd Refactor all Barrier implementations. Explicitly use appropriate memory ordering everywhere. Use __yield() on ARM64. 11 months ago
  Andrew Belt 2ce8ea0c3f In system::getStackTrace(), use dladdr() instead of backtrace_symbols() on Linux and Mac. 11 months ago
  Andrew Belt b9edfe30e8 Add dotfiles and more binaries to .gitignore generated by helper.py. 11 months ago
  Andrew Belt 089049136d Add "View > UI scale" menu for setting the pixel ratio. 11 months ago
  Andrew Belt ff44a1f575 Tweak browser button and label widths to fit translations. 11 months ago
  Andrew Belt 2b16ce803d Split `MenuBar.edit.undo/redo` translation strings into `undo/redo` and `undoAction/redoAction`. 11 months ago
  Andrew Belt 0dc28e6d56 Automatically add Japanese, Chinese, and emoji fallback fonts in Window::loadFont(). Add Window::loadFontWithoutFallbacks(). 11 months ago
  Andrew Belt 02deb03d7d Add settings::lastPatchDirectory and lastSelectionDirectory. Remember these directories when saving/loading patches and selections. 11 months ago
  Andrew Belt 4021202e53 Omit patch path from patch archive when saved. 11 months ago
  Andrew Belt 414f7bec9b Remove all CR characters when inserting text in TextField. 11 months ago