09b5bfe2Decrease scroll speed on Mac for all mice. by
Andrew Belt
2019-07-03 14:19:30 -0700
f855667fDon't deserialize left/rightModuleIds. by
Andrew Belt
2019-07-02 18:00:00 -0400
4f40f819Add changelog entry. by
Andrew Belt
2019-07-02 02:42:08 -0400
02f0ff22Assert that there are no duplicate PortWidgets added to a ModuleWidget. by
Andrew Belt
2019-07-01 19:22:31 -0400
a190fb5eAdd date to changelog. by
Andrew Belt
2019-07-01 04:52:14 -0400
a4b5f008 (tag: v1.1.1)Bump version to 1.1.1. by
Andrew Belt
2019-07-01 04:26:05 -0400
e0f020efFix mixup of documentation of plugin::Plugin members. by
Andrew Belt
2019-07-01 03:49:30 -0400
ba614d27Oversample screenshots by 2. by
Andrew Belt
2019-07-01 03:49:17 -0400
66c8eda4Fix Inkscape labels not being read from helper.py. by
Andrew Belt
2019-07-01 03:48:58 -0400
266b63d5Fix expander assignment when force-dragging modules. by
Andrew Belt
2019-06-29 02:54:26 -0400
af032df8Update changelog. by
Andrew Belt
2019-06-29 00:12:12 -0400
a5e1ac75Finish auto-updater on Windows. Add network::urlPath(). Reimplement runProcessDetached() using ShellExecuteExW() instead of CreateProcess(). by
Andrew Belt
2019-06-28 23:53:45 -0400
92353740Add updater.hpp/cpp and more advanced app updating functionality. by
Andrew Belt
2019-06-28 22:55:59 -0400
920c4bc4Add entry for 1.1.1 in changelog. by
Andrew Belt
2019-06-28 20:11:33 -0400
7211590cUpdate osdialog dep by
Andrew Belt
2019-06-28 18:13:28 -0400
2682b21bClean up unused Mac build targets. Separate dep/Makefile targets into a download step and a build step. by
Andrew Belt
2019-06-28 17:28:40 -0400
42902871Don't flip scroll coordinates of ScrollWidget when shift is held on Mac by
Andrew Belt
2019-06-27 12:12:48 -0400
2fb6c9fcRevert to case insensitive sorting of brands in Module Browser. by
Andrew Belt
2019-06-27 10:59:10 -0400
619e1e45Fix list formatting in changelog. by
Andrew Belt
2019-06-27 00:32:07 -0400
67342b7d (tag: v1.1.0)Bump version by
Andrew Belt
2019-06-27 00:14:23 -0400
c07e7edbDelete keyCallback debugging. by
Andrew Belt
2019-06-26 23:59:34 -0400
fbc2e4e2 (refs/pull/1406/head)create_assets.sh: Adding script to create assets (including any submodules) as .tar.gz in the form rack-<tag>.tar.gz in the same folder the script is residing in. Additionally, it can be used to create a detached PGP signature of the created source tarball. by
David Runge
2019-06-26 23:24:36 +0200
d1481766Unset ID of newly cloned modules because serializing them sets the ID. by
Andrew Belt
2019-06-26 10:34:38 -0400
382f67a5Add error message to stderr if cannot open log.txt file. by
Andrew Belt
2019-06-25 19:43:12 -0400
d54db1deUpdate CHANGELOG. by
Andrew Belt
2019-06-25 13:13:44 -0400
9eb61eceEmulate middle-click with Ctrl-shift-click. by
Andrew Belt
2019-06-25 12:31:19 -0400
71c28eb8Add Ctrl-0 key command for resetting zoom. by
Andrew Belt
2019-06-25 12:07:42 -0400
d61b8125Change upcoming version to 1.1.0 by
Andrew Belt
2019-06-24 22:33:53 -0400
81d3fb7aClear filters in Module Browser when backspace is pressed while the search field is empty. by
Andrew Belt
2019-06-24 22:32:00 -0400
e0094d09Fix bug in RackWidget::toJson() where cable ID was being set on the root patch object. Refactor RackWidget, ModuleWidget, Module, and CableWidget to/fromJson(). by
Andrew Belt
2019-06-24 21:44:02 -0400
e99d23d0Update changelog by
Andrew Belt
2019-06-24 18:03:52 -0400
535b64c5Wrap Core plugin in core:: namespace. by
Andrew Belt
2019-06-24 18:02:10 -0400
c0919156Make brand list case sensitive. by
Andrew Belt
2019-06-24 16:44:29 -0400
4923e6a4Remove line from old Mac dependency. by
Andrew Belt
2019-06-24 16:44:07 -0400
60d1037dAdd more keyboard key and scancode debugging. by
Andrew Belt
2019-06-24 13:42:53 -0400
60a1a47fMove system::getAbsolutePath() to string::absolutePath(). Implement on Windows. by
Andrew Belt
2019-06-24 11:32:29 -0400
4a09492bImplement system::getAbsolutePath() on Mac. by
Andrew Belt
2019-06-24 11:09:57 -0400
029434dcAdd system::getAbsoluteDirectory(). by
Andrew Belt
2019-06-24 11:06:44 -0400
4f2a21e3Make Tooltip fit inside parent. by
Andrew Belt
2019-06-24 10:28:30 -0400
6a552eae (refs/pull/1397/head)Nudge tooltips to fit within the window by
Tim Moore
2019-06-24 22:17:08 +0930
9f9e85d6Make default constructor cause Vector to be uninitialized. by
Andrew Belt
2019-06-24 00:10:40 -0400
0ae792b4Add debugging for scancodes by
Andrew Belt
2019-06-23 15:26:35 -0400
10e10161Add plugin name to Module Browser search string. by
Andrew Belt
2019-06-23 15:13:39 -0400
01d60a0bInitialize simd::Vector to zero. by
Andrew Belt
2019-06-23 15:04:25 -0400
7a1a41c6Fix Bridge MIDI receiving, thanks stoermelder. by
Andrew Belt
2019-06-22 10:19:51 -0400
6147397cAdd changelog for 1.0.1. by
Andrew Belt
2019-06-22 10:19:13 -0400
41eb9658Update osdialog, which fixes loading/saving UTF-8 files on Windows. by
Andrew Belt
2019-06-21 16:52:23 -0400
8341623cAdd `make staple` target, although for now this is useless. Prompt user to access microphone on launch. by
Andrew Belt
2019-06-21 14:44:19 -0400
51eb3ddaRevise issue templates. by
Andrew Belt
2019-06-20 22:43:05 -0400
b4fe16e0Add `make notarize` target to Makefile by
Andrew Belt
2019-06-20 20:46:09 -0400
139f9a0dDisable -p flag on Mac for now since App Translocation interferes with it during normal launch. by
Andrew Belt
2019-06-19 11:34:24 -0400
37160957Fix F1 key command for opening manual in a web browser. by
Andrew Belt
2019-06-19 10:53:29 -0400
9247ac40 (tag: v1.0.0)Bump version by
Andrew Belt
2019-06-19 08:50:07 -0400
7cb85d54Allow ParamQuantity::displayMultiplier to be 0. by
Andrew Belt
2019-06-19 07:52:05 -0400
2b15b1b4Add scissor to LedDisplayChoice. by
Andrew Belt
2019-06-19 07:51:48 -0400
f813bff7Fix `make debug` on Mac. by
Andrew Belt
2019-06-18 14:28:59 -0400
690a2dbcCreate dep/ folder when dep.mk is included. by
Andrew Belt
2019-06-18 13:02:36 -0400
5a5fbb22Revise feature_request template more. by
Andrew Belt
2019-06-18 12:57:49 -0400
3e861cf0Revise feature request template. by
Andrew Belt
2019-06-18 12:54:22 -0400
3c93886cTweak template patch. by
Andrew Belt
2019-06-18 09:28:47 -0400
2c910ef6Move module container header outside of scroll widget. by
Andrew Belt
2019-06-18 09:17:41 -0400
5f35e782Add key command text to Revert menu item. by
Andrew Belt
2019-06-18 08:39:53 -0400
f260e482Don't prompt when clearing the patch when it is already empty. by
Andrew Belt
2019-06-18 08:37:07 -0400
93aca3d4Tweak text by
Andrew Belt
2019-06-17 22:52:41 -0400
bc06efd9Add system::openFolder() on Mac. by
Andrew Belt
2019-06-17 13:08:57 -0400
d2f04580Close MenuOverlay when clicked with any mouse button by
Andrew Belt
2019-06-17 13:04:30 -0400
c8d495dfUse correct ShellExecute verb for system::openFolder() on Windows. by
Andrew Belt
2019-06-17 12:49:08 -0400
a6a8826cFix mtime on Windows. by
Andrew Belt
2019-06-17 12:42:17 -0400
b5888180Use correct mtime on Mac. by
Andrew Belt
2019-06-17 12:29:46 -0400
93a2a480Remove favorites from settings and favorite scoring in Module Browser. by
Andrew Belt
2019-06-17 12:08:32 -0400
82b817ecAdd Plugin::modifiedTimestamp and set it in plugin.cpp. Sort by modifiedTimestamp in Module Browser. by
Andrew Belt
2019-06-17 12:02:16 -0400
6a0797fdRemove behavior of Knob triggering an Action event if the value has not changed. by
Andrew Belt
2019-06-17 10:46:18 -0400
8670788aAdd more documentation to event.hpp about how events interact. by
Andrew Belt
2019-06-17 10:40:54 -0400
d89034b0Add operator[] to simd::Vector. Change implementation of movemaskInverse. by
Andrew Belt
2019-06-16 23:02:28 -0400
5919c4adFix memory leak of mapJ variable in MIDI-Map. by
Andrew Belt
2019-06-16 17:43:43 -0400
f0c87ad9Reverse order of float_4(float, float, float, float) and int32_4(int32_t, int32_t, int32_t, int32_t). Add simd::movemaskInverse(). by
Andrew Belt
2019-06-16 16:43:14 -0400
8c89a50eFix zlib dep build by
Andrew Belt
2019-06-16 11:03:20 -0400
45168562Use --host=$(MACHINE) instead of --build=<hard coded triple> by
Andrew Belt
2019-06-16 08:37:54 -0400
f5216808Add --build to configure scripts in dep.mk. by
Andrew Belt
2019-06-16 08:19:05 -0400
1db6618fAdd simd::crossfade. Make MinBlepGenerator generic. by
Andrew Belt
2019-06-16 07:02:12 -0400
341ae512Fix OpenGlWidget by calling superclass step(). by
Andrew Belt
2019-06-16 05:50:25 -0400
59fef98bChange allowCursorLock menu item. by
Andrew Belt
2019-06-16 05:44:54 -0400
2ae4a93cUse the correct byte for channel pressure MIDI messages in MIDI-CV. by
Andrew Belt
2019-06-15 14:31:36 -0400
1ea9afcbRevert "Use alloca() instead of VLAs for dynamic stack allocation." by
Andrew Belt
2019-06-14 16:04:33 -0400
bb34db46Use alloca() instead of VLAs for dynamic stack allocation. by
Andrew Belt
2019-06-14 13:24:17 -0400
d750c456Make dsp::Decimator compatible with SIMD types. by
Andrew Belt
2019-06-14 13:24:01 -0400
9c7ebfc0Add getters for event::State members. by
Andrew Belt
2019-06-14 13:05:16 -0400
e4c5f817Decrease resolution to VGA 640 × 480. by
Andrew Belt
2019-06-14 09:51:29 -0400
f35ac3e7Rename parameter template arguments and aliases in Vector. by
Andrew Belt
2019-06-13 16:16:52 -0400
d434270dAdded static variables to get template parameters in Vector classes. by
Andrew Belt
2019-06-13 16:04:00 -0400
419e4670Add menu item for settings::allowCursorLock. by
Andrew Belt
2019-06-13 10:41:01 -0400
33a147b4Add recent features to changelog. by
Andrew Belt
2019-06-13 03:27:45 -0400
b4bd09a2Add more documentation to Port. by
Andrew Belt
2019-06-12 13:21:58 -0400
01dbc1ddMove "Update Rack" menu bar item to top of menu. by
Andrew Belt
2019-06-12 12:11:54 -0400
85862e0dAdd int32_4::setr(). by
Andrew Belt
2019-06-12 12:11:31 -0400
c21fb4e9Add simd::movemask(). by
Andrew Belt
2019-06-12 12:07:15 -0400
9e830a61Add SIMD methods to Port. by
Andrew Belt
2019-06-12 08:34:23 -0400