Honfika
1003ca35f3
goto document class with multiple opened swfs issue fixed
2013-12-27 23:49:02 +01:00
Honfika
ea8221524a
#447 standard non ribbon interface: advanced settings added to allow switch back:)
2013-12-27 08:57:53 +01:00
Honfika
88c96e2c91
#447 standard non ribbon interface
2013-12-27 08:41:26 +01:00
Honfika
796af3f207
separating gui
2013-12-24 19:22:16 +01:00
Honfika
e6231f2d2e
Issue #428 flash player window resized to the size of the loaded SWF, scalemode is configurable
2013-12-24 15:08:55 +01:00
Honfika
f0609a551a
#428 Save as .exe
2013-12-24 09:43:44 +01:00
Honfika
9d141142d4
Issue #350 (Allow to open multiple SWF files into the same ffdec instance): turned on by default
2013-12-22 21:45:35 +01:00
Honfika
763321feae
Reload problem fixed
2013-12-22 21:43:40 +01:00
Honfika
f811ca2d27
Issue #350 (Allow to open multiple SWF files into the same ffdec instance)
2013-12-22 19:56:08 +01:00
Honfika
e1f4ca362b
prepare for Issue #350 (Allow to open multiple SWF files into the same ffdec instance) 3
2013-12-22 16:08:45 +01:00
Honfika
b9a1269505
prepare for Issue #350 (Allow to open multiple SWF files into the same ffdec instance) 2
2013-12-21 23:36:06 +01:00
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
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
ab569f1dd2
Memory input stream (Simplified version of ReReadableInputStream, which accepts byte array)
2013-11-30 16:00:51 +01:00
Honfika
3c01608173
Issue #427 : setLookAndFeel moved to initGui
2013-11-24 11:13:36 +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
e5ce9f544d
context menu functions refactored
2013-11-16 20:45:26 +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
19525c8fc7
small fixes, error handling
2013-11-13 20:48:53 +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
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
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
Honfika
0579ac38cb
export: write to file directly, cancelable decompilation (cancel button in the status panel)
2013-11-05 17:59:35 +01:00
Honfika
d73f2bf3ac
outofmemory exception handling, command line option for setting the process affinity and priority, some functions was executed on a different thread when parallel option was disabled
2013-10-16 18:21:25 +02:00
Honfika
3be09601c3
export "pcode with hex" and "only hex" options added
2013-10-15 21:50:00 +02:00
Jindra Petøík
0b1ad1c3b3
Fixed exiting ffdec on context menu add
2013-09-26 18:13:54 +02:00
Jindra Petøík
61261b2ebb
Fixed context menu
2013-09-26 18:08:33 +02:00
Jindra Petøík
37f2fe3553
Fixed context menu
2013-09-26 18:07:46 +02:00
Jindra Petøík
56ccb0c90c
Fixed context menu
2013-09-26 17:57:24 +02:00
Jindra Petøík
c8571d753b
Fixed duplicated context menu
2013-09-26 16:31:21 +02:00
Jindra Petøík
f14eca7106
GFx context menu association
2013-09-26 16:14:40 +02:00
Jindra Petøík
2e0f3ea3ac
ScaleForm GFx opening from open/save dialog
...
GFx classes refactoring
2013-09-26 15:42:53 +02:00
Jindra Petøík
e3b42f2698
Issue #301 Reseting icon on clearing error log
...
Logging errors to GUI on application startup / file load
2013-09-24 22:56:11 +02:00
Jindra Petøík
c777e82980
AS3: New P-code editing syntax inspired by RABCDAsm.
...
AS3: Multiname and namespace editing.
AS3: Editing whole trait in one textarea
AS3: Removed messages about adding new constants
AS3: Modified colors in editor
AS3: Highlighting pair parenthesis/bracket
AS3: Editing various new P-code parameters
2013-09-14 18:57:08 +02:00
Jindra Petøík
17a5e75f1a
Issue #367 Search in memory: save(export) SWFs
...
few refactorings
2013-09-10 07:46:16 +02:00
Jindra Petøík
ca8f9b9e1a
Searching in browsers cache (Chrome, Firefox)
2013-09-09 21:48:38 +02:00
Honfika
d571b899c6
array definitions was inconsistent, now everywhere "Type[] variableName", using StringBuilder => little bit faster, test fixed (missing parameters)
2013-09-09 11:46:04 +02:00
Jindra Petøík
5e1976a792
Playback controls
2013-09-01 14:30:49 +02:00
Honfika
8e4bbfcf61
Show total export time, configurable method decompilation timeout
2013-08-25 10:45:07 +02:00
Honfika
8393f063cb
using true/false values in getConfig methods everywhere
2013-08-25 08:47:42 +02:00
Honfika
91eb780db3
generic config get/set methods
2013-08-25 08:29:56 +02:00
Jindra Petøík
27a80bf038
Issue #292 Change background color in SWF preview
2013-08-24 20:43:49 +02:00
Jindra Petøík
8bfbceec03
Issue #344 Reload opened swf
2013-08-24 19:02:18 +02:00
Jindra Petøík
f4e44b23d5
Issue #301 Clear errors log
...
Expand/Collapse icon in error log moved from right to left
2013-08-24 16:43:47 +02:00
Jindra Petøík
a112469252
opening file fix
2013-08-24 16:04:16 +02:00