jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
jules
|
5e4fd94b8f
|
SVG parser: if font-size is unspecified for text, a non-zero default size is used
|
2017-08-10 15:09:23 +01:00 |
|
jules
|
39cb22cf5e
|
Fixed a problem with the SVG parser
|
2017-08-03 09:03:18 +01:00 |
|
jules
|
4e5f005421
|
Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase
|
2017-07-19 12:08:47 +01:00 |
|
jules
|
a1b55a4025
|
Fixed a problem with the SVG parser handling group element transforms
|
2017-06-21 16:36:17 +01:00 |
|
jules
|
cb7ecfd77b
|
Added method Drawable::getOutlineAsPath(), and used this for parsing SVG clip regions
|
2017-06-20 14:16:17 +01:00 |
|
jules
|
e281bc3fed
|
SVG parser: changed font heights to work in points rather than pixels, to match behaviour of other parsers
|
2017-05-31 11:55:13 +01:00 |
|
jules
|
f5b92421f9
|
Fixed an SVG parser problem with elements marked display:none
|
2017-05-30 12:09:25 +01:00 |
|
jules
|
4397cc3701
|
Made SVG parser cope with quoted font names
|
2017-05-30 11:46:06 +01:00 |
|
jules
|
61f4333e73
|
Marked some RelativeCoordinate functions in Component as deprecated, and updated some old code that used them.
|
2017-05-02 16:56:32 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
jules
|
a4c0968635
|
Fixed a problem with mouse interception in Drawable's base class copy constructor
|
2017-04-25 09:07:25 +01:00 |
|
jules
|
bf94ab0e4c
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
2017-04-21 15:09:35 +01:00 |
|
jules
|
d36156c620
|
Removed some extraneous semicolons
|
2017-04-21 11:15:07 +01:00 |
|
tpoole
|
37e21e9cb1
|
Fixed VS2013 compiler warning in SVGParser
|
2017-04-20 11:59:04 +01:00 |
|
jules
|
5b6c82b59c
|
Improved some SVG CSS parsing, and did some minor internal cleanup on the parser.
|
2017-04-10 10:30:36 +01:00 |
|
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
2017-03-27 13:06:42 +01:00 |
|
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
tpoole
|
e8c9294544
|
Set all file modes to 644
|
2017-02-01 08:56:54 +00:00 |
|
jules
|
c754f6ca63
|
Fixed the SVG parser for an edge-case path string sequence, and added a few other cleanups to the parser
|
2017-01-25 12:25:43 +00:00 |
|
tpoole
|
004f829c2b
|
Reverted #bea45f84 - this only fixed SVG positioning bugs for limited cases
|
2016-09-05 22:12:27 +01:00 |
|
tpoole
|
bea45f84db
|
Fixed SVG child-transform rendering bug.
|
2016-09-05 10:07:32 +01:00 |
|
jules
|
48db4fa75a
|
Fix for the copy constructor of DrawableRectangle
|
2016-08-18 14:09:13 +01:00 |
|
hogliux
|
6b6dedbfd1
|
Add some minor changes to stay compatible with GCC 4.4
|
2016-05-05 16:35:38 +01:00 |
|
jules
|
8ababdda53
|
Fixed the SVG parser to stop it creating too many colour stops in gradients
|
2016-04-27 16:13:31 +01:00 |
|
Timur Doumler
|
17497122e4
|
Consistency fix: renamed Array::empty() to Array::isEmpty() and added a method isEmpty() to all container classes which didn't have it yet.
|
2016-03-18 14:38:12 +00:00 |
|
jules
|
438dbb7637
|
Tweaked some syntax in the SVG parser to avoid problems in GCC.
|
2016-03-14 10:08:36 +00:00 |
|
jules
|
8c6ef0b0e4
|
A better optimisation for parsing SVG files with certain types of line dash attributes
|
2016-01-18 08:40:44 +00:00 |
|
jules
|
30ac2dce0a
|
Minor optimisation for the SVG parser
|
2016-01-17 15:08:54 +00:00 |
|
jules
|
5398ba5f06
|
Fixed a capitalisation mistake in the SVG parser
|
2016-01-15 08:52:34 +00:00 |
|
jules
|
606e7be12f
|
Added dashed-line support to the SVG parser and DrawablePath
|
2016-01-11 13:11:12 +00:00 |
|
jules
|
edec7b34b2
|
Replaced some uses of AffineTransform::identity with a default-constructed object
|
2015-12-22 17:46:31 +00:00 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
jules
|
bbc129fb45
|
Fix for SVG parsing of paths containing non-space-separated decimal points
|
2015-09-17 10:49:43 +01:00 |
|
jules
|
bbbe451b7d
|
Added a workaround to the SVG parser to let it display <a> tags
|
2015-09-11 09:49:38 +01:00 |
|
jules
|
b80d39777c
|
Added some comments to DrawabkeComposite.
|
2015-07-27 09:26:59 +01:00 |
|
Timur Doumler
|
dca4d77f9d
|
Fixed compiler warnings on Visual Studio 2015 RTM.
|
2015-07-23 15:57:18 +01:00 |
|
hogliux
|
f59ab9e4a3
|
Also copy transforms when copying drawables
|
2015-07-23 15:39:10 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
a49cc0fca5
|
Added methods degreesToRadians and radiansToDegrees
|
2015-07-07 15:22:00 +01:00 |
|
jules
|
fbbc9b3595
|
Made the SVG parser recognise the "display=none" attribute.
|
2015-05-21 17:47:38 +01:00 |
|
jules
|
1eab064696
|
Rearranged some documentation for relative coord expressions.
|
2015-05-21 12:44:53 +01:00 |
|
jules
|
06c1a15496
|
Added some missing 'override' decorators
|
2015-05-15 12:54:44 +01:00 |
|
jules
|
585b202945
|
Setting component ID for SVG text elements.
|
2015-02-11 10:29:19 +00:00 |
|
jules
|
036c6cb4a2
|
Rudimentary implementation of SVG text elements.
|
2015-02-10 17:42:23 +00:00 |
|
jules
|
bce3aefadd
|
Tidied up some SVG transform parsing code.
|
2014-11-06 10:06:59 +00:00 |
|
jules
|
01e1421613
|
Made sure that the DrawableImage copy constructor also copies the component bounds.
|
2014-11-05 10:28:46 +00:00 |
|
jules
|
19937e63e1
|
Updated a few trig functions to use the std:: implementations.
|
2014-11-04 15:59:38 +00:00 |
|
jules
|
37d8f5ca41
|
SVG parser fix for files that contain a viewBox but no preserveAspectRatio attribute.
|
2014-08-25 11:43:38 +01:00 |
|
jules
|
609794ceae
|
SVG parser fix for default stroke widths
|
2014-08-24 20:05:38 +01:00 |
|