Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • | |\
  • | |/
  • |/|
  • | *
  • | |\
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • | | | *
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools by jules 2017-09-08 08:59:55 +0100
  • b58a0f4be7 Fixed some VS2013 compiler errors by tpoole 2017-09-07 16:28:01 +0100
  • f346de10c3 Fixed 4dcce50 to support AudioProcessor based parameter selection by tpoole 2017-09-07 16:26:00 +0100
  • 05624e8354 AU: Disable CoreAnimation resizing transitions for AU plug-in windows by hogliux 2017-09-07 16:19:14 +0100
  • 5900e076f9 Added some missing HTML colours by ed 2017-09-07 15:23:55 +0100
  • 56e6d69364 VST3: Fix plug-in resize issue in Bitwig studio by hogliux 2017-09-07 15:19:38 +0100
  • 142bebbb92 A small documentation fix by tpoole 2017-09-07 11:30:39 +0100
  • 8aca5604eb Fixed a VS2013 compiler error by tpoole 2017-09-07 10:31:23 +0100
  • 4dcce5083c Added an option to declare plug-in parameters as either continuous or discrete, irrespective of their number of steps by tpoole 2017-09-05 14:56:47 +0100
  • 11d031f9f0 DSP: Added missing snapToZero in the StateVariableFilter by hogliux 2017-09-06 16:22:03 +0100
  • ede622c1ef Re-saved all projects by hogliux 2017-09-06 15:23:19 +0100
  • d4e0ba0e4d Android: Fixed an issue where the AlertWindow's callback would never be called if AlertWindows were dismissed by clicking outside the alert's window on Android by hogliux 2017-09-06 15:19:24 +0100
  • 665b0a3e3a VST3: Fixed the calculation of timeInSeconds AudioPlayHead information by hogliux 2017-09-06 14:29:50 +0100
  • 64e76146d9 Avoided a compiler error when using xcode with very old standard libraries by jules 2017-09-06 14:12:41 +0100
  • 3ba8c1f864 iOS AUv3: Removed too strict API limitations to open URLs in AUv3s as iOS seems to allow this by hogliux 2017-09-06 12:48:21 +0100
  • cc6a417a1d DSP: Removed left-over VS post-build commands from DSP module plugin demo sample by hogliux 2017-09-06 11:53:24 +0100
  • f1d6298206 DSP: Fixed multiple issues with the DSP Oversampling class and updated DSP module plug-in demo code accordingly by hogliux 2017-09-06 10:17:09 +0100
  • 7a34790388 DSP: Made trimming of the convolution impulse response optional by hogliux 2017-09-06 10:04:12 +0100
  • 0a7e9ff119 Whitespace by tpoole 2017-09-06 08:38:50 +0100
  • 1cc371cae9 Fix for an AudioBuffer move operator bug by jules 2017-09-05 16:39:51 +0100
  • 7c6f3d40b6 Tidied up some method calls involving HeapBlock by jules 2017-09-05 16:06:57 +0100
  • 637367959c Whitespace by jules 2017-09-05 15:06:25 +0100
  • 32fe9e81ce Removed the need for the window to be focused for the slider's hover popup to work by jules 2017-09-05 15:05:56 +0100
  • 95e02b1b26 A bit of minor tidying up in TableHeaderComponent by jules 2017-09-05 14:56:22 +0100
  • 80f76bfe0a Added a std::hash function for juce::String to make it more compatible with std containers by jules 2017-09-05 14:20:19 +0100
  • 9ac2fae469 Made TooltipWindow::getTipFor() a public virtual method by jules 2017-09-05 14:13:11 +0100
  • e30178418c Modernised some code in TableListBox by jules 2017-09-05 12:47:15 +0100
  • baa5907668 Added some setter methods to SynthesiserVoice by jules 2017-09-05 10:03:45 +0100
  • f65500ec7b InAppPurchases: fix linker error on iOS when product unlocking module is included by IAP capability is turned off. by Lukasz Kozakiewicz 2017-09-04 17:36:36 +0200
  • 65ba032545 Tweaked the wording of some comments in AudioPlayHead by jules 2017-09-05 09:02:15 +0100
  • 87c22acd97 Projucer: Fixed a bug in the plug-in template code by tpoole 2017-09-04 08:38:21 +0100
  • 6b53daa448 BLOCKS: Removed a couple of old LittleFoot methods by ed 2017-09-01 16:31:33 +0100
  • 8106722da7 BLOCKS: Added some extra LittleFoot definitions and a new local config for gamma correction by ed 2017-09-01 16:02:03 +0100
  • 7d98da98ea Added FakeMouseMoveGenerator to AAX plug-ins so that the recent plug-in mouse exit fix also works for AAX plug-ins by hogliux 2017-09-01 15:06:32 +0100
  • 86f9c11d15 Added new FrameRateType fps23976 to AudioPlayHead by hogliux 2017-09-01 11:09:44 +0100
  • dec870f5eb Projucer: Fixed a few live-build errors on Windows by ed 2017-09-01 11:06:01 +0100
  • 16f2c13ea7 Added the ability to use non-automatable parameters with the AudioProcessorValueTreeState class by tpoole 2017-08-31 14:17:43 +0100
  • 37c243bb49 Fixed a bug in plug-ins on Mac where mouse exit events weren't being sent when the mouse cursor left the plug-in window by ed 2017-08-31 12:04:07 +0100
  • a7b9da40a2 Fixed a crash when animators delete top-level components during a screen rotate animation by hogliux 2017-08-31 10:57:44 +0100
  • c8c692e2b7 Android: fix web input stream reporting always total length of -1. by Lukasz Kozakiewicz 2017-08-31 10:28:24 +0100
  • 7cbb792f71 Fixed an issue where sliders would draw incorrectly in LookAndFeel4 if the slider's value text box was placed left to the slider by hogliux 2017-08-30 18:07:59 +0100
  • 8e7b29b3ee Android: fix HTTP redirect. by Lukasz Kozakiewicz 2017-08-30 18:03:57 +0100
  • 7316128918 Fixed some bugs in the sliders demo by tpoole 2017-08-30 17:43:52 +0100
  • 29b5c98c53 Android: Fixed a compiler error when targeting Android SDK versions < 19 by hogliux 2017-08-30 16:52:03 +0100
  • da30211b19 Fixed an issue where sliders would draw incorrectly in LookAndFeel4 if the slider's value text box was placed above the slider by hogliux 2017-08-30 16:22:12 +0100
  • 43ccf26b91 Removed a duplicate line when detecting the plug-in host type by tpoole 2017-08-30 16:01:36 +0100
  • d105d9418a Added a minimum velocity property to the ContinuousWithMomentum animated position behaviour and increased the minimum velocity of the viewport to avoid some jitter when the viewport animation is close to stand still by hogliux 2017-08-30 15:53:04 +0100
  • 9b30c2401a Added plug-in host type detection for Cubase 8.5 and 9 by tpoole 2017-08-30 15:08:13 +0100
  • 53aa5b9849 Removed some duplicated code from the demo plug-in by tpoole 2017-08-30 13:22:59 +0100
  • 66da02d233 Fixed an issue where ComboBox popup menus would flicker if a second combobox menu was opened by hogliux 2017-08-30 14:59:26 +0100
  • 858b206553 Revert recent commit - Windows: Ensure that memory mapped files behave the same on all targets by allowing other code to open the memory mapped file with write priveleges even if the map was created with read priveleges only by hogliux 2017-08-30 11:42:00 +0100
  • 91e0385d26 Linux ALSA: Fixed a crash when playing/recording audio on a device that only supports interleaved audio by hogliux 2017-08-30 11:38:34 +0100
  • b78ce1f059 Fixed an assertion when quitting the standalone plug-in target when the audio settings window is open by hogliux 2017-08-30 10:47:51 +0100
  • ff6d01bc25 Added a function to the InterprocessConnectionServer class to get the bound port number by tpoole 2017-08-30 09:55:56 +0100
  • 768163f75c Added support for more F-keys by hogliux 2017-08-29 17:54:41 +0100
  • f0ada66b0f Android: ensure that temp directory exists before returning a path to it. by Lukasz Kozakiewicz 2017-08-29 15:02:05 +0100
  • 9b687968db Fixed some g++ compiler warnings by tpoole 2017-08-29 14:47:04 +0100
  • 35facc3656 Fixed a potential use-after-free in AudioBuffer's move semantics by hogliux 2017-08-29 11:39:26 +0100
  • 64597c2873 Android: Fixed a potential deadlock in Sockets by hogliux 2017-08-29 10:27:54 +0100
  • 8a239ea5c3 Linux: Increased maximum number of reported ALSA channels by hogliux 2017-08-29 10:14:32 +0100
  • b83bf4e7ce Windows: Ensure that memory mapped files behave the same on all targets by allowing other code to open the memory mapped file with write priveleges even if the map was created with read priveleges only by hogliux 2017-08-29 09:44:45 +0100
  • d5249492ae Android: Fixed File::getSpecialLocation (userDocumentsDirectory) to return correct directory on newer Android versions by hogliux 2017-08-29 09:33:39 +0100
  • 450de0d3a6 Added a uint8 operator<< to the String class by tpoole 2017-08-29 09:27:08 +0100
  • 6d1fa807f9 Fixed some compiler errors when logging debug ALSA output by tpoole 2017-08-29 09:06:01 +0100
  • a2a0a2cae6 Fixed compiler errors when compiling with GNU libstdc++ by hogliux 2017-08-28 12:31:59 +0100
  • 65530f613f Merge remote-tracking branch 'j/develop' by falkTX 2017-08-26 14:07:41 +0100
  • 3933c5f8f9 Removed the sstream header from juce_StandardHeader.h by tpoole 2017-08-24 18:15:07 +0100
  • 9600016294 Fixed some undefined (or implementation defined) behavior by tpoole 2017-08-24 09:13:49 +0100
  • ba1cba9547 IAP: Ensured that IAP can compile even on platforms that don't support IAP by hogliux 2017-08-24 17:28:26 +0100
  • 6cbae93696 Fixed an issue when building the in-app purchases app on case-sensitive filesystems by hogliux 2017-08-24 16:35:53 +0100
  • 8cae6f97e2 Fixed a typo in the last ThreadPool change by jules 2017-08-24 16:56:50 +0100
  • c84aa57473 Removed the unordered_map header from juce_StandardHeader.h by tpoole 2017-08-24 16:07:03 +0100
  • 8408e54637 AU: Fixed a compiler warning by tpoole 2017-08-24 15:20:14 +0100
  • 8433b3799d FFTSimpleExample: avoid an assertion when the input audio is a block of samples all of which are exactly zero by hogliux 2017-08-24 14:22:45 +0100
  • ade10c9328 Fixed the of documentation of URL::downloadToFile to align with some changes in a recent commit by hogliux 2017-08-24 14:16:36 +0100
  • 7107d3fe1e AU hosting: Fixed potential compiler error/warning on iOS by hogliux 2017-08-24 14:14:55 +0100
  • 9c5cd5a188 BLOCKS: Fixed a potential memory overflow in a recent commit by hogliux 2017-08-24 12:38:48 +0100
  • 8e7a2072eb Wav format reader: fixed an issue where JUCE would assert when reading wave files with a large number of channels by hogliux 2017-08-24 12:01:20 +0100
  • c779982d38 Added an optional usePost parameter to URL::downloadToFile by hogliux 2017-08-24 11:44:26 +0100
  • 842634cd80 Added an option to ignore the case when getting an entry inside a zip file with ZipFile::getEntry by hogliux 2017-08-24 11:30:11 +0100
  • cfdd849b66 Re-saved all projects by hogliux 2017-08-24 10:44:57 +0100
  • 644ba82e00 Android: ensure that web calls are done off the main thread and fix data races. by Lukasz Kozakiewicz 2017-08-24 11:37:41 +0200
  • bd6e88eed5 Merge remote-tracking branch 'j/develop' by falkTX 2017-08-23 19:49:17 +0100
  • 41cf278c1d Merge branch 'develop' by falkTX 2017-08-23 19:48:53 +0100
  • ac5797da58 Android: Fixed a race condition when switching the buffer size on the Android OpenSL audio device by hogliux 2017-08-23 18:22:17 +0100
  • 0e95d97404 Added a fast parameter ID lookup to the AudioUnit wrapper by jules 2017-08-23 17:31:04 +0100
  • 17fb72f826 Tweak to the updating of the popup display value in Slider by jules 2017-08-23 17:08:41 +0100
  • 997c669260 VST: made sure the VstSpeakerConfiguration is never created with a size smaller than the original structure definition by jules 2017-08-23 16:48:02 +0100
  • f088225bce Updated projucer makefile generator to build projects with -fvisibility=hidden by jules 2017-08-23 16:35:39 +0100
  • bd6ca234cb Added Oversampling processor to DSP module by hogliux 2017-08-23 16:15:58 +0100
  • 90bbda1f19 DSP: Added template specialisations of the Matrix class by tpoole 2017-08-23 14:19:27 +0100
  • 945b3e8a14 DSP: Added template specialisations of the Matrix class by tpoole 2017-08-23 14:19:27 +0100
  • 12e99c7152 Allow select all key command for read-only TextEditors by ed 2017-08-23 14:26:34 +0100
  • 88c734d28d Fixed a crash when performing layout on an empty Grid using auto flow and added a few Margin convenience constructors by hogliux 2017-08-23 14:26:39 +0100
  • 4e69133e54 Added method ThreadPool::moveJobToFront() by jules 2017-08-23 12:07:11 +0100
  • dc8033633c Added a virtual getTabButtonFont() method to TabbedButtonBar::LookAndFeelMethods by ed 2017-08-23 11:55:54 +0100
  • ec368236f8 Projucer: Removed OpenDocumentManager::DocumentCloseListener from JucerDocument by ed 2017-08-23 11:39:37 +0100
  • d2967de994 Fixed some compiler errors when creating AU plug-ins with Xcode 9 by tpoole 2017-08-23 11:07:17 +0100
  • 2fa68ee8f6 Fixed a warning in previous commit by ed 2017-08-23 10:37:56 +0100
  • f96145682a Projucer: Fixed a bug where some files would remain open after selecting the 'Window->Close All Documents' menu item by ed 2017-08-23 10:29:03 +0100