Commit Graph

2635 Commits

Author SHA1 Message Date
Jindra Petřík
e4486fcbcd Fixed FLA export - font export - allow dot as character 2023-11-05 21:11:10 +01:00
Jindra Petřík
632f2b4643 Fixed FLA export - allow float frame rate 2023-11-05 21:11:10 +01:00
Jindra Petřík
e2916564a5 Added DefineEditText display - indent 2023-11-05 21:11:10 +01:00
Jindra Petřík
bc74824261 Fixed FLA export - DefineEditText size 2023-11-05 21:11:10 +01:00
Jindra Petřík
ad39eec7a5 Fixed #1193 FLA export - DefineEditText position 2023-11-05 21:11:10 +01:00
Jindra Petřík
988b2c73cf Fixed FLA export - allow to rename target file instead of same name as swf file 2023-11-05 21:11:10 +01:00
Jindra Petřík
5ed91c7ba8 Fixed #2112 GFX - new image types in DefineExternalImage 2023-11-05 21:11:10 +01:00
Jindra Petřík
06051a5727 Added FLA export - DefineEditText autokern attribute
Fixed FLA export - DefineEditText - allow negative letterspacing
2023-11-05 21:11:10 +01:00
Jindra Petřík
ac723f61b4 Added DefineEditText display - letterspacing, kerning, relative font size 2023-11-05 21:11:10 +01:00
Jindra Petřík
7e37ec5e42 checkstyle fix 2023-11-05 21:11:10 +01:00
Jindra Petřík
9d021819e8 Added #1799 Text tags editor has new parameter [space xxx] specifying exact letter advance value (add to the font advance + calculated letterspacing)
Changed #802 - FLA export - calculating letterspacing on text with fonts without layout is now optional 
 and turned off by default

XFL converter - do not convert shapes twice
Shape fixer - intersections - ignore problems
2023-11-05 21:11:10 +01:00
Jindra Petřík
fd7b9b14f8 Added Status bar with info about edges on walking shaperecords 2023-11-05 21:11:10 +01:00
Jindra Petřík
68d86690c8 FLA export - fixed mixing shape layers 2023-11-05 21:11:10 +01:00
Jindra Petřík
0d1e2f1422 Fixed #2074, #2074 Use mxmlc.bat file when exe not available for Flex SDK compilation 2023-11-05 21:11:10 +01:00
Jindra Petřík
48a19756e9 Fixed #2108 Cannot change text when ShiftJIS flag is set on font 2023-11-05 21:11:10 +01:00
Jindra Petřík
037e205389 some doc 2023-11-05 21:11:10 +01:00
Jindra Petřík
659dd45045 Fixed #503, #1011, #1257, #1902, #1903, #2048 FLA export - shapes with overlapping edges
Do not show depths in FLA layer name
2023-11-05 21:11:10 +01:00
Jindra Petřík
e00865ed6f Fixed #1866 FLA export - multiple usage of morphshapes 2023-11-05 21:11:10 +01:00
Jindra Petřík
669ffbd1a7 Fixed #1866 FLA export - multilevel clipping handling
Fixed #1866 FLA export - morphshape rounding fix
2023-11-05 21:11:10 +01:00
Jindra Petřík
38ed5ee829 Fixed #2031 FLA export - morphshapes with duplicated strokes, timelines with multiple shape tweens 2023-11-05 21:11:10 +01:00
Jindra Petřík
fd5c938c48 Added Export Morphshape as start and end shape (SVG, PNG, BMP) 2023-11-05 21:11:10 +01:00
Jindra Petřík
7c1906adcd Fixed Morphshape SVG export - closing the stroke
Propagate noClose flag to morphshape linestyles on replace
2023-11-05 21:11:10 +01:00
Jindra Petřík
a7dc431209 Added SVG Export/Import - retain bitmap fill smoothed attribute
Fixed Morphshape import - stroke bitmap fills
2023-11-05 21:11:10 +01:00
Jindra Petřík
2c624af18a Fixed SVG import - Do not use fill winding nonzero when only stroking 2023-11-05 21:11:10 +01:00
Jindra Petřík
7e30e7335b Fixed Not updating Morphshape end bounds
Fixed SVG import - linear gradients
Adding morhpshape with/without updating bounds
Fixed nullpointer on gradient linestyle morphshape import
2023-11-05 21:11:10 +01:00
Jindra Petřík
4d0a8c0011 Fixed Do not display lines with zero width 2023-11-05 21:11:10 +01:00
Jindra Petřík
e60f790e53 checkstyle fix 2023-11-05 21:11:10 +01:00
Jindra Petřík
87e7db594e Morphshape replace - use whole file when it was exported by FFDec
Fixed Morphshape SVG export - focalPoint animation
2023-11-05 21:11:10 +01:00
Jindra Petřík
87d0bfc761 Added SVG Export - stroke-bitmapId, fill-bitmapId attribute
Fixed Generic tag editor - morphshape fill - show bitmapId for repeating bitmap fill, gradient matrix for focal gradient

Changed SVG export - attributes like data-characterId and data-characterName moved under `ffdec:` namespace
2023-11-05 21:11:10 +01:00
Jindra Petřík
d523b1ba54 Morphashape replacing - correct bitmap handling
SVG import - duplicated image on bitmap fill style
2023-11-05 21:11:10 +01:00
Jindra Petřík
377c5ac458 Replacing morphshape from start/end shape.
Fixed Display of morphshape end shape to be exactly at 65535 ratio
2023-11-05 21:11:10 +01:00
Jindra Petřík
247b1c17a4 Added Replacing morphshapes (currently only same shape for start/end)
Fixed miterLimitFactor is FIXED8 value in MORPHLINESTYLE2
2023-11-05 21:11:10 +01:00
Jindra Petřík
9d4a8feb2b Added Context menu items to create new tags (shape, sprite, image, movie, sound, binaryData) from files and using font embed dialog for fonts 2023-11-05 21:11:10 +01:00
Jindra Petřík
f3341c5490 Fixed #2104 Empty texts import 2023-11-05 21:11:10 +01:00
Jindra Petřík
6336f078d1 GFX testdata 2023-11-05 21:11:10 +01:00
Jindra Petřík
13cfed7be8 Added #2005 Export files to directories by bundle names on multiple bundle (zips, etc.) selection 2023-11-05 21:11:10 +01:00
Jindra Petřík
12c132d4b3 Added #1717 AS1/2/3 Option to hide P-code panel 2023-11-05 21:11:10 +01:00
Jindra Petřík
65e612ed6f Added [#1130], [#1220] Remembering last used screen (monitor),
opening dialogs on same screen as the main window,
do not restore window size to larger value that actual screen size

Fixed [#1768], [#1768] Maximizing window on other than main monitor
2023-11-05 21:11:10 +01:00
Jindra Petřík
8fac78e324 Fixed #2099 Smart number formatting always on 2023-10-16 17:23:52 +02:00
Jindra Petřík
7e336b98fb Hilight currently selected argument in docs for AS3 2023-10-16 09:36:06 +02:00
Jindra Petřík
82535c8942 Shape transform/points edit protection against large rects 2023-10-16 09:36:06 +02:00
Jindra Petřík
19c114c185 Fixed #2099 Smart number formatting precedence 2023-10-16 09:36:06 +02:00
Jindra Petřík
153f0e91d6 Added #2098 Shape points editation - Protection against saving too large edges 2023-10-16 09:36:06 +02:00
Jindra Petřík
845a5d86d6 Calculating shaperecords numbits everywhere 2023-10-16 09:36:06 +02:00
Jindra Petřík
12c3064492 Added AS1/2 P-code hilight currently selected action argument in action documentation 2023-10-16 09:36:06 +02:00
Jindra Petřík
26954babe3 Added AS1/2 P-code actions inline documentation
Changed AS1/2 P-code Action GetURL2 as swithed parameters - sendVarsMethod is first, older code is still accepted
2023-10-16 09:36:06 +02:00
Jindra Petřík
cca0161766 Changed AS1/2 P-code action parameters are now separated by commas, code without commas is still accepted 2023-10-16 09:36:06 +02:00
Jindra Petřík
d0a69b1850 Fixed Generic tag editor - brackets display 2023-10-16 09:36:06 +02:00
Jindra Petřík
2e4e8ffe47 Fix blur on radius 0 2023-10-16 09:36:06 +02:00
Jindra Petřík
4e28ed3839 Fixed Generic tag editor - GRADIENT filters fields
Disallow manually adding items to convolution matrix
2023-10-16 09:36:06 +02:00