Commit Graph
826 Commits
Author SHA1 Message Date
Jindra Petřík bbe2c95f0a Corrected read only tags handling in GUI (allow edit only after pressing Edit button outside of Editor mode)
Font wideOffsets,wideCodes fixed in DefineFont2/3
2016-01-18 10:48:16 +01:00
[email protected] d1d7170ab7 Merge origin/master 2016-01-17 17:48:17 +01:00
[email protected] e6c41b3e12 #1133 Incorrect frame order for nested sprite 2016-01-17 17:48:00 +01:00
Jindra Petřík 9b98d11f58 Correct toString for number variable values while debugging 2016-01-16 20:36:48 +01:00
[email protected] 6886ccaeeb Merge origin/master 2016-01-15 14:37:54 +01:00
[email protected] 8cb067bfda format java code 2016-01-15 14:37:34 +01:00
Jindra Petřík 7c1146618c Merge origin/master 2016-01-15 06:35:04 +01:00
Jindra Petřík d521b354ad Issue #409, #1132, [SkinPart] metadata support - decompilation and direct editation in AS3
updated debugger and syntaxpane lib
2016-01-15 06:31:26 +01:00
[email protected] 5957b6aed5 SVG export warning changed (not only solid fill type is supported) 2016-01-13 08:53:47 +01:00
Jindra Petřík 379c9e768d Merge origin/master 2016-01-12 20:46:38 +01:00
Jindra Petřík edad412fc1 AS3 RegExp literal decompilation and direct editation 2016-01-12 20:45:01 +01:00
[email protected] 1502aee0b8 remaining translation in MainFrame resource 2016-01-12 13:18:16 +01:00
[email protected] cad5521847 tipo fixed 2016-01-11 09:57:14 +01:00
[email protected] a672a28433 some hungarian translation 2016-01-10 15:02:24 +01:00
[email protected] 00bb6a075f organize imports 2016-01-09 19:51:53 +01:00
[email protected] 7cdae099f0 close confirmation fix 2016-01-08 10:59:08 +01:00
Jindra Petřík 98207d708b Merge origin/master 2016-01-08 07:36:52 +01:00
Jindra Petřík 1aaf5d484c Issue #1118 debugging SWFs with subswfs (importassets, etc.) 2016-01-08 07:35:20 +01:00
[email protected] 5ed98393ee ask the user to update the texts if and only if any character was changed 2016-01-07 10:37:09 +01:00
Jindra Petřík 8e9c38fa71 Issue #1118 correct preparing file for debugging 2016-01-07 06:50:45 +01:00
[email protected] 2fd0d45407 #1128 Letterspacing bug (after font embed): ignore letterspacing when character changed 2016-01-06 09:12:53 +01:00
Jindra Petřík f161ec4a7d Merge origin/master 2016-01-04 22:00:14 +01:00
Jindra Petřík 0f835dd0f5 Issue #1118 running file with importassets
Correct checking the autloLoadSwfs checkbox in settings
2016-01-04 21:59:55 +01:00
[email protected] addbc66fd6 show warning when switching to hex view if swf is modified 2016-01-04 09:46:21 +01:00
Jindra Petřík e333b92ffb Issue #1118 Do not rawedit readonly tags, no context menu items for them 2016-01-04 06:33:13 +01:00
Jindra Petřík c2aba5fc08 Issue #1118 Loading characters through ImportAssets - show as readonly
icon
2016-01-03 22:25:54 +01:00
Jindra Petřík 12e3d208ce Merge origin/master 2016-01-03 14:35:18 +01:00
Jindra Petřík 78a10afcef new app icon 2016-01-03 14:34:27 +01:00
Jindra Petřík 4e0c2db81e opening loaded SWFs fixes 2016-01-03 12:35:14 +01:00
[email protected] 7b53768da7 #1127 autoRenameIdentifiers is not supported in CLI mode: fixed 2016-01-03 10:45:54 +01:00
[email protected] 1cea429e7b copyright year updated 2016-01-01 14:06:56 +01:00
[email protected] 2a043f9637 German transaltion: escape special characters 2015-12-31 18:17:04 +01:00
Djamana 83f5a83184 The big review & improvement over JPEXS german translation
Big review & improvement over current translation
Add many missing translation words from version 1.8
2015-12-31 17:43:08 +01:00
[email protected] 275e5d833b enable unto command only if it makes sense 2015-12-31 08:03:40 +01:00
Jindra Petřík b1c20f48b9 Internal viewer - AS1/2 execution - jump fix 2015-12-29 12:03:56 +01:00
Jindra Petřík 2429ce9bb8 Internal viewer - AS1/2 execution in frames fix 2015-12-29 10:58:01 +01:00
Jindra Petřík c4c69abf83 Experimental execution of AS1/2 in FFDec Flash viewer (very basic, needs testing and many improvements) 2015-12-29 08:05:23 +01:00
[email protected] 49778b88c1 svg importer separated to multiple files 2015-12-27 12:12:02 +01:00
[email protected] 16a27789e3 swf.tags and sprite.subtags are private to avoid modifying the list without setting the isModified flag + some small chages 2015-12-27 10:19:27 +01:00
[email protected] f9254ef60b external player preview fixes 2015-12-24 17:37:17 +01:00
[email protected] 112800f7ee external player (multiple) setbackgourd tag problem fixed 2015-12-22 20:35:35 +01:00
[email protected] 760b5605ed remove config listeners on ffdec restart (solves a nullpointer exception problem) 2015-12-21 16:20:42 +01:00
[email protected] 4150718268 #1075 Lenght of DefineText is more larger than original when DefineText is saved: detect letter spacing 2015-12-20 21:36:54 +01:00
[email protected] 300022acc7 #1075 Lenght of DefineText is more larger than original when DefineText is saved: detect letter spacing 2015-12-20 11:12:32 +01:00
[email protected] 29acbc0661 svg import warning, config for flash player panel delay 2015-12-19 10:41:01 +01:00
Jindra Petřík 48a5c67a0e Merge origin/master 2015-12-18 16:00:19 +01:00
Jindra Petřík c64983d07a view movieclip parts 2015-12-18 15:59:02 +01:00
[email protected] c23e22b950 #1113 It takes too long to switch between rendered sprite fixed 2015-12-18 13:32:50 +01:00
Jindra Petřík 27c60f3ff5 Debugger - view constantpool
remove .0 suffixes on number values during debugging
2015-12-15 22:18:37 +01:00
Jindra Petřík 39171a0143 Merge origin/master 2015-12-15 20:15:35 +01:00