hogliux
|
98b76b54de
|
Fixed an issue in LookAndFeel v4 which would always override the combobox justification
|
8 years ago |
hogliux
|
c0f69183e7
|
VST2 & VST3: Plug-Ins will already be scaled on retina screens - don't try scaling them again
|
8 years ago |
tpoole
|
61321d2eb9
|
Button: Added a getTriggeredOnMouseDown method
|
8 years ago |
tpoole
|
9f9f815208
|
Resaved all projects
|
8 years ago |
tpoole
|
a05362d46b
|
Projucer: Xcode exporter: Updated to support Xcode 9
|
8 years ago |
tpoole
|
9649dde424
|
Resaved all projects
|
8 years ago |
hogliux
|
d3efd6e685
|
Fixed a typo in the AUv3Synth sample code
|
8 years ago |
ed
|
7582952cdf
|
Projucer: Added a method to check old exporter settings for the C++ language standard setting and to use this value as the default if it hasn't been set
|
8 years ago |
jules
|
df14b18c17
|
cleaned up a method in Array
|
8 years ago |
jules
|
c313a55f83
|
Bit of minor modernisation in CharacterFunctions
|
8 years ago |
jules
|
86deea87ce
|
Added variadic add methods to Array
|
8 years ago |
tpoole
|
ebce454514
|
Added a compatibility fix for older compilers
|
8 years ago |
tpoole
|
7e6a650e8c
|
Fixed some issues when parsing double strings
|
8 years ago |
ed
|
6bfcd820b4
|
Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories.
|
8 years ago |
jules
|
1044015465
|
Added an extra forced resize callback in linux VST hosting to avoid some repaint issues
|
8 years ago |
ed
|
bde34cebcb
|
Projucer: Fixed a bug where the C++ language standard project settings wasn't being recalled correctly
|
8 years ago |
hogliux
|
bfc5708521
|
VST2: Ignore scaling requests on macOS/iOS as scaling is already handled natively
|
8 years ago |
ed
|
ebb5219581
|
Fix for VS build error in last commit
|
8 years ago |
ed
|
2e81e8a0dc
|
Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set.
|
8 years ago |
tpoole
|
60b4b7cfe5
|
Fixed an ISO8601 time parsing bug
|
8 years ago |
tpoole
|
a5c404a155
|
Fixed a bug running the same unit tests successively
|
8 years ago |
jules
|
4e5f005421
|
Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase
|
8 years ago |
hogliux
|
663af835f9
|
AUv3: Update preset list when updateHostDisplay is called
|
8 years ago |
Tom Waldron
|
b5e6570a10
|
Blocks/api (#18)
BLOCKS API: Added extra support for clustering, pitchbend messages and firmware update error handling
|
8 years ago |
tpoole
|
98cb1011bb
|
JUCE Demo: Increased the compiler warning level
|
8 years ago |
hogliux
|
62101b554c
|
Android: Fixed an issue where optimisation flags would be ignored by Android Studio/gradle
|
8 years ago |
hogliux
|
0d601faae5
|
Android: Add workaround for devices which falsely report supporting floating point audio
|
8 years ago |
ed
|
0e6699ce23
|
Projucer: Added options to the iOS exporter for app groups and an option to disable duplicating the resources folder for AUv3 app extensions
|
8 years ago |
tpoole
|
d6ea60b2e5
|
Flexbox: Fixed a bug in the integer rounding of component bounds
|
8 years ago |
hogliux
|
a47dfc5969
|
Fixed a harmless compiler warning on MSVC in previous commit
|
8 years ago |
jules
|
f0792827a4
|
Added Tracktion Waveform to PluginHostType
|
8 years ago |
hogliux
|
643bbdcf87
|
VST3: Added more VST3 speaker enums (and fallback for unknown speakers) to VST3 <-> JUCE speaker conversion functions
|
8 years ago |
hogliux
|
9daf7e26e6
|
AU: Fixed a typo in the AU wrapper shared code
|
8 years ago |
ed
|
5575f7c735
|
Changed the Plugin Host release build OSX deployment target to use default instead of 10.5
|
8 years ago |
ed
|
470060b6ee
|
Resaved all projects
|
8 years ago |
ed
|
a68373ac44
|
URL: Added support for query string parameters without values
|
8 years ago |
ed
|
15898a75bd
|
Projucer: Fixed a bug in the GUI editor where the query string of a URL passed to a HyperlinkButton was being removed
|
8 years ago |
hogliux
|
04c0fc093c
|
Fixed a harmless compiler warning with newer versions of clang
|
8 years ago |
hogliux
|
c7e8475f57
|
Andorid: Removed some android video stubs which could cause a crash on application startup
|
8 years ago |
hogliux
|
b2576d288a
|
Added a sourceComponent parameter to the performExternalDragDropOfFiles/performExternalDragDropOfText methods of DragAndDropContainer
|
8 years ago |
jules
|
61b24cd152
|
BLOCKS API: Fix to the littlefoot compiler crashing on some return statements
|
8 years ago |
hogliux
|
4b4b171423
|
VST3: Fixed an issue where the program number was calculated incorrectly when the host requests a program change
|
8 years ago |
jules
|
276d760cb5
|
Workaround for AVPlayerView being unavailable on 32-bit OSX
|
8 years ago |
hogliux
|
0508e4f2fe
|
AU: Remove old unused source file (and apply my previous fix on the correct file)
|
8 years ago |
hogliux
|
b1b5c7bf23
|
iOS: Always assume that your main view is in focus if you are running as an app extension
|
8 years ago |
jules
|
97fdc233e6
|
Avoided a problem with the win32 video module if JUCE_MODAL_LOOPS_PERMITTED is disabled
|
8 years ago |
hogliux
|
da113a24a5
|
AU: Fixed a crash in a recent commit
|
8 years ago |
jules
|
a2a5428eab
|
Added a missing iOS framework to the juce_video module
|
8 years ago |
jules
|
cb14ab3891
|
Tweaked the OSX video player to do sample-accurate seeking
|
8 years ago |
hogliux
|
763ae6c4ad
|
AU: Fixed a compiler error when building AU hosts
|
8 years ago |