Commit Graph

68 Commits

Author SHA1 Message Date
honfika@gmail.com
27551761e6 justify text 2015-02-20 21:13:11 +01:00
honfika@gmail.com
6de7c84f60 test fix 2015-02-11 22:34:32 +01:00
honfika@gmail.com
914bb09355 #798 ffdec doesn't show what it's exporting 2015-02-11 22:25:53 +01:00
honfika@gmail.com
f2922421cb #798 close file streams after export 2015-02-11 18:26:22 +01:00
honfika@gmail.com
4106f764bf Add support for non-standard ABC-compressed SWF file 2015-02-09 13:31:32 +01:00
honfika@gmail.com
ad7148f539 small improvements 2015-02-01 20:09:57 +01:00
honfika@gmail.com
7d4a8dc8cc outlines fixed 2015-02-01 13:02:45 +01:00
honfika@gmail.com
0f54e89379 do not cache RECTs and (String,String) maps to file 2015-01-31 18:37:19 +01:00
honfika@gmail.com
1f09953178 tag bounds fixed 2015-01-31 16:58:17 +01:00
honfika@gmail.com
7ebe345c4d export fixes 2015-01-22 10:08:26 +01:00
honfika@gmail.com
dfd3166bb9 #776 FFDec stop working at all after setting "number of threads" to 0 fixed 2015-01-21 12:59:07 +01:00
honfika@gmail.com
ade56d45a2 format code: blank lines 2015-01-18 21:32:37 +01:00
honfika@gmail.com
303498804e synchronize getCharacters, getJtt && getAbcList 2015-01-18 19:27:11 +01:00
honfika@gmail.com
c06dd3193c removed some unnecesary fields/parameters 2015-01-18 19:04:46 +01:00
honfika@gmail.com
1c4afe5ea3 recreate timeline after xml import 2015-01-18 16:08:56 +01:00
honfika@gmail.com
19256260d0 xml import fixes 2015-01-18 14:04:53 +01:00
honfika@gmail.com
3ee9903bb3 #768 super calls not being correctly recognized fixed 2015-01-18 10:09:06 +01:00
honfika@gmail.com
1b8eab9414 import swf from XML 2015-01-17 21:35:58 +01:00
honfika@gmail.com
7d09f30ae9 export swf to XML 2015-01-17 14:24:17 +01:00
honfika@gmail.com
07eaafdc55 allow to create swf from code only / export SWF to "Java code", which generates the SWF 2015-01-17 12:17:03 +01:00
honfika@gmail.com
677bdf969b copyright year updated 2015-01-13 19:36:39 +01:00
honfika@gmail.com
04ca818045 show close confirmation 2014-12-22 18:50:46 +01:00
honfika@gmail.com
74ba0f14db replace text 2014-12-21 20:54:42 +01:00
honfika@gmail.com
9ea4f6c6b7 #747 Move tag to adds extra frame fixed 2014-12-14 17:57:53 +01:00
honfika@gmail.com
60f170dcda #749 Internal viewer Sprite fill color is wrong sometimes: fixed 2014-12-14 15:30:59 +01:00
honfika@gmail.com
3f0db1412d mark sprite modfied when inner tag is removed 2014-12-14 01:47:08 +01:00
honfika@gmail.com
87b9620405 build fixed on linux (Pull request #12) again:), other small fixes 2014-12-07 22:09:33 +01:00
honfika@gmail.com
a4cd36fd71 #742 Can't edit frames fixed, Container/ContainerItems refactored, build fixed on linux (Pull request #12) 2014-12-07 20:53:14 +01:00
honfika@gmail.com
bc3967597c Fixing characters order failed, recursion detected: problem fixed 2014-12-07 16:21:14 +01:00
honfika@gmail.com
cdae56d128 small refactorings 2014-12-07 12:41:55 +01:00
honfika@gmail.com
a69484a003 script highlighting fixed 2 2014-12-05 17:45:51 +01:00
honfika@gmail.com
5d9be4a0da flash player zoom fix, html5 export fixed when framerate=0 2014-12-04 19:27:58 +01:00
honfika@gmail.com
eb8104c5e8 faster populateSoundStreamBlocks 2014-12-01 20:53:29 +01:00
honfika@gmail.com
1cf0c28c74 #676: extended logging for text import, imorpt logic moved to separated class, allow to ignore errors duting import 2014-11-23 22:54:19 +01:00
Jindra Petřík
abb3ec9dc7 File cache improvement, deleting old temp files 2014-11-23 19:44:05 +01:00
honfika@gmail.com
8267b11442 null check in uncache method, use the original ABC object in recompile test 2014-11-23 15:20:45 +01:00
honfika@gmail.com
76d8a13fb6 asX.swfs added to recompile test, actionpanel initalization shoud be called from UI thread, other small fixes 2014-11-23 08:48:12 +01:00
Jindra Petřík
4627afa5df Export frame,shape or image to Windows Bitmap format (.BMP) 2014-11-22 20:12:48 +01:00
honfika@gmail.com
61ad56596b escape ascii control characters 2014-11-22 17:16:08 +01:00
honfika@gmail.com
13c894196c Issue #288: less memory usage during FLA export, using stringbuilders 2014-11-22 03:16:30 +01:00
honfika@gmail.com
b9c2be102f Issue #723: saving swf with invalid referenced characters fixed 2014-11-20 19:54:50 +01:00
honfika@gmail.com
2a305529d9 caching images and other smallfixes 2 2014-11-18 00:12:51 +01:00
honfika@gmail.com
ef34bb535b small fixes, unused code removed 2014-11-16 21:03:17 +01:00
honfika@gmail.com
4bca4746f6 usinig sets for known addresses, some deepcopy call modified to clone() call 2014-11-12 23:52:42 +01:00
honfika@gmail.com
3456d04d38 do not copy big byte arrays, store only references (ByteArrayRange) e.g in image tags 2014-11-09 22:40:36 +01:00
honfika@gmail.com
e84550ebe8 fixCharactersOrder fix 2014-11-07 23:02:18 +01:00
honfika@gmail.com
7323ce4545 move new character tags to appropriate location 2014-11-07 20:24:25 +01:00
honfika@gmail.com
3bf44354dd allow adding new font tags + code format 2014-11-05 10:49:14 +01:00
Jindra Petřík
94c3ce2ade Merge origin/master
Conflicts:
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Code.java
2014-11-04 20:58:15 +01:00
Jindra Petřík
342247d5d2 Issue #698 Better obfuscated identifiers handling, separated reserved keyword for AS2/AS3 2014-11-04 20:51:39 +01:00