Tom Poole
|
7d45d498b9
|
Removed some superfluous consts from definitions
|
1 year ago |
Tom Poole
|
9b041f3d74
|
Add a base clang-tidy configuration
|
1 year ago |
reuk
|
28414a6af8
|
Global: Avoid floating-point equality checks where possible
|
2 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
|
dbbf5cfe6d
|
Projucer: Add the juce namespace to the URL argument of generated HyperlinkButtons
|
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 |
reuk
|
31a7c62baf
|
Windows: Fix and suppress some analysis warnings
This fixes warnings that are emitted when building with the `-analyze`
flag enabled.
|
4 years ago |
ed
|
b8c64bacf4
|
Projucer: Added missing juce namespace to ToggleButtonHandler generated code in the GUI editor
|
4 years ago |
reuk
|
3baaad8b5b
|
XmlElement: Update loops to use new iterators
|
4 years ago |
ed
|
67a9a76f24
|
Projucer: Fixed a bug causing GUI editor code written with older Projucer versions to be overwritten
|
4 years ago |
ed
|
baa5400672
|
Projucer: Fixed some namespace issues in the GUI editor
|
4 years ago |
ed
|
d1bfb83fa4
|
Projucer: Fixed a bug causing GUI editor code written with older Projucer versions to be overwritten
|
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
|
3283f2224a
|
Projucer: Added new start page window
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
ed
|
0b35e9a841
|
Projucer: Added juce:: namespace to the auto-generated GUI editor code
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
reuk
|
ece5644a20
|
CMake: Add support for building JUCE projects with CMake
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
cb7e325d51
|
Fixed some variable shadowing warnings
|
6 years ago |
jules
|
6463529371
|
Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs
|
6 years ago |
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
ed
|
7f4b094018
|
Projucer: Check if component position is relative to any other components when filling out the setBounds() code in the GUI builder
|
6 years ago |
jules
|
6fda0bffca
|
Fixed some stray zeros that were still being passed as null pointers
|
6 years ago |
ed
|
a88fb32b59
|
Projucer: Added a missing .get() to LabelHandler
|
7 years ago |
jules
|
9da4d4131c
|
Increased shadowing warning level, and fixed a few warnings that were generated
|
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
|
0f94dbbf96
|
Projucer: Added a missing .get() to LabelHandler
|
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 |
jules
|
33c0940d74
|
Cleaned up a few more ScopedPointer uses
|
7 years ago |
jules
|
d9585241ad
|
Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance
|
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 |
hogliux
|
54029e776d
|
Projucer: Re-factored source code groups and general code clean-up
|
7 years ago |