jules
|
76c8400049
|
Really minor clean-ups.
|
11 years ago |
jules
|
5b25b303fb
|
Cleaned up some minor stuff in the GL demo and PathStrokeType.
|
11 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 |
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.
|
12 years ago |
jules
|
59d8d8172d
|
Replaced the crappy old juce sortArray function with std::sort, which seems to run twice as fast. This greatly speeds up edge table rendering.
|
12 years ago |
jules
|
a2c95ce4fd
|
Cleaned out and optimised some graphics code.
|
12 years ago |
jules
|
b09cc5e275
|
Fix for RectangleList
|
12 years ago |
jules
|
dbf7053861
|
New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows.
|
12 years ago |
jules
|
d28ebfdb36
|
Stripped out some unnecessary boilerplate includes from juce_graphics.
|
12 years ago |
jules
|
65c155e372
|
Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files.
|
12 years ago |
jules
|
1e3973a212
|
Doxygen warning fixes and extra comments.
|
12 years ago |
jules
|
0906f661f6
|
Correction to AffineTransform::getScaleFactor()
|
12 years ago |
jules
|
bd3a75e726
|
Added some more translation methods to AffineTransform, and a couple of methods to Rectangle and RectangleList
|
12 years ago |
jules
|
29ada09816
|
Cleaned up some unused variables.
|
12 years ago |
jules
|
43e53f01b4
|
Made sure that Rectangle::operator/ can cope with an integer argument.
|
12 years ago |
jules
|
ed220632ed
|
Minor clean-ups.
|
12 years ago |
jules
|
69f75c344d
|
Workarounds to get Rectangle<int>::getSmallestIntegerContainer() to work in VC2010
|
12 years ago |
jules
|
08c9d5d22f
|
EdgeTable performance tuning.
|
12 years ago |
jules
|
8c7a35addb
|
Fixed some obscure rounding errors in Rectangle.
|
12 years ago |
jules
|
32c98223ac
|
Refactored some lowlevelgraphicscontext classes to remove duplicated code.
|
12 years ago |
jules
|
6a6f42ddc9
|
Workarounds for GCC not understanding friend template classes in RectangleList.
|
12 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.
|
12 years ago |
jules
|
5b25ac6609
|
Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility.
|
12 years ago |
jules
|
7d167aef87
|
Added a new AffineTransform::scaled method and improved Rectangle::operator*=
|
12 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.
|
12 years ago |
jules
|
cf01cae2ea
|
Changed Rectangle::transformed to use getSmallestIntegerContainer on its result when used on a non-float rectangle type.
|
12 years ago |
jules
|
b506a13ba2
|
Documentation fix.
|
12 years ago |
jules
|
3d74717349
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
12 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
|
a53a50eb35
|
Improved ShapeButton's mouse-click movement behaviour.
|
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
|
31fc78b314
|
Minor tidying up.
|
12 years ago |
jules
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |