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 735dc02065 Add ModuleBrowser tooltip to module boxes. 6 years ago
..
Core Remove useless `e.consume(this)` from events that no longer need it. Fix bugs introduced by change of event system behavior. 6 years ago
app Add ModuleBrowser tooltip to module boxes. 6 years ago
dsp Use proper std:: namespace as needed. 6 years ago
engine Disable engine real time thread by default. 6 years ago
plugin Add string::trim. Add string::fuzzyScore. Add fuzzy scoring to Module Browser. 6 years ago
ui Add ModuleBrowser tooltip to module boxes. 6 years ago
widget Make RackRails positioned correctly to prevent blank frames. 6 years ago
Quantity.cpp Change app::ParamQuantity to engine::ParamQuantity. 6 years ago
app.cpp Rename `widget::*Event` to `event::*`. 6 years ago
asset.cpp Add string<->wstring conversion functions 6 years ago
audio.cpp Change audio::IO and midi::IO name to Port. 6 years ago
bridge.cpp Use proper std:: namespace as needed. 6 years ago
color.cpp Rename a few variables and methods 6 years ago
dep.cpp Remove stb_imagewrite.h reference. 6 years ago
event.cpp Remove useless `e.consume(this)` from events that no longer need it. Fix bugs introduced by change of event system behavior. 6 years ago
gamepad.cpp Correctly handle MIDI messages with less than 3 bytes. 6 years ago
history.cpp Add saved state to history::State. Ask for user confirmation in patch::resetDialog() and patch::loadDialog() if patch is unsaved. 6 years ago
keyboard.cpp Correctly handle MIDI messages with less than 3 bytes. 6 years ago
logger.cpp Make settings a namespace instead of a global class. 6 years ago
main.cpp Add partial Unicode handling of filenames on Windows. 6 years ago
midi.cpp Change audio::IO and midi::IO name to Port. 6 years ago
network.cpp Parse plugin metadata from plugin.json 6 years ago
patch.cpp Fix string::basename() bug on Mac (and possibly Windows). Rename string::basename to filenameBase, string::extension to filenameExtension. 6 years ago
plugin.cpp Fix string::basename() bug on Mac (and possibly Windows). Rename string::basename to filenameBase, string::extension to filenameExtension. 6 years ago
random.cpp Use proper std:: namespace as needed. 6 years ago
rtmidi.cpp Correctly handle MIDI messages with less than 3 bytes. 6 years ago
settings.cpp Make settings a namespace instead of a global class. 6 years ago
string.cpp Fix string::basename() bug on Mac (and possibly Windows). Rename string::basename to filenameBase, string::extension to filenameExtension. 6 years ago
svg.cpp Put math in namespace 6 years ago
system.cpp Add string<->wstring conversion functions 6 years ago
ui.cpp Switch around ParamWidget key commands. Fix text field inner color. 6 years ago
window.cpp Remove useless `e.consume(this)` from events that no longer need it. Fix bugs introduced by change of event system behavior. 6 years ago