Commit Graph
69 Commits
Author SHA1 Message Date
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
[email protected] 8cb067bfda format java code 2016-01-15 14:37:34 +01:00
[email protected] cdbfe54dad ImageIO disk cache disabled, it writes a lot of ImageIO* files to temp folder. 2016-01-02 11:35:41 +01:00
[email protected] 1cea429e7b copyright year updated 2016-01-01 14:06:56 +01:00
[email protected] 792b627cd9 add custom command line parameters 2015-12-28 10:12:20 +01:00
Jindra Petřík 09d4772eef miterlimit is FIXED8 (float) 2015-12-26 23:28:32 +01:00
[email protected] 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
[email protected] 0b59f0b11f AS3 deobfuscation changed to execute code instead of translating 2015-11-21 15:13:11 +01:00
[email protected] 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
[email protected] cbb3b1bff2 new tests for FQNs and namespaces, using pluginpath config 2015-10-23 10:52:44 +02:00
[email protected] f10303b4ab plugin to fix the "bug" in issue #786 2015-10-22 09:00:27 +02:00
[email protected] 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
[email protected] 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
[email protected] ecc0cd3f15 get image dimension without loading the image 2015-07-20 15:54:40 +02:00
[email protected] af3553e387 more DottedChains 2015-07-14 21:11:08 +02:00
[email protected] 9a0a54bebb hashCode and equals 2015-07-12 18:14:26 +02:00
[email protected] 904d1f64f1 non static caches (separated cache for all SWFs) 2015-07-12 15:14:41 +02:00
[email protected] 0437e95b4f do not instantiate millions of HighlightData 2015-07-09 10:31:50 +02:00
[email protected] 31eb284b60 no more string concatenation in graph text writer 2015-07-07 16:24:43 +02:00
[email protected] b3c39bbbee properly interrupt on timeout 2015-07-06 16:10:12 +02:00
[email protected] 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
[email protected] 92af14307f Bitmap export fix 2015-06-04 09:22:44 +02:00
[email protected] 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
[email protected] 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
[email protected] dcee51c656 log when failed to load the image from a tag 2015-05-14 15:55:33 +02:00
[email protected] 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
[email protected] e49296770f format source code 2015-05-08 13:33:40 +02:00
[email protected] 40217c0a39 split panes simplified (base class stores the position) 2015-05-06 10:51:05 +02:00
[email protected] 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
[email protected] 2664d692ba faster imageToShape 2015-03-17 07:03:56 +01:00
[email protected] 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
[email protected] ca30321d08 #809 autogwow when button is hold, justify align fixes 2015-02-28 20:35:26 +01:00
[email protected] 88adac7965 #805 Editor mode for Define*Texts improved 2015-02-26 17:47:05 +01:00
[email protected] f2922421cb #798 close file streams after export 2015-02-11 18:26:22 +01:00
[email protected] ade56d45a2 format code: blank lines 2015-01-18 21:32:37 +01:00
[email protected] 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
[email protected] c4d35dd36a copyright year updated 2 2015-01-13 20:32:14 +01:00
[email protected] 677bdf969b copyright year updated 2015-01-13 19:36:39 +01:00
[email protected] 60f170dcda #749 Internal viewer Sprite fill color is wrong sometimes: fixed 2014-12-14 15:30:59 +01:00
[email protected] 9eeb25b088 image performance improvements 2014-12-14 01:21:51 +01:00
[email protected] e2ba5aaf8d performance improvements 2014-12-10 21:04:38 +01:00
[email protected] cdae56d128 small refactorings 2014-12-07 12:41:55 +01:00