ed
|
11e790094e
|
Projucer: Fix a typo in the --set-global-search-path help text and allow quoted paths
|
7 years ago |
ed
|
848ab56465
|
Projucer: Don't overwrite newer global settings file when migrating Introjucer settings
|
7 years ago |
ed
|
eed45b7462
|
Projucer: Mark modified files with an asterisk in the file tree panel
|
7 years ago |
ed
|
783b6b7baf
|
Projucer: Fixed a bug in the GUI builder's relative #include path when adding Viewport content
|
7 years ago |
ed
|
c5be8e0722
|
Projucer: Save all open documents when saving a project via the GUI
|
7 years ago |
Lukasz Kozakiewicz
|
70ad10155f
|
Projucer: add option to Xcode exporter to embed a framework in an app bundle.
|
7 years ago |
Lukasz Kozakiewicz
|
315326477d
|
Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
|
7 years ago |
ed
|
6a1d6f9cb8
|
Projucer: Fixed a crash when opening the editor colour scheme window
|
7 years ago |
ed
|
0f94dbbf96
|
Projucer: Added a missing .get() to LabelHandler
|
7 years ago |
ed
|
527625b699
|
Added support for building Unity native audio plugins on desktop platforms
|
7 years ago |
ed
|
5830193448
|
Projucer: Capitalised some property names
|
7 years ago |
ed
|
481221a256
|
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
|
7 years ago |
ed
|
a85dc1c5fe
|
Projucer: Set the default plugin binary copy locations of the VS exporter based on the target architecture
|
7 years ago |
jules
|
38295f332b
|
Converted some old typedefs to using declarations
|
7 years ago |
ed
|
88071b29e6
|
Projucer: Added some missing #pragma once
|
7 years ago |
Lukasz Kozakiewicz
|
772185f2b0
|
Add camera support for iOS and Android.
|
7 years ago |
ed
|
1e23f5fa25
|
Projucer: Fixed a bug causing AAX and RTAS categories to not be recalled correctly
|
7 years ago |
ed
|
d53171f0e9
|
Add "Assets" folder as a custom resource folder in AUv3SynthPlugin example on Mac so that the AUv3 passes auval
|
7 years ago |
ed
|
f29fa75477
|
Projucer: Fixed the "Don't Add Resources Folder to App Extension" setting in the iOS exporter so that it does what it says and added the option to the Mac exporter
|
7 years ago |
Tom Poole
|
884f03aaa3
|
Added a missing plug-in capability when creating the AudioPluginDemo project
|
7 years ago |
ed
|
040a3168f3
|
Projucer: Fix formatting in previous commit
|
7 years ago |
ed
|
12b90421b4
|
Projucer: Set extra plugin formats and characteristics of PIP examples
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
ed
|
1060e3a0c2
|
Projucer: Use widget colour id for MultiChoicePropertyComponent button text
|
7 years ago |
Tom Poole
|
c7c26fa9f0
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
7 years ago |
ed
|
4a73a9a6f0
|
Projucer: When writing the VST3 category string prioritise "Fx" > "Instrument" > everything else. Added missing "Dynamics" category
|
7 years ago |
ed
|
6dbcfbf6e5
|
Projucer: Write AppConfig.h file once and ensure that it is only rewritten if it has actually changed
|
7 years ago |
ed
|
3e75fce282
|
Projucer: Removed noexcept specifier from BinaryData methods for VS2013 compatibility
|
7 years ago |
jules
|
8faeecec28
|
Fixed a bug in the Projucer where the --lf command line option wouldn't work
|
7 years ago |
ed
|
1e66355617
|
Projucer: Explicitly set the project ID if it isn't already set
|
7 years ago |
ed
|
d5d2938126
|
Projucer: Allow relative paths in the "Extra Frameworks" field of the Xcode exporter
|
7 years ago |
Tom Poole
|
92ff4e285c
|
Updated the Xcode exporter upgrade warnings
|
7 years ago |
ed
|
8f86e68190
|
Projucer: Allow ComponentEditor to edit all cpp file extensions
|
7 years ago |
ed
|
193a47c10b
|
Projucer: Only write plugin characteristics file once
|
7 years ago |
ed
|
317793258f
|
Projucer: Don't link to external libraries or compile resources file when building the shared code target in VS
|
7 years ago |
ed
|
4493b71fd9
|
Projucer: Remove old plugin format identifier from audio plugin wizard and add standalone to default plugin formats
|
7 years ago |
ed
|
728d28fdc0
|
Projucer: Always locally copy PIP files that are created from the clipboard so that they aren't deleted on shutdown
|
7 years ago |
ed
|
16935088e1
|
Projucer: Fix linker error when building live-build DLL
|
7 years ago |
ed
|
c9aebedfeb
|
Projucer: Update PIPGenerator to use new plugin formats multi-choice var
|
7 years ago |
ed
|
fabb3a1e09
|
Projucer: Ensure that the compile engine settings are stored and recalled correctly
|
7 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
hogliux
|
2271d3b734
|
Android: Android Studio 3.1 now requires the google() repository to come before any other repositories
|
7 years ago |
hogliux
|
a82047aea9
|
Android: Updated to latest android gradle plugin and build tools version
|
7 years ago |
jules
|
d691838765
|
Tidied up a few minor coding style discrepencies
|
7 years ago |
ed
|
2204c6b263
|
Projucer: Fixed a bug where AAX and RTAS categories were not being recalled correctly
|
7 years ago |
ed
|
03eb182e7d
|
Revert commit ba130cd
|
7 years ago |
ed
|
7d36760efd
|
PIPs: Changed the Component Main.cpp wrapper to avoid a crash that would happen on quit when using the live-build engine on Windows
|
7 years ago |
ed
|
05ae575b46
|
Projucer: Add analytics events for new project wizard page
|
7 years ago |
ed
|
b999047748
|
Projucer: Ensure that "Module Added" analytics events are only sent once and not sent when creating a new project
|
7 years ago |
ed
|
978edcff38
|
Projucer: Ensure that getAvailableModulesInGlobalPath() can handle paths starting with "~"
|
7 years ago |