Commit Graph

1169 Commits

Author SHA1 Message Date
Jindra Petřík
c4e1879b79 As3ScriptReplacer as interface
Better handling missing directories
Tip for directories in advanced setting refactored - link to Flex SDK
Use Flex SDK switch in Advanced settings
2016-08-16 23:31:12 +02:00
Jindra Petřík
0705a90aa0 AS with method stubs export 2016-08-15 21:16:24 +02:00
Jindra Petřík
9262eff627 ABC merging 2016-08-15 21:15:53 +02:00
Jindra Petřík
003d923c80 Merge branch 'dev' into flexcompile
Conflicts:
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java
	src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties
2016-08-14 19:55:15 +02:00
Jindra Petřík
c88efd5a6f Export dialog - handling sprite frames and SWF frames correctly 2016-08-13 18:12:43 +02:00
Jindra Petřík
07d4b7d906 Normalize all the line endings 2016-08-12 22:59:50 +02:00
Jindra Petřík
729f28ecaa Saving files before refreshing line endings 2016-08-12 22:59:05 +02:00
Jindra Petřík
eb6bfbc29c ImagePanel - no render image Nullpointer fix in some cases 2016-08-12 21:35:26 +02:00
Jindra Petřík
c4a0729e3e AS2 p-code: Icons for file offset and original bytes, showing buttons only when appropriate 2016-08-12 21:17:51 +02:00
Jindra Petřík
8eb0fc847c Czech translation updated 2016-08-12 20:38:11 +02:00
Jindra Petřík
1473778a17 Issue #468 French translation updated 2016-08-12 20:21:25 +02:00
Jindra Petřík
2bb47ae9aa Issue #1269 Chinese translation fix 2016-08-12 20:13:33 +02:00
honfika@gmail.com
9573a00c92 clear sound cache after replacing sound 2016-08-07 15:20:32 +02:00
honfika@gmail.com
607b369cb2 search in dump view 2016-08-06 21:08:12 +02:00
Jindra Petřík
6781d86a6c Reformat and organize imports 2016-08-06 07:21:58 +02:00
Jindra Petřík
8c5345cfd8 AS3 editation with flex - not really working yet:
- needs fixing circular references, etc. (eg. editing class which references classes which references this class)
 - needs better errors displaying with jump to error line, etc.
2016-08-06 07:19:52 +02:00
honfika@gmail.com
5107a644cc jump to resources view from hex view 2016-08-01 16:53:54 +02:00
Jindra Petřík
c8951d9522 Import/Usage parsing separated to one class
Class for generating linker reports from SWF files
(similar to -link-report option in Flex)
Generating linker report from commandline
2016-07-31 15:15:36 +02:00
Jindra Petřík
5f940aedfb Issue #468 French translation updated 2016-07-25 22:09:54 +02:00
Jindra Petřík
1d2d436033 Generic editor numbers fix 2016-07-24 21:42:45 +02:00
Jindra Petřík
37b5995cb1 Commandline FLA/XFL extension fix 2016-07-24 21:42:17 +02:00
Jindra Petřík
5bc200c208 Instance metadata get/set/remove from Commandline 2016-07-24 11:27:04 +02:00
Jindra Petřík
afc2c05cbb Introduce end-of-line normalization 2016-07-23 21:19:44 +02:00
Jindra Petřík
a882b92fff AMF3 Editor enhancements + help 2016-07-23 19:29:21 +02:00
Jindra Petřík
e2882dd196 AMF Editor display error message 2016-07-23 15:56:48 +02:00
Jindra Petřík
58f9ae982c Merge pull request #35 from jindrapetrik/amf
Amf
2016-07-23 10:26:15 +02:00
Jindra Petřík
01c2079b07 AMF3 editor in GUI fixes
Hex view fixes
2016-07-22 21:35:48 +02:00
Jindra Petřík
1c9e485dca AMF3 refactorings
AMF3 editor in GUI for PlaceObject4
2016-07-20 22:16:45 +02:00
honfika@gmail.com
80b000b82b move file offset to the left, setting+button to hide it 2016-07-17 14:14:26 +02:00
honfika@gmail.com
9faa0a3804 transpation updates/fixes 2016-06-17 09:40:14 +02:00
honfika@gmail.com
adfdbd3dbb #1251 SWF is not the same after exporting to XML then importing back to SWF fix? 2016-06-16 23:13:06 +02:00
honfika@gmail.com
6f60765424 #1236 ffdec won't open fix? 2016-06-15 23:06:14 +02:00
honfika@gmail.com
9b831b200e compacted font refresh fixed 2016-06-09 10:45:46 +02:00
honfika@gmail.com
eaca6361c7 remove character functionality 2016-06-08 15:22:32 +02:00
honfika@gmail.com
fc0e941470 title fix 2016-06-07 15:32:10 +02:00
honfika@gmail.com
ababe9010f spanish translation + something with the line endings 2016-06-03 15:43:13 +02:00
honfika@gmail.com
2e41a0ef62 #1241 Settings to show original bytes 2016-05-29 14:25:04 +02:00
honfika@gmail.com
81c3df016d Issue #1244 Allow to compile back Unknown instructions 2016-05-29 10:00:33 +02:00
honfika@gmail.com
d000457330 Issue #1244 Remove unknown actions when deobfuscation is enabled 2016-05-29 07:23:16 +02:00
honfika@gmail.com
de2b4739c8 hide memory search on non windows platform + show warning on command-line memory search on non-windows platform 2016-05-18 15:56:54 +02:00
Zsombor Gegesy
41124afa8a Fixing a NPE on process listing 2016-05-17 13:16:41 +02:00
honfika@gmail.com
bd84053949 text search fix 2016-05-07 16:48:19 +02:00
honfika@gmail.com
f4116b0f46 use stringbuilder instead of stringbuffer 2016-05-05 18:07:08 +02:00
honfika@gmail.com
6019aec7d2 build fix 2016-05-03 20:37:04 +02:00
honfika@gmail.com
356082af72 hungarian translation 2016-05-02 16:42:52 +02:00
honfika@gmail.com
5bfd8e8800 spanish translation 2016-05-01 08:15:58 +02:00
honfika@gmail.com
0419fbc399 show warning when parallel export and single file export are both enabled 2016-04-30 14:00:04 +02:00
honfika@gmail.com
508c618b37 netbeans inpector fixes 2016-04-29 20:54:38 +02:00
honfika@gmail.com
a6100a9da4 spanish translation improvements 2016-04-25 20:44:13 +02:00
honfika@gmail.com
74c162921e typo fix:) 2016-04-23 15:30:12 +02:00