| .. |
|
app
|
Add moduleWhitelist to settings (again). Finish module whitelist syncing in library::. Add module whitelist filtering to Browser.
|
4 years ago |
|
core
|
Implement all Core panel redesigns. Reorganize Core module class and SVG names.
|
4 years ago |
|
dsp
|
Fix weird uninitialized memory error from Valgrind.
|
5 years ago |
|
engine
|
Add port name and "Duplicate/create new cable" to port context menu.
|
4 years ago |
|
plugin
|
Add key command label to Favorite menu of Model.
|
4 years ago |
|
ui
|
Swap "Duplicate" and "Duplicate with cables" key commands. Add menu item to module and Edit menus.
|
4 years ago |
|
widget
|
Transform drawLayer() in ZoomWidget and TransformWidget.
|
4 years ago |
|
window
|
Add Window::activateContext().
|
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 |
|
asset.cpp
|
Change user dir to Rack2. Remove "-v2" from user subdirs.
|
4 years ago |
|
audio.cpp
|
Add exception handling to Port::setDriverId() and Port::toJson().
|
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
|
Change APP_ARCH global to APP_OS.
|
4 years ago |
|
context.cpp
|
Move Svg to window:: namespace.
|
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
|
Move Svg to window:: namespace.
|
4 years ago |
|
history.cpp
|
Make history::ModuleMove use RackWidget::requestModulePos() so it updates expanders.
|
4 years ago |
|
keyboard.cpp
|
Move Svg to window:: namespace.
|
4 years ago |
|
library.cpp
|
Change APP_ARCH global to APP_OS.
|
4 years ago |
|
logger.cpp
|
Refactor logger. Require setting logger::logPath before initializing logger.
|
4 years ago |
|
midi.cpp
|
Add exception handling to Input/Output::getDefaultDeviceId(). Clean up InputQueue::tryPop().
|
4 years ago |
|
network.cpp
|
Upgrade curl and openssl. Compile OpenSSL with no-pinshared.
|
4 years ago |
|
patch.cpp
|
Use stoll() on Windows to convert module patch storage name to int64_t.
|
4 years ago |
|
plugin.cpp
|
Revert using RTLD_DEEPBIND for loading plugins on Linux.
|
4 years ago |
|
random.cpp
|
Add random::get<T>() functions.
|
4 years ago |
|
rtaudio.cpp
|
Build and link PulseAudio on Linux.
|
4 years ago |
|
rtmidi.cpp
|
Set names of RtMidi threads.
|
4 years ago |
|
settings.cpp
|
Deserialize empty plugin whitelist from settings.
|
4 years ago |
|
string.cpp
|
Add string::formatTime/formatTimeISO().
|
4 years ago |
|
system.cpp
|
Make system::copy() overwrite destination.
|
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 |