3042 Commits (a96f9e570ec73d5ae04c4f211dd69ccdff141e70)
 

Author SHA1 Message Date
  Andrew Belt bbcffffc54 Add "Free" to dist filename. 2 years ago
  Andrew Belt 4168103d6c Add "Free" to Windows installer. 2 years ago
  Andrew Belt cdb0e8c8e3 Add "Free" to Mac bundle display name. 2 years ago
  Andrew Belt d61841bdda Add "Free" name to distribution, window title, and tip window. 2 years ago
  Andrew Belt baebc4cf4f Merge branch 'v2' of github.com:VCVRack/Rack-private into v2 2 years ago
  Andrew Belt 6ed561b608 Disable warnings in discord status updater. 2 years ago
  Andrew Belt e96859405e Remove Mac menu bar items, since they are redundant to Rack's menu bar. 2 years ago
  Andrew Belt 0bdebebfae Make Engine_updateExpander() non-locking. 2 years ago
  Andrew Belt 1f2de5d7f4 Change default rtaudio block size to 512. 2 years ago
  Andrew Belt d7aa204bc7 Copy patch storage dir when cloning individual module. 2 years ago
  Andrew Belt 23334f32a8 Rewrite moduleWhitelist data structure and merge algorithm. 2 years ago
  Andrew Belt 038764a311 Disable symbol hiding in libcurl. 3 years ago
  Andrew Belt 05fa24a72b Downgrade to OpenSSL 1.1.1k because 1.1.1l requires Mac 10.10+. 3 years ago
  Andrew Belt 59730a1444 Bump version. 3 years ago
  Andrew Belt 40b80d1be9 Tweak default cable colors. 3 years ago
  Andrew Belt 90c43226cd Clean up doc comments. 3 years ago
  Andrew Belt 5aa2e3bcc0 Change error when including headers other than rack.hpp to a warning. 3 years ago
  Andrew Belt b8fd869ae4 Remove string::fuzzyScore(). 3 years ago
  Andrew Belt aff9aa6fa6 Add TextField::password property, make PasswordField simply set that property. 3 years ago
  Andrew Belt b1e364f280 Clean up engine doc comments. 3 years ago
  Andrew Belt 0276fde5ab Clean up app:: doc comments. Make some class variables internal. 3 years ago
  Andrew Belt 4ad213b545 Fix test for mm SVG in helper.py. 3 years ago
  Andrew Belt a1e7f1f4b9 Don't call strsignal() on Windows since it's not defined. 3 years ago
  Andrew Belt fb00490389 Add "VCV Rack" text to Help menu. 3 years ago
  Andrew Belt 7ff515f8fe Rename "Community Edition" to "Free". Remove edition name from TipWindow and Window title. 3 years ago
  Andrew Belt 40fa0bc4c3 Reorder STOP and CONT port declarations in CV_MIDI. 3 years ago
  Andrew Belt 118d2ecb56 Fix swapping of STOP and CONT ports of MIDI_CV. 3 years ago
  Andrew Belt e6f5c62968 Add RackWidget::get/setNextCableColorId(). 3 years ago
  Andrew Belt 87f1b868f9 Fix signal name in fatalSignalHandler on Linux. 3 years ago
  Andrew Belt 74b7f4146d Update GLFW which correctly builds Mac library with mmacosx-version-min. 3 years ago
  Andrew Belt 0932c80370 mach_approximate_time() requires Mac 10.10+, so use mach_absolute_time() instead. 3 years ago
  Andrew Belt 54e4476ae0 Add -stdlib=libc++ to LDFLAGS on Mac. 3 years ago
  Andrew Belt 43627afb24 Don't show dialog message when VCV Rack crashes. 3 years ago
  Andrew Belt 12557c2a48 Add MAC_SDK_FLAGS to LDFLAGS on Mac so it links with the correct Mac SDK version. 3 years ago
  Andrew Belt 588342d73b Enable threads on OpenSSL, enable threaded-resolver and pthreads on cURL. 3 years ago
  Andrew Belt 72f4430252 Fix SCHEME_YELLOW color. 3 years ago
  Andrew Belt 802f71eb8e Add Rect::interpolate(). 3 years ago
  Andrew Belt 78bd95c088 Add C and A frequency variables to Quantity tinyexpr parser. 3 years ago
  Andrew Belt 7bd26deefc Don't display negative meter measurements. 3 years ago
  Andrew Belt 5105793ea9 Remove shadow from NKK component. 3 years ago
  Andrew Belt d017010925 Subtract call time of system::getTime() itself when measuring Module::process() for meter. 3 years ago
  Andrew Belt 985b996d76 Use much faster system::getTime() implementation on Mac. 3 years ago
  Andrew Belt 8f5f8992fb Remove old /tmp/Rack2 symbolic link before creating it. 3 years ago
  Andrew Belt 54cc95ae46 Make all subsystems able to initialize and destroy multiple times. 3 years ago
  Andrew Belt 9b6e7be086 Set rpath of plugin library to /tmp/Rack2 on Linux. 3 years ago
  Andrew Belt 36e02a2c93 Link to the absolute path /tmp/Rack2/libRack.<ext>. Create a symlink at /tmp/Rack2 to the system dir containting libRack. 3 years ago
  Andrew Belt 743d053db8 Remove bg from SynthTechAlco. 3 years ago
  Andrew Belt fd5cc8695b Clean up old/unused SVGs. 3 years ago
  Andrew Belt 94f0070abd Make dsp::convert() default template deleted. Add trivial implementation. 3 years ago
  Andrew Belt acaf8f2e5d Tweak BefacoTinyKnob angles to match Befaco subclasses. 3 years ago