Commit Graph

8046 Commits

Author SHA1 Message Date
honfika@gmail.com
80874e4d22 character adding problem fixed 2014-11-30 20:29:02 +01:00
honfika@gmail.com
131fb23dff faster folder preview frame rendering 2014-11-30 18:55:55 +01:00
honfika@gmail.com
eec3db60c9 Issue #676: include characterid and previous text of the text tag in text import error log message 2014-11-30 14:07:04 +01:00
Jindra Petřík
e27eaed6ed Issue #730 Not working without ActiveX fix on Windows
Ocal escapes for strings in AS1/2.
Invalid escape in string does not generate exception (handle as \\ in AS1/2, empty string in AS3).
2014-11-30 13:03:02 +01:00
honfika@gmail.com
d08025dbd8 clear convertException on new decompilation 2014-11-30 12:21:59 +01:00
Jindra Petřík
721d6d9574 Issue #732 JavactiveX library updated. Random freezing fixed. 2014-11-30 12:05:25 +01:00
Jindra Petřík
32c6ef7932 Issue #734 \xAB escapes, \uABCD escapes
Lexers moved to separate directory, JFlex 1.6.0 library for ant included
Issue #687 allowing comments on separate line
2014-11-30 07:43:57 +01:00
honfika@gmail.com
8e493adf11 add space between constantpool parameters 2014-11-30 00:55:53 +01:00
honfika@gmail.com
6595744706 jflex warnings fixed 2014-11-30 00:41:56 +01:00
honfika@gmail.com
880f226c89 code format fixes in lexerslexer fixes 2014-11-30 00:26:33 +01:00
honfika@gmail.com
825e50a4ef code format fixes in lexers 2014-11-30 00:18:35 +01:00
honfika@gmail.com
094ecd15e3 lexer fixes 2014-11-30 00:09:29 +01:00
honfika@gmail.com
29ab28f13f Issue #734 Support \xAB escape sequences in lexers 2014-11-29 23:56:42 +01:00
honfika@gmail.com
7b585cbe49 escape control characters in identifiers, too 2014-11-29 22:17:35 +01:00
honfika@gmail.com
87611fabbc #731 AS2 decompilation problem fixed 2014-11-29 16:20:08 +01:00
honfika@gmail.com
3d092df4ef another AS2 deobfscation fix 2014-11-29 11:00:29 +01:00
honfika@gmail.com
e40d2cb13d #709 Text Export to Single File with custom filename: fixed 2014-11-24 21:07:31 +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 version4.0.4 2014-11-23 19:44:05 +01:00
Jindra Petřík
af13faa786 separated deobfuscation cache for AS1/2 and AS3 identifiers 2014-11-23 16:38:14 +01:00
Jindra Petřík
61dc5c9643 obfuscated identifiers cache fixed
Recompile test fixed
2014-11-23 16:24:29 +01:00
Jindra Petřík
dc3b119a1e fixed test data provider 2014-11-23 16:05:04 +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
Jindra Petřík
767dfd8278 Issue #715 namespace resolving fix version4.0.3 2014-11-23 13:21:57 +01:00
Jindra Petřík
9cc4fd5a52 Issue #725 AS3 direct edit - Unbounded type fix 2014-11-23 12:00:42 +01:00
Jindra Petřík
4c78517715 Issue #722 Go to next/previous frame
Fixed printing some debug info
2014-11-23 11:36:07 +01:00
Jindra Petřík
1a2ebed898 recompile test - removed line 2014-11-23 09:08:48 +01:00
Jindra Petřík
6899e9e6ed Issue #725 AS1/2 fixed submethods scope problem 2014-11-23 09:07:42 +01:00
Jindra Petřík
bda7aeba79 Issue #635,#726 jsyntaxpane - Fixed placing cursor inside Unicode characters 2014-11-23 08:54:56 +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
745044d2e2 Issue #725 AS1/2 fixed strict equals inversion 2014-11-23 07:20:19 +01:00
Jindra Petřík
2779cd2d3b Issue #725 AS3 namespaces compilation fix (NAMESPACE Symbol taken as IDENTIFIER), correct namespace const 2014-11-23 07:13:17 +01:00
Jindra Petřík
686a527246 BMP export fix
BMP import for Images,Shapes
2014-11-22 21:18:28 +01:00
Jindra Petřík
4627afa5df Export frame,shape or image to Windows Bitmap format (.BMP) 2014-11-22 20:12:48 +01:00
Jindra Petřík
1ca112132b SWF version to FlashPlayer version map updated 2014-11-22 19:42:10 +01:00
honfika@gmail.com
f74d97837a do not allow deselect view mode 2014-11-22 19:03:34 +01:00
honfika@gmail.com
61ad56596b escape ascii control characters 2014-11-22 17:16:08 +01:00
Jindra Petřík
8497717d6d russian translation updated version4.0.2 2014-11-22 06:26:47 +01:00
Jindra Petřík
9556eb0f32 Merge origin/master 2014-11-22 06:23:09 +01:00
Jindra Petřík
f1958b71cf corrected content type for AS3 p-code editor styles 2014-11-22 06:22:37 +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
dec1380d13 DefineCompactedFont paging fixed 2014-11-21 18:07:57 +01:00
honfika@gmail.com
b9c2be102f Issue #723: saving swf with invalid referenced characters fixed 2014-11-20 19:54:50 +01:00
Jindra Petřík
951a8786a2 reorganized about dialog 2014-11-18 21:49:46 +01:00
Jindra Petřík
6c6d1fac0c Merge origin/master
Conflicts:
	src/com/jpexs/decompiler/flash/gui/proxy/ProxyFrame.java
2014-11-18 20:09:05 +01:00
Jindra Petřík
527d36c7e3 Fix for ESET firewall
#717 Clear proxy button fix
2014-11-18 20:07:47 +01:00
honfika@gmail.com
f466a9a225 some wrong GPL licenses changed to LGPL in ffdec_lib project 2014-11-18 17:58:13 +01:00
Jindra Petřík
29da0b2763 Merge origin/master
Conflicts:
	src/com/jpexs/decompiler/flash/gui/proxy/ProxyFrame.java
2014-11-18 06:46:57 +01:00
Jindra Petřík
dc3536513d show port number in server start error message 2014-11-18 06:44:48 +01:00
honfika@gmail.com
2a305529d9 caching images and other smallfixes 2 2014-11-18 00:12:51 +01:00