1221 Commits (476a49b33b0539b825f53a51bfa7758558433ecc)

Author SHA1 Message Date
  Andrew Belt 71c28eb84c Add Ctrl-0 key command for resetting zoom. 5 years ago
  Andrew Belt 81d3fb7afc Clear filters in Module Browser when backspace is pressed while the search field is empty. 5 years ago
  Andrew Belt e0094d090f Fix bug in RackWidget::toJson() where cable ID was being set on the root patch object. Refactor RackWidget, ModuleWidget, Module, and CableWidget to/fromJson(). 5 years ago
  Andrew Belt 535b64c5bb Wrap Core plugin in core:: namespace. 5 years ago
  Andrew Belt c09191565d Make brand list case sensitive. 5 years ago
  Andrew Belt 60d1037dc1 Add more keyboard key and scancode debugging. 5 years ago
  Andrew Belt 60a1a47f00 Move system::getAbsolutePath() to string::absolutePath(). Implement on 5 years ago
  Andrew Belt 4a09492b3e Implement system::getAbsolutePath() on Mac. 5 years ago
  Andrew Belt 029434dcb7 Add system::getAbsoluteDirectory(). 5 years ago
  Andrew Belt 4f2a21e325 Make Tooltip fit inside parent. 5 years ago
  Andrew Belt 0ae792b425 Add debugging for scancodes 5 years ago
  Andrew Belt 10e1016126 Add plugin name to Module Browser search string. 5 years ago
  Andrew Belt 7a1a41c6af Fix Bridge MIDI receiving, thanks stoermelder. 5 years ago
  Andrew Belt 139f9a0da3 Disable -p flag on Mac for now since App Translocation interferes with it during normal launch. 5 years ago
  Andrew Belt 371609573f Fix F1 key command for opening manual in a web browser. 5 years ago
  Andrew Belt 7cb85d543c Allow ParamQuantity::displayMultiplier to be 0. 5 years ago
  Andrew Belt 2b15b1b4bb Add scissor to LedDisplayChoice. 5 years ago
  Andrew Belt 2c910ef698 Move module container header outside of scroll widget. 5 years ago
  Andrew Belt 5f35e78253 Add key command text to Revert menu item. 5 years ago
  Andrew Belt f260e482a9 Don't prompt when clearing the patch when it is already empty. 5 years ago
  Andrew Belt 93aca3d4cc Tweak text 5 years ago
  Andrew Belt bc06efd9ab Add system::openFolder() on Mac. 5 years ago
  Andrew Belt d2f0458036 Close MenuOverlay when clicked with any mouse button 5 years ago
  Andrew Belt c8d495dfe3 Use correct ShellExecute verb for system::openFolder() on Windows. 5 years ago
  Andrew Belt a6a8826c48 Fix mtime on Windows. 5 years ago
  Andrew Belt b5888180be Use correct mtime on Mac. 5 years ago
  Andrew Belt 93a2a480f6 Remove favorites from settings and favorite scoring in Module Browser. 5 years ago
  Andrew Belt 82b817ec01 Add Plugin::modifiedTimestamp and set it in plugin.cpp. Sort by modifiedTimestamp in Module Browser. 5 years ago
  Andrew Belt 6a0797fde5 Remove behavior of Knob triggering an Action event if the value has not changed. 5 years ago
  Andrew Belt 5919c4adcc Fix memory leak of mapJ variable in MIDI-Map. 5 years ago
  Andrew Belt 341ae5125d Fix OpenGlWidget by calling superclass step(). 5 years ago
  Andrew Belt 59fef98b52 Change allowCursorLock menu item. 5 years ago
  Andrew Belt 2ae4a93c1d Use the correct byte for channel pressure MIDI messages in MIDI-CV. 5 years ago
  Andrew Belt e4c5f817ea Decrease resolution to VGA 640 × 480. 5 years ago
  Andrew Belt 419e4670e0 Add menu item for settings::allowCursorLock. 5 years ago
  Andrew Belt 01dbc1dde3 Move "Update Rack" menu bar item to top of menu. 5 years ago
  Andrew Belt bdcefe94a8 Tweak "Update all" label 5 years ago
  Andrew Belt 68fbec5d6c Improve behavior of "Update all" button. 5 years ago
  Andrew Belt d6c8d84ede Clean up types in dsp/window.hpp. Fix createModel() in helpers.hpp if a member field exists called `model`. Fix `make install` path for plugins. Fail silently if a MIDI message >3 bytes is received. 5 years ago
  Andrew Belt ca89558bb4 Use -v1 filename suffix for plugins/, settings.json, autosave.vcv, and template.vcv when running in non-dev-mode. 5 years ago
  Andrew Belt 97e892f865 Rename VCV Plugin Manager to VCV Library. 6 years ago
  Andrew Belt 9789f22d59 Add "autosavePeriod" to settings.json. 6 years ago
  Andrew Belt f79cff0784 Don't query plugins in dev mode. 6 years ago
  Andrew Belt 2c5fdb32cc Mostly finished plugin manager client. 6 years ago
  Andrew Belt 31cc663dd8 Sort modules by plugin brand instead of plugin name. WIP Plugins menu bar item. 6 years ago
  Andrew Belt 5a4656f56a Change VCV Store name to VCV Plugin Manager. 6 years ago
  Andrew Belt 1aa351cecc Add TSchmittTrigger. Update/clean up changelog. 6 years ago
  Andrew Belt 1252437344 Add Engine::getFrame(). 6 years ago
  Andrew Belt 5a40e0a140 Create dsp/midi.hpp, based on CV_MIDI's implementation of PolyphonicMidiOutput. 6 years ago
  Andrew Belt 0b2c911ba3 Most most of plugin/model validation to fromJson. 6 years ago