Dimitri Sudell
|
2ff4d858c6
|
AUv3: use 'UIViewContentMode' for nicer resizing
|
7 years ago |
hogliux
|
736a07e4ce
|
Added a setTagName method to XmlElement
|
7 years ago |
jules
|
36ff414d4e
|
Updated .gitignore to hide some new Xcode spam files
|
7 years ago |
jules
|
809651694e
|
Simplified the SparseSet class using Ranges
|
7 years ago |
jules
|
aeee6f4c33
|
Projucer: added a command-line flag --lf to make the whitespace and other file-generating tools use LF as linefeeds rather than CRLF
|
7 years ago |
jules
|
f752a3331e
|
Added methods UndoManager::getUndoDescriptions() and UndoManager::getRedoDescriptions()
|
7 years ago |
hogliux
|
7bcd6a5ecd
|
Added support for uncompressing symbolic links in zip files
|
7 years ago |
hogliux
|
0c18f1cab7
|
Fixed a signed conversion warning on macOS and iOS
|
7 years ago |
Noah Dayan
|
585cd22f37
|
Migrate BLOCKS documentation
|
7 years ago |
hogliux
|
c048f5d40a
|
macOS/iOS/Linux: Added support for compressing symbolic links in zip files
|
7 years ago |
hogliux
|
3ebe75f030
|
Windows: ensured that File::replaceInternal does not fail with ACL errors
|
7 years ago |
Noah Dayan
|
fd0c426ed0
|
Fixed Doxygen bug in CoreAudioLayouts
|
7 years ago |
Noah Dayan
|
65c82b99db
|
Fixed typo in docs of MultiChoicePropertyComponent
|
7 years ago |
Noah Dayan
|
db1e454f45
|
Fixed a documentation tag in URLInputSource
|
7 years ago |
ed
|
db8fa5a4b4
|
Re-saved all projects
|
7 years ago |
ed
|
dd7d3c41d0
|
Projucer: Cleaned up the generated BinaryData code and added a BinaryData::originalFilenames array
|
7 years ago |
ed
|
4f976edd5a
|
Fixed a typo in ChangeList.txt
|
7 years ago |
ed
|
cca893a5a2
|
Projucer: Added a MultiChoicePropertyComponent to the project settings for selecting AU main type
|
7 years ago |
ed
|
bd75eb1ed8
|
Projucer: Update plugin name, description and AU export prefix defaults when project name changes
|
7 years ago |
hogliux
|
5b0b97473c
|
macOS: Fixed a bug which would prevent a SystemTrayIconComponent from creating a native popup window
|
7 years ago |
ed
|
961b274e1b
|
Projucer: Removed a couple of unused methods
|
7 years ago |
ed
|
c70d321007
|
Fixed a positioning bug in MultiChoicePropertyComponent
|
7 years ago |
ed
|
e24cfc864a
|
Projucer: Fixed a couple of VST/VST3 typos in the previous commit
|
7 years ago |
ed
|
629f2a2979
|
Projucer: Added options for setting the VST, VST3, AAX and RTAS categories and simplified the plug-in project settings with MultiChoicePropertyComponent
|
7 years ago |
ed
|
51ff1daf60
|
Various improvements to MultiChoicePropertyComponent such as setting a max number of selectable values and displaying the default values
|
7 years ago |
ed
|
11ad96d0c8
|
Added some methods to ValueWithDefault for converting between Array<var> and a delimited string so that it can be written to XML
|
7 years ago |
hogliux
|
f5db5faff6
|
Update the BLOCKS SDK and its documentation
|
7 years ago |
hogliux
|
975b242987
|
macOS/iOS: Workaround an Apple bug which could result in a race-condition when accessing a WebInputStream from multiple threads
|
7 years ago |
jules
|
a0f3952081
|
Projucer GUI editor font kerning retention fix
|
7 years ago |
ed
|
89d1e60595
|
Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed
|
7 years ago |
ed
|
01339a5365
|
Projucer: Moved the live-build settings into a separate CompileEngineSettings class and refactored some redundant code
|
7 years ago |
ed
|
6eeaa4036c
|
Projucer: Ensure that the default project name is used when no name is set
|
7 years ago |
Tom Poole
|
f5174e340e
|
Added some assertions when the input to a NormalisableRange conversion function is outside of the expected range
|
7 years ago |
Tom Poole
|
456c161343
|
Fixed a parameter change recursion issue in the VST and AU wrappers
|
7 years ago |
ed
|
b0344308f5
|
Projucer: Fixed a few places in the Xcode exporter where the default value may not be recalled correctly
|
7 years ago |
ed
|
4a80292515
|
Projucer: Fixed a bug in the MSVC exporter where the architecture setting was not being recalled correctly if set to "default"
|
7 years ago |
reuk
|
e98c73bc6d
|
AU: Pragma ignore warnings which are triggered by Apple code
|
7 years ago |
hogliux
|
350551b37c
|
Ensured that ThreadPool::moveJobToFront can survive a stale job pointer
|
7 years ago |
jules
|
a632b57e7a
|
Simplified ByteOrder, and made it less susceptible to UB when reading from non-aligned addresses. Removed ambiguous method ByteOrder::littleEndianInt (c1, c2, c3, c4), which was probably producing the wrong behaviour on big-endian systems
|
7 years ago |
ed
|
0cfa1e4b7a
|
Projucer: Fixed a bug in the Xcode exporter where Xcode resource files were being added to both the source and resource groups
|
7 years ago |
Tom Poole
|
77128db335
|
Capitalised the PIP vendor field for the examples
|
7 years ago |
Tom Poole
|
dd684b1a5d
|
Fixed a parameter change recursion issue in the VST and AU wrappers
|
7 years ago |
jules
|
734d33dd80
|
Avoided a problem with the on-screen keyboard being re-created after shutdown on Windows
|
7 years ago |
ed
|
a7b6f55885
|
Ensure that the underlying var array controlled by MultiChoicePropertyComponent is sorted and that its toggle buttons are updated if the default changes
|
7 years ago |
ed
|
a9283f48fa
|
Added a lambda callback to ValueWithDefault that will be called when the default value is changed
|
7 years ago |
ed
|
8eacf2cd96
|
Fixed some AudioProcessor layouts mis-matches in the JUCE plugin examples
|
7 years ago |
ed
|
ea826db813
|
PIPs: Ensure that the assets directory is copied correctly for mobile examples
|
7 years ago |
Noah Dayan
|
c610745ee3
|
Fixed listener bug in AudioPluginHost
|
7 years ago |
ed
|
8a467e7dc3
|
Projucer: Added a "PIP Creator" utility tool
|
7 years ago |
ed
|
bfd3afa6cf
|
Re-saved all projects
|
7 years ago |