Commit Graph

80 Commits

Author SHA1 Message Date
honfika@gmail.com
86f19ff07b #1332 Do not render image tags with internal viewer 2017-01-03 10:19:33 +01:00
Jindra Petřík
8cb6bbaf0a Saving files before refreshing line endings 2016-09-18 23:46:59 +02:00
Jindra Petřík
8a0223a02a Namespace suffix handling on all Levels.
Classes with same name handling.
Test data
2016-09-17 14:44:59 +02:00
honfika@gmail.com
5107a644cc jump to resources view from hex view 2016-08-01 16:53:54 +02:00
Jindra Petřík
5bc200c208 Instance metadata get/set/remove from Commandline 2016-07-24 11:27:04 +02:00
honfika@gmail.com
d0fb48dbed use ARGB_PRE instead of ARGB, becasuse flash uses premultiplied images by default 2016-05-03 20:31:32 +02:00
honfika@gmail.com
839ed34935 fix displayobject cache (for example clear then zoom changed) 2016-04-16 12:07:09 +02:00
honfika@gmail.com
22df5b47a1 old placeholder draw code removed 2016-04-11 13:30:06 +02:00
honfika@gmail.com
33d0840098 drawobject cache fix 2016-04-10 11:37:14 +02:00
honfika@gmail.com
729b78ceda cache display object as it is written in SWF documentation (placeobject cache flag or has filters) 2016-04-09 14:23:51 +02:00
honfika@gmail.com
ded2675b37 drawabletag is always a character tag => drawabletag changed to abstract class which implements charactertag 2016-04-08 21:08:37 +02:00
honfika@gmail.com
3c3ab1afd1 unnecessary matrix clone removed 2016-03-31 13:19:46 +02:00
honfika@gmail.com
db10ce12e8 zoom fix 2016-03-19 17:42:37 +01:00
honfika@gmail.com
47014f0273 svg zoom fix (however zooming an SVG is useless:)) 2016-03-19 14:59:45 +01:00
honfika@gmail.com
01c5e8e751 svg clipping fix 2016-03-19 13:12:32 +01:00
honfika@gmail.com
233856140e multiple clipping areas fixed 2016-03-19 09:55:48 +01:00
honfika@gmail.com
afc728a203 #1205: clipping fixed (only for bitmap export, probably it should be fixed for svg, canvas...) 2016-03-18 20:46:09 +01:00
Jindra Petřík
9e0251129a Timeline - correct ticks handling ("frame time")
(Single frames animated)
2016-02-28 10:04:32 +01:00
Jindra Petřík
8e62079f55 #1156 9-slice scaling - better stroke scaling 2016-02-24 21:14:14 +01:00
Jindra Petřík
a9c2234bcf #1156 Flash Viewer - DefineScalingGrid (9 slice scaling) 2016-02-21 09:29:48 +01:00
honfika@gmail.com
44554f8f35 get sound fix 2016-02-20 14:13:33 +01:00
honfika@gmail.com
ed1dc8e8d9 unused method removed 2016-02-19 18:22:22 +01:00
honfika@gmail.com
130cddff08 unused ratio parameter removed 2016-02-17 08:02:55 +01:00
honfika@gmail.com
23645dd91c frameToImages and frameToSVG moveed to timeline (as toHtmlCanvas and getOutline) 2016-02-08 09:42:25 +01:00
honfika@gmail.com
ab4a7bfbdb do not apply color transform when it has the default values 2016-02-07 10:23:29 +01:00
honfika@gmail.com
09a7f68583 calculate only the necessary outlines while moving the mouse over the internal player area 2016-02-06 09:23:50 +01:00
honfika@gmail.com
8cb067bfda format java code 2016-01-15 14:37:34 +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
641905d6db framelabels in Timeline class 2016-01-03 12:33:50 +01:00
honfika@gmail.com
1cea429e7b copyright year updated 2016-01-01 14:06:56 +01:00
Jindra Petřík
2429ce9bb8 Internal viewer - AS1/2 execution in frames fix 2015-12-29 10:58:01 +01:00
honfika@gmail.com
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
honfika@gmail.com
f9254ef60b external player preview fixes 2015-12-24 17:37:17 +01:00
honfika@gmail.com
e6adfe422a timeline panel refactored 2015-12-07 08:08:02 +01:00
honfika@gmail.com
809091ea42 framerate is float 2015-08-12 14:22:04 +02:00
honfika@gmail.com
c9f1f45ed5 command line help fix, show dependet character ids in basic tag info 2015-07-26 09:58:19 +02:00
honfika@gmail.com
d29ef4ca25 show script + package names with paragraph syntax in tagtree 2015-07-22 14:15:15 +02:00
honfika@gmail.com
9a0a54bebb hashCode and equals 2015-07-12 18:14:26 +02:00
Jindra Petřík
0cea275073 A fix ? 2015-07-03 18:34:17 +02:00
honfika@gmail.com
fb16daffdf html5 export: use stringbuilder 2015-06-10 20:23:11 +02:00
honfika@gmail.com
cfcc7775f2 frame & timeline equals method 2015-06-01 21:59:39 +02:00
honfika@gmail.com
2fa2a2e022 faster populating sound stream blocks (do it only once instead of for every head tag) 2015-05-19 14:21:28 +02:00
honfika@gmail.com
e49296770f format source code 2015-05-08 13:33:40 +02:00
honfika@gmail.com
0750a000c6 replace character dialog 2015-05-01 17:13:33 +02:00
honfika@gmail.com
a6847b6562 update characterids when tag was moved or copied (copy with dependencies is not ready,yet) 2015-04-29 23:19:47 +02:00
honfika@gmail.com
ba6b75371e zoom fix, font paging fix 2015-04-28 15:11:22 +02:00
honfika@gmail.com
e700f91bf7 various small fixes 2015-04-25 20:21:10 +02:00
honfika@gmail.com
22751367cd #844 lowercase/uppercase convertion in DefineTexts 2015-04-07 20:26:49 +02:00
honfika@gmail.com
0d847f2d13 sprite export fix (missing objects) 2015-04-07 13:56:25 +02:00