jules
|
9abd4eeace
|
Added some extra tolerance settings to some Path methods
|
9 years ago |
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
9 years ago |
jules
|
5d23645ca2
|
Workaround for some OSX10.11 repaint region coalescing problems
|
10 years ago |
jules
|
df33097ddf
|
Added a function to multiply a point by a scalar, and improved the comments for Point::getAngleToPoint()
|
10 years ago |
jules
|
dd576a5192
|
Fixed a mathematical edge-case in line-intersection calculations
|
10 years ago |
Timur Doumler
|
2d134d9380
|
Rectangle::toNearestInt(): improved documentation.
|
10 years ago |
Timur Doumler
|
26759d5f64
|
Added helper method Rectangle::toNearestInt().
|
10 years ago |
jules
|
d48167a0b7
|
Added some length-squared methods to Line and Point
|
10 years ago |
jules
|
606e7be12f
|
Added dashed-line support to the SVG parser and DrawablePath
|
10 years ago |
jules
|
edec7b34b2
|
Replaced some uses of AffineTransform::identity with a default-constructed object
|
10 years ago |
jules
|
9906788e9b
|
Avoided a Visual Studio compiler warning in Rectangle
|
10 years ago |
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
10 years ago |
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)
|
10 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
10 years ago |
jules
|
43283b3d03
|
Added a couple of methods to Rectangle to return its limits as Range objects.
|
10 years ago |
jules
|
afbec9cf3c
|
Updates to avoid pedantic warnings in gcc.
|
11 years ago |
jules
|
3613542330
|
Updates to avoid pedantic warnings in gcc.
|
11 years ago |
jules
|
05d15e83da
|
Added assertions to RectangleList to warn about rectangles containing INFs.
|
11 years ago |
jules
|
769c2f4b46
|
Added isFinite() methods to Point and Rectangle.
|
11 years ago |
jules
|
f02562f2c4
|
Fixed some documentation.
|
11 years ago |
jules
|
b8696a0ecd
|
Minor tidying-up.
|
11 years ago |
jules
|
19cd517bac
|
(Oops - last Path check-in should have been used float, not int)
|
11 years ago |
jules
|
cd48446e89
|
Added an alternative version of Path::addPieSegment()
|
11 years ago |
jules
|
78bfab2d17
|
Added a Path::addTriangle method that takes Point parameters
|
11 years ago |
jules
|
8c15f9ac7d
|
Fix for AffineTransform::getScaleFactor() for handling negative scaling.
|
11 years ago |
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
11 years ago |
jules
|
0bf57ddf0c
|
Added a method RectangleList::ensureStorageAllocated
|
11 years ago |
jules
|
590cca9776
|
Added an overload for calling roundToInt with an int. Added a a Point::roundToInt method.
|
11 years ago |
jules
|
1a2a50f71d
|
Added a version of Path::addEllipse that takes a Rectangle
|
11 years ago |
jules
|
e1ebe495b4
|
Added method Path::preallocateSpace().
|
12 years ago |
jules
|
8968df0402
|
Added some centering methods to Rectangle.
|
12 years ago |
jules
|
7786943593
|
Added MidiMessage::textMetaEvent method.
|
12 years ago |
jules
|
b0933193bf
|
Disambiguation in Point::getAngleToPoint
|
12 years ago |
jules
|
76c8400049
|
Really minor clean-ups.
|
12 years ago |
jules
|
5b25b303fb
|
Cleaned up some minor stuff in the GL demo and PathStrokeType.
|
12 years ago |
jules
|
fc24a63ed1
|
Added a method Rectangle::withSizeKeepingCentre()
|
12 years ago |
jules
|
2edec00b55
|
Removed a few more uses of String::empty.
|
12 years ago |
jules
|
7b2b7b975b
|
Removed leak detector from RectangleList to avoid problems in DLL build.
|
12 years ago |
jules
|
41545be958
|
Added methods for line/rectangle intersection.
|
12 years ago |
jules
|
863895d107
|
Minor cleanups.
|
12 years ago |
jules
|
a53110de06
|
Big speedup to path rendering on GL/software.
|
12 years ago |
jules
|
59d719cc26
|
Increased the gamma of software-rendered fonts.
|
12 years ago |
jules
|
569fe21e7f
|
Minor tidying.
|
12 years ago |
jules
|
740cea768c
|
Added some trimming functions to Rectangle.
|
12 years ago |
jules
|
bb98c00d0d
|
Avoided some pedantic compiler warnings in the audio plugin code.
|
12 years ago |
jules
|
1c8a03c05e
|
Fix for edgetable rendering.
|
12 years ago |
jules
|
abd3babc02
|
Minor optimisations and clean-ups.
|
12 years ago |
jules
|
9b4566a2f0
|
Added some Rectangle and Point scaling methods.
|
12 years ago |
jules
|
fc772941d6
|
Fixed some pedantic warnings.
|
12 years ago |
jules
|
435089e89b
|
Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs.
|
12 years ago |