jules
|
93a22599d1
|
Tweaked the rate at which EdgeTable grows its internal storage, to improve performance rendering large and complex paths
|
2017-10-09 14:53:56 +01:00 |
|
jules
|
970eda679e
|
Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!
|
2017-10-09 12:38:06 +01:00 |
|
jules
|
27a6903cac
|
Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int
|
2017-09-27 12:24:02 +01: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 |
|
jules
|
7c6f3d40b6
|
Tidied up some method calls involving HeapBlock
|
2017-09-05 16:06:57 +01:00 |
|
hogliux
|
4a2a5294a7
|
Added macros JUCE_CONSTEXPR and JUCE_HAS_CONSTEXPR to support constexpr
|
2017-08-14 10:09:15 +01:00 |
|
jules
|
3df7f8ff8b
|
Did a bit of minor modernising in Graphics + Path
|
2017-08-09 10:41:08 +01:00 |
|
jules
|
61044c8bda
|
Fix to Line::getDistanceFromPoint to make it work for integer types
|
2017-06-30 10:11:45 +01:00 |
|
jules
|
b12d4c3378
|
(Fixed a warning in the last commit)
|
2017-05-11 16:35:53 +01:00 |
|
jules
|
a82c11402c
|
Made Rectangle::getSmallestIntegerContainer() handle Inf floating point values. Also did some quick modernisation of the Rectangle class.
|
2017-05-11 15:12:44 +01:00 |
|
jules
|
5c1e707824
|
Modernised RectangleList
|
2017-05-11 11:14:23 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
jules
|
e0698daaca
|
Tidied up a couple of comments, warnings and did a bit of code modernisation
|
2017-04-24 10:49:41 +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
|
38d49a5ee7
|
Modernised a few RectangleList iterators
|
2017-04-03 16:08:07 +01:00 |
|
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
hogliux
|
9f3fb1c0a6
|
Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated
|
2017-02-01 17:18:06 +00:00 |
|
jules
|
a15d79d4fe
|
Added new methods Rectangle::withRightX() and withBottomY()
|
2017-01-01 11:56:23 +00:00 |
|
hogliux
|
a7ee1a7c2e
|
Added missing initialiser in Path::Iterator constructor
|
2016-12-21 09:38:22 +00:00 |
|
ed
|
18c896f45b
|
Changed Line::getPointAlongLineProportionally method to work properly with integers
|
2016-12-02 11:27:04 +00:00 |
|
hogliux
|
8263d70adb
|
Continue drawing if a negative dashLen was hit
|
2016-10-05 18:31:29 +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 |
|
hogliux
|
4b6458438f
|
Fix small typo
|
2016-07-21 15:29:52 +01:00 |
|
jules
|
97e058bbd2
|
Added a couple of proportional Rectangle methods
|
2016-07-14 09:34:29 +01:00 |
|
jules
|
6b8c7208b3
|
Tidied up a few things in the Line class, and added a Line::fromStartAndAngle method
|
2016-07-12 09:50:52 +01:00 |
|
hogliux
|
3461b12f7e
|
Draw custom line ends if arrow width is zero
|
2016-07-04 11:25:41 +01:00 |
|
jules
|
9abd4eeace
|
Added some extra tolerance settings to some Path methods
|
2016-04-11 16:00:15 +01:00 |
|
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
jules
|
5d23645ca2
|
Workaround for some OSX10.11 repaint region coalescing problems
|
2016-02-23 10:01:57 +00:00 |
|
jules
|
df33097ddf
|
Added a function to multiply a point by a scalar, and improved the comments for Point::getAngleToPoint()
|
2016-02-08 14:15:50 +00:00 |
|
jules
|
dd576a5192
|
Fixed a mathematical edge-case in line-intersection calculations
|
2016-02-08 12:07:49 +00:00 |
|
Timur Doumler
|
2d134d9380
|
Rectangle::toNearestInt(): improved documentation.
|
2016-02-03 09:59:59 +00:00 |
|
Timur Doumler
|
26759d5f64
|
Added helper method Rectangle::toNearestInt().
|
2016-02-02 14:39:52 +00:00 |
|
jules
|
d48167a0b7
|
Added some length-squared methods to Line and Point
|
2016-02-01 11:22:04 +00:00 |
|
jules
|
606e7be12f
|
Added dashed-line support to the SVG parser and DrawablePath
|
2016-01-11 13:11:12 +00:00 |
|
jules
|
edec7b34b2
|
Replaced some uses of AffineTransform::identity with a default-constructed object
|
2015-12-22 17:46:31 +00:00 |
|
jules
|
9906788e9b
|
Avoided a Visual Studio compiler warning in Rectangle
|
2015-12-22 11:43:28 +00:00 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
jules
|
9be3d67ab8
|
Removed the leak detector from AffineTransform to avoid false alarms with static instances of the class. (You should never allocate one of these on the heap anyway)
|
2015-07-24 10:30:55 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
43283b3d03
|
Added a couple of methods to Rectangle to return its limits as Range objects.
|
2015-06-11 09:13:13 -07:00 |
|
jules
|
afbec9cf3c
|
Updates to avoid pedantic warnings in gcc.
|
2015-04-07 14:41:28 +01:00 |
|
jules
|
05d15e83da
|
Added assertions to RectangleList to warn about rectangles containing INFs.
|
2015-04-01 12:28:38 +01:00 |
|
jules
|
769c2f4b46
|
Added isFinite() methods to Point and Rectangle.
|
2015-04-01 11:58:05 +01:00 |
|
jules
|
f02562f2c4
|
Fixed some documentation.
|
2015-03-23 09:54:19 +00:00 |
|
jules
|
b8696a0ecd
|
Minor tidying-up.
|
2015-03-12 10:04:51 +00:00 |
|
jules
|
19cd517bac
|
(Oops - last Path check-in should have been used float, not int)
|
2015-03-04 16:19:11 +00:00 |
|
jules
|
cd48446e89
|
Added an alternative version of Path::addPieSegment()
|
2015-03-04 14:42:18 +00:00 |
|
jules
|
78bfab2d17
|
Added a Path::addTriangle method that takes Point parameters
|
2014-11-12 10:52:44 +00:00 |
|
jules
|
8c15f9ac7d
|
Fix for AffineTransform::getScaleFactor() for handling negative scaling.
|
2014-10-24 09:31:24 +01:00 |
|