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 |
|
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
2014-08-16 21:06:27 +01:00 |
|
jules
|
0bf57ddf0c
|
Added a method RectangleList::ensureStorageAllocated
|
2014-06-29 18:39:45 +01:00 |
|
jules
|
590cca9776
|
Added an overload for calling roundToInt with an int. Added a a Point::roundToInt method.
|
2014-06-14 11:32:02 +01:00 |
|
jules
|
1a2a50f71d
|
Added a version of Path::addEllipse that takes a Rectangle
|
2014-05-16 17:41:43 +01:00 |
|
jules
|
e1ebe495b4
|
Added method Path::preallocateSpace().
|
2014-03-12 19:41:09 +00:00 |
|
jules
|
8968df0402
|
Added some centering methods to Rectangle.
|
2014-02-21 12:51:06 +00:00 |
|
jules
|
7786943593
|
Added MidiMessage::textMetaEvent method.
|
2014-02-19 20:37:15 +00:00 |
|
jules
|
b0933193bf
|
Disambiguation in Point::getAngleToPoint
|
2014-02-19 16:14:37 +00:00 |
|
jules
|
76c8400049
|
Really minor clean-ups.
|
2014-01-12 18:06:48 +00:00 |
|
jules
|
5b25b303fb
|
Cleaned up some minor stuff in the GL demo and PathStrokeType.
|
2014-01-12 15:50:16 +00:00 |
|
jules
|
fc24a63ed1
|
Added a method Rectangle::withSizeKeepingCentre()
|
2013-12-07 14:31:52 +00:00 |
|