3448 Commits (7f40fa9ed5d69b6b214de02263fce53354c5aa3b)
 

Author SHA1 Message Date
  Steve Russell 7f40fa9ed5 Add PR https://github.com/VCVRack/Rack/pull/1938 7 months ago
  Steve Russell 647fcb699a Port.hpp - suppress warning when building plugins 7 months ago
  Steve Russell cfb1caff98
Change window title 7 months ago
  Steve Russell 0eeaac5d22 [Deps] Update tinyexpr to 9907207 7 months ago
  Steve Russell 38452a3a57
[DEPS] RtAudio: turn off DirectSound, turn on ASIO (Windows) 7 months ago
  Steve Russell dad33b719f
[Deps] Update to libsamplerate v0.2.2 7 months ago
  Steve Russell e99b200187
[Deps] Update to jansson v2.14 7 months ago
  Steve Russell 6b055dee9d
Add bash file for DIST build 7 months ago
  Andrew Belt d570d37b77 Reorder changelog. 7 months ago
  Andrew Belt e8031d50b4 Update CHANGELOG. 7 months ago
  Andrew Belt 0f698492f4 Add translators to Acknowledgments section. 7 months ago
  Andrew Belt 6773423bcc Update LICENSE-dist to match dependency license texts. 7 months ago
  Andrew Belt 29e836a986 Allow VERSION to be set as an environment variable. 7 months ago
  Andrew Belt 81a16ade0e Automatically set Core plugin version to Rack app version. 7 months ago
  Andrew Belt 61c01abd9f Update glfw submodule. 7 months ago
  Andrew Belt 125d59af2d Add note voltage constants to Quantity expression parser such as "c4v = 0V" and "a#v". Refactor teVarsInit(). 7 months ago
  Andrew Belt 872aa0397d No need for engineBarrier to be a HybridBarrier since yield() is not called. 7 months ago
  Andrew Belt 617f6ddafd Refactor all Barrier implementations. Explicitly use appropriate memory ordering everywhere. Use __yield() on ARM64. 7 months ago
  Andrew Belt 2ce8ea0c3f In system::getStackTrace(), use dladdr() instead of backtrace_symbols() on Linux and Mac. 7 months ago
  Andrew Belt b9edfe30e8 Add dotfiles and more binaries to .gitignore generated by helper.py. 7 months ago
  Andrew Belt 089049136d Add "View > UI scale" menu for setting the pixel ratio. 7 months ago
  Andrew Belt ff44a1f575 Tweak browser button and label widths to fit translations. 7 months ago
  Andrew Belt 2b16ce803d Split `MenuBar.edit.undo/redo` translation strings into `undo/redo` and `undoAction/redoAction`. 7 months ago
  Andrew Belt 0dc28e6d56 Automatically add Japanese, Chinese, and emoji fallback fonts in Window::loadFont(). Add Window::loadFontWithoutFallbacks(). 7 months ago
  Andrew Belt 02deb03d7d Add settings::lastPatchDirectory and lastSelectionDirectory. Remember these directories when saving/loading patches and selections. 7 months ago
  Andrew Belt 4021202e53 Omit patch path from patch archive when saved. 7 months ago
  Andrew Belt 414f7bec9b Remove all CR characters when inserting text in TextField. 7 months ago
  Andrew Belt b5935a76e8 Add default fields to history classes. 8 months ago
  Andrew Belt f617ed1d03 Ignore dotfiles. Reorganize .gitignore. 8 months ago
  Andrew Belt 59faa60ed2 Add human-edited and reviewed translations. 8 months ago
  Andrew Belt fe4d462917 Use standard/different Mac key commands for navigating text fields. 8 months ago
  Andrew Belt dc0a3f0554 Use git soft tags to define VERSION. 8 months ago
  Andrew Belt 93b87165d5 Change Mac bundle ID from com.vcvrack.rack to com.vcvrack.rack2. 8 months ago
  Andrew Belt 9dddaefa20 For password TextFields, skip to beginning/end in cursorToPrevWord()/cursorToNextWord(). 8 months ago
  Andrew Belt f2469aa309 Draw correct number of UTF-8 codepoints in password TextField. 8 months ago
  Andrew Belt 12430710ba Add string::UTF8Length(), UTF8CodepointIndex(), and UTF8CodepointPos(). Revise string::UTF8* docs. 8 months ago
  Andrew Belt 17e338e82a Use xxd for building binary data into object files with BINARY macros. 8 months ago
  Andrew Belt 1ee1ae238e Remove unnecessary pkg-ref from Distribution.xml. 8 months ago
  Andrew Belt f3f10d2c41 Allow installing to ~/Applications user folder as well as /Applications system folder on Mac. 8 months ago
  Andrew Belt 500efd7957 Add cleandist convenience target to plugin.mk. 8 months ago
  Andrew Belt bf407fbeaf MIDICC_CV and CV_MIDICC: Use 1-16 instead of 0-15 for default MIDI CC numbers. 8 months ago
  Andrew Belt 8bba27b77f VCV Audio-2: Get normalled 2nd input value directly from 1st input port instead of DC-coupled value. 8 months ago
  Andrew Belt 23e66d0111 Don't store extended attributes in plugin package 9 months ago
  Andrew Belt 89e5b460eb Add Ctrl+Plus key command for keyboard layouts that have a "+" key. 9 months ago
  Andrew Belt 4cc368abdb Hard-code English string for `standalone.multipleInstances` translation, since translations aren't yet loaded. 9 months ago
  Andrew Belt a2971e4bc2 Fix translation reference for ModuleWidget.clearTemplateDialog. 9 months ago
  Andrew Belt aa615db3a7 Tweak ellipsizing of Browser choice buttons again. 10 months ago
  Andrew Belt 6c86c85d55 Support UTF-8 strings in string::ellipsize() and ellipsizePrefix(). Add truncatePrefix(). 10 months ago
  Andrew Belt 2ba3377afe Tweak ellipsizing of Browser choice buttons. 10 months ago
  Andrew Belt 9cfc29730a Fix key command label for PortCloneCableItem. 10 months ago