Commit Graph

294 Commits

Author SHA1 Message Date
Jindra Petřík
220f851ea9 Fixed #1875 Garbage collect SWF and its caches after closing it 2022-11-20 22:12:19 +01:00
Jindra Petřík
a41e3d13fa Added #1743 GFX - Adding DefineExternalImage2 and DefineSubImage tags
Changed GFX - DefineExternalImage2 no longer handled as character
2022-11-20 22:12:19 +01:00
Jindra Petřík
202e66ea1d Added #1875 Remove no longer accessed items from cache after certain amount of time 2022-11-20 22:12:19 +01:00
Jindra Petřík
ac52e5d906 Fixed #1872 Removing PlaceObject/RemoveObject with no characterid with Remove character action 2022-11-20 22:12:19 +01:00
Jindra Petřík
03f1866f92 Fixed Clearing shape export cache on changes 2022-11-20 22:12:19 +01:00
Jindra Petřík
1cd8327416 Added alpha and Erase blend modes support 2022-11-14 10:04:55 +01:00
Jindra Petřík
0b6f5fa957 Changed Full path inside bundle is displayed as SWF name instead simple name
Fixed Storing SWF configuration for files inside bundles and/or binarydata
2022-11-14 10:04:55 +01:00
Jindra Petřík
b06c8313b1 Organize imports inspection 2022-11-14 10:04:55 +01:00
Jindra Petřík
ac5074bf83 Fixed dependent frames 2022-11-14 10:04:55 +01:00
Jindra Petřík
e3ed5bd4a5 Added Setting charset in commandline (-charset XXX)
Default charset for SWF files version <= 5 is system charset
2022-11-14 10:04:55 +01:00
Jindra Petřík
1c9f81fceb Added #1701 Setting charset for SWF files with version 5 or lower 2022-11-14 10:04:55 +01:00
Jindra Petřík
88a045e23c Added
- Move tag with dependencies
- Copy/Move tag operation has select position dialog
- Select position dialog has target file in its title

Fixed
- Exception when bundle selected
- File path in window title for SWFs inside DefineBinaryData
2022-11-14 10:04:55 +01:00
Jindra Petřík
e33ea7f2eb Fixed Computing dependent characters inside DefineSprite 2022-11-06 21:44:39 +01:00
Jindra Petřík
daff6f8c18 Removed Auto fixing character tags order based on dependencies during saving 2022-11-06 21:44:39 +01:00
Jindra Petřík
338dcd5584 Clear header modified state after saving 2022-11-06 21:44:39 +01:00
Jindra Petřík
c73a754a51 Fixed Adding new frames did not set correct timelined to ShowFrame
Add tag before / after refactoring.
2022-11-06 21:44:39 +01:00
Jindra Petřík
a8efc910a8 Fixed dump view exception on New files 2022-11-06 21:44:39 +01:00
Jindra Petřík
40ea9175b1 Fixed File did not appear modified when only header was modified
Width and Height in new File dialog instead of rect.
Unit selection.
2022-11-06 21:44:39 +01:00
Jindra Petřík
730a09f6d6 Add file dialog, setting background. 2022-11-06 21:44:39 +01:00
Jindra Petřík
dfca43736e Error color (red) extracted to constant in SWF class 2022-11-06 21:44:39 +01:00
Jindra Petřík
1d82af4855 Update license header year 2022-11-06 21:44:39 +01:00
Jindra Petřík
88440526d6 SWF computeDependentFrames creates timeline when null 2022-11-03 19:45:57 +01:00
Exund
cdbf21c536 Insert tag (add tag before/after another tag) (#135)
Co-authored-by: Jindra Petřík <jindra.petrik@gmail.com>
2022-10-30 12:38:19 +01:00
Jindra Petřík
5876fc445b Fixed concurrent modification exception on exit 2022-10-30 11:22:15 +01:00
Exund
2fb840baac Clone tags and frames 2022-10-28 21:52:08 +02:00
Jindra Petřík
be1dc0699d Fixed #1829 Adding extra pixel to the width and height when rendering items (for example to AVI) 2022-10-23 19:24:22 +02:00
Jindra Petřík
10b0875358 organize imports inspection 2022-10-23 16:54:49 +02:00
Exund
4fc97cd339 Replace characters references
Replaces all references to a character ID in PlaceObject Tags by a different character ID
2022-08-26 17:48:37 +02:00
Jindra Petřík
3a3cac1fe9 Added #1718 Show progress on injecting debug info / SWD generation (before Debugging) 2021-12-05 19:54:41 +01:00
Jindra Petřík
3dd2885358 Added #270 AS3 show progress on deofuscating p-code 2021-12-05 19:09:53 +01:00
Jindra Petřík
05e8f68ea9 Added Show imported files on script import, able to cancel import 2021-12-05 18:30:17 +01:00
Exund
6d656228a2 Frame dependencies
Show needed characters for a frame and frames depending on a character in the "Basic tag info" box
2021-11-29 17:15:56 +01:00
Jindra Petřík
526f484513 Fixed AS1/2 - switch with nontrivial expressions like and/or,ternar (second pass) 2021-11-29 17:15:56 +01:00
Jindra Petřík
8532ba11c3 Fixed AS2 - Do not detect classes inside functions 2021-11-22 20:11:31 +01:00
Jindra Petřík
a342bf7c78 Fixed #1748 Wrong matching of DefineEditText fonts for rendering 2021-11-19 13:03:23 +01:00
Jindra Petřík
10992b091f Fixed: #1687 Slow speed of cyclic tags detection 2021-11-19 13:03:23 +01:00
Jindra Petřík
1690fce8fa Fixed: #1678 Removing AS3 class does not correctly clear cache 2021-04-05 16:56:59 +02:00
Jindra Petřík
6b78b2fc44 Fixed: #1675 Viewport/zoom fix 2021-04-05 16:56:59 +02:00
Jindra Petřík
ca00b8399a Fixed: Flash viewer - scaling grid - ignore nonshapes when scaling 2021-04-05 16:56:59 +02:00
Jindra Petřík
6c709bc5e5 Fixed: Flash viewer - slow on larger zooms (now only diplayed rect is rendered) 2021-04-05 16:56:59 +02:00
Jindra Petřík
9a45708ebb Fixed: Flash viewer - Sound envelope handling 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
b4d97d60d7 Fixed: filters zooming 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
5f4b21bdc7 clear dump info only when not null 2021-03-24 20:36:42 +01:00
Jindra Petřík
1fe8d91995 Fixed: #1435 Adding DefineScalingGrid to DefineSprite 2021-03-13 21:08:23 +01:00
Jindra Petřík
742525a365 organize imports 2021-03-12 22:12:39 +01:00
Jindra Petřík
8c988646f7 Fixed: #1636 Exception on reloading (7) 2021-03-12 22:12:39 +01:00
Jindra Petřík
0c4efc7906 #1156 Canvas Export - 9 slice scaling (DefineScalingGrid) 2021-03-12 22:12:39 +01:00
Jindra Petřík
28380d1d34 Fixed: #1627 Previously decompiled scripts not cached
Fixed: SWF is not garbage collected on close in some situations
Fixed: AS1/2 script search does not show all results
2021-03-05 21:22:55 +01:00