9235 Commits (9c746a476224a763e80d16a79c4f16d71c52f99c)
 

Author SHA1 Message Date
  ed fa0f7a4281 Bump version number to 5.2.1 7 years ago
  ed 04f9760c20 Re-saved all projects 7 years ago
  hogliux f73fc41af1 DSP: Various improvements to the convolution engine (see commit message for more info) 7 years ago
  Tom Poole 1dc62a397c Made the AudioProcessorValueTreeState more efficient when loading partial ValueTrees 7 years ago
  hogliux 98edbad0b1 VST3: Added support for loading VST3 preset files via a new method VST3PluginFormat::setStateFromVSTPresetFile 7 years ago
  jules e1f57f64da Optimised a couple of places in the software/GL render engines where copies of RectangleLists could be avoided 7 years ago
  ed cf61037ea4 Projucer: Added an option to clear the recent files list and added some more menu items for managing the currently open windows 7 years ago
  ed 1355e1d1f3 Added a clearRecentFilesNatively() method to RecentlyOpenedFilesList 7 years ago
  jules c6edf39d1d (fixed a typo in the last commit) 7 years ago
  jules ecbc07b855 Prevvented ComponentPeer from trying to send the keyboard focus to components that don't want it 7 years ago
  hogliux 506425fdbe macOS: Fixed an issue where the native file chooser's Edit menu would not be deleted after it completed 7 years ago
  ed 19ae4c884b Added operator!= to AudioDeviceManager::AudioDeviceSetup 7 years ago
  ed 7fa708df28 Added a get() method to LiveValue and call it in the JUCE_LIVE_CONSTANT macro 7 years ago
  ed be6c1ba489 Projucer: Added the xcopy '/R' flag to the Visual Studio AAX copy step to ensure that read-only files in the destination are overwritten 7 years ago
  hogliux 0fae9341c8 Android: Ensured that JUCE will always use the high-performance audio path if the device supports it and that increasing the buffer size will more effectively reduce glitchess 7 years ago
  hogliux d8d2f5d0f4 Added new SystemStats::getDeviceManufacturer() 7 years ago
  Tom Poole 59d260c809 AUv3: Fixed an issue when destructing an AUv3 on a non-message thread 7 years ago
  ed 130b4f75a6 Projucer: Only re-save the main project file if it has changed 7 years ago
  hogliux 982bd58609 Android: Updated default gradle android plugin version to 3.0.1 7 years ago
  ed 1af959a423 Implemented changeToggleButtonWidthToFitText() in LookAndFeel_V4 and updated LookAndFeel_V2 to calculate width more accurately 7 years ago
  jules fb43fbb37f Fix for CoreGraphics clipping to zero-winding paths 7 years ago
  jules 942af1f022 Removed a couple of places where ancient 3rd party library code still used the register keyword 7 years ago
  ed 87c973e191 Update the documentation of Time::formatted to have correct second range 7 years ago
  ed d55f4956f8 Projucer: Repeat writeMainProjectFile() when saving so that config flags are written correctly 7 years ago
  jules 6ee9030e37 Fixed an edge-case in String::compareNatural 7 years ago
  jules 56a6bf06cd Fixed Drawable clip-paths not being copied correctly 7 years ago
  jules 5a6f33b987 Added some missing types to the ValueTree::Iterator class 7 years ago
  Tom Poole 0a3da44f07 AU: Fixed a bug setting default values for discrete parameters 7 years ago
  ed 1bcc427484 Fixed a bug in TracktionMarketplaceStatus::readReplyFromWebserver() that would cause it to fail if all the data was not read at once 7 years ago
  dimitriroli 80224cafae Make setPlayHead in AudioProcessorGraph thread safe 7 years ago
  Tom Poole 3c0d634b4f AUv3: Improved the host-provided parameter views 7 years ago
  ed c24c06d2bb Windows: Remove an old check that occurred when a WM_NCPAINT message was received and always call handlePaintMessage() instead 7 years ago
  Lukasz Kozakiewicz bbdaa82dce Update breaking changes txt (behaviour change of JUCEApplicationBase::quit() on Android). 7 years ago
  Lukasz Kozakiewicz c4ebfcd735 Re-saved all projects. 7 years ago
  Lukasz Kozakiewicz c90835eafc Android: do quit the app when calling JUCEApplicationBase::quit(), rather than just placing it in the background (same as on iOS). 7 years ago
  Lukasz Kozakiewicz 3237d50f0e Android: fix crash when calling juce::JUCEApplicationBase::quit(). 7 years ago
  jules 4955271ce0 Added some move constructors for MidiFile, and tidied-up its internals a bit 7 years ago
  jules bb5bbf32a9 Added options to PluginListComponent and PluginDirectoryScanner to allow scanning of a specific set of files 7 years ago
  jules f71df8704a Added an AudioBlock::multiply() overload for LinearSmoothedValue 7 years ago
  Noah Dayan 315fb7cdc7 Added documentation to enums in the Blocks module 7 years ago
  jules 77e94d905b BLOCKS API: avoided empty block versions overwriting previously valid ones 7 years ago
  Tom Poole 1c037e07be CLion: Fixed a hardcoded cmake executable name 7 years ago
  Tom Poole 8c0f0815f0 iOS: Added memory warning callbacks 7 years ago
  Tom Poole 57a75bc990 MacOS: Fixed an intermittent crash when closing a window from kiosk mode 7 years ago
  ed 16c942fd54 Recall some button states in DSP module plugin demo 7 years ago
  ed 771025cccf Projucer: Increased the character limit of some TextPropertyComponents in the project settings 7 years ago
  ed 6dcc41c9a8 Fixed a bug in AlertWindow layouts when using LookAndFeel_V4 7 years ago
  Noah Dayan 365507d7fd Fixed typo in juce_SIMDRegister.h 7 years ago
  Tom Poole 224d0a9325 Fixed a bug setting the number of decimal places in a String 7 years ago
  Tom Poole 50ff2c5bc3 AAX: Removed an unused variable 7 years ago