Commit Graph

155 Commits

Author SHA1 Message Date
Jindra Petřík
34cc631d7e Fixed Warnings about invalid reflective access in color dialog on Java 9+ 2022-12-18 23:10:24 +01:00
Jindra Petřík
8b6dd09069 organize imports 2022-12-18 23:10:24 +01:00
Jindra Petřík
4f4c22006d Added Translator tool for easier localization 2022-11-30 22:58:35 +01:00
Jindra Petřík
79717cf518 Fixed #1880 JPEG Fixer 2022-11-21 21:47:40 +01:00
Jindra Petřík
719cea5f60 Cleaning cache thread has low priority 2022-11-20 22:12:19 +01:00
Jindra Petřík
c9f52b45e5 Fixed AS3 Direct editation - slow property resolving 2022-11-20 22:12:19 +01:00
Jindra Petřík
1e535a4472 Fixed #1757 Binary search - SWF files need to be sorted by file position 2022-11-20 22:12:19 +01:00
Jindra Petřík
202e66ea1d Added #1875 Remove no longer accessed items from cache after certain amount of time 2022-11-20 22:12:19 +01:00
Jindra Petřík
b06c8313b1 Organize imports inspection 2022-11-14 10:04:55 +01:00
Jindra Petřík
4c6ccf0d63 Character sets are limited to GB2312, Shift_JIS, Unicode, and all singlebyte.
Fixed font code points - proper characters display, adding, etc.
2022-11-14 10:04:55 +01:00
Jindra Petřík
1c9f81fceb Added #1701 Setting charset for SWF files with version 5 or lower 2022-11-14 10:04:55 +01:00
Jindra Petřík
49f23c04b1 Fixed #1455 errors in JPEG - more SOI in the file 2022-11-06 21:44:39 +01:00
Jindra Petřík
1d82af4855 Update license header year 2022-11-06 21:44:39 +01:00
Jindra Petřík
61aa77c46f #1712, #1857 JPEG images errors fixer 2022-11-06 21:44:39 +01:00
Jindra Petřík
b896688d5d Fixed #1828 Incorrect stroke scaling (normal/none/vertical/horizontal) 2022-10-24 12:26:11 +02:00
Jindra Petřík
10b0875358 organize imports inspection 2022-10-23 16:54:49 +02:00
Jindra Petřík
bbb3ed8c72 Added #1496 repeat escape sequence \{xx}C to avoid long same char strings/names 2021-11-19 13:03:23 +01:00
lcdr
007891e97c Fix copyStream bug for copies smaller than the buffer size 2021-11-19 13:03:23 +01:00
Jindra Petřík
9b4507c2b9 Fixed: #1675 caching as bitmap / filters vs zoom 2021-04-05 16:56:59 +02:00
Jindra Petřík
0c4efc7906 #1156 Canvas Export - 9 slice scaling (DefineScalingGrid) 2021-03-12 22:12:39 +01:00
Jindra Petřík
28380d1d34 Fixed: #1627 Previously decompiled scripts not cached
Fixed: SWF is not garbage collected on close in some situations
Fixed: AS1/2 script search does not show all results
2021-03-05 21:22:55 +01:00
Jindra Petřík
94176f15a6 Fixed: #1153, #1347, #1552, #1553 Images export for some nonstandard JPEGs 2021-02-24 19:55:59 +01:00
Jindra Petřík
1bacb111fe Fixed: Cannot properly cancel script searching 2021-02-12 11:08:07 +01:00
Jindra Petřík
add1c7ef1e cls.newInstance() causing warnings replaced with cls.getDeclaredConstructor().newInstance() 2021-02-10 18:36:39 +01:00
Jindra Petřík
c6b1e528df update license header year 2021-02-08 20:15:19 +01:00
Jindra Petřík
d5ebf47746 StringBuilder isEmpty fix (available for newer javas) 2021-01-06 10:04:33 +01:00
Jindra Petřík
dabb55d21d #1548 TTF export - correctly handle duplicate unicode codes
#1548 correctly handle empty generated file names
2021-01-06 09:38:43 +01:00
曉之車
6c16f6cd5f Update Swf2Exe.bin
Fix icon indistinct problem
2021-01-01 01:07:49 +01:00
Jindra Petřík
ca21337d9f java 9 compliance
- base64, bytearrtohex, installed fonts, xml sax parser
2021-01-01 01:07:43 +01:00
Jindra Petřík
da586b105f - New AS2 class detector
- Reference helper class moved to helper package.
2018-01-22 22:06:40 +01:00
Jindra Petřík
2bf7597cea update license headers 2018-01-16 20:24:33 +01:00
honfika@gmail.com
29f5c17767 Focal radial gradient raw edit fix 2017-04-01 11:31:10 +02:00
honfika@gmail.com
c3fc9785e3 #1240 JPEXS does not use multiple threads for decompilation on Text Search: AS2 is also multi thread now, work status improvements during search 2016-12-24 21:06:23 +01:00
honfika@gmail.com
2bc3eef8e7 #1323 Audio playback fails 2016-12-18 23:31:07 +01:00
Jindra Petřík
6781d86a6c Reformat and organize imports 2016-08-06 07:21:58 +02:00
Jindra Petřík
5bc200c208 Instance metadata get/set/remove from Commandline 2016-07-24 11:27:04 +02:00
honfika@gmail.com
db0d490fc9 #1241 File content is different to what FFDEC shows in HEX view near instructions 2016-05-29 12:32:50 +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
508c618b37 netbeans inpector fixes 2016-04-29 20:54:38 +02:00
honfika@gmail.com
577bdd4844 add missing overrides + some other small changes 2016-04-28 22:09:44 +02:00
honfika@gmail.com
7b0f034cbc use charset object instead of string where possible 2016-04-06 21:19:22 +02:00
honfika@gmail.com
ffd8d59e4b build fix 2016-04-03 22:15:30 +02:00
Jindra Petřík
bfeb2dc2ba Merge origin/master 2016-03-26 20:17:37 +01:00
Jindra Petřík
c9f53e0d8c const names map helper function 2016-03-21 21:55:35 +01:00
honfika@gmail.com
78058e6020 faster text rendering 2016-03-18 09:53:42 +01:00
honfika@gmail.com
ecd038e50b #1205: shape cache needs less memory 2016-03-17 15:42:44 +01:00
honfika@gmail.com
d2432eb6b6 #1170 Extract from Memory in Command Line 2016-03-13 09:40:16 +01:00
honfika@gmail.com
230f890165 check invalid unicode characters (0xd800 - 0xdfff, 0xfffe, 0xffff) 2016-03-11 08:39:48 +01:00
honfika@gmail.com
b5e021fbac ignore invalid xml characters 2016-03-10 23:59:42 +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