Commit Graph

8549 Commits

Author SHA1 Message Date
Jindra Petřík
7e73969997 version changed to 24.1.1 version24.1.1 2025-11-17 21:33:01 +01:00
Jindra Petřík
16f4e89230 Merge pull request #227 from jindrapetrik/dev
Dev
2025-11-17 21:32:31 +01:00
Jindra Petřík
46c688eb97 Fix invalid import 2025-11-17 21:31:36 +01:00
Jindra Petřík
2cd6288df4 created new Unreleased section in CHANGELOG.md 2025-11-17 21:27:51 +01:00
Jindra Petřík
616e156e61 version changed to 24.1.1 2025-11-17 21:27:46 +01:00
Jindra Petřík
735156b0ba Merge pull request #226 from jindrapetrik/dev
Dev
2025-11-17 21:27:14 +01:00
Jindra Petřík
be79a7d181 Fix checkstyle 2025-11-17 21:26:24 +01:00
Jindra Petřík
5f8332f044 created new Unreleased section in CHANGELOG.md 2025-11-17 21:22:32 +01:00
Jindra Petřík
ddb2dc5825 version changed to 24.1.1 2025-11-17 21:22:27 +01:00
Jindra Petřík
8d00dbb7c5 Merge pull request #225 from jindrapetrik/dev
Dev
2025-11-17 21:20:41 +01:00
Jindra Petřík
62bbd86140 Removed: [#2541], [#2564] Antialias conflation fixer 2025-11-17 21:17:34 +01:00
Jindra Petřík
714dd8761c Removed resampling from CLI and all source code
Frames with streamed sound are not taken as same.
2025-11-16 22:37:09 +01:00
Jindra Petřík
396cd97801 Fixed: #2562 ABC explorer not working in some obfuscated code
Fixed: #2562 P-code not showing in some obfuscated code (NumberContext related)
2025-11-16 17:30:59 +01:00
Jindra Petřík
09ec4d2f1d Changed: Simple editor uses percent as units for filter strength 2025-11-16 11:00:11 +01:00
Jindra Petřík
8dc3efc528 Fixed: #2561 Cannot set filter strength to 128 or above 2025-11-16 10:40:46 +01:00
Jindra Petřík
0aa76cefb9 Fixed: Mac package problems related to BOM file (updated jbomutils library) 2025-11-15 18:25:17 +01:00
Jindra Petřík
08c1579537 Try to fix BOM package 10 2025-11-15 12:30:35 +01:00
Jindra Petřík
0def7827ba Try to fix BOM package 9 2025-11-15 11:55:20 +01:00
Jindra Petřík
829536f6ae Try to fix BOM package 8 2025-11-15 11:25:02 +01:00
Jindra Petřík
8287beaf66 Try to fix BOM package 7 2025-11-15 11:01:51 +01:00
Jindra Petřík
45e4fa6136 Try to fix BOM package 6 2025-11-15 10:53:11 +01:00
Jindra Petřík
85810ae08a Try to fix BOM package 5 2025-11-15 10:42:25 +01:00
Jindra Petřík
07777aaa5e Try to fix BOM package 4 2025-11-15 10:18:23 +01:00
Jindra Petřík
0b018192bd Try to fix BOM package 3 2025-11-15 10:06:11 +01:00
Jindra Petřík
ea626aedbc Try to fix BOM package 2 2025-11-15 09:32:13 +01:00
Jindra Petřík
0b9ec2262a Try to fix BOM package 2025-11-10 20:55:20 +01:00
Jindra Petřík
6494d7045e Removed unused ignoredLoops method 2025-11-09 21:46:33 +01:00
Jindra Petřík
1c8d9b9e13 Removed unused useThrow parameter 2025-11-09 21:22:30 +01:00
Jindra Petřík
44cf5a9b64 Fixed: Incorrect TreeItem label after introduction Document class highlighting 2025-11-09 19:50:50 +01:00
Jindra Petřík
3e2656e6fd Fixed: #2550 FLV video import - incorrect frame position caused by wrong FLV tag sort 2025-11-09 18:53:07 +01:00
Jindra Petřík
68075ea9c5 Fixed: #2551 Showing too wide video tags in Flash player producing ValueTooLarge exception. Also truncated video length. 2025-11-09 15:31:40 +01:00
Jindra Petřík
f8869b9ca9 Fixed: #2552 Open with FFDec explorer menu shrinking sidebar 2025-11-09 14:24:37 +01:00
Jindra Petřík
840ae0376e Added: #2556 CLI subsprite animation export (-sublength <length> option for export)
Added: #2556 Option to select arbitrary frames of sprites export via `-select`.
  Check `--help -select` for details.
2025-11-09 12:20:25 +01:00
Jindra Petřík
f04fcb151e Fixed: #2545 FLA export - normalize font em square 2025-10-27 21:53:20 +01:00
Jindra Petřík
b66b82d10c Fixed: #2547 SVG import - improper linearGradient with userSpaceOnUse gradient units
SVG tests url to https.
2025-10-27 07:09:02 +01:00
Jindra Petřík
0c109bc0eb Fixed: #2546 AS3 findProperty vs temporary registers 2025-10-25 17:19:12 +02:00
Jindra Petřík
cf88dbde61 FontTag - call ensureLoaded where needed. 2025-10-25 12:24:03 +02:00
Jindra Petřík
b74047d2a3 PR224 changelog 2025-10-25 12:21:09 +02:00
Jindra Petřík
0f9ab81190 Merge pull request #224 from Ravoit/dev
CLI font replace fix
2025-10-25 12:15:00 +02:00
Ravoit
9d980ffa41 FontTag.addCustomFont
Fix for
SEVERE: Uncaught exception in thread: main
java.lang.NullPointerException
        at com.jpexs.decompiler.flash.tags.base.FontTag.getFontKerningPairs(FontTag.java:541)
        at com.jpexs.decompiler.flash.tags.DefineFont3Tag.addCharacter(DefineFont3Tag.java:532)
        at com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseReplace(CommandLineArgumentParser.java:3137)
        at com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseArgumentsInternal(CommandLineArgumentParser.java:728)
        at com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseArguments(CommandLineArgumentParser.java:474)
        at com.jpexs.decompiler.flash.gui.Main.main(Main.java:3276)
        at com.jpexs.decompiler.flash.cli.CommandlineInterface.main(CommandlineInterface.java:32)

as in GUI version
2025-10-20 23:13:19 +03:00
Jindra Petřík
0dc7fbf366 #571 Updated Portugese-brasil translation 2025-10-18 22:54:58 +02:00
Jindra Petřík
a6097b87cf Fixed: #2540 AS3 getlocal after inclocal with different registers incorrectly merged 2025-10-06 18:13:15 +02:00
Jindra Petřík
bd47698c1a Added: AS3 Document class is underlined and has different icon 2025-10-05 19:00:51 +02:00
Jindra Petřík
5db66ae32b Fixed tests. 2025-09-30 21:39:32 +02:00
Jindra Petřík
dccf870ce0 Fixed: #2537 AS1/2/3 direct editation - partial object literal causing lag 2025-09-30 20:19:38 +02:00
Jindra Petřík
cd352e12f7 Fixed: #2536 AS3 regexp highlighting / compilation 2025-09-30 19:59:21 +02:00
Jindra Petřík
165b0f9db5 Fixed: #2536 AS3 switches detection incorrectly replaces basic ifs with strict equals
Fixed: #2536 AS3 switches detection not handling loops
2025-09-30 19:36:45 +02:00
Jindra Petřík
7bb4c83202 created new Unreleased section in CHANGELOG.md 2025-09-28 18:28:03 +02:00
Jindra Petřík
bf4b6e33b7 version changed to 24.1.0 version24.1.0 2025-09-28 18:27:08 +02:00
Jindra Petřík
ec2f575581 Merge pull request #223 from jindrapetrik/dev
Dev
2025-09-28 18:22:10 +02:00