summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-09Add "Create cable on top" item to port menu. Tweak menu labels.HEADv2.5.2v2Andrew Belt
2024-05-09Bump version.Andrew Belt
2024-05-09Engine: Sort `cables` by (inputModule, inputId) tuple. Iterate `cables` by gr...Andrew Belt
2024-05-07When duplicating module with cables, duplicate cables connected to outputs as...Andrew Belt
2024-05-07Remove system::glob(). Use regex to find Fundamental package path in plugin::...Andrew Belt
2024-05-07Move LDFLAGS to end of compiler flags, since library order matters for Mingw.Andrew Belt
2024-05-04Fix sdk path for lipo target.Andrew Belt
2024-05-04Refactor Makefile again.Andrew Belt
2024-05-04Add lipo target for creating Mac fat binary.Andrew Belt
2024-05-04Refactor dist target. Split into dist, sdk, package.Andrew Belt
2024-05-03Use original SLUG-VERSION-OS-CPU.vcvplugin filename for bundled Fundamental p...Andrew Belt
2024-05-03Add system::glob().Andrew Belt
2024-05-02Include CXXFLAGS in build command for target.Andrew Belt
2024-05-01Define ARCH_* macros in arch.hpp instead of on the command line.Andrew Belt
2024-04-30After moving user dir, update recent patches inside old user dir to new dir.Andrew Belt
2024-04-27Stop writing to log if file exceeds 10 MB.Andrew Belt
2024-04-25Fix warning when NDEBUG macro is enabled.Andrew Belt
2024-04-25Add cable color setting and menu items.Andrew Belt
2024-04-22Update osdialog.Andrew Belt
2024-04-22Use default patch dir in open/save dialogs if current patch dir doesn't exist.Andrew Belt
2024-04-16Fix memory leak in patch::Manager::~Manager() is running in safe mode.Andrew Belt
2024-04-16Bump version. Update changelog.v2.5.1Andrew Belt
2024-04-15Remember last color selected by the cable context menu's "New cable" item. Do...Andrew Belt
2024-04-15Add error dialog if moving old user dir to new dir fails.Andrew Belt
2024-04-15If loaded patch contains unavailable modules, after informing user, don't clo...Andrew Belt
2024-04-12Add logging to system::openBrowser() and openDirectory().Andrew Belt
2024-04-10Clear engine before instantiating modules and before locking in Engine::fromJ...Andrew Belt
2024-04-09Remove cable index label in View > Cable colors.Andrew Belt
2024-04-08Update Developer ID Application key on Mac in dist target.v2.5.0Andrew Belt
2024-04-08Bump version.Andrew Belt
2024-04-08Update changelog.Andrew Belt
2024-04-08Use version Core.json as Rack version.Andrew Belt
2024-04-08Switch from altool to notarytool in notarize target.Andrew Belt
2024-04-02Update RACK_USER_DIR in plugin.mk for all OS's.Andrew Belt
2024-04-02Change user dir on Windows to AppData/Local/Rack2.Andrew Belt
2024-04-02Change user dir on Mac to ~/Library/Application Support/Rack2.Andrew Belt
2024-04-02Change user dir on Linux to $XDG_DATA_HOME/Rack2. Move old dir and show dialog.Andrew Belt
2024-03-30Fix rtaudioIsMicrophoneBlocked() on Mac <10.14.Andrew Belt
2024-03-27Add VCV name to dialogs in standalone adapter.Andrew Belt
2024-03-27If Microphone permission is blocked on Mac, show error dialog with instructio...Andrew Belt
2024-03-26Compile .m and .mm files in src/ on Mac.Andrew Belt
2024-03-26Tweak wording of Mac Documents Folder permission dialog. Don't automatically ...Andrew Belt
2024-03-25If log file cannot be written, show error dialog and exit. On Mac, explain ho...Andrew Belt
2024-03-16Dispatch ExpanderChangeEvent when removing modules.Andrew Belt
2024-03-14Merge branch 'stackable-inputs' into v2Andrew Belt
2024-03-14Allow multiple cables on input Port.Andrew Belt
2024-03-14Don't assert that a similar cable exists in Engine::addCable() since Engine h...Andrew Belt
2024-03-13Fix Engine::removeCable() not updating inputCablesCache.Andrew Belt
2024-03-04Fix Mac OS minor version in system::getOperatingSystemInfo().Andrew Belt
2024-02-20Remove "experimental" from dark panel menu item.Andrew Belt