Jindra Petřík
|
57f17daec3
|
Fixed: PDF Export - NullPointer when font of text is missing
|
2021-04-05 16:56:59 +02:00 |
|
Jindra Petřík
|
68ae269515
|
Fixed: "protected", "const", "namespace", "package" are not reserved keywords in AS1/2
Fixed: Not counting newlines in comments
|
2021-03-25 18:44:05 +01:00 |
|
Jindra Petřík
|
8429b6eee6
|
Fixed: AS3 decompilation - inc/decrements handling - hiding some items
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
9a45708ebb
|
Fixed: Flash viewer - Sound envelope handling
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
efdcb27963
|
Fixed: Flash viewer - StartSoundTag loops
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
74ca1db915
|
Fixed: Flash viewer - Do not play StartSoundTag all over again on single frame
Sample sound data
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
1f8932d1a8
|
fix usage of later java
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
f2f71a7ceb
|
Changed: #1661 Slow rendering warning is optional with default to not display
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
62aabf1057
|
PDF text is written directly instead of transparently
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
0d8e1d05e8
|
PDF text position fix
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
a32494487d
|
PDF - try to implement objects grouping
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
050b4dce2d
|
gnujpdf - clipping fix (getclip)
PDF export - clipping fix
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
10fe20ff7c
|
avoid problems with zero scale
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
096b7d561c
|
PDF export - include system fonts when necessary
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
6819de2a17
|
gnujpdf - Linear colorspace gradients
some test data
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
c2caf72bba
|
Fixed: Flash viewer - linear colorspace radial gradient
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
bcbfea5666
|
gnujpdf blend modes
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
cea421a54e
|
gnujpdf RadialGradientPaint - cycle mode reflect and repeat
transparent gradient testdata
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
3e60353856
|
Fixed: Flash viewer - is visible flag
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
a5837cc72b
|
print exported PDF frame
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
c2de50ead0
|
strokes scaling fix
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
4051806390
|
selectable text back in
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
7761705423
|
scaling grid is clipped to maximum of SWF bounds, not Integer.MAX_VALUE
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
8813a9edc3
|
bitmap fill is not repeated when not necessary
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
61c40ae52c
|
gnujpdf library
pdf clipping fix
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
2d0a96be46
|
PDF vector export stub
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
a51596bf9a
|
Fixed: SVG export - bitmap stroke style
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
5c284cd4aa
|
Fixed: Flash viewer - miter strokes
Fixed: SVG export - miter strokes as miter-clip style
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
b4d97d60d7
|
Fixed: filters zooming
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
4065bb363e
|
improved miter example
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
f073a6615e
|
Fixed: Flash viewer - strokes scaling, cropped strokes
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
a1c7b26b9d
|
Fixed: Flash viewer - bitmap line style
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
c7648f01fd
|
Graphics test FLA
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
5f4b21bdc7
|
clear dump info only when not null
|
2021-03-24 20:36:42 +01:00 |
|
Jindra Petřík
|
98703e4e5a
|
Fixed: #270 AS decompilation - comma in ternar
|
2021-03-13 21:08:23 +01:00 |
|
Jindra Petřík
|
b84ccc7005
|
Fixed: #270 AS3 decompilation - loop followed by try
|
2021-03-13 21:08:23 +01:00 |
|
Jindra Petřík
|
09b68c1f9c
|
Fixed: #270 AS decompilation - switch in loop
|
2021-03-13 21:08:23 +01:00 |
|
Jindra Petřík
|
09ffd539b7
|
Fixed: #1572 SVG Export - clipping does not use groups
|
2021-03-13 21:08:23 +01:00 |
|
Jindra Petřík
|
f874d21327
|
Fixed #1584 SVG Import - paths with horizontal/vertical lines and rotation
|
2021-03-13 21:08:23 +01:00 |
|
Jindra Petřík
|
fbf7019f1a
|
Fixed: #1488 SVG Export - EmptyStackException when clipping used
|
2021-03-13 21:08:23 +01:00 |
|
Jindra Petřík
|
1fe8d91995
|
Fixed: #1435 Adding DefineScalingGrid to DefineSprite
|
2021-03-13 21:08:23 +01:00 |
|
Jindra Petřík
|
65a8af4822
|
Fixed: AS3 hilight and edit XML based on CData or comment only
|
2021-03-13 21:08:23 +01:00 |
|
Jindra Petřík
|
8cbd4c4bbf
|
Compound assignments tests
|
2021-03-13 21:08:23 +01:00 |
|
Jindra Petřík
|
5d70a6168e
|
Fixed: #1532 Rendering - clipping using transparent color
|
2021-03-12 22:12:39 +01:00 |
|
Jindra Petřík
|
54e9601fae
|
#1541 XML Import/Export of Unknown tags
Unknown tags display and binary contents replace
Fixed accidentally left writing to stderr
|
2021-03-12 22:12:39 +01:00 |
|
Jindra Petřík
|
6c671ab6ca
|
#1122 SVG import - relative coordinates - test pservers-grad-10-b
|
2021-03-12 22:12:39 +01:00 |
|
Jindra Petřík
|
b3954e7ec9
|
#1122 SVG import - relative coordinates - test coords-units-02-b
|
2021-03-12 22:12:39 +01:00 |
|
Jindra Petřík
|
a581836a33
|
#1122 SVG import - relative coordinates in gradients (tests coords-units-01-b, pservers-grad-12-b)
|
2021-03-12 22:12:39 +01:00 |
|
Jindra Petřík
|
a16a2ffb2c
|
#1585 SVG import - switch tag support
|
2021-03-12 22:12:39 +01:00 |
|
Jindra Petřík
|
4832ca7bc8
|
#1585 SVG import - support for style tag (CSS)
|
2021-03-12 22:12:39 +01:00 |
|