.. |
app
|
Add Scene::getMousePos().
|
3 years ago |
core
|
Rename EventState::setHovered() etc to setHoveredWidget() etc.
|
3 years ago |
dsp
|
Fix weird uninitialized memory error from Valgrind.
|
5 years ago |
engine
|
Add Module::jsonStripIds().
|
3 years ago |
plugin
|
Move favorite menu item from ModelBox menu to Model menu.
|
3 years ago |
ui
|
Remove right-hand spacing from Tooltip.
|
3 years ago |
widget
|
Rename EventState::setHovered() etc to setHoveredWidget() etc.
|
3 years ago |
Quantity.cpp
|
Use "inf" instead of "∞" for quantity display value, since users can't easily type it in the ParamField.
|
3 years ago |
Window.cpp
|
Rename APP_EDITION to APP_EDITION_NAME. Add APP_EDITION with abbreviated edition.
|
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
|
Rename APP_EDITION to APP_EDITION_NAME. Add APP_EDITION with abbreviated edition.
|
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 |
discord.cpp
|
Build Discord IPC path with snprintf instead of std::string.
|
3 years ago |
gamepad.cpp
|
Rename window.hpp/cpp to Window.hpp/cpp since it's a class.
|
3 years ago |
history.cpp
|
Rename Engine::setParam() etc to Engine::setParamValue() etc.
|
3 years ago |
keyboard.cpp
|
Rename window.hpp/cpp to Window.hpp/cpp since it's a class.
|
3 years ago |
library.cpp
|
Set library update period to 60 seconds.
|
3 years ago |
logger.cpp
|
Refactor logger. Require setting logger::logPath before initializing logger.
|
3 years ago |
midi.cpp
|
Refactor InputDevice::onMessage() for performance.
|
3 years ago |
network.cpp
|
Add 15 second timeout to network:: requests.
|
3 years ago |
patch.cpp
|
Set JSON real precision to double (17 digits).
|
3 years ago |
plugin.cpp
|
Log plugin loading before attempting to load plugin, in case it crashes Rack.
|
3 years ago |
random.cpp
|
Don't reset random state in random::init() if already seeded.
|
3 years ago |
rtaudio.cpp
|
Set RtAudio thread name. Limit thread on Linux to 15 characters.
|
3 years ago |
rtmidi.cpp
|
Set names of RtMidi threads.
|
3 years ago |
settings.cpp
|
Don't serialize cpuMeter to settings.
|
3 years ago |
string.cpp
|
Add string::formatTime/formatTimeISO().
|
3 years ago |
svg.cpp
|
Set relative alpha/tint instead of global in Svg::draw(), and ModuleWidget when bypassed.
|
3 years ago |
system.cpp
|
Implement system::getThreadTime() on Windows.
|
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 |