Tom Poole
|
e821dd9b8e
|
VST3: Fixed a memory leak
|
2019-03-25 17:22:46 +00:00 |
|
ed
|
ba2575a4d3
|
Added a ScopedLock in ThreadPool::getNumJobs() to fix a potential data race
|
2019-03-25 17:15:30 +00:00 |
|
ed
|
290aad89f8
|
Fixed a potential data race in AudioThumbnail
|
2019-03-25 16:24:40 +00:00 |
|
reuk
|
e5ce2ceb97
|
MathsFunctions: Made numElementsInArray constexpr
|
2019-03-25 14:47:21 +00:00 |
|
ed
|
a8ff4ea180
|
Projucer: Send warning message in Project::removeDefunctExporters() to stdout when running from the command-line
|
2019-03-25 11:09:18 +00:00 |
|
ed
|
6cb244f5a1
|
Support comma decimal mark in Time::fromISO8601()
|
2019-03-25 10:07:17 +00:00 |
|
ed
|
c96bf71488
|
Removed some empty ValueTree::Listener methods that are no longer needed
|
2019-03-22 17:28:14 +00:00 |
|
ed
|
20864a2f5f
|
Made all of the ValueTree::Listener methods no longer pure virtual
|
2019-03-22 17:27:55 +00:00 |
|
ed
|
4dad6ee028
|
Projucer: Add a project setting to specify a shell script that will be run after saving
|
2019-03-22 16:51:54 +00:00 |
|
ed
|
90d65375df
|
macOS: Don't apply backing scale factor when using the CoreGraphics renderer
|
2019-03-22 12:56:03 +00:00 |
|
ed
|
3d8acd864a
|
Fixed some pen input source issues
|
2019-03-22 10:47:54 +00:00 |
|
ed
|
c50a50d4f2
|
Windows: Add a fallback for win32 MIDI devices that don't support the DRV_QUERYDEVICEINTERFACE message
|
2019-03-22 09:19:48 +00:00 |
|
Tom Poole
|
ce6339f332
|
Added a trailing decimal when serialising integer valued doubles
|
2019-03-22 07:50:41 +00:00 |
|
Tom Poole
|
0d019acd1c
|
Added a trailing decimal when serialising integer valued doubles
|
2019-03-21 17:50:11 +00:00 |
|
Tom Poole
|
dc16992968
|
AAX: Fixed a bug setting the number of parameter steps
|
2019-03-21 11:52:40 +00:00 |
|
Tom Poole
|
1774052b61
|
MacOS: Removed the "update to latest version" Xcode warning
|
2019-03-21 11:02:59 +00:00 |
|
Tom Poole
|
d475b17a81
|
Fixed some compiler warnings
|
2019-03-21 10:55:05 +00:00 |
|
Tom Poole
|
d4aed754c0
|
AAX: Fixed some compiler warnings
|
2019-03-21 10:52:52 +00:00 |
|
ed
|
cc2a7094e8
|
Fixed an unused variable warning in the VST3 wrapper
|
2019-03-21 10:52:11 +00:00 |
|
Tom Poole
|
d11ef30e09
|
CLion: Fixed some issues loading a CMakeLists.txt generated on Windows
|
2019-03-21 10:51:56 +00:00 |
|
Tom Poole
|
4700dd9773
|
Serialise doubles into more human friendly XML and JSON
|
2019-03-21 10:50:31 +00:00 |
|
Tom Poole
|
2ef4ea53cf
|
APVTS: Improve the performance of parameter lookups
|
2019-03-21 10:48:13 +00:00 |
|
Tom Poole
|
a1dc1b1fce
|
Fixed an issue iterating arrays of owned objects from object destructors
|
2019-03-20 14:33:19 +00:00 |
|
Tom Maisey
|
d5816ad186
|
Fix master channel check in MPEInstrument
|
2019-03-20 14:15:22 +00:00 |
|
Tom Poole
|
096cad36a6
|
AAX: Fixed a bug setting the number of parameter steps
|
2019-03-20 11:46:36 +00:00 |
|
ed
|
9715e77e0f
|
Only call ComponentPeer::textInputRequired() from TextEditor::checkFocus() if the focus status has changed to fix the soft input keyboard constantly re-opening on Android
|
2019-03-19 17:48:52 +00:00 |
|
ed
|
291d654ece
|
Replace isInitialByte() check with isStatusByte() in MidiDataConcatenator::processSysex() to fix truncated sysex messages
|
2019-03-19 14:59:09 +00:00 |
|
Tom Poole
|
ff1dbf5f6d
|
Added a missing JUCE_API
|
2019-03-19 12:55:21 +00:00 |
|
dimitri
|
92d930a17e
|
BLOCKS: Make MIDI port listener thread safe
|
2019-03-18 17:05:07 +00:00 |
|
ed
|
eedca6109c
|
Add a fallback in Displays::findDisplays() on Linux to make sure that there is always a main display
|
2019-03-18 16:53:15 +00:00 |
|
ed
|
150d9ea6b1
|
VST: Ensure that reported bounds are consistent on all platforms
|
2019-03-18 10:05:19 +00:00 |
|
Mike Toon
|
9a6b37d499
|
BLOCKS: Add block argument to logging callback
|
2019-03-15 14:12:40 +00:00 |
|
ed
|
1a46fb3a5f
|
Minor whitespace tidying
|
2019-03-15 14:10:14 +00:00 |
|
jules
|
b6f0b2d0aa
|
Tweaked the re-entrancy check on the PluginListComponent scan
|
2019-03-15 12:42:04 +00:00 |
|
jules
|
1c1232bfe7
|
Set JUCE_ALLOW_STATIC_NULL_VARIABLES 0 by default - these have all been marked as deprecated for a long time
|
2019-03-15 10:08:26 +00:00 |
|
ed
|
076be31fce
|
Call _exit() instead of exit() on failure of execvp() in the forked child process on posix systems to avoid double-flushing stdio buffers
|
2019-03-14 15:56:06 +00:00 |
|
ed
|
7c4cd54bcc
|
Fixed a typo in the README.md and made system requirements section clearer
|
2019-03-14 12:45:15 +00:00 |
|
ed
|
de251d36ed
|
macOS: Fallback for creating unique ID for MIDI ports if the bundleRef isn't created
|
2019-03-14 12:42:09 +00:00 |
|
jules
|
11aee7cb6a
|
Fixed a possible uncaught exception in ConsoleApplication
|
2019-03-14 09:59:48 +00:00 |
|
ed
|
3064d243b0
|
Some ChildProcess reliability improvements on posix systems
|
2019-03-13 17:19:48 +00:00 |
|
ed
|
e54208ecc8
|
Projucer: Don't sort module libs list when adding to exporter
|
2019-03-13 15:55:26 +00:00 |
|
ed
|
61637218a2
|
macOS: Fixed a couple of places where CFStrings weren't being released properly
|
2019-03-13 15:04:03 +00:00 |
|
jules
|
11c8a4d1e6
|
Added a method ConsoleApplication::printCommandDetails()
|
2019-03-13 13:48:39 +00:00 |
|
Zsolt Garamvolgyi
|
c3a8ea1ab6
|
SIMDRegister abs operation implemented
|
2019-03-12 17:19:59 +00:00 |
|
ed
|
56302416df
|
Remove check for touch input in MouseInputSourceInternal::getRawScreenPosition() and instead use the cached mouse position from the native peer impls
|
2019-03-12 16:45:50 +00:00 |
|
ed
|
7fad509483
|
Windows: Store the last valid touch input position and return it from MouseInputSource::getCurrentRawMousePosition()
|
2019-03-12 16:45:41 +00:00 |
|
Tom Poole
|
ba4f9d5fe5
|
VST3: Fixed a MIDI routing bug
|
2019-03-12 13:43:09 +00:00 |
|
ed
|
ead04aa9f2
|
Projucer: Ensure that custom Xcode schemes are fully removed when the "Keep Custom Xcode Schemes" setting is disabled
|
2019-03-12 11:46:12 +00:00 |
|
ed
|
78f3f299d5
|
Projucer: Tidy up a couple of places not using ValueWithDefault objects in the Xcode exporter
|
2019-03-12 11:27:44 +00:00 |
|
ed
|
aaaa9e6afb
|
Windows: Fixed a bug causing DPI unaware desktop windows to not fill the entire screen when maximised
|
2019-03-12 09:41:30 +00:00 |
|