Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\ \
  • * | |
  • | * |
  • |/ /
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | | *
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | | *
  • | |/
  • |/|
  • | *
  • | *
  • | |\
  • | | *
  • | | |\
  • | |_|/
  • |/| |
  • | | *
  • | * |
  • | |\ \
  • | | |/
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • | | | *
  • | |_|/
  • |/| |
  • * | |
  • | | | *
  • | |_|/
  • |/| |
  • | * |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • | * |
  • | * |
  • | |\ \
  • * | | |
  • | |/ /
  • |/| |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • c8de0aea Include unused static symbols on Mac. by Andrew Belt 2019-11-13 23:46:52 -0500
  • 26bda06e Move slug normalization from getPlugin or getModel functions to fromJson functions. by Andrew Belt 2019-11-12 01:24:33 -0500
  • a419381f Parse -p flag as if it's a valid flag, in order to ignore -psn_... nonsense with Mac app translocation. by Andrew Belt 2019-11-07 18:14:49 -0500
  • 01e5e030 (tag: v1.1.6) Bump version. by Andrew Belt 2019-11-04 19:09:42 -0500
  • 3968724b Update changelog by Andrew Belt 2019-11-02 18:41:39 -0400
  • 5c5f3f45 Fix random::uniform() to not return 1.f. by Andrew Belt 2019-10-31 17:25:52 -0400
  • a7fc2c67 Add text editing in NoteChoice of MIDI-Gate and CC-Gate. by Andrew Belt 2019-10-29 10:34:21 -0400
  • f563bfa2 new synch with upstream by The-XOR 2019-10-26 18:41:26 +0200
  • bb661a5e Merge branch 'v1' of https://github.com/VCVRack/Rack into XCUR by The-XOR 2019-10-26 18:38:46 +0200
  • 3790d1da Use zlib types for string::compress/uncompress implementation. by Andrew Belt 2019-10-23 08:45:30 -0400
  • ba056f6d Update documentation for string::. by Andrew Belt 2019-10-23 01:42:02 -0400
  • c53fbebd string namespace: Change base64 functions. Add compress/uncompress. by Andrew Belt 2019-10-23 01:22:47 -0400
  • 4f2d6a3d Revert "Add json.hpp." by Andrew Belt 2019-10-22 22:15:20 -0400
  • a007a41b Add json.hpp. by Andrew Belt 2019-10-22 20:24:44 -0400
  • 14f72972 Add changelog entries. by Andrew Belt 2019-10-22 01:57:40 -0400
  • 584c3788 Add ability for plugins to use LuaJIT. by Andrew Belt 2019-10-22 01:49:10 -0400
  • 0a930b0b Add IIRFilter. by Andrew Belt 2019-10-20 21:20:15 -0400
  • 89f14d56 Clarify graphics licenses. by Andrew Belt 2019-10-20 15:23:23 -0400
  • 3cd9c13a Remove quotes from SLUG and VERSION in plugin Makefile, but add them back when used in paths. by Andrew Belt 2019-10-20 14:48:39 -0400
  • 95ddb89d Add inline to log2 by Andrew Belt 2019-10-18 19:12:36 -0400
  • 47b79954 Replace generic log2 with int. by Andrew Belt 2019-10-18 17:44:18 -0400
  • 72abbf8a Enable proxy in curl build. by Andrew Belt 2019-10-18 07:00:56 -0400
  • 043401c3 Add `EXTRA_FLAGS`, `EXTRA_CFLAGS`, `EXTRA_CXXFLAGS`, `EXTRA_LDFLAGS` to build system. by Andrew Belt 2019-10-16 14:00:22 -0400
  • 798d01d2 Add system::getEntriesRecursive(). by Andrew Belt 2019-10-16 12:45:28 -0400
  • de768873 Merge branch 'v1' of github.com:VCVRack/Rack into v1 by Andrew Belt 2019-10-15 01:13:26 -0400
  • ebeeb0f2 Refactor createLightParamCentered() by Andrew Belt 2019-10-15 01:12:03 -0400
  • 98a86b6e Add proper app bundle detection on Mac. by Andrew Belt 2019-10-14 04:48:42 -0400
  • 81408978 Don't include GLFW/glfw3native.h in window.hpp. by Andrew Belt 2019-10-14 01:08:36 -0400
  • 7de83dca Use GLFW's glfwGetOpenedFilename() by Andrew Belt 2019-10-14 00:27:31 -0400
  • 3dbd084b Don't use glfwGetOpenedFilename() when launched via command line on Mac. by Andrew Belt 2019-10-13 21:30:43 -0400
  • d3710cb3 Add FrameRateWidget. by Andrew Belt 2019-10-09 00:53:48 -0400
  • 7eb5017e Template-ize some math.hpp functions. by Andrew Belt 2019-10-09 00:37:47 -0400
  • 4bc44cf9 Remove recursive rack namespace. by Andrew Belt 2019-10-08 07:01:01 -0400
  • 205b8344 Merge branch 'v1' of https://github.com/VCVRack/Rack into XCUR by The XOR 2019-10-08 11:45:53 +0200
  • f8ef68c4 Delete ModelBox tooltips in a deferred way to avoid a use-after-free. by Andrew Belt 2019-10-07 16:18:59 -0400
  • 966cf1c5 Remove RACK_FLATTEN_NAMESPACES since it is not known to be used. by Andrew Belt 2019-10-03 15:48:33 -0400
  • 08f97d24 Nudge ParamTooltip inside parent. by Andrew Belt 2019-10-02 11:02:59 -0400
  • 3f9b22e5 Explicitly specify RTLD_LOCAL for plugin loading. by Andrew Belt 2019-10-02 08:56:28 -0400
  • e248cc88 Disable crash warning dialog in dev mode. by Andrew Belt 2019-10-01 21:40:04 -0400
  • dbd117ea Include rack:: namespace in APP and logger macros (DEBUG, INFO, WARN, FATAL). by Andrew Belt 2019-09-30 16:06:34 -0400
  • 82098f21 Core MIDI-Map: Only set param if CC is initialized. by Andrew Belt 2019-09-30 12:45:39 -0400
  • 3a05c023 Switch to dev version. by Andrew Belt 2019-09-30 09:31:49 -0400
  • 96e623bb Fix screenshot flag -t by Andrew Belt 2019-09-30 09:29:13 -0400
  • bf2d98ab Fix "Frame rate" typo in changelog. by Andrew Belt 2019-09-29 14:10:20 -0400
  • 7390c4a8 (tag: v1.1.5) Update changelog by Andrew Belt 2019-09-29 12:05:37 -0400
  • f68a981d Add SegmentDisplay to component library. Fix huge light halo issue with non-square lights. by Andrew Belt 2019-09-26 10:25:30 -0400
  • 84768284 Add LEDLightSlider and other component library classes. by Andrew Belt 2019-09-26 09:19:49 -0400
  • d0c92852 Bump version. by Andrew Belt 2019-09-25 06:33:09 -0400
  • ee876efa Use actual monitor refresh rate instead of 60 Hz as frame rate reference. by Andrew Belt 2019-09-25 06:13:49 -0400
  • 7b0ce974 Add Engine > Frame rate menu bar item. by Andrew Belt 2019-09-25 06:01:23 -0400
  • e631131a Replace "frameRateLimit" and "frameRateSync" in settings with "frameSwapInterval". by Andrew Belt 2019-09-25 05:38:11 -0400
  • ac5e544d Change screenshot flag to -t [zoom]. Re-enable on Mac. by Andrew Belt 2019-09-25 04:40:33 -0400
  • e59e8aca Add sort-of-automatic updater on Linux. by Andrew Belt 2019-09-24 23:17:30 -0400
  • 69681d2d Add numpad key commands. Clean up Scene::onHoverKey(). by Andrew Belt 2019-09-24 22:42:15 -0400
  • 3d21a2a7 Add key command for engine CPU timer. by Andrew Belt 2019-09-24 22:19:49 -0400
  • 63a939d4 Hide menu and scrollbars when fullscreen. by Andrew Belt 2019-09-22 19:32:59 -0400
  • a3bc3a7a (refs/pull/1562/head) Add option to pause engine when window loses focus by Dmitry Wolf 2019-09-23 01:42:07 +0300
  • 618454e7 Stop engine wprker threads when engine is paused. by Andrew Belt 2019-09-22 17:17:13 -0400
  • deba1974 Don't use GLU in dep.cpp either. by Andrew Belt 2019-09-21 18:07:39 -0400
  • b6fad515 Don't use GLU header by Andrew Belt 2019-09-21 17:03:10 -0400
  • 1388e9eb Add network::init(). Add asset::bundlePath. by Andrew Belt 2019-09-21 00:37:40 -0400
  • cd4dfaf5 Update curl and OpenSSL by Andrew Belt 2019-09-21 00:36:58 -0400
  • 4b78d202 Add changelogUrl to helper script. by Andrew Belt 2019-09-20 06:11:58 -0400
  • 49654d0c Fix sustain pedal bug in polyphonic mode. by Andrew Belt 2019-09-20 06:11:04 -0400
  • 345ad6f2 (refs/pull/1556/head) Search descriptions by Dmitry Wolf 2019-09-19 22:41:16 +0300
  • 9e1d0d93 make by The XOR 2019-09-19 15:40:51 +0200
  • c97212c3 Merge branch 'v1' of https://github.com/The-XOR/Rack into v1-x by The XOR 2019-09-19 12:39:29 +0200
  • 3f23af3f Merge remote-tracking branch 'upstream/v1' into v1 by The XOR 2019-09-19 12:29:00 +0200
  • f74a36c1 git ignore by The XOR 2019-09-19 08:40:53 +0200
  • 1e693e9e Merge branch 'v1' of https://github.com/The-XOR/Rack into v1-x by The XOR 2019-09-19 08:39:00 +0200
  • fb140075 Update formatting of code generated by helper script. by Andrew Belt 2019-09-12 23:18:56 -0400
  • 7f6f9334 Add automatic unzipping when updating on Mac. by Andrew Belt 2019-09-12 14:39:25 -0400
  • 18e463c0 Add changelog entry for 1.1.5. by Andrew Belt 2019-09-12 14:02:33 -0400
  • 40b258e8 Correct documentation for math::interpolateLinear. by Andrew Belt 2019-09-12 12:18:36 -0400
  • a629561f Move plugin.cpp's extractZip to system::unzipToFolder(). by Andrew Belt 2019-09-11 15:56:47 -0400
  • 52d838d2 Accept backspace key command on key-repeat with Module Browser search box. by Andrew Belt 2019-09-09 10:50:01 -0400
  • 3b2a1255 Reorder tag and brand lists in Module Browser by Andrew Belt 2019-09-09 09:59:05 -0400
  • 7b74d0a2 Add Hardware tag. by Andrew Belt 2019-09-09 09:43:12 -0400
  • 13b3fa5b (refs/pull/1545/head) Allow class name to be provided in SVG panel metadata. by Xavier Shay 2019-09-04 03:00:22 -0700
  • 0053517e Delete ModuleWidget children before deleting Module. by Andrew Belt 2019-09-03 18:48:48 -0400
  • 212d9911 (refs/pull/1543/head) README: Add repology badge by luz.paz 2019-08-29 18:14:29 -0400
  • fcd3d69f sysex out by The XOR 2019-08-29 11:44:26 +0200
  • 2902dbb0 Add libsamplerate to Windows build by Andrew Belt 2019-08-28 20:19:41 -0400
  • 1dd0538e Add libsamplerate to Mac build by Andrew Belt 2019-08-28 20:19:11 -0400
  • 4d895f2a Add libsamplerate license to LICENSE-dist. by Andrew Belt 2019-08-28 19:32:25 -0400
  • 7f5eb467 Add libsamplerate to deps. Reorder dep Makefile. by Andrew Belt 2019-08-28 19:30:55 -0400
  • 38fb2c86 Line-break descriptions for tags by Andrew Belt 2019-08-28 17:20:16 -0400
  • 07099e9c MIDI-Map: Jump value for MIDI CC buttons. by Andrew Belt 2019-08-28 17:19:51 -0400
  • d19d2aa4 1.1.4 update by The XOR 2019-08-24 18:31:24 +0200
  • ffc8b3d1 1.1.4 by The XOR 2019-08-24 18:22:25 +0200
  • c082ce99 Use dev version by Andrew Belt 2019-08-23 09:55:24 -0400
  • 873f6719 (tag: v1.1.4) Use higher precision (but lower accuracy) thread runtime counter on Windows. by Andrew Belt 2019-08-22 21:56:43 -0400
  • 29ba78ab Bump version. by Andrew Belt 2019-08-22 20:52:02 -0400
  • 6c553c9b Update changelog. by Andrew Belt 2019-08-22 20:14:03 -0400
  • ab0b0852 Add Base64 encoding/decoding to string.hpp. by Andrew Belt 2019-08-22 19:56:25 -0400
  • ff2ac805 Fix #1510 by Andrew Belt 2019-08-22 17:08:47 -0400
  • f55d039e Fix #1479 by Andrew Belt 2019-08-22 16:20:22 -0400
  • ace28e4a Make SchmittTrigger a template specialization instead of a separate class. by Andrew Belt 2019-08-20 18:42:23 -0400
  • d4586c34 Check plugin version against Rack ABI version before plugin is loaded. by Andrew Belt 2019-08-15 20:35:14 -0400
  • ad2ca6cb Update tag list URL. by Andrew Belt 2019-08-15 14:59:05 -0400