11016 Commits (bf51d2c076f68fc5a16697c1ea5b51f68d1024a1)
 

Author SHA1 Message Date
  ed e1e58b9c6d macOS: Fixed an NSWindow focus bug introduced in 8ce79e2 5 years ago
  ed 08d0a12f03 Bump version number to 5.4.7 5 years ago
  ed 6561e5c040 Windows: Fixed a few more JUCE_WINDOWS == JUCE_MSVC assumptions 5 years ago
  ed ab12d7e406 Android: Fixed a potential NullPointerException in the BillingClient code 5 years ago
  ed f530adf19e Projucer: Always add entitlements file for targets with hardened runtime enabled 5 years ago
  ed e4d10979ae macOS: Fixed an NSWindow focus bug introduced in 8ce79e2 5 years ago
  Tom Poole 99786cf7fd DemoRunner: Changed the default setting for reporting app usage 5 years ago
  ed 79385cc1e3 VST2: Send audioMasterUpdateDisplay opcode on the message thread to fix some hosts not updating 5 years ago
  Tom Poole 0fa4738cc1 Re-saved all projects 5 years ago
  Tom Poole b44de11856 Projucer: Removed some unrequired custom plist entries 5 years ago
  ed c73c5512d5 Projucer: Refactored the module handling code 5 years ago
  ed 5bda9de977 Windows: Fixed some build errors and warnings when using Clang in Visual Studio 5 years ago
  ed 4446764fa9 Added a missing JUCE_API to OSCBundle::Element class 5 years ago
  Tom Poole b452662ae7 Projucer: Changed the default architecture specified in Linux Makefiles 5 years ago
  ed efdccd8f1d macOS: Don't play alert sound if NSWindow is blocked by modal component in canBecomeKeyWindow() and canBecomeMainWindow() 5 years ago
  Tom Poole 7c031b0318 DemoRunner: Changed the default setting for reporting app usage 5 years ago
  ed b40496f568 Fixed a bug when selecting the first row in a ListBox after a key down event 5 years ago
  ed 442478680b macOS: Fixed another spurious dynamic_cast warning in CoreGraphicsPixelData 5 years ago
  Tom Poole bcaa8cbdde JUCE version 5.4.6 5 years ago
  Tom Poole c7838d4ca3 Re-saved all projects 5 years ago
  Tom Poole ef1eacccd3 Bump version number to 5.4.6 5 years ago
  Tom Poole fadd578b60 Projucer: Updated the autoupdater 5 years ago
  Tom Poole 0831c718a2 macOS: Fixed some Projucer live-build issues on Catalina 5 years ago
  ed 631f1fae75 Projucer: Fixed an incorrect key when adding app sandbox entitlements in the Xcode exporter 5 years ago
  ed 90d08cb58b Re-saved all projects 5 years ago
  ed 3a2480b3a7 Projucer: Only add Xcode entitlements file to targets which require it 5 years ago
  ed fdc9831e60 Projucer: Only add plug-in properties to plug-in projects 5 years ago
  ed c8da037147 Projucer: Replace Unix line endings with Windows in the Visual Studio exporter pre- and post-build steps 5 years ago
  ed 306e793895 Windows: Avoid logging ASIO errors to the console twice 5 years ago
  ed da2cd2e619 Windows: Catch and report exception when releasing dodgy ASIO drivers 5 years ago
  ed b45ce09235 Standardised the licensing whitespace in module headers 5 years ago
  ed 90f9af3e2f Fixed a positioning bug in SidePanel::calculateBoundsInParent() 5 years ago
  ed c8adff3675 Removed an unused config flag from the AudioPluginHost jucer file 5 years ago
  ed a901eb96aa Projucer: Add JuceLibraryCode folder to live-build engine system include paths 5 years ago
  ed dde8f4b68c Re-attach ResizableCornerComponent when calling AudioProcessorEditor::setContrainer() so the new constrainer is respected 5 years ago
  Tom Poole 9798f672c4 macOS: Renamed the CoreGraphicsImage class to avoid a symbol resolution issue in Pro Tools 5 years ago
  ed 5623dcda09 Projucer: Added an option to enable app sandbox inheritance in the Xcode exporter 5 years ago
  ed c8c14516d5 Scale mouse position when calculating parent area for PopupMenu window 5 years ago
  ed 28eddda1d9 Check that juce_gui_basics module is available when declaring Process::setDockIconVisible() to fix potential linker error 5 years ago
  Tom Poole e0af085014 Fixed a typo 5 years ago
  Tom Poole e1ded7cc08 Added a macOS text alignment issue to the breaking changes doc. 5 years ago
  ed 78e2892ba9 Added some missing documentation tags 5 years ago
  ed 133b068dcb Added support for selecting fewer input/output channels than the max supported by the plug-in in the standalone plug-in audio settings 5 years ago
  ed 7484ac3dd3 Projucer: Updated all project templates to use include search path when including JuceHeader.h 5 years ago
  ed 7d330ab782 Always #include JuceHeader.h from the include search path 5 years ago
  ed a313357d39 Update DragAndDropTarget::SourceDetails::localPosition before calling DragAndDropContainer::dragOperationStarted() 5 years ago
  ed c5e515aff4 Projucer: Rescan modules after setting global path when creating a new project 5 years ago
  ed 7a25bc9961 Projucer: Updated the documentation for the "Strip Local Symbols" Xcode exporter setting 5 years ago
  ed 8ce79e20e7 macOS: Fixed a bug causing hidden NSWindows to become unhidden when the app regains focus 5 years ago
  ed e58f264c07 Added a MouseEvent::mouseWasDraggedSinceMouseDown() check in ConcertinaPanel::PanelHolder::mouseDrag() 5 years ago