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

8928 commits

Author SHA1 Message Date
Tom Poole
ba130cdd8c Removed the OS X 10.5 and 10.6 deployment target options from the Projucer 2018-04-05 10:23:04 +01:00
ed
26a608306e Projucer: Fixed a crash that could occur when editing module flags 2018-04-05 09:25:26 +01:00
ed
8d952587a5 Projucer: Renamed the "Include BinaryData in AppConfig" project setting to "Include BinaryData in JuceHeader" so that it actually does what it says 2018-04-04 17:20:14 +01:00
ed
11c4e91fa5 VST: Fixed an unused variable warning on Linux 2018-04-04 17:00:05 +01:00
ed
2e8ec2a757 Projucer: Remove unused code in CodeBlocksProjectExporter 2018-04-04 16:55:59 +01:00
ed
1bdc584449 Projucer: Remove unused VST3 code in MakefileProjectExporter 2018-04-04 16:55:59 +01:00
hogliux
51ba2e1902 Changed demo-runner bundle-id 2018-04-04 16:53:48 +01:00
jules
121719be69 Added new method Rectangle::toNearestIntEdges(), and used this to improve the Grid layout snapping 2018-04-04 16:43:17 +01:00
ed
5c8084c3e6 VST: Workaround for a potential infinite resizing loop due to coordinate rounding when updating the host window size 2018-04-04 16:33:34 +01:00
jules
705262600b Quick cleanup of some posix code 2018-04-04 16:22:04 +01:00
jules
2e0f6b5dbc Avoided an OSX font bug workaround that's no longer needed in 10.11, and also stripped out a huge amount of defunct OSX 10.5 font code 2018-04-04 16:03:40 +01:00
jules
b46c63bdae Made the MidiMessageSequence copy constructor generate a more faithful version of the original state, rather than always matching up all note on/off pairs 2018-04-04 15:52:45 +01:00
Tom Poole
98483e826a Fixed a compiler warning 2018-04-04 15:52:08 +01:00
hogliux
0db9415de6 Add bypass support to both hosting and plug-in client code 2018-04-04 11:26:26 +01:00
hogliux
e05a1549f2 Re-worked plug-in wrappers to all use new parameter system via LegacyAudioParameter wrapper class 2018-04-04 11:26:26 +01:00
Dimitri Sudell
2ff4d858c6 AUv3: use 'UIViewContentMode' for nicer resizing 2018-04-04 11:10:05 +01:00
hogliux
736a07e4ce Added a setTagName method to XmlElement 2018-04-04 10:46:18 +01:00
jules
36ff414d4e Updated .gitignore to hide some new Xcode spam files 2018-04-03 16:20:01 +01:00
jules
809651694e Simplified the SparseSet class using Ranges 2018-04-03 16:18:06 +01:00
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 2018-04-03 12:58:12 +01:00
jules
f752a3331e Added methods UndoManager::getUndoDescriptions() and UndoManager::getRedoDescriptions() 2018-04-03 12:32:08 +01:00
hogliux
7bcd6a5ecd Added support for uncompressing symbolic links in zip files 2018-04-03 12:01:30 +01:00
hogliux
0c18f1cab7 Fixed a signed conversion warning on macOS and iOS 2018-04-03 11:29:40 +01:00
Noah Dayan
585cd22f37 Migrate BLOCKS documentation 2018-04-03 11:22:33 +01:00
hogliux
c048f5d40a macOS/iOS/Linux: Added support for compressing symbolic links in zip files 2018-04-03 11:19:39 +01:00
hogliux
3ebe75f030 Windows: ensured that File::replaceInternal does not fail with ACL errors 2018-04-03 09:51:07 +01:00
Noah Dayan
fd0c426ed0 Fixed Doxygen bug in CoreAudioLayouts 2018-03-29 15:43:45 +01:00
Noah Dayan
65c82b99db Fixed typo in docs of MultiChoicePropertyComponent 2018-03-29 15:27:53 +01:00
Noah Dayan
db1e454f45 Fixed a documentation tag in URLInputSource 2018-03-29 15:19:32 +01:00
ed
db8fa5a4b4 Re-saved all projects 2018-03-29 14:51:26 +01:00
ed
dd7d3c41d0 Projucer: Cleaned up the generated BinaryData code and added a BinaryData::originalFilenames array 2018-03-29 14:47:54 +01:00
ed
4f976edd5a Fixed a typo in ChangeList.txt 2018-03-29 11:35:40 +01:00
ed
cca893a5a2 Projucer: Added a MultiChoicePropertyComponent to the project settings for selecting AU main type 2018-03-29 11:15:03 +01:00
ed
bd75eb1ed8 Projucer: Update plugin name, description and AU export prefix defaults when project name changes 2018-03-29 11:12:32 +01:00
hogliux
5b0b97473c macOS: Fixed a bug which would prevent a SystemTrayIconComponent from creating a native popup window 2018-03-29 10:45:09 +01:00
ed
961b274e1b Projucer: Removed a couple of unused methods 2018-03-29 08:50:53 +01:00
ed
c70d321007 Fixed a positioning bug in MultiChoicePropertyComponent 2018-03-28 18:33:37 +01:00
ed
e24cfc864a Projucer: Fixed a couple of VST/VST3 typos in the previous commit 2018-03-28 16:14:25 +01:00
ed
629f2a2979 Projucer: Added options for setting the VST, VST3, AAX and RTAS categories and simplified the plug-in project settings with MultiChoicePropertyComponent 2018-03-28 15:59:34 +01:00
ed
51ff1daf60 Various improvements to MultiChoicePropertyComponent such as setting a max number of selectable values and displaying the default values 2018-03-28 15:57:16 +01:00
ed
11ad96d0c8 Added some methods to ValueWithDefault for converting between Array<var> and a delimited string so that it can be written to XML 2018-03-28 15:55:40 +01:00
hogliux
f5db5faff6 Update the BLOCKS SDK and its documentation 2018-03-28 14:46:08 +01:00
hogliux
975b242987 macOS/iOS: Workaround an Apple bug which could result in a race-condition when accessing a WebInputStream from multiple threads 2018-03-28 10:49:43 +01:00
jules
a0f3952081 Projucer GUI editor font kerning retention fix 2018-03-28 10:43:12 +01:00
ed
89d1e60595 Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed 2018-03-27 14:31:17 +01:00
ed
01339a5365 Projucer: Moved the live-build settings into a separate CompileEngineSettings class and refactored some redundant code 2018-03-27 14:29:02 +01:00
ed
6eeaa4036c Projucer: Ensure that the default project name is used when no name is set 2018-03-27 14:24:53 +01:00
Tom Poole
f5174e340e Added some assertions when the input to a NormalisableRange conversion function is outside of the expected range 2018-03-27 11:06:41 +01:00
ed
b0344308f5 Projucer: Fixed a few places in the Xcode exporter where the default value may not be recalled correctly 2018-03-27 09:35:51 +01:00
ed
4a80292515 Projucer: Fixed a bug in the MSVC exporter where the architecture setting was not being recalled correctly if set to "default" 2018-03-27 09:16:35 +01:00