reuk
83e5264c86
Formatting: Remove double-dots from comments and other strings
2025-11-18 15:47:42 +00:00
reuk
7f22db449a
AffineTransform: Add horizontalFlip()
2025-10-20 17:34:47 +01:00
reuk
bd2aea9676
AffineTransform: Add isOnlyTranslationOrScale() helper
2024-05-20 12:49:55 +01:00
reuk
c25a1fe233
AffineTransform: Add basic test for fromTargetPoints
2024-05-08 17:53:52 +01:00
Tom Poole
94d98a2b10
Update licensing information
2024-04-16 11:39:35 +01:00
Tom Poole
6bf9bb9a2e
Add final specifiers in implementation files
2023-10-10 16:12:38 +01:00
reuk
28414a6af8
Global: Avoid floating-point equality checks where possible
2023-04-04 19:55:11 +01:00
Tom Poole
2ec861d99e
Update licensing banners to JUCE 7
2022-05-16 17:55:48 +01:00
Tom Poole
dea3fe60e4
Update copyright banners
2022-04-04 12:36:32 +01:00
ed
b9542ccc4c
Update code to use C++14 [[deprecated]] attribute
...
This commit removes the various compiler-specific JUCE_DEPRECATED macros and replaces them with C++14's deprecated attribute. It also removes the JUCE_CATCH_DEPRECATED_CODE_MISUSE flag as we can rely on the override specifier catching usage of these old virtual methods, and tidies up the DOXYGEN preprocessor checks as they were inconsistent across the codebase.
2021-09-29 16:14:00 +01:00
ed
009d685179
Updated all license headers
2020-06-29 08:30:22 +01:00
ed
3ccbf8bc74
Use getDeterminant() method in AffineTransform::inverted()
2020-06-05 09:55:51 +01:00
Tom Poole
894e7d2bd2
Updated all license headers
2020-04-23 17:30:39 +01:00
reuk
327f817b9b
Copyrights: Update commercial/gpl headers to be gpl-only
2020-04-09 15:22:56 +01:00
ed
26c9468dc5
Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform
2020-03-30 18:34:19 +01:00
Tom Poole
06f8accd9c
Fixed compatibility with Xcode 8.2.1
2018-11-09 09:19:34 +00:00
Tom Poole
fc87d8cd1d
Made some more JUCE classes trivially copyable
2018-07-11 15:07:00 +01:00
jules
30f6206be9
Fix for compile error with JUCE_ALLOW_STATIC_NULL_VARIABLES=0
2018-05-10 09:10:09 +01:00
jules
8c38c6f57f
Marked as deprecated: String::empty, var::null, File::nonexistent, ValueTree::invalid and other problematic statically-initialised null values. Please just use the default constructor for these classes!
2018-05-09 08:08:46 +01:00
jules
a9eafbc90f
Some tidying up in AffineTransform, and added a new fromTargetPoints method
2017-12-20 12:58:20 +00:00
jules
eda613c6db
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
2017-09-08 08:59:55 +01:00
hogliux
b5afccc37c
Updated file headers and the README with the JUCE 5 license
2017-04-27 14:43:04 +01:00
jules
bf94ab0e4c
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
2017-04-21 15:09:35 +01:00
jules
9fa0d49be7
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
2016-09-16 12:03:02 +01:00
jules
edec7b34b2
Replaced some uses of AffineTransform::identity with a default-constructed object
2015-12-22 17:46:31 +00:00
hogliux
c7b8e77031
Update copyright notice
2015-07-22 15:59:34 +01:00
jules
8c15f9ac7d
Fix for AffineTransform::getScaleFactor() for handling negative scaling.
2014-10-24 09:31:24 +01:00
jules
0906f661f6
Correction to AffineTransform::getScaleFactor()
2013-08-14 12:20:26 +01:00
jules
7d167aef87
Added a new AffineTransform::scaled method and improved Rectangle::operator*=
2013-07-26 17:19:07 +01:00
jules
03c2801f3f
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
2013-06-13 13:17:12 +01:00
jules
d9f1b72067
Added method AffineTransform::withAbsoluteTranslation
2013-03-23 11:09:56 +00:00
jules
f6ce67ed4a
OpenGL context now supports high DPI displays. Added operator* to Rectangle class.
2012-11-15 17:55:57 +00:00
jules
842d30fbfa
Minor tidying-up.
2012-09-04 11:38:16 +01:00
jules
56bbab1537
(automated whitespace clean-up)
2012-03-20 16:00:06 +00:00
jules
295d125142
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
2012-02-11 14:09:23 +00:00
jules
f31dca5f2f
More OpenGL work.
2011-10-10 18:30:51 +01:00
Julian Storer
b70e0a28d2
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
2011-08-12 10:04:52 +01:00