ed
|
aff5ea5a9b
|
Replaced two instances of src[1] with src[0] in the render4PixelAverage method as adding pixelStride handles the offset
|
9 years ago |
hogliux
|
4eb89336f9
|
Bump version number to 4.2.4
|
9 years ago |
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.
|
9 years ago |
hogliux
|
0159102e10
|
Fix ResamplingQuality documentation
|
9 years ago |
hogliux
|
4b6458438f
|
Fix small typo
|
9 years ago |
jules
|
97e058bbd2
|
Added a couple of proportional Rectangle methods
|
9 years ago |
jules
|
6b8c7208b3
|
Tidied up a few things in the Line class, and added a Line::fromStartAndAngle method
|
9 years ago |
hogliux
|
c9aca28d00
|
Add pkg-config support for linux
|
9 years ago |
hogliux
|
630ab88f8b
|
Version number update
|
9 years ago |
hogliux
|
3461b12f7e
|
Draw custom line ends if arrow width is zero
|
9 years ago |
jules
|
31f935cc60
|
Added a new Graphics::drawImage method that takes a Rectangle<float>
|
9 years ago |
jules
|
5960afde1a
|
Cleaned up a few functions in Graphics, and optimised drawEllipse when used for circles
|
9 years ago |
jules
|
021209e216
|
Changed ImagePixelData::clone to return a smart pointer rather than a raw one, to avoid a reference-count leak
|
9 years ago |
jules
|
ec40f0940c
|
Updated version numbers in modules, and resaved example projects
|
9 years ago |
jules
|
708e357e3c
|
Prevented ColourGradient from having multiple colour stops at 0
|
9 years ago |
jules
|
01e2e53160
|
Added an assertion to catch some unexpected behaviour in the CoreGraphics gradient renderer
|
9 years ago |
jules
|
0b3a11ee07
|
Updated version number to 4.2.1
|
9 years ago |
jules
|
871c3a9108
|
Removed some code that prevented RTL TextLayouts having their bounds adjusted
|
9 years ago |
jules
|
bb7189b05e
|
Added kerning support to the DirectWrite layout code
|
9 years ago |
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 |
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
9 years ago |
jules
|
189853720a
|
Cleaned up a few uses of Image::null
|
9 years ago |
jules
|
a45c3c564f
|
Removed some C++11 syntax that had crept into the OSX font code
|
9 years ago |
hogliux
|
ac14c59283
|
Get rid of warnings in Windows direct write headers
|
9 years ago |
jules
|
56b6efbbad
|
Made sure that String::toCFString() never returns a null pointer
|
9 years ago |
jules
|
e66762d81f
|
Added writing-direction flags to OSX font layout generation
|
9 years ago |
jules
|
cb1c17b9f1
|
Avoided a redefinition warning in a particular GCC setup
|
9 years ago |
jules
|
5d23645ca2
|
Workaround for some OSX10.11 repaint region coalescing problems
|
9 years ago |
jules
|
328652c3ad
|
Added some workarounds in the OSX windowing code to help keep window resizing smooth when components are repainting at high speeds (only seems to be an issue since OSX 10.11)
|
9 years ago |
jules
|
b5907fa90d
|
Normalised some divider comments
|
9 years ago |
jules
|
16466371f0
|
Added ability for ImageType::convert() to work on formats with different pixel strides
|
9 years ago |
jules
|
876b4ae1d3
|
Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags
|
9 years ago |
jules
|
cda1e4f518
|
Fixed an iOS compile bug
|
9 years ago |
jules
|
df33097ddf
|
Added a function to multiply a point by a scalar, and improved the comments for Point::getAngleToPoint()
|
9 years ago |
jules
|
dd576a5192
|
Fixed a mathematical edge-case in line-intersection calculations
|
9 years ago |
jules
|
08b853ee35
|
Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public
|
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
|
d48167a0b7
|
Added some length-squared methods to Line and Point
|
9 years ago |
jules
|
606e7be12f
|
Added dashed-line support to the SVG parser and DrawablePath
|
9 years ago |
jules
|
d0f646a9ad
|
Fix for a problem with CoreText when laying out very long text strings
|
9 years ago |
jules
|
1a7caaa58f
|
Refactored AttributedString so that every part of the string has a single font and colour associated with it, to avoid some problems caused by fonts being undefined.
|
9 years ago |
jules
|
923e8fabdb
|
Removed some unnecessary includes of AppConfig.h
|
10 years ago |
jules
|
c95253fad0
|
Cleaned out some old amalgamated build references.
|
10 years ago |
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
10 years ago |
jules
|
2a1234b6ac
|
Simplified some inter-module dependencies and exception-catching fallbacks
|
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
|
6f092d602d
|
Rendering optimisation when filling off-screen paths
|
10 years ago |