33e8973bIgnore mkdir() error when directory already exists by
Andrew Belt
2017-11-16 04:54:35 -0500
4d10ad6cAdd debug() to the logger by
Andrew Belt
2017-11-16 04:48:08 -0500
e5ba0db7Escape download link by
Andrew Belt
2017-11-16 04:34:29 -0500
7b697b14Update dist license for new libraries by
Andrew Belt
2017-11-16 04:33:36 -0500
85c75eefChanged log() to info(), warn(), and fatal() by
Andrew Belt
2017-11-16 04:05:02 -0500
acb1eb60Add file mode to log.txt file by
Andrew Belt
2017-11-16 03:09:02 -0500
b10d1122Added log() logger with INFO, WARN, and ERROR levels by
Andrew Belt
2017-11-16 01:56:05 -0500
d24bed83Print version at boot by
Andrew Belt
2017-11-16 01:00:47 -0500
45f03be6Set manufacturer on click instead of on hover for AddModuleWindow by
Andrew Belt
2017-11-15 01:12:16 -0500
e76f3c83Call onZoom event when DPI is changed by
Andrew Belt
2017-11-14 07:50:48 -0500
b702fb5eHide metadata when mouse leaves ModelItem by
Andrew Belt
2017-11-14 05:08:40 -0500
512f8533 (refs/pull/386/head)Bi-polar CCs options added in MIDICCToCV by
MarcBoule
2017-11-13 19:18:53 -0500
2695a112Adjust transparency by
Andrew Belt
2017-11-13 01:57:29 -0500
5567c5f2Added AddModuleWindow by
Andrew Belt
2017-11-13 01:51:30 -0500
6d861f37Replace C++ RNG with xoroshiro128+ and Box-Muller by
Andrew Belt
2017-11-11 23:39:26 -0500
6a5c4349Disable search box again by
Andrew Belt
2017-11-11 02:41:06 -0500
fc29d986Merge manufacturerSlug and manufacturerName to manufacturer, use plugin slug for patches instead of manufacturerSlug by
Andrew Belt
2017-11-11 01:54:39 -0500
47682af0Add metadata submenu to "Add module" menu, deprecate Menu::pushChild (use ::addChild) by
Andrew Belt
2017-11-11 01:13:36 -0500
ec6a7f3eAdded Model tags by
Andrew Belt
2017-11-11 00:27:54 -0500
45d664a9Fix FramebufferWidget wrap mistake by
Andrew Belt
2017-11-10 12:04:59 -0500
1461c729Fix SVGKnob getChildrenBoundingBox when forcing it to rescale with box.size by
Andrew Belt
2017-11-09 21:56:13 -0500
28904bb7Use children bounding box for FramebufferWidget by
Andrew Belt
2017-11-09 21:09:35 -0500
fb6e073fUse ~/.Rack for Linux local asset dir, use ./ for everything for dev version (if VERSION is not defined) by
Andrew Belt
2017-11-09 20:03:02 -0500
48448aa8Don't close Menu if onAction() event is not consumed by
Andrew Belt
2017-11-09 18:58:46 -0500
7bf6aa1bDon't display login form on dev by
Andrew Belt
2017-11-08 21:45:41 -0500
877083e9Attempt to fix module order in manufacturer list by
Andrew Belt
2017-11-08 08:13:53 -0500
4917b6a8Fixed Blank resizing with zoom by
Andrew Belt
2017-11-07 10:37:49 -0500
a581412fMerge branch 'bontric-2017-10-bontric-midiCC-fix' by
Andrew Belt
2017-11-06 10:05:58 -0500
e7a305a1Add LEDBezel, change sizes of LEDs by
Andrew Belt
2017-11-03 12:09:14 -0400
e4644815Reduce Light radius and magnitude by
Andrew Belt
2017-11-03 05:57:30 -0400
b5e74acbMerge branch 'master' of github.com:VCVRack/Rack by
Andrew Belt
2017-11-02 10:24:34 -0400
887fcc47Update odsialog by
Andrew Belt
2017-11-02 10:24:25 -0400
e6e9feefFinished Windows installer by
Andrew Belt
2017-11-02 08:54:29 -0400
233518e6Fade out installer banner by
Andrew Belt
2017-11-02 08:29:04 -0400
3fea2f96Added Windows installer banner by
Andrew Belt
2017-11-02 08:23:42 -0400
c91e0f12Add NSIS installer by
Andrew Belt
2017-11-02 05:50:03 -0400
55088c01Use My Documents/Rack for local directory on Windows by
Andrew Belt
2017-11-02 05:48:42 -0400
8e251c0dRefactor event framework. Everything uses Event* structs instead of messy function arguments, removed on*Opaque() by
Andrew Belt
2017-11-01 08:27:59 -0400
093fa994Add Widget::onPathDrop() event, added dragging patches to window to load them by
Andrew Belt
2017-11-01 03:40:51 -0400
bdbc6322Fix trigger midi learn by
ben
2017-10-31 23:11:09 +0100
0c386dd5Fade out Light more slowly by
Andrew Belt
2017-10-31 14:40:08 -0400
e331212eimprove Quad Midi handling (allow note re-trigger) by
ben
2017-10-31 14:48:38 +0100
b5fdf5d5Light::setBrightnessSmooth() turns on high values immediately, fades out low values by
Andrew Belt
2017-10-31 09:35:34 -0400
661e93bbRemove old panel if ModuleWidget::setPanel is called multiple times, move in2px and mm2px to widgets.hpp by
Andrew Belt
2017-10-31 08:03:56 -0400
6bc7b104remove debugging output from MidiToCV module by
ben
2017-10-31 12:27:15 +0100
f67d37ecFix quad midi pedal handling by
ben
2017-10-31 12:26:28 +0100
0f9db901Add Smoothing to Pitch wheel and mod wheel and fix pedal handling for Midi-to-CV by
ben
2017-10-31 11:58:59 +0100
801744f8cleanup trigger (fix obfuscating pointer stuff) and fix confusing naming in midi CC by
ben
2017-10-31 10:25:55 +0100
03ce2d6eFix framebuffer 1 pixel offset bug when position world coordinate is negative by
Andrew Belt
2017-10-31 04:13:03 -0400
ad2d5828Cleanup Clock and replace Reset with start stop continue pulses (Also minor visual changes) by
ben
2017-10-31 02:03:49 +0100
3d7fd2b5Naming/Cleanup Midi CC interface by
ben
2017-10-31 02:03:19 +0100
0e7e3625Change internals of SVGWidget subclasses by
Andrew Belt
2017-10-30 18:45:50 -0400