.. |
app
|
Set restart setting when user chooses to exit and restart.
|
5 months ago |
core
|
Use isKeyCommand() instead of manually checking key and mods, to fix key commands on non-QWERTY keyboard layouts.
|
5 months ago |
dsp
|
Fix weird uninitialized memory error from Valgrind.
|
5 years ago |
engine
|
Move English strings to translation file.
|
5 months ago |
plugin
|
Move English strings to translation file.
|
5 months ago |
ui
|
Use new string::UTF8* functions in TextField. Fixes text input of non-ASCII-7 codepoints.
|
4 months ago |
widget
|
Move English strings to translation file.
|
5 months ago |
window
|
Add Noto Sans Simplified Chinese font. Fix crash if any UI fonts fail to load.
|
5 months ago |
Quantity.cpp
|
Remove .c_str() calls for string::f() arguments.
|
5 months ago |
asset.cpp
|
Define ARCH_* macros in arch.hpp instead of on the command line.
|
1 year ago |
asset.mm
|
Change user dir on Mac to ~/Library/Application Support/Rack2.
|
1 year ago |
audio.cpp
|
Clear audio output in Device before Ports process buffers.
|
2 years ago |
color.cpp
|
Improve color:: doc comments.
|
10 months ago |
common.cpp
|
Add APP_OS_NAME and APP_CPU_NAME. Display OS and CPU in Help menu.
|
2 years ago |
context.cpp
|
Don't assert that context exists in contextGet().
|
1 year 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
|
Move Svg to window:: namespace.
|
3 years ago |
history.cpp
|
When dragging cable back to its original port, don't push history which does nothing.
|
5 months ago |
keyboard.cpp
|
Move Svg to window:: namespace.
|
3 years ago |
library.cpp
|
Move English strings to translation file.
|
5 months ago |
logger.cpp
|
Stop writing to log if file exceeds 10 MB.
|
1 year ago |
midi.cpp
|
Move English strings to translation file.
|
5 months ago |
midiloopback.cpp
|
Use 16 MIDI loopback devices instead of 1.
|
2 years ago |
network.cpp
|
Fix deprecated PUT macro from cURL.
|
5 months ago |
patch.cpp
|
Move English strings to translation file.
|
5 months ago |
plugin.cpp
|
Remove .c_str() calls for string::f() arguments.
|
5 months ago |
random.cpp
|
Make simple random state global instead of thread-local.
|
2 years ago |
rtaudio.cpp
|
Remove RtAudioDriver deviceInfo caching
|
5 months ago |
rtaudio.mm
|
Fix rtaudioIsMicrophoneBlocked() on Mac <10.14.
|
1 year ago |
rtmidi.cpp
|
Warn when RtMidiDriver throws an exception.
|
3 years ago |
settings.cpp
|
Add settings::restart which restarts Rack on exit when true.
|
5 months ago |
string.cpp
|
Add string::UTF32toUTF8(), UTF8toUTF32(), UTF8NextCodepoint(), and UTF8PrevCodepoint().
|
4 months ago |
system.cpp
|
Remove system::glob(). Use regex to find Fundamental package path in plugin::init().
|
1 year ago |
tag.cpp
|
Move tag documentation to Rack manual.
|
5 years ago |