honfika@gmail.com
|
adf9a5b49c
|
getOffset renamed to getAddress to be the same in AS2 and AS3
|
2015-12-08 13:35:39 +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 |
|
Jindra Petřík
|
ec666b60e4
|
AS1/2: Ctrl+click to declaration of variables, registers. Hilighting methods and classes
AS1/2: Debugger - Show registers
Fixed ctrl+click underline position
|
2015-12-05 10:53:43 +01:00 |
|
Jindra Petřík
|
f7f1062c5e
|
Merge origin/master
|
2015-11-21 19:13:06 +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 |
|
honfika@gmail.com
|
0b59f0b11f
|
AS3 deobfuscation changed to execute code instead of translating
|
2015-11-21 15:13:11 +01:00 |
|
honfika@gmail.com
|
0ce72f2038
|
FixItemCounterStack moved: later needed for avm2 deobfuscation, too
|
2015-11-20 15:45:05 +01:00 |
|
Jindra Petřík
|
4a4e0e4898
|
Better line start detection
Fixed debug info injection
|
2015-11-17 09:24:42 +01:00 |
|
honfika@gmail.com
|
cbb3b1bff2
|
new tests for FQNs and namespaces, using pluginpath config
|
2015-10-23 10:52:44 +02:00 |
|
honfika@gmail.com
|
f10303b4ab
|
plugin to fix the "bug" in issue #786
|
2015-10-22 09:00:27 +02:00 |
|
honfika@gmail.com
|
099bffdf68
|
removed some unnecessary parameters + small fixes
|
2015-10-21 08:54:25 +02:00 |
|
Jindra Petřík
|
f143434d9e
|
Issue #1062 Editing/displaying script initializers
|
2015-10-20 16:37:39 +02:00 |
|
honfika@gmail.com
|
f699fd72bb
|
faster AS2 deobfuscation (ActionDeobfuscatorSimple and ActionDeobfuscator combined to a single linked list based algorithm), caching deobfuscated action list
|
2015-10-20 09:13:50 +02:00 |
|
honfika@gmail.com
|
ecc0cd3f15
|
get image dimension without loading the image
|
2015-07-20 15:54:40 +02:00 |
|
honfika@gmail.com
|
af3553e387
|
more DottedChains
|
2015-07-14 21:11:08 +02:00 |
|
honfika@gmail.com
|
9a0a54bebb
|
hashCode and equals
|
2015-07-12 18:14:26 +02:00 |
|
honfika@gmail.com
|
904d1f64f1
|
non static caches (separated cache for all SWFs)
|
2015-07-12 15:14:41 +02:00 |
|
honfika@gmail.com
|
0437e95b4f
|
do not instantiate millions of HighlightData
|
2015-07-09 10:31:50 +02:00 |
|
honfika@gmail.com
|
31eb284b60
|
no more string concatenation in graph text writer
|
2015-07-07 16:24:43 +02:00 |
|
honfika@gmail.com
|
b3c39bbbee
|
properly interrupt on timeout
|
2015-07-06 16:10:12 +02:00 |
|
honfika@gmail.com
|
bf2c6cb822
|
use diamond
|
2015-07-05 21:34:49 +02:00 |
|
Jindra Petřík
|
0cea275073
|
A fix ?
|
2015-07-03 18:34:17 +02:00 |
|
honfika@gmail.com
|
92af14307f
|
Bitmap export fix
|
2015-06-04 09:22:44 +02:00 |
|
honfika@gmail.com
|
6b5fc8fc2d
|
image loading fix
|
2015-06-03 08:01:52 +02:00 |
|
Jindra Petřík
|
8074aa5fd8
|
Issue #895 Correct handling CMYK JPEG images (Monte Video library)
Correct JPEG to Image conversion when it has alpha
|
2015-05-26 20:01:22 +02:00 |
|
honfika@gmail.com
|
3632c466e1
|
Workaround for ImageIO jpeg export bug when alpha channel exists, tag method orders changed (contructors, readData, getData, etc)
|
2015-05-16 11:04:14 +02:00 |
|
honfika@gmail.com
|
dcee51c656
|
log when failed to load the image from a tag
|
2015-05-14 15:55:33 +02:00 |
|
honfika@gmail.com
|
c324efb1c5
|
pdf export fix (when no frame exists), text rendering fixed (alpha channel was ignored), bmp export fix (paddings when width%2==1), export in all formats for debugging
|
2015-05-10 12:49:48 +02:00 |
|
honfika@gmail.com
|
e49296770f
|
format source code
|
2015-05-08 13:33:40 +02:00 |
|
honfika@gmail.com
|
40217c0a39
|
split panes simplified (base class stores the position)
|
2015-05-06 10:51:05 +02:00 |
|
honfika@gmail.com
|
fce4534aed
|
always use buffered output streams when writing to a file, faster swf xml export by caching the fields
|
2015-05-01 01:04:08 +02:00 |
|
honfika@gmail.com
|
2664d692ba
|
faster imageToShape
|
2015-03-17 07:03:56 +01:00 |
|
honfika@gmail.com
|
18af792012
|
#825 hot keys (and maybe new buttons on new panel) to switch to next or previous DefineText
|
2015-03-07 22:55:09 +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
|
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
|
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
|
c4d35dd36a
|
copyright year updated 2
|
2015-01-13 20:32:14 +01:00 |
|
honfika@gmail.com
|
677bdf969b
|
copyright year updated
|
2015-01-13 19:36:39 +01:00 |
|
honfika@gmail.com
|
60f170dcda
|
#749 Internal viewer Sprite fill color is wrong sometimes: fixed
|
2014-12-14 15:30:59 +01:00 |
|
honfika@gmail.com
|
9eeb25b088
|
image performance improvements
|
2014-12-14 01:21:51 +01:00 |
|
honfika@gmail.com
|
e2ba5aaf8d
|
performance improvements
|
2014-12-10 21:04:38 +01:00 |
|
honfika@gmail.com
|
cdae56d128
|
small refactorings
|
2014-12-07 12:41:55 +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 |
|
honfika@gmail.com
|
76d8a13fb6
|
asX.swfs added to recompile test, actionpanel initalization shoud be called from UI thread, other small fixes
|
2014-11-23 08:48:12 +01:00 |
|
Jindra Petřík
|
686a527246
|
BMP export fix
BMP import for Images,Shapes
|
2014-11-22 21:18:28 +01:00 |
|
Jindra Petřík
|
4627afa5df
|
Export frame,shape or image to Windows Bitmap format (.BMP)
|
2014-11-22 20:12:48 +01:00 |
|
honfika@gmail.com
|
6d3974db53
|
format code
|
2014-11-16 15:30:27 +01:00 |
|
honfika@gmail.com
|
4246b92e85
|
.gitignore fixed
|
2014-11-16 14:50:45 +01:00 |
|