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 8ab787e1ca Add Ctrl+click menu item tip. 4 years ago
..
app Add Ctrl+click menu item tip. 4 years ago
core Rename EventState::setHovered() etc to setHoveredWidget() etc. 4 years ago
dsp Fix weird uninitialized memory error from Valgrind. 5 years ago
engine Fix module paste key command. Fix crash when deleting module selection. 4 years ago
plugin Move favorite menu item from ModelBox menu to Model menu. 4 years ago
ui Remove right-hand spacing from Tooltip. 4 years ago
widget Change Widget::getRelativeOffset/Zoom() argument to `ancestor`. 4 years ago
Quantity.cpp Use "inf" instead of "∞" for quantity display value, since users can't easily type it in the ParamField. 4 years ago
Window.cpp Rename APP_EDITION to APP_EDITION_NAME. Add APP_EDITION with abbreviated edition. 4 years ago
asset.cpp Change user dir to Rack2. Remove "-v2" from user subdirs. 4 years ago
audio.cpp Add default ID getter to audio/MIDI devices. 4 years ago
color.cpp Add PlugWidget. Implement appearance of cables and plugs from Pyer. Add layer variable to Widget::DrawArgs. Add color::isEqual(). 4 years ago
common.cpp Rename APP_EDITION to APP_EDITION_NAME. Add APP_EDITION with abbreviated edition. 4 years ago
context.cpp Rename window.hpp/cpp to Window.hpp/cpp since it's a class. 4 years ago
dep.cpp Change all deprecated APP->window->loadSvg() calls to Svg::load(). Fix FramebufferWidget::onContextDestroy() not unsetting framebuffer handle. 4 years ago
discord.cpp Build Discord IPC path with snprintf instead of std::string. 4 years ago
gamepad.cpp Rename window.hpp/cpp to Window.hpp/cpp since it's a class. 4 years ago
history.cpp Rename Engine::setParam() etc to Engine::setParamValue() etc. 4 years ago
keyboard.cpp Rename window.hpp/cpp to Window.hpp/cpp since it's a class. 4 years ago
library.cpp Set library update period to 60 seconds. 4 years ago
logger.cpp Refactor logger. Require setting logger::logPath before initializing logger. 4 years ago
midi.cpp Refactor InputDevice::onMessage() for performance. 4 years ago
network.cpp Add 15 second timeout to network:: requests. 4 years ago
patch.cpp Change user dir to Rack2. Remove "-v2" from user subdirs. 4 years ago
plugin.cpp Change user dir to Rack2. Remove "-v2" from user subdirs. 4 years ago
random.cpp Add random::get() instead of extern global, which crashes Rack when 4 years ago
rtaudio.cpp Set RtAudio thread name. Limit thread on Linux to 15 characters. 4 years ago
rtmidi.cpp Set names of RtMidi threads. 4 years ago
settings.cpp Change user dir to Rack2. Remove "-v2" from user subdirs. 4 years ago
string.cpp Add string::formatTime/formatTimeISO(). 4 years ago
svg.cpp Set relative alpha/tint instead of global in Svg::draw(), and ModuleWidget when bypassed. 4 years ago
system.cpp Implement system::getThreadTime() on Windows. 4 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