Tom Poole
|
4153d59e39
|
Formatting
|
1 year ago |
Tom Poole
|
2fb19ffd8f
|
Fix some LLVM 17 compiler warnings
|
1 year ago |
Tom Poole
|
7d45d498b9
|
Removed some superfluous consts from definitions
|
1 year ago |
Tom Poole
|
9b041f3d74
|
Add a base clang-tidy configuration
|
1 year ago |
Anthony Nicholls
|
02eb66ee7a
|
ProgressBar: Add style parameter
|
1 year ago |
reuk
|
1543ab1164
|
Projucer: Remove unnecessary friends
|
2 years ago |
attila
|
2fdc4f6633
|
Projucer: Remove VS2015 and CLion exporters
|
3 years ago |
Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
3 years ago |
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
3 years ago |
Tom Poole
|
dc4b9bd152
|
Projucer: Fix non-bool app sandbox temporary exception entitlements
|
3 years ago |
ed
|
2b6dc9f7d2
|
Projucer: Update internal property components
|
3 years ago |
ed
|
24910cc4b4
|
Fix GCC Wshadow warnings
|
3 years ago |
Tom Poole
|
43e577ba6c
|
Projucer: Remove unused embedded image data
|
3 years ago |
Tom Poole
|
fe4ba9071b
|
Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0
See BREAKING-CHANGES.txt for more details.
|
3 years ago |
Tom Poole
|
bfdda737a2
|
Projucer: Removed the live build
|
4 years ago |
ed
|
69085b2a61
|
Projucer: Accessibility updates
|
4 years ago |
ed
|
94ac07cd73
|
Projucer: Fixed a potential crash in JucerTreeViewBase when dereferencing a deleted pointer to the underlying TreeViewItem
|
4 years ago |
ed
|
268ac3d5c8
|
Modernised some code in CallOutBox and added some logic to scale the window with its content component's transform
|
4 years ago |
ed
|
d677fd6264
|
Projucer: Added PCH support for Xcode and Visual Studio exporters
|
4 years ago |
reuk
|
394c4fd475
|
Clang: Fix warnings when building with clang 10
|
4 years ago |
ed
|
009d685179
|
Updated all license headers
|
4 years ago |
ed
|
aa200ffeac
|
Projucer: Fixed some errors when building the live-build engine dll
|
4 years ago |
ed
|
3283f2224a
|
Projucer: Added new start page window
|
5 years ago |
reuk
|
4292a38327
|
Cleanup: Add some missing explicit constructors
|
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
|
cf93f79cc8
|
Projucer: Removed sign-in
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
c73c5512d5
|
Projucer: Refactored the module handling code
|
5 years ago |
ed
|
ecf97e2a08
|
Projucer: Removed some unused code from the FilePathPropertyComponent
|
5 years ago |
ed
|
212eb09e7e
|
Projucer: Only add default com.roli.juce.JuceActivity activity class if push notifications are enabled
|
5 years ago |
ed
|
cb7e325d51
|
Fixed some variable shadowing warnings
|
6 years ago |
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
6 years ago |
ed
|
fef1093f6e
|
Projucer: Update PIP creator window colours when colour scheme changes
|
6 years ago |
ed
|
7495163471
|
Projucer: Made the light colour scheme highlight colour a bit more readable
|
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 |
Tom Poole
|
ba7e1f7658
|
Projucer: Added options to configure macOS Hardened Runtime
|
6 years ago |
Tom Poole
|
602d68dcbc
|
Projucer: Changed the text on the sign out button
|
6 years ago |
ed
|
ce33b4aea1
|
Projucer: Add a setting to configure the number of MIDI inputs and outputs for VST plug-ins
|
6 years ago |
jules
|
da2b10ada6
|
Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'.
|
6 years ago |
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
ed
|
0ae6bdb511
|
Projucer: Fixed an unused variable warning in the live-build engine
|
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
|
2709a84248
|
Projucer: Ensure that the correct area of a FilePathPropertyComponent is highlighted when performing file drag-and-drop and fix an overly restrictive assertion on Windows
|
6 years ago |
ed
|
3f2f2f65a4
|
Projucer: Removed DependencyPathPropertyComponent and replaced it with an updated FilePathPropertyComponent that supports ValueWithDefault
|
6 years ago |
ed
|
a0493e67c1
|
Projucer: Don't attempt to parse empty file paths in FilePathPropertyComponent
|
6 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
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |