Commit Graph

44 Commits

Author SHA1 Message Date
honfika@gmail.com
d500eceb2d #823 translatex buttons (FFDec freezes on large files when pressing these buttons) fixed 2015-03-04 19:54:01 +01:00
honfika@gmail.com
ca30321d08 #809 autogwow when button is hold, justify align fixes 2015-02-28 20:35:26 +01:00
honfika@gmail.com
2befbcb65d #805 Autosave 2015-02-26 23:56:48 +01:00
honfika@gmail.com
88adac7965 #805 Editor mode for Define*Texts improved 2015-02-26 17:47:05 +01:00
honfika@gmail.com
f2922421cb #798 close file streams after export 2015-02-11 18:26:22 +01:00
honfika@gmail.com
1f09953178 tag bounds fixed 2015-01-31 16:58:17 +01:00
honfika@gmail.com
e4e9676081 code hint fixes 2015-01-18 22:49:59 +01:00
honfika@gmail.com
ade56d45a2 format code: blank lines 2015-01-18 21:32:37 +01:00
honfika@gmail.com
07eaafdc55 allow to create swf from code only / export SWF to "Java code", which generates the SWF 2015-01-17 12:17:03 +01:00
honfika@gmail.com
26dd283d3f format source files 2015-01-13 21:19:10 +01:00
honfika@gmail.com
677bdf969b copyright year updated 2015-01-13 19:36:39 +01:00
honfika@gmail.com
b857f01cc9 Render text during text editing and show old text in background with lighter color 2014-12-19 22:45:45 +01:00
honfika@gmail.com
33f641d0a4 faster switching tag tree nodes (drawables and sounds) 2014-12-16 22:32:43 +01:00
honfika@gmail.com
a4cd36fd71 #742 Can't edit frames fixed, Container/ContainerItems refactored, build fixed on linux (Pull request #12) 2014-12-07 20:53:14 +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 2014-11-23 19:44:05 +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
742d58b3ba caching images and other smallfixes 2014-11-18 00:11:43 +01:00
Jindra Petřík
b75ebeae81 Font display using FlashPlayer fix - correct rect 2014-11-17 15:53:21 +01:00
Jindra Petřík
4e8c813700 Font display using FlashPlayer fix - correct rect 2014-11-17 14:29:51 +01:00
Jindra Petřík
bff3520bee show frame number during play
FlashPlayer - show controls for DefineSprite display
Goto frame on click
2014-11-17 11:33:26 +01:00
honfika@gmail.com
83560802bf config setting to load inner swfs automatically 2014-11-09 16:15:58 +01:00
Jindra Petřík
2fd6b2d4d1 font preview size fix 2014-11-05 22:15:25 +01:00
honfika@gmail.com
7a8d952107 tag tree nodes refactored, faster building of tag tree, some redundant logic (export and view in gui) simplified 2014-11-04 18:39:48 +01:00
Jindra Petřík
d841b374c2 better Flash player integration using JavactiveX library
Issue #701 TTF file import/replace - still needs locales, better integration
Issue #702 Fixed GFX font export size
2014-10-22 08:22:36 +02:00
honfika@gmail.com
7f789aafbc simplify TagTree nodes 11 2014-10-05 16:29:48 +02:00
honfika@gmail.com
c3dc4cd395 format code 2014-09-30 23:39:49 +02:00
honfika@gmail.com
ca9f7b7c86 cleanup 2014-09-30 23:38:22 +02:00
Jindra Petřík
963919b3e8 zoom, snapshot for original Flash Player too
Issue #686 disabled right click menu for original Flash Player
2014-09-28 19:59:39 +02:00
honfika@gmail.com
824f40c803 more AS2 deobfuscation fixes & cleanup 2014-09-21 00:07:04 +02:00
Jindra Petřík
03f120c5b0 Issue #680 Loading binary subSWFs manually to avoid large memory consumption 2014-09-18 21:15:45 +02:00
honfika@gmail.com
799d9600e5 base class for ParseException, avm2.ConstantPool renamed to AVM2ConstantPool 2014-09-06 01:54:59 +02:00
honfika@gmail.com
8325d07b24 logger classes fixed, added new events (swf, abc, method body parsed) 2014-09-01 13:33:35 +02:00
honfika@gmail.com
dec9261261 lib resource texts moved to lib project 2014-08-25 10:29:45 +02:00
honfika
1bd0504402 better handling of corrupt swf files 2014-07-25 22:12:46 +02:00
honfika
4f03df03eb better switching between DumpView and Resources view (preserve selected nodes, do not show the components of the other view, e.g traits and constants list in dump view) 2014-07-19 22:37:08 +02:00
honfika
cb7baba8e9 dumpview: allow opening multiple swfs, context menu: expand all and close menu items
show abc and actionbytes in dump view, hexview style fixes
better scroll to view mode in hex editor
2014-06-28 07:31:28 +02:00
honfika
52e6142fe5 organize imports, javadoc 2014-06-18 20:53:19 +02:00
honfika
fb21f408cd prepare for dumpview 2014-06-18 20:48:08 +02:00
honfika
0df69573db update characters after editing tag 2014-06-08 20:29:45 +02:00
honfika
39f81eec1e new functions in contextmenu: jump to character, raw edit all tags 2014-06-08 20:16:26 +02:00
honfika
c4df6c7ace removing frame fixed 2014-05-29 23:20:10 +02:00
honfika
63ebe7e476 get needed characters refactored, get rid of innertags in showframe (using Timelined instead), last frame bug fixed (when there is no ShowFrame tag after the last placeobject tags), remove characters from tags (without removing the whole tag) + organize imports, code formatting 2014-05-26 16:10:36 +02:00
Jindra Petřík
199a4d0c2b trunk contents moved to root 2014-05-10 20:50:57 +02:00