1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
Commit graph

37 commits

Author SHA1 Message Date
jules
fc24a63ed1 Added a method Rectangle::withSizeKeepingCentre() 2013-12-07 14:31:52 +00:00
jules
2edec00b55 Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
jules
41545be958 Added methods for line/rectangle intersection. 2013-11-13 10:26:35 +00:00
jules
740cea768c Added some trimming functions to Rectangle. 2013-10-20 20:38:45 +01:00
jules
9b4566a2f0 Added some Rectangle and Point scaling methods. 2013-09-17 09:38:32 +01:00
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. 2013-09-09 20:07:17 +01:00
jules
d28ebfdb36 Stripped out some unnecessary boilerplate includes from juce_graphics. 2013-08-24 10:49:25 +01:00
jules
1e3973a212 Doxygen warning fixes and extra comments. 2013-08-21 17:19:47 +01:00
jules
bd3a75e726 Added some more translation methods to AffineTransform, and a couple of methods to Rectangle and RectangleList 2013-08-06 15:24:51 +01:00
jules
43e53f01b4 Made sure that Rectangle::operator/ can cope with an integer argument. 2013-07-31 15:05:27 +01:00
jules
ed220632ed Minor clean-ups. 2013-07-31 13:16:08 +01:00
jules
69f75c344d Workarounds to get Rectangle<int>::getSmallestIntegerContainer() to work in VC2010 2013-07-30 23:14:01 +01:00
jules
8c7a35addb Fixed some obscure rounding errors in Rectangle. 2013-07-30 17:16:56 +01:00
jules
6a6f42ddc9 Workarounds for GCC not understanding friend template classes in RectangleList. 2013-07-29 08:55:55 +01:00
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. 2013-07-28 18:08:28 +01:00
jules
7d167aef87 Added a new AffineTransform::scaled method and improved Rectangle::operator*= 2013-07-26 17:19:07 +01:00
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. 2013-07-25 18:13:27 +01:00
jules
cf01cae2ea Changed Rectangle::transformed to use getSmallestIntegerContainer on its result when used on a non-float rectangle type. 2013-07-25 14:28:29 +01:00
jules
b506a13ba2 Documentation fix. 2013-07-22 19:51:32 +01:00
jules
3d74717349 Bit of tidying-up in the Point class, and some spelling fixes in comments. 2013-07-22 13:18:29 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
518e302d4a Avoided some VC warnings. 2013-07-04 20:51:27 +01:00
jules
d086d55b44 Added division operator to Rectangle. 2013-07-04 13:26:42 +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
4d0cd69895 Minor tidying 2013-06-04 10:41:53 +01:00
jules
4c147d94a5 Fix to Rectangle::intersects 2013-04-24 11:29:39 +01:00
jules
f1f237ebbf Added Rectangle::toDouble() method 2013-03-19 19:50:30 +00:00
jules
b627a75c21 Minor docs updates. Added a method to Rectangle. 2013-03-15 12:29:48 +00:00
jules
79cad7771a Fix for Rectangle::constrainedWithin() 2013-01-16 20:23:30 +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
9a7e7a267a New method: Rectangle::constainedWithin(). 2012-09-11 10:57:09 +01:00
jules
bddebf3433 Added a couple of reduced/expanded methods to Rectangle. 2012-07-25 13:10:21 +01:00
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. 2012-03-18 16:41:03 +00:00
jules
f4cbb721a5 Minor update to ResizableWindow positioning, and slider tooltips. 2012-01-02 10:57:11 +00:00
jules
cd0683ef4d Tidied up a few return types. 2011-12-11 21:25:53 +00:00
jules
34840062ef Made the x and y members public in the Point class. 2011-11-01 21:29:10 +00: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
Renamed from src/gui/graphics/geometry/juce_Rectangle.h (Browse further)