Commit Graph
116 Commits
Author SHA1 Message Date
Jindra Petřík fc19983ae9 loading list of fonts on demand - X11 load bug on Java9 2018-01-20 21:09:27 +01:00
Jindra Petřík 2bf7597cea update license headers 2018-01-16 20:24:33 +01:00
[email protected] ceffd8bdb5 [#1354] Various FLA export problem fixes 2017-02-27 12:28:11 +01:00
[email protected] 11088fec36 #1308 Search by all P-code files 2016-12-19 22:21:53 +01:00
Jindra Petřík 9a3dddc19b Issue #1254 FLA export - AS3 decoding timeline scripts
FLA export - placing AS3 scripts to FLA directory instead of scripts dir
Added misc TextWriters (stream and stringbuilder)
2016-09-18 13:23:56 +02:00
Jindra Petřík 003d923c80 Merge branch 'dev' into flexcompile
Conflicts:
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java
	src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties
2016-08-14 19:55:15 +02:00
[email protected] 357db0bec3 XFLConverter: check soundtag.frames.isEmpty 2016-08-07 15:22:47 +02:00
[email protected] 9573a00c92 clear sound cache after replacing sound 2016-08-07 15:20:32 +02:00
[email protected] 21866da093 #1265 Error during export with IndexOutOfBoundsException: fixed 2016-08-07 08:42:46 +02:00
Jindra Petřík 6781d86a6c Reformat and organize imports 2016-08-06 07:21:58 +02:00
[email protected] 5107a644cc jump to resources view from hex view 2016-08-01 16:53:54 +02:00
Jindra Petřík 234ed1c915 XFL export if conditions about lastFillStyle/stroke fixed 2016-07-25 23:13:35 +02:00
Jindra Petřík 00c6c3bcc3 xfl - some method stubs for shape smoothing (issue #1257) 2016-07-25 22:20:48 +02:00
Jindra Petřík 4750b50b17 AMF optimization: Pair type eliminated, ListSet and ListMap introduces (Set/Map which maintains order of keys) 2016-07-24 08:07:49 +02:00
Jindra Petřík ce54b87eca Issue #1255 Export instance metadata of basic types (integer,string,double) to FLA 2016-07-22 23:15:39 +02:00
[email protected] fdf827b4db make getImage protected (use getImageCached) 2016-05-04 09:20:23 +02:00
[email protected] d0fb48dbed use ARGB_PRE instead of ARGB, becasuse flash uses premultiplied images by default 2016-05-03 20:31:32 +02:00
[email protected] 577bdd4844 add missing overrides + some other small changes 2016-04-28 22:09:44 +02:00
[email protected] 6c4a94ab41 #1223 Error during fla export: show warning when sound was not found 2016-04-15 12:23:07 +02:00
[email protected] b004a6790b small improvements 2016-03-22 17:20:38 +01:00
[email protected] c95af115b9 color transform fix 2016-03-21 11:56:50 +01:00
[email protected] 92518eb79f #1194 Wrong sound effects in fla 2016-03-20 17:26:50 +01:00
[email protected] d2432eb6b6 #1170 Extract from Memory in Command Line 2016-03-13 09:40:16 +01:00
[email protected] bc647dda7c do not add image compression=lossless tag when the "original" image (in swf) was definebitsjpeg3/4 with jpeg data+alpha channel 2016-03-12 15:29:07 +01:00
[email protected] 86236b32d6 ignore emptry egdes fixed 2016-03-11 08:10:47 +01:00
[email protected] b5e021fbac ignore invalid xml characters 2016-03-10 23:59:42 +01:00
[email protected] 90b49b6942 some logging removed 2016-03-10 23:34:24 +01:00
[email protected] a5ad2d1388 fix5 2016-03-10 22:55:37 +01:00
[email protected] b8ea0dbf5d fix4 2016-03-10 22:16:50 +01:00
[email protected] 31f3e1866b fix3 2016-03-10 22:11:18 +01:00
[email protected] 8f34295782 fix2 2016-03-10 21:56:30 +01:00
[email protected] 904b0965a2 fix 2016-03-10 21:27:50 +01:00
[email protected] 58f58b584b create domdocument.xml with xml writer 4 2016-03-10 19:57:47 +01:00
[email protected] 4ff323aa2e fix 2016-03-10 13:23:01 +01:00
[email protected] 780b3bd434 build fails, why? 2016-03-10 13:18:33 +01:00
[email protected] 36a9ca659d create domdocument.xml with xml writer 3 2016-03-10 13:10:40 +01:00
[email protected] 07ee304706 create domdocument.xml with xml writer 2 fix 2016-03-10 11:53:50 +01:00
[email protected] 2a450be7d1 create domdocument.xml with xml writer 2 fix 2016-03-10 11:38:44 +01:00
[email protected] 77f67709cb create domdocument.xml with xml writer 2 2016-03-10 10:49:11 +01:00
[email protected] 23e7790b39 create domdocument.xml with xml writer 1 2016-03-10 09:51:51 +01:00
[email protected] ac27a0c7c8 fla export fix 2016-03-08 19:02:31 +01:00
[email protected] c2ad1a8546 better xml text and attribute escaping 2016-03-08 14:00:41 +01:00
[email protected] 406ada8f1e xfl converter is not static anymore (solves the problem with randomly assigned colors, now they are comparable, and should be the same in every export) 2016-03-08 13:50:50 +01:00
[email protected] 3528f1d8b5 fix2 2016-03-08 10:52:25 +01:00
[email protected] 471a18aa0a fix 2016-03-08 10:31:54 +01:00
[email protected] d388374d60 Create XFL export with xml writer, currnetly only for PublishSettings.xml 2016-03-08 09:44:51 +01:00
Jindra Petřík cccfc2e14d #1193 FLA export - correct font advance in some cases 2016-03-07 23:39:10 +01:00
Jindra Petřík 084da5d6a1 #1193 FLA export - smoothed image detection, export raw JPEG data, no recompression 2016-03-07 22:17:59 +01:00
Jindra Petřík 6066f82603 #1193 One layer shape fix in button 2016-03-07 20:54:03 +01:00
[email protected] 3ecff9feaa fla text export fix 2016-03-07 08:53:27 +01:00