Commit Graph
88 Commits
Author SHA1 Message Date
Honfika 61fcfb8ec0 frame SVG export, cleanup, (java) code formatting 2014-04-19 14:38:06 +02:00
Jindra Pet��k ad44ca6900 mark levels recursion as warning, not severe 2014-04-18 19:30:28 +02:00
Jindra Pet��k 596854c379 AS3 parser: static method scope fix, final attr. fix, Classes resolving 2014-04-14 08:36:42 +02:00
Jindra Pet��k 7324cedaff AS3 parser: typenames (Vector) 2014-04-13 18:51:59 +02:00
Jindra Pet��k 90025e1bf6 AS3 parser: large name resolving refactoring, inner functions
code formatting, imports
2014-04-12 22:31:22 +02:00
Honfika ca52f63769 preserver original tag header and endtag, organize imports, missing javadoc params 2014-04-05 16:10:43 +02:00
Jindra Pet��k 079f642e40 AS3 parser: easier debugging 2014-04-05 12:47:23 +02:00
Jindra Pet��k e187bd4066 merge 2014-04-05 09:17:29 +02:00
Jindra Pet��k 412c1cc3fa Issue #557 AS3 null namespace names fix => p-code not working 2014-04-05 09:15:38 +02:00
Honfika 0958c44744 hex view fix 2014-04-04 20:24:11 +02:00
Jindra Pet��k 60f204cb4d organize imports 2014-04-01 19:52:05 +02:00
Jindra Pet��k 0b85f4a18f AS3 parser - namespaces, :: operator, etc. 2014-03-30 16:18:15 +02:00
Jindra Pet��k c0a202d2cc Issue #552 max recursion level bug fixed (parseNext variable) 2014-03-29 17:57:24 +01:00
Jindra Pet��k 4d92dbb75b universal loop fixed - while(true)
tests fixed
2014-03-29 10:18:14 +01:00
Jindra Pet��k a205a39999 merge 2014-03-29 09:57:30 +01:00
Jindra Pet��k 7ffb188800 Issue #552 Timeout exception, max recursion level fix => fixGraph removed 2014-03-29 09:50:50 +01:00
Honfika 59c10ee8f8 code formatting: space before parenthesis 2014-03-29 01:30:15 +01:00
Honfika 5d4517fd00 loop mismatch problem fixed, do-while formatting fixed, added some code formatting properties 2014-03-28 22:33:39 +01:00
Honfika 32c4bbd575 do not create else blocks for "elseif" statements 2014-03-25 23:37:40 +01:00
Jindra Pet��k 692ebfaac5 AS3 parser stub improved 2014-03-23 23:03:55 +01:00
Jindra Pet��k 851287e550 AS3 parser stub improved 2014-03-23 11:53:52 +01:00
Jindra Pet��k cb92f191a7 Improved export dialog (show only usable options, refactored)
Nelly moser decoding, MP3 decoding
WAV export for all soundtypes
PNG only, JPEG only export modes for images
2014-03-10 22:40:50 +01:00
Honfika 468430563a copyright message fix 2014-02-27 13:55:03 +01:00
Honfika da7ce42746 Java code formatting, Interface action item block fixed 2014-02-25 18:51:10 +01:00
Jindra Pet��k 1e3a67ec1c Configurable code formatting (Indentation + brace position) 2014-02-25 15:52:41 +01:00
Jindra Pet��k fa15870752 Issue #306 editing AS directly - detectUnitializedVars fix 2014-02-24 22:15:10 +01:00
Jindra Pet��k cd92cad907 Issue #304 Direct AS1/2 editing DefineFunction vs DefineFunction2 fix
merge
2014-02-23 22:40:31 +01:00
Honfika 2e3893313d tag editor: limit values according to basetype 2014-02-08 20:58:08 +01:00
Honfika b6a733d806 format code + add missing javadoc entries 2014-02-06 22:35:26 +01:00
Jindra Pet��k 7b6d54bc68 License header years update 2014-02-02 05:35:36 +01:00
Honfika 41e9e58c31 format code 2014-01-22 17:29:16 +01:00
Honfika 0da9d423a0 final fields 2014-01-19 22:33:23 +01:00
Honfika 49d5470f93 missing localizations 2014-01-18 13:27:42 +01:00
Honfika 203abdd561 LocalData object instead of object lists 2014-01-12 23:43:30 +01:00
Honfika ff6f875c07 precedence field is protected now 2013-12-27 15:07:07 +01:00
Honfika f5e205cf85 Issue #442 Decompilation regression since nightly ffdec_1.7.4_db2388c37836: fixed 2013-12-26 21:50:40 +01:00
Honfika f1a9bf6a3b Issue #442 Decompilation regression since nightly ffdec_1.7.4_db2388c37836: earlier modification reverted 2013-12-26 15:41:17 +01:00
Honfika 4064d82dc2 missing copyright headers added, reformated with updateLicense function 2013-12-14 20:28:49 +01:00
Honfika 06b95ac6e1 Issue #431: Canceling background threads (after timeout, or after user action, e.g new treeitem selected) fixed + small fixes 2013-12-03 00:26:21 +01:00
Honfika 09aeafb77b Deobfuscation simplified 2013-12-01 13:55:08 +01:00
Honfika ac96c7dbb5 Workarounds for StackOverflowExceptions 2013-12-01 08:53:04 +01:00
Honfika abfc07ca59 Issue #420: some EmptyStackExceptions fixed 2013-11-25 19:57:11 +01:00
Honfika 50df6db4f8 tests fixed 2013-11-07 23:05:15 +01:00
Honfika b3dc9a4d13 cancellable search, strongly typed configuraion fields (later they will be listed on the advanced settings page) 2013-11-07 21:18:18 +01:00
Honfika bef5f0ae67 cleanup with "Inspect and Transform" 2013-11-07 00:26:49 +01:00
Honfika 62e97826a9 throw interrupted exception when Thread.isInterrupted() => timed out threads will abort 2013-11-05 23:29:26 +01:00
Honfika c37c93173e tests fixed, test added for optional parameters, integer and float optional parameters fixed 2013-11-01 19:52:40 +01:00
Honfika 9b5acbcaee new lines fixed 2013-11-01 13:18:27 +01:00
Honfika 3b69e9f291 organize imports 2013-11-01 01:13:11 +01:00
Honfika d23c2dbe63 highlighting refactored 2013-11-01 01:07:19 +01:00