hogliux
|
0159102e10
|
Fix ResamplingQuality documentation
|
2016-08-10 12:35:47 +01:00 |
|
hogliux
|
4b6458438f
|
Fix small typo
|
2016-07-21 15:29:52 +01:00 |
|
jules
|
97e058bbd2
|
Added a couple of proportional Rectangle methods
|
2016-07-14 09:34:29 +01:00 |
|
jules
|
6b8c7208b3
|
Tidied up a few things in the Line class, and added a Line::fromStartAndAngle method
|
2016-07-12 09:50:52 +01:00 |
|
hogliux
|
c9aca28d00
|
Add pkg-config support for linux
|
2016-07-07 10:37:58 +01:00 |
|
hogliux
|
630ab88f8b
|
Version number update
|
2016-07-05 11:27:53 +01:00 |
|
hogliux
|
3461b12f7e
|
Draw custom line ends if arrow width is zero
|
2016-07-04 11:25:41 +01:00 |
|
jules
|
31f935cc60
|
Added a new Graphics::drawImage method that takes a Rectangle<float>
|
2016-07-01 15:35:04 +01:00 |
|
jules
|
5960afde1a
|
Cleaned up a few functions in Graphics, and optimised drawEllipse when used for circles
|
2016-06-30 15:44:25 +01:00 |
|
jules
|
021209e216
|
Changed ImagePixelData::clone to return a smart pointer rather than a raw one, to avoid a reference-count leak
|
2016-06-22 16:33:09 +01:00 |
|
jules
|
ec40f0940c
|
Updated version numbers in modules, and resaved example projects
|
2016-06-07 12:52:59 +01:00 |
|
jules
|
708e357e3c
|
Prevented ColourGradient from having multiple colour stops at 0
|
2016-04-28 09:47:09 +01:00 |
|
jules
|
01e2e53160
|
Added an assertion to catch some unexpected behaviour in the CoreGraphics gradient renderer
|
2016-04-27 16:12:37 +01:00 |
|
jules
|
0b3a11ee07
|
Updated version number to 4.2.1
|
2016-04-21 10:08:47 +01:00 |
|
jules
|
871c3a9108
|
Removed some code that prevented RTL TextLayouts having their bounds adjusted
|
2016-04-14 16:34:26 +01:00 |
|
jules
|
bb7189b05e
|
Added kerning support to the DirectWrite layout code
|
2016-04-14 16:33:19 +01:00 |
|
jules
|
9abd4eeace
|
Added some extra tolerance settings to some Path methods
|
2016-04-11 16:00:15 +01:00 |
|
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
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.
|
2016-04-06 18:31:24 +01:00 |
|
jules
|
189853720a
|
Cleaned up a few uses of Image::null
|
2016-03-10 17:20:15 +00:00 |
|
jules
|
a45c3c564f
|
Removed some C++11 syntax that had crept into the OSX font code
|
2016-03-10 12:14:28 +00:00 |
|
hogliux
|
ac14c59283
|
Get rid of warnings in Windows direct write headers
|
2016-03-08 15:30:24 +00:00 |
|
jules
|
56b6efbbad
|
Made sure that String::toCFString() never returns a null pointer
|
2016-02-25 16:53:14 +00:00 |
|
jules
|
e66762d81f
|
Added writing-direction flags to OSX font layout generation
|
2016-02-24 10:17:17 +00:00 |
|
jules
|
cb1c17b9f1
|
Avoided a redefinition warning in a particular GCC setup
|
2016-02-23 10:45:50 +00:00 |
|
jules
|
5d23645ca2
|
Workaround for some OSX10.11 repaint region coalescing problems
|
2016-02-23 10:01:57 +00:00 |
|
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)
|
2016-02-22 18:00:05 +00:00 |
|
jules
|
b5907fa90d
|
Normalised some divider comments
|
2016-02-20 09:45:43 +00:00 |
|
jules
|
16466371f0
|
Added ability for ImageType::convert() to work on formats with different pixel strides
|
2016-02-18 16:44:30 +00:00 |
|
jules
|
876b4ae1d3
|
Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags
|
2016-02-12 17:03:21 +00:00 |
|
jules
|
cda1e4f518
|
Fixed an iOS compile bug
|
2016-02-08 17:21:52 +00:00 |
|
jules
|
df33097ddf
|
Added a function to multiply a point by a scalar, and improved the comments for Point::getAngleToPoint()
|
2016-02-08 14:15:50 +00:00 |
|
jules
|
dd576a5192
|
Fixed a mathematical edge-case in line-intersection calculations
|
2016-02-08 12:07:49 +00:00 |
|
jules
|
08b853ee35
|
Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public
|
2016-02-04 16:07:21 +00:00 |
|
Timur Doumler
|
2d134d9380
|
Rectangle::toNearestInt(): improved documentation.
|
2016-02-03 09:59:59 +00:00 |
|
Timur Doumler
|
26759d5f64
|
Added helper method Rectangle::toNearestInt().
|
2016-02-02 14:39:52 +00:00 |
|
jules
|
d48167a0b7
|
Added some length-squared methods to Line and Point
|
2016-02-01 11:22:04 +00:00 |
|
jules
|
606e7be12f
|
Added dashed-line support to the SVG parser and DrawablePath
|
2016-01-11 13:11:12 +00:00 |
|
jules
|
d0f646a9ad
|
Fix for a problem with CoreText when laying out very long text strings
|
2016-01-05 15:38:56 +00:00 |
|
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.
|
2016-01-03 13:16:18 +00:00 |
|
jules
|
923e8fabdb
|
Removed some unnecessary includes of AppConfig.h
|
2015-12-24 11:55:46 +00:00 |
|
jules
|
c95253fad0
|
Cleaned out some old amalgamated build references.
|
2015-12-24 11:31:37 +00:00 |
|
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
2015-12-23 16:27:50 +00:00 |
|
jules
|
2a1234b6ac
|
Simplified some inter-module dependencies and exception-catching fallbacks
|
2015-12-23 11:47:18 +00:00 |
|
jules
|
edec7b34b2
|
Replaced some uses of AffineTransform::identity with a default-constructed object
|
2015-12-22 17:46:31 +00:00 |
|
jules
|
9906788e9b
|
Avoided a Visual Studio compiler warning in Rectangle
|
2015-12-22 11:43:28 +00:00 |
|
jules
|
6f092d602d
|
Rendering optimisation when filling off-screen paths
|
2015-12-22 10:26:03 +00:00 |
|
jules
|
19d0c71050
|
Version number update
|
2015-12-16 18:14:23 +00:00 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
jules
|
428c8a79a5
|
Version number update
|
2015-12-10 11:02:38 +00:00 |
|