jules
|
b12d4c3378
|
(Fixed a warning in the last commit)
|
8 years ago |
jules
|
a82c11402c
|
Made Rectangle::getSmallestIntegerContainer() handle Inf floating point values. Also did some quick modernisation of the Rectangle class.
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
8 years ago |
jules
|
a15d79d4fe
|
Added new methods Rectangle::withRightX() and withBottomY()
|
8 years ago |
hogliux
|
4b6458438f
|
Fix small typo
|
8 years ago |
jules
|
97e058bbd2
|
Added a couple of proportional Rectangle methods
|
8 years ago |
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
9 years ago |
Timur Doumler
|
2d134d9380
|
Rectangle::toNearestInt(): improved documentation.
|
9 years ago |
Timur Doumler
|
26759d5f64
|
Added helper method Rectangle::toNearestInt().
|
9 years ago |
jules
|
9906788e9b
|
Avoided a Visual Studio compiler warning in Rectangle
|
9 years ago |
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
jules
|
43283b3d03
|
Added a couple of methods to Rectangle to return its limits as Range objects.
|
10 years ago |
jules
|
769c2f4b46
|
Added isFinite() methods to Point and Rectangle.
|
10 years ago |
jules
|
8968df0402
|
Added some centering methods to Rectangle.
|
11 years ago |
jules
|
fc24a63ed1
|
Added a method Rectangle::withSizeKeepingCentre()
|
11 years ago |
jules
|
2edec00b55
|
Removed a few more uses of String::empty.
|
11 years ago |
jules
|
41545be958
|
Added methods for line/rectangle intersection.
|
11 years ago |
jules
|
740cea768c
|
Added some trimming functions to Rectangle.
|
11 years ago |
jules
|
9b4566a2f0
|
Added some Rectangle and Point scaling methods.
|
11 years ago |
jules
|
fecba9c31c
|
New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this.
|
11 years ago |
jules
|
d28ebfdb36
|
Stripped out some unnecessary boilerplate includes from juce_graphics.
|
11 years ago |
jules
|
1e3973a212
|
Doxygen warning fixes and extra comments.
|
11 years ago |
jules
|
bd3a75e726
|
Added some more translation methods to AffineTransform, and a couple of methods to Rectangle and RectangleList
|
11 years ago |
jules
|
43e53f01b4
|
Made sure that Rectangle::operator/ can cope with an integer argument.
|
11 years ago |
jules
|
ed220632ed
|
Minor clean-ups.
|
11 years ago |
jules
|
69f75c344d
|
Workarounds to get Rectangle<int>::getSmallestIntegerContainer() to work in VC2010
|
11 years ago |
jules
|
8c7a35addb
|
Fixed some obscure rounding errors in Rectangle.
|
11 years ago |
jules
|
6a6f42ddc9
|
Workarounds for GCC not understanding friend template classes in RectangleList.
|
11 years ago |
jules
|
1b9a60e52c
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
11 years ago |
jules
|
7d167aef87
|
Added a new AffineTransform::scaled method and improved Rectangle::operator*=
|
11 years ago |
jules
|
072c27d7f4
|
Renamed Rectangle::transformed to Rectangle::transformedBy, in order to match the method name in Point, and allow easier use of these classes in templates.
|
11 years ago |
jules
|
cf01cae2ea
|
Changed Rectangle::transformed to use getSmallestIntegerContainer on its result when used on a non-float rectangle type.
|
11 years ago |
jules
|
b506a13ba2
|
Documentation fix.
|
11 years ago |
jules
|
3d74717349
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
11 years ago |
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
12 years ago |
jules
|
518e302d4a
|
Avoided some VC warnings.
|
12 years ago |
jules
|
d086d55b44
|
Added division operator to Rectangle.
|
12 years ago |
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
jules
|
4d0cd69895
|
Minor tidying
|
12 years ago |
jules
|
4c147d94a5
|
Fix to Rectangle::intersects
|
12 years ago |
jules
|
f1f237ebbf
|
Added Rectangle::toDouble() method
|
12 years ago |
jules
|
b627a75c21
|
Minor docs updates. Added a method to Rectangle.
|
12 years ago |
jules
|
79cad7771a
|
Fix for Rectangle::constrainedWithin()
|
12 years ago |
jules
|
f6ce67ed4a
|
OpenGL context now supports high DPI displays. Added operator* to Rectangle class.
|
12 years ago |
jules
|
9a7e7a267a
|
New method: Rectangle::constainedWithin().
|
12 years ago |
jules
|
bddebf3433
|
Added a couple of reduced/expanded methods to Rectangle.
|
13 years ago |
jules
|
49870de020
|
Added a bit of extra functionality to WindowsRegistry. Linux: couple of fixes for fullscreen, file chooser, and a bit of tidying up. Internal refactoring in NSViewComponent.
|
13 years ago |
jules
|
f4cbb721a5
|
Minor update to ResizableWindow positioning, and slider tooltips.
|
13 years ago |