1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

7110 commits

Author SHA1 Message Date
ed
59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 2020-03-09 17:39:28 +00:00
ed
f9961e9938 Fixed a bug in the previous commit 2020-03-09 14:43:59 +00:00
ed
5cf2802a00 macOS: Fixed a data race in URLConnectionState 2020-03-09 09:45:31 +00:00
ed
32f077a86a Use Logger::writeToLog() in PerformanceCounter::printStatistics() 2020-03-06 17:39:27 +00:00
ed
d87ff510f2 Corrected the documentation for Colour::fromHSV() 2020-03-06 17:38:53 +00:00
ed
c47c790f79 Linux: Use list instead of vector for file descriptor callback storage in internal message queue to fix issues when recursively adding or removing callbacks 2020-03-06 16:52:13 +00:00
reuk
72c1914004 APVTS: Update an example in the docs to reflect best practices for constructing ParameterLayouts 2020-03-04 17:09:44 +00:00
ed
ccbe0816d0 Changed fallthrough return value to nullptr in OpenGLContext::NativeContext::getNativeHandle() on Windows 2020-03-04 10:01:21 +00:00
Tom Poole
67486d47e0 Fixed some Doxygen warnings 2020-03-03 18:42:02 +00:00
ed
99a17ad3a9 Windows: Fixed an issue with OpenGL rendering scale in plug-ins 2020-03-03 18:37:35 +00:00
ed
e65ac0b2cd Fixed some warnings when calling open() with file mode bits specified but no O_CREAT flag 2020-03-03 17:54:24 +00:00
ed
618f3645b2 Android: Fixed some issues in the native content sharing code 2020-03-03 17:24:39 +00:00
ed
9c83b28e4a Fixed a shadowing warning in the VST3 wrapper 2020-03-03 16:59:39 +00:00
ed
18523101be Windows: Refactored DPI handling in the VST wrapper and hosting code 2020-03-02 15:41:08 +00:00
ed
f2440ec8e2 Initialise dataSize in MemoryInputStream constructor that takes a MemoryBlock rvalue reference 2020-02-27 15:09:13 +00:00
ed
5d920ade5c Android: Fixed an issue when opening mono output streams in Oboe 2020-02-27 14:46:04 +00:00
Tom Poole
2269cf8168 APVTS: Fixed some threading issues 2020-02-25 17:39:20 +00:00
reuk
4b7043b0cd OptionalScopedPointer: Added proper move semantics and convenience constructors 2020-02-25 17:36:36 +00:00
reuk
c2f058df80 Threadsafety improvements 2020-02-25 16:21:10 +00:00
Tom Duncalf
6c4224d05a Android: Fixed some compiler warnings when compiling with Oboe enabled 2020-02-25 16:19:59 +00:00
ed
baebb9d1b5 Fixed a dangling pointer deletion when moving PopupMenu submenus 2020-02-20 12:42:52 +00:00
Mike Toon
a6fded11e6 BLOCKS: Use unique_ptr for setting program and add new block listeners 2020-02-20 12:38:07 +00:00
ed
c2c98d3fdb Updated some incorrect documentation in ValueWithDefault 2020-02-20 09:32:44 +00:00
ed
fde098133a Fixed a documentation issue in InAppPurchases 2020-02-18 12:20:56 +00:00
ed
171b7812f4 Updated platform implementations of Desktop::setKioskComponent() to be multi-monitor aware 2020-02-18 11:19:46 +00:00
ed
8b4ba1ff25 Fixed an issue in 9fda031 2020-02-14 10:39:23 +00:00
ed
0ff16ddadb Windows: Fixed a potential crash when closing and re-opening WASAPI audio devices 2020-02-13 17:05:27 +00:00
ed
9fda031414 Check input as well as output devices names when checking if current audio device is still available in AudioDeviceManager::audioDeviceListChanged() 2020-02-13 17:04:35 +00:00
ed
8209053244 Check if zone is active in MPEInstrument::updateNoteTotalPitchbend() to fix a zone mismatch bug 2020-02-13 11:58:41 +00:00
ed
c8532775e5 Send broadcast message to all local addresses in NetworkServiceDiscovery::Advertiser::sendBroadcast() 2020-02-10 16:42:16 +00:00
reuk
68b02efea1 AudioProcessorGraph: Immediately rebuild the graph if topology changes on the message thread 2020-02-10 16:41:49 +00:00
reuk
f9532f609e DocumentWindow: Made macOS windows respect constrainer minSize when in split screen 2020-02-10 16:25:59 +00:00
ed
46aa467303 Removed const qualifier from dsp::Bias::processSample() 2020-02-10 16:17:07 +00:00
ed
08d0a12f03 Bump version number to 5.4.7 2020-02-10 14:16:54 +00:00
ed
6561e5c040 Windows: Fixed a few more JUCE_WINDOWS == JUCE_MSVC assumptions 2020-02-10 11:48:02 +00:00
ed
ab12d7e406 Android: Fixed a potential NullPointerException in the BillingClient code 2020-02-10 11:47:03 +00:00
ed
e4d10979ae macOS: Fixed an NSWindow focus bug introduced in 8ce79e2 2020-02-07 16:21:09 +00:00
ed
79385cc1e3 VST2: Send audioMasterUpdateDisplay opcode on the message thread to fix some hosts not updating 2020-02-07 13:29:20 +00:00
ed
5bda9de977 Windows: Fixed some build errors and warnings when using Clang in Visual Studio 2020-02-06 14:07:42 +00:00
ed
4446764fa9 Added a missing JUCE_API to OSCBundle::Element class 2020-02-06 09:41:58 +00:00
ed
efdccd8f1d macOS: Don't play alert sound if NSWindow is blocked by modal component in canBecomeKeyWindow() and canBecomeMainWindow() 2020-02-05 13:55:06 +00:00
ed
b40496f568 Fixed a bug when selecting the first row in a ListBox after a key down event 2020-02-05 11:08:32 +00:00
ed
442478680b macOS: Fixed another spurious dynamic_cast warning in CoreGraphicsPixelData 2020-02-05 10:49:25 +00:00
Tom Poole
ef1eacccd3 Bump version number to 5.4.6 2020-02-04 11:26:48 +00:00
Tom Poole
0831c718a2 macOS: Fixed some Projucer live-build issues on Catalina 2020-02-04 11:26:48 +00:00
ed
306e793895 Windows: Avoid logging ASIO errors to the console twice 2020-01-30 10:17:20 +00:00
ed
da2cd2e619 Windows: Catch and report exception when releasing dodgy ASIO drivers 2020-01-30 10:17:20 +00:00
ed
b45ce09235 Standardised the licensing whitespace in module headers 2020-01-30 09:48:16 +00:00
ed
90f9af3e2f Fixed a positioning bug in SidePanel::calculateBoundsInParent() 2020-01-30 08:52:22 +00:00
ed
dde8f4b68c Re-attach ResizableCornerComponent when calling AudioProcessorEditor::setContrainer() so the new constrainer is respected 2020-01-28 11:11:31 +00:00