You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Belt dd5fea40e9 Fix slightly incorrect FramebufferWidget draw position when framebuffer is a different scale (e.g. before it gets a chance to re-render). 3 years ago
..
app Add PlugWidget. Implement appearance of cables and plugs from Pyer. Add layer variable to Widget::DrawArgs. Add color::isEqual(). 3 years ago
core Remove MIDI-CV InputQueue debug statement. 3 years ago
dsp Fix weird uninitialized memory error from Valgrind. 5 years ago
engine Rewrite barriers in Engine to be 2-phase and hopefully less CPU. 3 years ago
plugin Deprecate "disabled" module manifest property. Add "hidden" property which hides module from Module Browser but allows it to be loaded from patches. 3 years ago
ui Add mod mask when checking for Alt-click dragging in ScrollWidget. 3 years ago
widget Fix slightly incorrect FramebufferWidget draw position when framebuffer is a different scale (e.g. before it gets a chance to re-render). 3 years ago
Quantity.cpp Add ui::OptionButton. Replace ShowButton with OptionButton in tip window. Add a few tips. 4 years ago
Window.cpp Add FramebufferWidget::viewportMargin. 3 years ago
asset.cpp Rename *Dir() functions to *Directory(), backtracking on a previous commit. 3 years ago
audio.cpp Add default ID getter to audio/MIDI devices. 3 years ago
color.cpp Add PlugWidget. Implement appearance of cables and plugs from Pyer. Add layer variable to Widget::DrawArgs. Add color::isEqual(). 3 years ago
common.cpp Add major version checking to library plugin update check. 3 years ago
context.cpp Rename window.hpp/cpp to Window.hpp/cpp since it's a class. 3 years ago
dep.cpp Change all deprecated APP->window->loadSvg() calls to Svg::load(). Fix FramebufferWidget::onContextDestroy() not unsetting framebuffer handle. 4 years ago
gamepad.cpp Rename window.hpp/cpp to Window.hpp/cpp since it's a class. 3 years ago
history.cpp Add hard-coded plugin/model slug fallbacks/aliases. Catch Exceptions from Module::fromJson(). 4 years ago
keyboard.cpp Rename window.hpp/cpp to Window.hpp/cpp since it's a class. 3 years ago
library.cpp Rename window.hpp/cpp to Window.hpp/cpp since it's a class. 3 years ago
logger.cpp Move asset::pluginsPath, templatePath, and settingsPath to appropriate namespaces. 4 years ago
midi.cpp Internalize implementation of midi::InputQueue. Add tryPop() method. 3 years ago
network.cpp Add logging when network::requestDownload() fails. 3 years ago
patch.cpp Automatically append .vcv and .vcvm extension to patches if the saved extension does not end with the correct extension. 3 years ago
plugin.cpp Log plugin loading before attempting to load plugin, in case it crashes Rack. 3 years ago
random.cpp Make random number generator an inline class which increases performance and supports `std::random` distributions. 3 years ago
rtaudio.cpp Make AudioInterface handle devices with 0 inputs or 0 outputs better. Clear engine buffers more aggressively, especially for the primary module. 4 years ago
rtmidi.cpp Use Engine frame instead of seconds timestamp for midi::Message. 4 years ago
settings.cpp Add settings::isPlugin. 3 years ago
string.cpp Add maxTokens argument to string::split(). 3 years ago
svg.cpp Set relative alpha/tint instead of global in Svg::draw(), and ModuleWidget when bypassed. 3 years ago
system.cpp Fix return value of system::removeRecursively(). 3 years ago
tag.cpp Move tag documentation to Rack manual. 5 years ago
tinyexpr.c Add tinyexpr library. Use tinyexpr for Quantity parsing. 5 years ago