ed
|
b0c8917430
|
Projucer: Fixed a bug recalling code editor colour schemes when invoked from the command-line
|
4 years ago |
ed
|
57f4d4a618
|
Projucer: Removed deprecated Android NDK path property
|
4 years ago |
ed
|
009d685179
|
Updated all license headers
|
4 years ago |
ed
|
3283f2224a
|
Projucer: Added new start page window
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
ed
|
fba0295a44
|
Projucer: Added a simple sign-in form, added notification tray for project messages, general refactoring
|
5 years ago |
ed
|
521c250413
|
Projucer: Remove custom VST3 path options
|
5 years ago |
reuk
|
e7e1de78fa
|
Files: Add RangedDirectoryIterator
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
161e5cd1c3
|
Projucer: Updated Android SDK/NDK fallback paths on Windows
|
5 years ago |
Tom Poole
|
a0b0a3e7bd
|
Projucer: Fixed an issue setting the fallback Android SDK path on Linux
|
6 years ago |
jules
|
c6d1828a32
|
A few more internal updates for better smart pointer use
|
6 years ago |
jules
|
2e2cfb5f6c
|
Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones
|
6 years ago |
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
ed
|
fe49d69dfc
|
Projucer: Added a "VST (Legacy) SDK" field to the global paths window and re-factored the global paths window a bit
|
6 years ago |
ed
|
c4eb15eb21
|
Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent
|
6 years ago |
jules
|
768139a298
|
Added some free functions to help make XML parsing less verbose: parseXML()
|
6 years ago |
ed
|
6a3825f88f
|
Projucer: Fixed a potential crash when setting a global path from the command line
|
6 years ago |
ed
|
ac8c1a11fb
|
Projucer: Remove some unnecessary assertions from StoredSettings
|
6 years ago |
ed
|
bf8adbc29a
|
Projucer: Added an option to set the path to the Android Studio executable in the "Global Paths" settings
|
7 years ago |
hogliux
|
cf4f12a452
|
Replaced our VST2 interface headers with official VST3 SDK
|
7 years ago |
ed
|
848ab56465
|
Projucer: Don't overwrite newer global settings file when migrating Introjucer settings
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
ed
|
7e310f51bb
|
Projucer: Fixed an assertion that could be hit when calling StoredSettings::checkJUCEPaths()
|
7 years ago |
ed
|
ef2d1fa9fd
|
Projucer: Various fixes and improvements to PIPGenerator
|
7 years ago |
jules
|
415f0e4c90
|
Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit!
|
7 years ago |
ed
|
bb5dd6aaa6
|
Projucer: Fixed a typo
|
7 years ago |
Tom Poole
|
cff37f5b6a
|
Fixed some const violation errors
|
7 years ago |
jules
|
babea0885b
|
Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy.
|
7 years ago |
tpoole
|
a75f023ca5
|
Clion: Added a global path to the CLion exe
|
7 years ago |
jules
|
2dc9316420
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
7 years ago |
tpoole
|
1946712154
|
Projucer: Reorganised some source files so that we can compile with the malfunctioning link time optimisation of legacy 32 bit MinGW compilers
|
7 years ago |
hogliux
|
54029e776d
|
Projucer: Re-factored source code groups and general code clean-up
|
7 years ago |