Commit Graph

2002 Commits

Author SHA1 Message Date
Jindra Petřík
7616611ce8 Fixed: #1669 DefineBitsJPEG3/4 alpha premultiplied 2021-04-05 16:56:59 +02:00
Jindra Petřík
f7ffe7f1af Fixed: AS3 jump deobfuscator - fix for try..catch clauses 2021-04-05 16:56:59 +02:00
Jindra Petřík
b7e418f6b6 Fixed: AS decompilation - certain combinations of ifs and switch 2021-04-05 16:56:59 +02:00
Jindra Petřík
f6459bb740 Fixed: AS decompilation - Gotos handling vs and/or 2021-04-05 16:56:59 +02:00
Jindra Petřík
ae9fe33f17 Fixed: #1668 Not removing SymbolClass/ExportAssets entry on character remove 2021-04-05 16:56:59 +02:00
Jindra Petřík
6c64dc19e1 Fixed: #1669 FILLSTYLE color handling in DefineShape3/4 2021-04-05 16:56:59 +02:00
Jindra Petřík
ddcae86830 Fixed: Writing DefineFont2/3 ascent/descent as SI16 - it's UI16 2021-04-05 16:56:59 +02:00
Jindra Petřík
0087cfb05d Fixed: PDF Export - Text position on font change 2021-04-05 16:56:59 +02:00
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