5060 Commits (fec19eeadebd896c077dd3355fcd93acdf1e37b5)

Author SHA1 Message Date
  tpoole fec19eeade MacOS: Fixed a bug detecting changes to the number of hardware output channels 8 years ago
  hogliux 70aa86413a Standalone Plug-In: Fixed an issue where the editor would not resize correctly on mobile when the feedback warning was dismissed 8 years ago
  hogliux fcffaa6751 VST3: Fixed an issue with the VST3 implementation of isInputChannelStereoPair/isOutputChannelStereoPair 8 years ago
  jules 94669f2b14 whitespace 8 years ago
  jules 2878bc2f75 Added a copy constructor for MidiBuffer::Iterator 8 years ago
  ed 4b75bbdab6 Littlefoot: Add pitch correction functions 8 years ago
  jules fa093cd798 Modernised some String internals 8 years ago
  ed 0b7d163d49 Increased the contrast for selected text when using LookAndFeel_V4 8 years ago
  jules e0c079c448 Added a couple of assertions in IIR::Coefficients 8 years ago
  hogliux efacd83ab5 Added a missing juce namespace to juce_mac_AudioCDBurner.mm 8 years ago
  tpoole 0ae8aa812c Bump version number to 5.1.2 8 years ago
  jules f4d1969753 Fixed a few documentation typos 8 years ago
  jules 4f204f405d Added a method var::hasProperty() 8 years ago
  hogliux 2729625efb Improved the confusing nomenclature of some of the SIMDRegister typedefs 8 years ago
  ed 320c3476c4 Added some more documentation to ProgressBar 8 years ago
  hogliux 7bb95a8334 Android: Ensure that jni headers are included if JUCE_CORE_INCLUDE_JNI_HELPERS is set but JUCE_CORE_INCLUDE_NATIVE_HEADERS isn't 8 years ago
  hogliux 8e9edeff8b Ensured that the "textWhenNothingSelected" takes the label font of label's lookandfeel into account 8 years ago
  ed 2fed2af669 Updated the documentation in ProgressBar to reflect the circular, spinning ProgressBar that was added in LookAndFeel_V4 8 years ago
  ed 149201d951 Display current progress in LookAndFeel_V4 linear ProgressBar 8 years ago
  hogliux 4bb58c7d51 VST3: respect the editor's constrainer when resizing 8 years ago
  hogliux 1291f1a06b Reverted commit 8483aa4 as the same functionality already existed in JUCE with ModalCallbackFunction. Improved the documentation in NativeMessageBox to mention that class. 8 years ago
  hogliux 74c7633aab DSP: snapToZero is now a public method of the IIR and StateVariable filters so that they can be called manually after sample by sample processing 8 years ago
  tpoole bab3ce9759 AU and AUv3: Enabled JucePlugin_AUHighResolutionParameters by default and combined this breaking change with 4dcce50 8 years ago
  hogliux ed8270fcda Fixed an extra semicolon in the previous commit 8 years ago
  hogliux 8483aa4aea Added a new method NativeMessageBox::showMessageBox which asynchronously opens a native dialog box and calls a C++ lambda when dismissed 8 years ago
  hogliux e2c8e30d72 Added a ScopedNoDenormal class to temporarily disable denormals 8 years ago
  ed 71d10e750a Fixed a bug where PopupMenus were being dismissed when opening a submenu using touch input 8 years ago
  tpoole 2eaca0526d Added another fix to 4dcce50 to support AudioProcessor based parameter selection 8 years ago
  hogliux 28eda21b89 VST2: Fixed live-resize issue in Bitwig 8 years ago
  ed 9f4648f856 Fixed some issues when using a touchscreen to interact with PopupMenus 8 years ago
  hogliux c5323d2209 iOS: Fixed an ambiguous reference to AudioBuffer when compiling the AudioUnitPluginFormat host code for iOS 8 years ago
  tpoole cbdf17a6fb Increased the size of the standalone filter settings window 8 years ago
  ed f97f46730f BLOCKS: Removed some unimplemented functions 8 years ago
  tpoole a234313120 Fixed Digital Performer host detection on MacOS 8 years ago
  ed 78f34fe51f AU: Fixed an error when targeting 32-bit architectures 8 years ago
  tpoole 8f54c73686 Fixed a double inclusion of the Carbon headers 8 years ago
  tpoole 849f9e8f4a Removed a duplicate module configuration parameter 8 years ago
  ed 94e8a43a95 AU: Replaced std::unordered_map with HashMap for parameter lookup 8 years ago
  hogliux 0a2fabb2e1 VST3: Fixed a harmless MSVC warning in previous commit 8 years ago
  hogliux a426feb6c2 VST3: checkBusFormatsAreNotDiscrete should return true when buses are disabled 8 years ago
  tpoole 6d369ac0d6 Fixed a double header inclusion bug 8 years ago
  tpoole 743c9d55e7 AU: Implemented GetParameterValueStrings for discrete parameters 8 years ago
  Lukasz Kozakiewicz f4bfa6bec5 Android: fix a crash in painting when size of the array to allocate is 0. 8 years ago
  jules c81c33404d BLOCKS: Added support for tri-state button controls in littlefoot 8 years ago
  tpoole 0c3faf4b58 Added an OS X 10.6 compatibility fix 8 years ago
  jules 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 8 years ago
  tpoole b58a0f4be7 Fixed some VS2013 compiler errors 8 years ago
  tpoole f346de10c3 Fixed 4dcce50 to support AudioProcessor based parameter selection 8 years ago
  hogliux 05624e8354 AU: Disable CoreAnimation resizing transitions for AU plug-in windows 8 years ago
  ed 5900e076f9 Added some missing HTML colours 8 years ago