Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • f46d4a0401 VST Client: Remove unused variable by reuk 2021-07-29 12:50:59 +0100
  • 5ea5afbd2a VST Host: Avoid resizing plugin views directly on Windows by reuk 2021-07-28 19:25:08 +0100
  • e7d608aa48 VST3 Host: Ensure that editors open correctly on monitors with non-unity scaling by reuk 2021-07-28 17:32:24 +0100
  • 2465cb0d2a Projucer: Add support for IPP when installed via the oneAPI toolkit by reuk 2021-07-28 12:09:53 +0100
  • 20c23700e5 MinGW: Fix some build issues for 32-bit platforms by reuk 2021-07-27 20:24:51 +0100
  • 5d7f59a19d Accessibility: Fix focus transfer issue when hiding modal components by ed 2021-07-28 15:40:53 +0100
  • c66e8baf7e Whitespace by ed 2021-07-28 15:38:39 +0100
  • 7ab0c9812a Re-saved all projects by ed 2021-07-28 10:08:50 +0100
  • 00aeb89df8 Accessibility: Add Android Studio and iOS exporters to AccessibilityDemo by ed 2021-07-21 17:33:22 +0100
  • 8f03215a9e Accessibility: Add Android support by ed 2021-07-27 17:42:46 +0100
  • 30654fb8ec Accessibility: Add iOS support by ed 2021-07-21 17:27:59 +0100
  • da57f65f3f Accessibility: Add juce_AccessibilityTextHelpers.h by ed 2021-07-21 17:16:01 +0100
  • 588e776bb6 Accessibility: Remove redundant method declaration and general fixups by ed 2021-07-28 09:46:30 +0100
  • 17ca903aaa Accessibility: Don't give focus to currently keyboard focused component in AccessibilityHandler::giveAwayFocusInternal() by ed 2021-07-21 17:16:59 +0100
  • 1028b6e5d1 Accessibility: Fix inaccessible MenuBarComponent items by ed 2021-07-23 17:16:39 +0100
  • a2f7aaab2f Accessibility: Don't create AccessibilityHandler for Components without a native window handle by ed 2021-07-21 17:12:45 +0100
  • d6a5156dd5 Objective-C++: Make getIvar() a free function so it can be used without a class instance by ed 2021-07-21 17:10:38 +0100
  • ddb59d1361 Docs: Fix typo in Component child adding methods by ed 2021-07-28 10:13:10 +0100
  • ff935c5103 Re-saved all projects by ed 2021-07-28 09:23:24 +0100
  • 802f33b0e8 Thread: Avoid setting realtime priority on Thread instances by default on POSIX systems by reuk 2021-07-27 11:39:37 +0100
  • 1de762218a Thread: Check for realtimeAudioPriority in more locations by reuk 2021-07-23 18:39:41 +0100
  • c27279b356 DryWetMixer: Make mixers with maximum delays of 0 slightly more efficient by reuk 2021-07-27 11:39:56 +0100
  • 8f29b2cb83 VST3: Allow plugins to designate the first input bus as Aux rather than Main by reuk 2021-07-23 13:25:09 +0100
  • 34f308bc5a Convolution: Update docs for stylistic consistency by reuk 2021-07-23 13:16:58 +0100
  • 0f76c7d097 POSIX: Close file handle after mapping in MemoryMappedFile::openInternal() to avoid hitting max open file limit by ed 2021-07-27 12:30:17 +0100
  • c5bcfd5c3f macOS: Use the NSOpenPanel message property to display the FileChooser title correctly by ed 2021-07-27 11:52:30 +0100
  • 6d53ed3fec AUv3: Handle AURenderEventMIDIEventList by ed 2021-07-26 18:24:55 +0100
  • cffb544941 UMP: Remove juce_audio_devices dependency by ed 2021-07-27 12:32:22 +0100
  • bdc2334c98 AUv3: Fix unhandled enumeration warning when building against the 12.0 SDK by ed 2021-07-26 09:56:50 +0100
  • d52fb9ca26 AUv3: Suppress undeclared selector warning for supportsMPE when building against the 10.11 SDK by ed 2021-07-26 09:54:45 +0100
  • 074d188239 Add ScopedLowPowerModeDisabler to suppress App Nap on macOS by reuk 2021-07-21 16:14:20 +0100
  • 4b5c59dbae NullCheckedInvocation: Add missing tag and namespace comment to class declaration by ed 2021-07-23 16:06:18 +0100
  • 4980788516 AudioProcessor: Add checks to ensure AAX parameter ID compatibility by reuk 2021-07-19 15:48:31 +0100
  • 3c68581567 Use jassertquiet where possible by reuk 2021-07-16 15:37:22 +0100
  • 46e62b9efe PlatformDefs: Add new jassertquiet macro by reuk 2021-07-15 13:43:45 +0100
  • 9e57375085 CMake: Update docs with newer version requirements by reuk 2021-07-20 08:43:18 +0100
  • 0a609b307e build_tools: Tidy up BuildHelperFunctions and remove some unnecessary namespaces by reuk 2021-07-19 19:00:25 +0100
  • 366a626894 CMake: Ensure version numbers in AU/AUv3 plists are correctly formatted by reuk 2021-07-19 18:59:18 +0100
  • 19e1488e18 Slider: Add getScrollWheelEnabled function by reuk 2021-07-19 17:43:36 +0100
  • 43e577ba6c Projucer: Remove unused embedded image data by Tom Poole 2021-07-22 16:52:01 +0100
  • 51645be3f6 AudioPluginHost: Remove unused binary data by Tom Poole 2021-07-22 16:51:01 +0100
  • d394c770c9 Re-saved all projects by ed 2021-07-22 15:48:37 +0100
  • 88d2edf189 ModalCallbackFunction: Use NullCheckedInvocation helper to fix potential crash due to calling null std::function by ed 2021-07-22 15:44:39 +0100
  • a62f0f91d6 Add juce_Functional.h containing NullCheckedInvocation helper by ed 2021-07-22 15:44:11 +0100
  • 3d4d0caca8 ModalCallbackFunction: Fix crash due to dangling reference by ed 2021-07-22 15:42:50 +0100
  • cf79cc4724 Whitespace by ed 2021-07-22 14:57:45 +0100
  • 4fd0401752 VST3: Fix editor creation in Adobe Premiere Pro by ed 2021-07-22 11:43:51 +0100
  • c1eabac438 Projucer: Removed an unused asset file by Tom Poole 2021-07-22 15:55:53 +0100
  • 7c68dd3709 VST3 Client: Avoid allocation in processParameterChanges() by attila 2021-07-20 14:40:27 +0200
  • f38f721794 Re-saved all projects by ed 2021-07-21 14:52:48 +0100
  • 551d7b9c5b Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options by ed 2021-07-21 16:34:12 +0100
  • 89ca17cf34 Projucer: Fixed some static analyzer warnings by ed 2021-07-20 11:42:12 +0100
  • 3ebd548aac VST3: Ignore VS2015 static analysis warning in VST3 SDK by Tom Poole 2021-07-20 11:48:06 +0100
  • a2d03d2266 Fixed some warnings flagged by Clang's static analyzer by ed 2021-07-19 11:48:06 +0100
  • d3556dfd7f macOS Accessibility: Fixed a memory leak when checking for active accessibility clients by ed 2021-07-16 12:34:32 +0100
  • 465912a26c Projucer: Substitute preprocessor definitions when parsing Android user libraries by ed 2021-07-16 10:29:07 +0100
  • 79f1ffec2e Projucer: Migrate old iOS deployment target setting by ed 2021-07-16 10:15:10 +0100
  • 40b46f8280 Projucer: Revert 0b79bcec to use fix introduced in fefd4ec7 instead by ed 2021-07-16 09:51:24 +0100
  • db2036e81a ChoicePropertyComponent: Return default index if value is not found in value source mapper by ed 2021-07-16 09:50:34 +0100
  • e467473157 Standalone: Fixed a crash due to a dangling input muted value listener by ed 2021-07-15 12:57:03 +0100
  • 0b79bcec69 Projucer: Check project item still exists when initialising exporter icon settings and reset to default if missing by ed 2021-07-15 09:30:48 +0100
  • d5373eed02 Projucer: Partially revert 8ce68447 by ed 2021-07-15 09:05:18 +0100
  • 3d97343c2a GCC: Fix redundant redeclaration warnings by reuk 2021-07-14 16:36:46 +0100
  • 48659d6e9b MIDI: Avoid data races in Linux MidiInput by reuk 2021-07-14 13:15:50 +0100
  • 1d29091133 FileChooser: Always set initial directory if the initialFileOrDirectory argument is not empty by reuk 2021-07-13 17:25:02 +0100
  • 90ad1877af OpenGL: Only use vertex arrays if the GL version is greater or equal to 3 by reuk 2021-07-13 11:47:43 +0100
  • 85226c33d4 Mac MainMenu: Allow commands without modifiers to be passed to peer by reuk 2021-07-12 19:42:06 +0100
  • aba8c8c1d3 VST Host: Allow specifying the host name for VST hosts which do not have an Application instance by reuk 2021-07-12 18:11:49 +0100
  • d64c4277b4 OpenGL: Reinstate ifdef which was removed accidentally by reuk 2021-07-12 12:13:16 +0100
  • 3c5f09243a REAPER Demo: Check opcode index before running embedded UI commands by reuk 2021-07-10 20:15:21 +0100
  • 3d8ffd3abf Docs: Fixed incorrect webkit package name by ed 2021-07-13 08:56:36 +0100
  • a5c3b81f82 Use C++14 lambda capture initialisers for initialising deletion checkers by ed 2021-07-12 11:58:29 +0100
  • 5a78b06f5c Update Button state after sending click callback in Button::mouseUp() by ed 2021-07-09 17:33:38 +0100
  • 77b816b042 Projucer: Ensure that save error messages are shown when using the "Save Project and Open in IDE" command by ed 2021-07-09 12:55:34 +0100
  • d53388097b AudioProcessorGraph: Improve performance when building large graphs by Tom Poole 2021-07-07 11:30:13 +0100
  • 81534104fb DirectWrite: Don't include trailing whitespace when calculating text layout in CustomDirectWriteTextRenderer::DrawGlyphRun() by ed 2021-07-06 15:10:18 +0100
  • e1366361ed TextLayout: Skip whitespace tokens in TokenList::createLayout() to fix misalignment when using horizontally centred justification by ed 2021-07-07 09:40:40 +0100
  • 09c06fb946 macOS Accessibility: Fixed an incorrect deployment target check by ed 2021-07-06 16:02:19 +0100
  • e867d1dbb4 Linux: Fix maximise when not using native titlebar by attila 2021-07-02 20:11:22 +0200
  • 90ea4cc2ab Accessibility: Return button tooltip from ButtonAccessibilityHandler::getHelp() by ed 2021-07-06 09:24:44 +0100
  • 61c638106f Clarify some FileChooser example code by Tom Poole 2021-07-06 08:06:17 +0100
  • 1fb2203517 MidiFile: Allow reporting the type of parsed files by reuk 2021-07-02 18:02:49 +0100
  • 71bc141770 AttributedString: Fix faulty font lookup when rendering text by reuk 2021-06-30 17:03:05 +0100
  • 55f6f3227d TextLayout: Tidy up special member functions by reuk 2021-06-29 18:31:57 +0100
  • 1cd5abe489 AudioBlock: Remove unnecessary casts by reuk 2021-07-02 16:44:33 +0100
  • 6c46512e8b NSViewComponent: Ensure NSView follows size of top-level component by reuk 2021-07-02 16:12:57 +0100
  • 280d97eb79 OpenGL: Check at runtime whether non-power-of-two textures are supported by reuk 2021-06-30 19:20:09 +0100
  • f0b515cc73 OpenGL: Fix shader compilation on Ubuntu 18.04 by reuk 2021-07-01 15:27:21 +0100
  • 024a0b4a20 FileBasedDocument: Fix use-after-move bug by reuk 2021-07-01 12:55:35 +0100
  • 630afbda54 NSViewComponentPeer: Avoid processing mouse events from tracking areas by reuk 2021-07-01 12:23:59 +0100
  • a9d17d860c macOS Accessibility: Fixed crash due to availability of NSAccessibilityLayoutChangedNotification on < 10.9 by ed 2021-07-05 09:49:58 +0100
  • 3321ff231d Accessibility: Fall back to RowComponent AccessibilityHandler if no custom cell component handler has been set in TableListBox by ed 2021-07-02 17:23:51 +0100
  • c559d31e90 Accessibility: Override Accessibility::getHelp() for JUCE widgets that support tooltips by ed 2021-07-02 11:40:37 +0100
  • 422c8f8114 Accessibility: Disable accessibility for TooltipWindows to prevent them from interfering with focus by ed 2021-07-02 11:19:53 +0100
  • f6ceba3e5b Accessibility: Disable accessibility for Drawable base class by ed 2021-07-01 12:30:47 +0100
  • e119178b5b Check BailOutChecker before sending accessibility moved/resized event in Component::sendMovedResizedMessages() by ed 2021-07-01 12:30:23 +0100
  • 845631c762 Linux: Fix bug restoring window positions from saved state by Tom Poole 2021-06-30 17:10:06 +0100
  • 6ed8065f70 CMake: Support automatic linking of bundled libraries in modules by reuk 2021-06-28 20:03:42 +0100
  • dcd2ef93f9 Colour: Remove restrictions on argument to brighter() and darker() by reuk 2021-06-29 16:47:41 +0100
  • 407966b2ca Windows: Fix warnings when building with clang in 64-bit mode by reuk 2021-06-29 16:32:17 +0100