Commit Graph
100 Commits
Author SHA1 Message Date
[email protected] 60f170dcda #749 Internal viewer Sprite fill color is wrong sometimes: fixed 2014-12-14 15:30:59 +01:00
[email protected] caaee42318 #745 Copy tag to 2014-12-14 12:37:41 +01:00
[email protected] 05a0d04e2f filter improvements 2014-12-14 11:38:25 +01:00
[email protected] 6e9c67c008 calculating color matrix filter manually (solves isssue #750) 2014-12-14 11:22:53 +01:00
[email protected] 7b03313615 color transform fix 2014-12-14 11:10:32 +01:00
[email protected] 27e2769ff3 useall values from colormmatrix filter'smatrix 2014-12-14 10:43:10 +01:00
[email protected] 3f0db1412d mark sprite modfied when inner tag is removed 2014-12-14 01:47:08 +01:00
[email protected] 98ffe697a7 sounds fixed in tag tree 2014-12-14 01:37:07 +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] 87b9620405 build fixed on linux (Pull request #12) again:), other small fixes 2014-12-07 22:09:33 +01:00
[email protected] 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
[email protected] bc3967597c Fixing characters order failed, recursion detected: problem fixed 2014-12-07 16:21:14 +01:00
[email protected] cdae56d128 small refactorings 2014-12-07 12:41:55 +01:00
[email protected] 1e9da7fd40 unused libs removed some from ffdec_lib 2014-12-07 11:02:47 +01:00
[email protected] 9ff86eba6b build fixed on Linux? (it should be tested on linux) 2014-12-07 10:39:57 +01:00
[email protected] 5c73058972 build fixed on Windows, removed some unused libs from ffdec_lib, some fields marked as private 2014-12-07 09:44:54 +01:00
honfika c9c957260f Merge pull request #11 from crazy2be/master
Changes to get jpexs building on Linux.
2014-12-07 06:23:14 +01:00
[email protected] c17afde4cf Text highlighting fixed 2014-12-06 16:39:39 +01:00
[email protected] 9f18174ece Added empty execute method for label instruction 2014-12-05 19:10:37 +01:00
honfika a9a443c26b Merge pull request #10 from izstas/divide-execute
Cast Long to Double in DivideIns.execute if integer division has a remainder
2014-12-05 19:09:02 +01:00
[email protected] a69484a003 script highlighting fixed 2 2014-12-05 17:45:51 +01:00
[email protected] efafd6b896 script highlighting fixed 2014-12-04 22:54:45 +01:00
[email protected] 5d9be4a0da flash player zoom fix, html5 export fixed when framerate=0 2014-12-04 19:27:58 +01:00
[email protected] 9ca752dfca Merge origin/master 2014-12-03 22:02:03 +01:00
[email protected] fc5d3b7060 #738 Frame export fails with EndOfStreamException: Premature end of the stream reached: fixed 2014-12-03 22:01:52 +01:00
honfika 4591add6e3 Merge pull request #9 from izstas/nop-execute
Empty execute method for nop, debug, debugfile and debugline
2014-12-03 15:55:02 +01:00
honfika 8f0c8b1a34 Merge pull request #8 from izstas/pushshort-overflow
Properly handle short integer overflow in PushShortIns.execute
2014-12-03 15:54:55 +01:00
[email protected] 689ec29448 faster editor.setText (but still so slow with huge texts)
faster AS2 deobfuscation (when multiple jumps should be replaced with a single jump)
2014-12-02 22:38:46 +01:00
[email protected] df933aeb43 report only 100. action in Action.toString 2014-12-01 23:41:55 +01:00
[email protected] 13390b4ae9 using startBlock and endBlock in class initializer 2014-12-01 23:11:42 +01:00
[email protected] dd0c8d8c89 removed unnecessary reload 2014-12-01 23:00:42 +01:00
[email protected] eb8104c5e8 faster populateSoundStreamBlocks 2014-12-01 20:53:29 +01:00
[email protected] 77b8ef808a small fixes 2014-12-01 00:13:48 +01:00
[email protected] 9125a5abd4 Allow to ignore missing characters. 2014-11-30 22:42:21 +01:00
[email protected] 35f76a1157 Show "Selected font doenst contain character..." message in log. 2014-11-30 20:50:07 +01:00
[email protected] 80874e4d22 character adding problem fixed 2014-11-30 20:29:02 +01:00
[email protected] 131fb23dff faster folder preview frame rendering 2014-11-30 18:55:55 +01:00
[email protected] eec3db60c9 Issue #676: include characterid and previous text of the text tag in text import error log message 2014-11-30 14:07:04 +01:00
[email protected] d08025dbd8 clear convertException on new decompilation 2014-11-30 12:21:59 +01:00
[email protected] 8e493adf11 add space between constantpool parameters 2014-11-30 00:55:53 +01:00
[email protected] 6595744706 jflex warnings fixed 2014-11-30 00:41:56 +01:00
[email protected] 880f226c89 code format fixes in lexerslexer fixes 2014-11-30 00:26:33 +01:00
[email protected] 825e50a4ef code format fixes in lexers 2014-11-30 00:18:35 +01:00
[email protected] 094ecd15e3 lexer fixes 2014-11-30 00:09:29 +01:00
[email protected] 29ab28f13f Issue #734 Support \xAB escape sequences in lexers 2014-11-29 23:56:42 +01:00
[email protected] 7b585cbe49 escape control characters in identifiers, too 2014-11-29 22:17:35 +01:00
[email protected] 87611fabbc #731 AS2 decompilation problem fixed 2014-11-29 16:20:08 +01:00
[email protected] 3d092df4ef another AS2 deobfscation fix 2014-11-29 11:00:29 +01:00
[email protected] e40d2cb13d #709 Text Export to Single File with custom filename: fixed 2014-11-24 21:07:31 +01:00
[email protected] 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
[email protected] 8267b11442 null check in uncache method, use the original ABC object in recompile test 2014-11-23 15:20:45 +01:00
[email protected] 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
[email protected] f74d97837a do not allow deselect view mode 2014-11-22 19:03:34 +01:00
[email protected] 61ad56596b escape ascii control characters 2014-11-22 17:16:08 +01:00
[email protected] 13c894196c Issue #288: less memory usage during FLA export, using stringbuilders 2014-11-22 03:16:30 +01:00
[email protected] dec1380d13 DefineCompactedFont paging fixed 2014-11-21 18:07:57 +01:00
[email protected] b9c2be102f Issue #723: saving swf with invalid referenced characters fixed 2014-11-20 19:54:50 +01:00
[email protected] f466a9a225 some wrong GPL licenses changed to LGPL in ffdec_lib project 2014-11-18 17:58:13 +01:00
[email protected] 2a305529d9 caching images and other smallfixes 2 2014-11-18 00:12:51 +01:00
[email protected] 742d58b3ba caching images and other smallfixes 2014-11-18 00:11:43 +01:00
[email protected] ef34bb535b small fixes, unused code removed 2014-11-16 21:03:17 +01:00
[email protected] 6d3974db53 format code 2014-11-16 15:30:27 +01:00
[email protected] 4246b92e85 .gitignore fixed 2014-11-16 14:50:45 +01:00
[email protected] cb052143f5 highlighting refactored 2014-11-16 14:49:31 +01:00
[email protected] 0e128e2ef7 #719 null swf name in Proxy after cancelling rename dialog 2014-11-14 22:24:12 +01:00
[email protected] bb5b0eef46 Issue 720: edited shape tag is not marked as modified after replacing the image 2014-11-14 21:52:12 +01:00
[email protected] 4719cc196f getcharacters: use stringbuilder, set tag modfied when it was moved 2014-11-13 00:23:28 +01:00
[email protected] 4bca4746f6 usinig sets for known addresses, some deepcopy call modified to clone() call 2014-11-12 23:52:42 +01:00
[email protected] 0f2e06398a my debug code removed:) 2014-11-12 19:02:52 +01:00
[email protected] 96e0b368ff add tree models (tagtraa, dumpviewtree) onlywhen the tree is visible, better preserving the expanded states of the tree nodes 2014-11-12 19:01:21 +01:00
[email protected] 5e9b453324 double empty lines removed from properties files 2014-11-11 22:59:28 +01:00
[email protected] b496f8657f hungarian translation 2014-11-11 22:54:46 +01:00
[email protected] 4df698e7b7 replace shape with image 2014-11-11 21:42:37 +01:00
[email protected] 8d1dfdf7c4 Merge origin/master 2014-11-11 21:37:04 +01:00
[email protected] c43c89fab3 merge 2014-11-11 21:36:32 +01:00
[email protected] b9a8fa68a5 version changed to 4.0.0 build 319 2014-11-11 00:20:07 +01:00
[email protected] 50ccddb4e6 exception fixed in hexview 2014-11-11 00:05:51 +01:00
[email protected] 5a8c3bcca8 faster expanding all treenodes 2014-11-10 23:42:40 +01:00
[email protected] 0690a69efa loading multiple embedded swfs: progress window fixed, allow to close embedded swf 2014-11-10 22:47:42 +01:00
[email protected] 819fa5ee49 TagTree context menu moved to separate control, support to loadmultiple inner swfs from binary data tags 2014-11-10 21:11:22 +01:00
[email protected] 58805905f7 nsis verbosity set back to 2 2014-11-10 08:21:02 +01:00
[email protected] f33d934aa7 version changed to 4.0.0.311 2014-11-10 08:17:59 +01:00
[email protected] 5fcd0eddcb Merge origin/master 2014-11-10 08:17:21 +01:00
[email protected] 8b672e55e0 version properties, verbose logging 2014-11-10 08:17:07 +01:00
[email protected] 7f91745da8 version changed to 4.0.0.309 2014-11-10 07:26:52 +01:00
[email protected] a8a973b5a7 version changed to 4.0.0.308 2014-11-10 07:17:33 +01:00
[email protected] 5e041996ff small fix 2014-11-10 00:31:26 +01:00
[email protected] 40945f5ef4 version changed to 4.0.0.307 2014-11-10 00:26:06 +01:00
[email protected] 5f23a7937e version changed to 4.0.0.306 2014-11-10 00:24:36 +01:00
[email protected] eb37a9a300 version changed to 4.0.0.305 2014-11-10 00:10:36 +01:00
[email protected] 58457d31b4 do not copy big byte arrays 2...define binary tags 2014-11-09 23:48:50 +01:00
[email protected] 3456d04d38 do not copy big byte arrays, store only references (ByteArrayRange) e.g in image tags 2014-11-09 22:40:36 +01:00
[email protected] ea56363c02 missing usage of autoLoadEmbeddedSwfs setting added 2014-11-09 17:28:54 +01:00
[email protected] 79820e285f Merge origin/master 2014-11-09 16:16:25 +01:00
[email protected] 83560802bf config setting to load inner swfs automatically 2014-11-09 16:15:58 +01:00
[email protected] ebe45ebc7f lazy loading of shaperecords in DefineShape tags 2014-11-09 14:11:50 +01:00
[email protected] 6ce4c3d758 small fixes 2014-11-09 00:39:56 +01:00
[email protected] 36d4628ae6 immutable PointInt class => less object construction 2014-11-08 22:35:01 +01:00
[email protected] 2966f07444 better detecting single frame sprites 2014-11-08 20:09:48 +01:00