Commit Graph
1037 Commits
Author SHA1 Message Date
Honfika 300d0d84bc MainFrame construtor splitted, StatusPanel (with child controls) moved to a new component 2013-12-19 21:44:43 +01:00
Honfika 1bd2e12aca using constants for action commands, rename some other constants 2013-12-17 17:45:19 +01:00
Honfika 2c14037242 organize imports 2013-12-14 23:22:05 +01:00
Honfika 3b6f3701cd Issue #436 saving modifications to action script does not work fixed 2013-12-14 23:19:51 +01:00
Honfika 4064d82dc2 missing copyright headers added, reformated with updateLicense function 2013-12-14 20:28:49 +01:00
Honfika 6c068b6fc5 hilight lexer removed (not used) 2013-12-14 20:17:33 +01:00
Honfika aca1825933 AS3 parsing: MultinameA added, lexer regenerated 2013-12-14 19:32:09 +01:00
Honfika 768f951b86 Issue #438: Command line arguments not working fixed 2013-12-13 19:16:05 +01:00
Honfika a73a3f5e9c pcode export: static constructor missing problem fixed 2013-12-09 19:56:59 +01:00
Honfika 8c440947a7 small null pointer exception fix 2013-12-03 21:33:03 +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 3aa09fdf2b Issue #430: Do not allow loading null config values (use default values instead) 2013-12-01 15:09:01 +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 ab569f1dd2 Memory input stream (Simplified version of ReReadableInputStream, which accepts byte array) 2013-11-30 16:00:51 +01:00
Honfika 2af979dbd9 Issue #387: using BufferedOutputStream 2013-11-27 23:02:20 +01:00
Honfika ae3b124b37 ASM panel is empty after switching caching mode: fixed (selected methodbody was not cleared, but the text was cleared => no refresh) 2013-11-25 21:56:29 +01:00
Honfika abfc07ca59 Issue #420: some EmptyStackExceptions fixed 2013-11-25 19:57:11 +01:00
Honfika f53d825915 non null flashPanel is always instance of FlashPlayerPanel 2013-11-24 22:20:56 +01:00
Honfika 7753c39d88 Root swf was not displayed when it was opened before any other tag 2013-11-24 21:59:13 +01:00
Honfika db4ca5c266 renaming identifiers: handle empty stack (probably never executed branch) 2013-11-24 19:36:34 +01:00
Honfika aeb0f81cf7 program freezes when FlashPlayer.exe is not found: fixed 2013-11-24 19:35:20 +01:00
Honfika 3c01608173 Issue #427: setLookAndFeel moved to initGui 2013-11-24 11:13:36 +01:00
Honfika 01bccf5e16 Issue #427: User friendly error message when file not found (during command line compress, decompress and rename identifiers) 2013-11-23 23:46:18 +01:00
Jindra Pet��k d6ec958486 Issue #423 Fixed problems on DefineFont3/2 advance value size (Font with 20k height problem) 2013-11-21 12:52:01 +01:00
Honfika 6b8f82fb5d command line switch for renaming invalid identifiers 2013-11-19 19:42:23 +01:00
Honfika f0697ebeb6 removed unnecessary string=>utf8 byte[]=>input stream=>reader converts, utf8 helper added (UnsupportedEndodingException should not thrown) 2013-11-17 09:08:05 +01:00
Honfika 9a7016fe29 ConsoleAbortRetryIgnoreHandler moved to console package 2013-11-16 23:02:47 +01:00
Honfika e5ce9f544d context menu functions refactored 2013-11-16 20:45:26 +01:00
Honfika c28c773b19 Freed class moved out from gui 2013-11-16 18:45:29 +01:00
Honfika e6250555ef AS2 highlighting fixed, debug menu added 2013-11-15 17:58:10 +01:00
Honfika 93196ebcd7 constantpool: arrays=>lists, accessing constant is synchronized (parallel decompiling thown ArrayOutOfBound exceptions, because the constantpool was modified in another thread) 2013-11-14 17:04:52 +01:00
Honfika e918209716 invokelater only the startwork 2013-11-14 00:06:45 +01:00
Honfika f5effd21f2 faster renaming identifiers (invokeandwait => invokelater) 2013-11-14 00:00:12 +01:00
Honfika 01a4857c95 nullpointer exception fixed 2013-11-13 23:02:33 +01:00
Honfika d760abd023 lastExportDir config default value fixed 2013-11-13 22:01:42 +01:00
Honfika 19525c8fc7 small fixes, error handling 2013-11-13 20:48:53 +01:00
Honfika 3af6b0f535 translations improved 2013-11-13 19:40:15 +01:00
Honfika 5d163bd771 settings dialog: show restart confirmation 2013-11-10 19:49:01 +01:00
Honfika 82ab797b5f editor panes: hexonly button is disabled by default (new icon needed) 2013-11-10 19:22:22 +01:00
Honfika a62862cea7 russian and hungarian translations improved 2013-11-10 18:41:40 +01:00
Honfika 8125ecf7ef show recent files in main menu 2013-11-10 17:40:47 +01:00
Honfika 2f49b47e87 every configuration setting is configurable on the ui, reset configuration button, show config descriptions 2013-11-08 13:17:44 +01:00
Honfika 15d9521243 register name is configurable 2013-11-08 00:35:47 +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 17173aef00 small resource fixes 2013-11-07 12:11:26 +01:00
Honfika d99f8943b7 application releated constants moved to applicationinfo class (name, version, urls), 1000th source file:) 2013-11-07 11:07:49 +01:00
Honfika bef5f0ae67 cleanup with "Inspect and Transform" 2013-11-07 00:26:49 +01:00
Honfika 9870157b6b Command line parsing refactored, Advanced Settings dialog 2013-11-06 23:06:16 +01:00