1651 Commits (9d01464256c6d5c3e9da7be7b0bed530fb7244ea)
 

Author SHA1 Message Date
  Andrew Belt 4fe3e79181 Ignore untracked files in submodules. 5 years ago
  Andrew Belt fe713d5a7a Add codesigning on Mac. Silently fail if settings.json is not found when loaded. 5 years ago
  Andrew Belt e693d9beef Fix submodule broken by previous commit. 5 years ago
  Andrew Belt e2c4dc8249 Remove old patch before moving new temporary patch to its location. 5 years ago
  Andrew Belt d3548160c9 Merge all `make *plugins` targets into `make plugins` 5 years ago
  Andrew Belt df0388c9fb Re-add METHOD_ prefix to network::Method enums 5 years ago
  Andrew Belt 269f9aca9b Only use Engine::yieldWorkers() when we know it's needed in Core Audio. Use _mm_pause() in spinlocks. 5 years ago
  Andrew Belt 30c5b24ec5 Add Engine::yieldWorker() which turns worker spinlocks into mutex locks. Fix race condition in EngineWorker::run() when changing number of threads. 5 years ago
  Andrew Belt e92b9d0339 Save temporary patch file and rename it over desired patch. 5 years ago
  Andrew Belt e4db0bf892 Clean up AudioWidget/MidiWidget default state. Re-enable JACK in RtAudio dep. 5 years ago
  Andrew Belt 3b5380d28c Added Core AUDIO-16 5 years ago
  Andrew Belt c4780b4aea Overhaul helper.py script. Change command arguments. 5 years ago
  Andrew Belt d9078e3f69 Allocate screenshot pixel array on heap. 5 years ago
  Andrew Belt 99783f9095 Added zoom level to Window::screenshot(). 5 years ago
  Andrew Belt 478c8fcc71 Change name of driver to driverId and device to deviceId in audio namespace. 5 years ago
  Andrew Belt fee87cddff Simplify RackScrollWidget scroll box computation and behavior. 5 years ago
  Andrew Belt 432aa9023e Initial functionality for plugin::syncUpdates(). 5 years ago
  Andrew Belt 9d6ee7c070 Open changelog in browser if UpdateItem is clicked in the plugin menubar. 5 years ago
  Andrew Belt fa1c70220d Add plugin update menu items. 5 years ago
  Andrew Belt e9ac9eb677 Add -p for creating screenshots of every module. 5 years ago
  Andrew Belt 0ccfc84539 Add GPLv3 license text. 5 years ago
  Andrew Belt 380d634308 Fix TextField dragging for highlighting text. Add more error messages to plugin::logIn. 5 years ago
  Andrew Belt c873956533 Make the escape key clear the ModuleBrowser search field if it contains text. 5 years ago
  Andrew Belt f58fc44799 Expand RackScrollWidget bounding box to current scroll position 5 years ago
  Andrew Belt 149f7f0e2b Plugin Manager menu progress. 5 years ago
  Andrew Belt 7633c21765 Warn if settings.json file is invalid JSON. 5 years ago
  Andrew Belt d6488601d1 Add "cableColors" setting. 5 years ago
  Andrew Belt 5f5bfc7a42 Partial reorganization of Plugin menu. 5 years ago
  Andrew Belt bf8c6bb159 Make changelog present tense. 5 years ago
  Andrew Belt 30685db1b0 Round window content scale up if 1.5 or higher. 5 years ago
  Andrew Belt a43d9a0535 Update changelog 5 years ago
  Andrew Belt 53274088be Rename Toolbar to MenuBar. 5 years ago
  Andrew Belt 7b97c2e8b0 Expand Rack size based on module bounding box instead of viewport. 5 years ago
  Andrew Belt 31d99cbdcd Add assertions to Module helpers. 5 years ago
  Andrew Belt 54896ea8b4 Rearrange Toolbar items. 5 years ago
  Andrew Belt 2cd29d62f0 Draw plugs under wires for CableWidgets in CableContainer. 5 years ago
  Andrew Belt 7b1e28afb0 Use new commit for GLFW submodule. 5 years ago
  Andrew Belt 46f9577dc1 Disable system::setThreadRealTime on Mac. Fix GLFW init hints on Mac. 5 years ago
  Andrew Belt b058076a71 Disable JACK in rtaudio on Linux. 5 years ago
  Andrew Belt 6f598acaf0 Disable JACK in rtmidi dep. 5 years ago
  Andrew Belt bd5df2efbb Update glfw submodule. 5 years ago
  Andrew Belt 12301180d2 Fix submodule URL for nanovg. 5 years ago
  Andrew Belt a7d9ecab2e Disable cryptography in libzip dep. 5 years ago
  Andrew Belt d21deb81f1 Update many dependencies 5 years ago
  Andrew Belt 68fc12d900 Use proper GLFW window hints on Mac. 5 years ago
  Andrew Belt de95175596 Since dragging a ModuleWidget can move all modules, push a ComplexAction of ModuleMove actions instead of a single action. 5 years ago
  Andrew Belt a5e061d428 Use correct key mods in HoverKey and SelectKey for RACK_HELD action. 5 years ago
  Andrew Belt 1a0b3c657d Add RACK_HELD key action to SelectKey and HoverKey. Consume arrow keys in RackScrollWidget and delete/backspace in ModuleWidget using HoverKey RACK_HELD instead of Hover. 5 years ago
  Andrew Belt 2c9644d80d Rename WINDOW_ macros to RACK_. Require rack:: namespace for APP macro. 5 years ago
  Andrew Belt ce2936c0c8 Restart engine workers when setting real-time priority. 5 years ago