Commit Graph

127 Commits

Author SHA1 Message Date
MultiplyByZer0
53e29673ee Allow reload confirmation to be disabled
If the user has disabled confirmation for closing, disable confirmation for reloading as well.
2017-03-14 02:53:17 -04:00
honfika@gmail.com
5b0bd1f0c5 UI thread invoke fixes/improvements 2016-12-28 11:21:13 +01:00
Jindra Petřík
ee6faa8cbb Display bundle name in window title next to SWF name 2016-12-12 12:36:49 +01:00
Jindra Petřík
6654a7b6c3 Fixing colliding multinames from GUI 2016-09-17 16:19:44 +02:00
Jindra Petřík
729f28ecaa Saving files before refreshing line endings 2016-08-12 22:59:05 +02:00
honfika@gmail.com
5107a644cc jump to resources view from hex view 2016-08-01 16:53:54 +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
honfika@gmail.com
04cf130a07 check resource: encoding fixed 2016-04-05 19:22:04 +02:00
honfika@gmail.com
0b1370c54c removed unused imports 2016-03-30 15:35:00 +02:00
Jindra Petřík
70b76e0070 Reload one vs Reload all buttons 2016-03-13 12:16:33 +01:00
honfika@gmail.com
14ae76a269 as3 script search fix when class filter is applied in tag tree, clear filter if the selected search result is currently not visible 2016-03-12 14:31:35 +01:00
honfika@gmail.com
1a0aa9c779 show warning on 32bit jre 2016-02-27 16:29:58 +01:00
Jindra Petřík
85c252e724 Move items from Debug tab in advanced settings to other tabs to avoid acidentally setting it,
reseting most of them by renaming.
2016-02-19 16:52:44 +01:00
Jindra Petřík
26fbb83ef3 simplify expressions 2016-02-17 20:07:56 +01:00
honfika@gmail.com
4d886bc688 function to remove all characters except the seleced ones (for creating small swfs to reproduce a bug).. added to debug menu category 2016-02-12 09:03:48 +01:00
honfika@gmail.com
7cdae099f0 close confirmation fix 2016-01-08 10:59:08 +01:00
Jindra Petřík
f161ec4a7d Merge origin/master 2016-01-04 22:00:14 +01:00
Jindra Petřík
0f835dd0f5 Issue #1118 running file with importassets
Correct checking the autloLoadSwfs checkbox in settings
2016-01-04 21:59:55 +01:00
honfika@gmail.com
addbc66fd6 show warning when switching to hex view if swf is modified 2016-01-04 09:46:21 +01:00
honfika@gmail.com
1cea429e7b copyright year updated 2016-01-01 14:06:56 +01:00
honfika@gmail.com
760b5605ed remove config listeners on ffdec restart (solves a nullpointer exception problem) 2015-12-21 16:20:42 +01:00
Jindra Petřík
0724b4a3f0 Debug (breakpoints, step) P-code for both AS1/2 and AS3 2015-12-06 06:29:08 +01:00
honfika@gmail.com
531e687821 allow adding tag to main timeline
tagtree:remove unnecessary tree parameter 
binary export: use .swf extension for swf files
export:select export types fixed when inner swf is selected
debug menu:create new swf
check all tags when debugcopy is enabled
2015-12-05 07:48:34 +01:00
Jindra Petřík
d9cf3e1096 Merge origin/master 2015-11-29 07:48:07 +01:00
honfika@gmail.com
981cc62f16 restorecontrolflow removed 2015-11-28 19:12:17 +01:00
Jindra Petřík
742412065a debug menu item enabled fix 2015-11-23 16:20:43 +01:00
Jindra Petřík
1237762e60 AS1/2 debugger
debugger listening only when really debugging started
fail to listen message
break reason displayed
2015-11-21 19:12:42 +01:00
Jindra Petřík
d2da6e68eb debugger only for AS3 files 2015-11-18 06:41:54 +01:00
Jindra Petřík
40ed5a5f48 Trace log, debug panel separated, better show/hide handling 2015-11-17 20:10:30 +01:00
Jindra Petřík
bb37910cce Fixed ip highlighting 2015-11-17 17:48:06 +01:00
Jindra Petřík
b8268c5403 Variables, scopechain, stack
GUI enhancements
Paths advancedsettings
2015-11-17 16:24:14 +01:00
Jindra Petřík
632e5156c8 Load from browser cache removed
Old "debugger" tool removed in favor of new real debugger
Hotkeys unified
2015-11-16 16:04:03 +01:00
Jindra Petřík
c04675e353 add/remove breakpoints 2015-11-16 13:24:27 +01:00
Jindra Petřík
27fbe7d18f stepping 2015-11-15 22:03:04 +01:00
Jindra Petřík
575d988ed4 FlashPlayer path setting
Library path setting
Debugger main menu
2015-11-15 20:12:50 +01:00
Jindra Petřík
8c8be0737f Open loaded SWFs during playback feature 2015-10-24 10:09:39 +02:00
honfika@gmail.com
696ee04cb4 avoid throwing EmptyStackExceptions in as2 deobfuscation 2015-08-26 20:50:22 +02:00
Jindra Petřík
7ccc0efd8d Build fix :-) 2015-07-04 16:39:58 +02:00
Jindra Petřík
626668fc43 Merge branch 'v6'
Conflicts:
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolType.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/InstanceInfo.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Trait.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Action.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraph.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionListReader.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionSourceGenerator.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolType.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionEnumerate2.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItem.java
	libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java
	libsrc/ffdec_lib/src/com/jpexs/helpers/Helper.java
	libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2Test.java
	src/com/jpexs/decompiler/flash/gui/Main.java
	src/com/jpexs/decompiler/flash/gui/abc/UsageFrame.java
2015-07-03 19:06:09 +02:00
honfika@gmail.com
27f3b61dd5 Enabel close all menu when no swf is seleted 2015-06-28 10:05:57 +02:00
Jindra Petřík
108f86dd98 Deobfuscation switch to old mode is now hidden in other configuration.
System out fix
2015-06-21 14:45:14 +02:00
honfika@gmail.com
fe7b2f8f12 allow to select language in check resources window 2015-05-26 21:05:34 +02:00
honfika@gmail.com
134fd1558a set look and feel only when it is different from the previous 2015-05-25 14:49:10 +02:00
honfika@gmail.com
48b90ec8da allow reload ffdec when no swf is opened 2015-05-25 11:01:49 +02:00
honfika@gmail.com
7b0db227de update menu selection when configuration changed in advanced settings fix 2015-05-25 10:18:31 +02:00
honfika@gmail.com
0fd4843df9 update menu selection when configuration changed in advanced settings 2015-05-25 09:09:52 +02:00
Jindra Petřík
3afedb76f7 small icons improvements
import script icon
2015-05-24 19:24:07 +02:00
honfika@gmail.com
2d6715f73e app menu items enabled/disabled 2015-05-24 17:48:19 +02:00
Jindra Petřík
cd4afba15f Merge origin/master
Conflicts:
	src/com/jpexs/decompiler/flash/gui/MainFrameMenu.java
	src/com/jpexs/decompiler/flash/gui/MainFrameRibbonMenu.java
2015-05-24 17:07:22 +02:00
Jindra Petřík
a85adfd4d5 selecting appropriate icon size for ribbon/nonribbon 2015-05-24 16:53:07 +02:00