Commit Graph

2847 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
dcf4d28b46 Update license headers in all German translation files to 2010-2026
Co-authored-by: jindrapetrik <5204823+jindrapetrik@users.noreply.github.com>
2026-02-01 05:07:31 +00:00
copilot-swe-agent[bot]
82ab55fbda Add German translations for AdvancedSettingsDialog
Co-authored-by: jindrapetrik <5204823+jindrapetrik@users.noreply.github.com>
2026-02-01 04:58:46 +00:00
copilot-swe-agent[bot]
4a5aaecbfd Add and update German translation files
Co-authored-by: jindrapetrik <5204823+jindrapetrik@users.noreply.github.com>
2026-02-01 04:57:14 +00:00
Jindra Petřík
cf9c777b43 Added: Export dialog - Icons per export type and arrow symbol 2026-02-01 05:39:27 +01:00
Jindra Petřík
ab717cc51c Added: #2610 Export morphshapes - export individual frames, setting of morph duration and/or number of morph frames
Added: Animated WEBP export for frames, sprites and morphshapes
Fixed: HTML5 Canvas morphshape export
2026-02-01 02:35:36 +01:00
Jindra Petřík
5b76c1f5ed Updated Slovenian translation 2026-01-17 19:00:02 +01:00
Jindra Petřík
d7c5599237 Update year in about dialog. 2026-01-16 21:35:50 +01:00
Jindra Petřík
e577257532 Update year in license header. 2026-01-16 21:33:23 +01:00
Liushui
ab4e7fe2d7 Associate with SWC extension 2026-01-16 16:43:49 +08:00
Jindra Petřík
57d4072b6a Using the same resizer for display conflation reduction 2026-01-10 14:38:54 +01:00
Jindra Petřík
0ce2901b7c Fixed: #2594 Export bounds for filtered sprites and buttons 2026-01-04 21:51:46 +01:00
Jindra Petřík
ebf31a40c8 Fixed: #2595 FLA export - incorrect handling of imported fonts
Fixed: FLA export - incorrect handling of imported sprites
2026-01-03 10:25:07 +01:00
Jindra Petřík
a43da6ed0a Added: #2592, #2154, #2591 - Better handling of antialias conflation artifacts (by scaling), can be enabled in Advanced Settings / Display and Export. 2025-12-22 17:41:37 +01:00
Jindra Petřík
8fc7541f21 Smooth aa scale, scale 10 2025-12-22 11:45:52 +01:00
Jindra Petřík
636631726f Antialias by scaling test 2025-12-22 11:45:52 +01:00
Jindra Petřík
e16cca0935 fix git 2025-12-22 10:35:37 +01:00
Jindra Petřík
e3866d93c1 Slovenian translation update 2025-12-19 20:45:14 +01:00
Jindra Petřík
f9ff4c3641 Added: Slovenian translation 2025-12-16 20:03:12 +01:00
Jindra Petřík
363b1e5322 Added: #2581 Save as SWC through context menu of SWF files (previously only in CLI)
Added: Save as EXE through context menu of SWF files (previously only in toolbar)
2025-12-06 17:21:02 +01:00
Jindra Petřík
12e6524b37 checkstyle fix 2025-12-06 11:05:47 +01:00
Jindra Petřík
43e347fd3d Fixed: #2577 Problem with Translator - Missing en jsyntaxpane Bundle 2025-12-06 10:41:05 +01:00
Jindra Petřík
e64fe17a23 checkstyle fix 2025-11-29 16:16:13 +01:00
Jindra Petřík
922552ccb5 Fixed: #2575 dumpSWF CLI command displayed import assets GUI dialog
Changed: #2575 dumpSWF CLI command only allows single SWF dump (no imports, etc.)
2025-11-29 16:02:38 +01:00
Jindra Petřík
184bfdcfb3 Updated chinese translation by 流水渺渺 (Liushui)
Fixed pt_BR, ru jsyntaxpane translation position.
2025-11-25 19:55:19 +01:00
Jindra Petřík
983e0b0a40 Updated russian translation by Aivaz 2025-11-22 10:43:02 +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
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
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
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
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
bd47698c1a Added: AS3 Document class is underlined and has different icon 2025-10-05 19:00:51 +02:00
Jindra Petřík
fe469f0d82 Added: #2534] Create new GFX tags of type DefineExternalGradient, DefineGradientMap, ExporterInfo, FontTextureInfo, DefineExternalStreamSound 2025-09-28 12:08:43 +02:00
Jindra Petřík
4fdf17ccfc Fixed: #1826, #2416 FLA export - shapes - missing fills when fillStyle0/1 has incorrect orientation
Fixed: #2532, #1011, #2165 FLA export - shapes - missing fills on path crossings, small shapes
2025-09-26 20:03:20 +02:00
Jindra Petřík
ee53b6e763 PR222 Replace fonts from commandline - cleanup 2025-09-14 13:47:38 +02:00
lgl017
133eb8e5fe impl font3+font4 replace in cli
impl font3+font4 replace in cli
2025-09-14 13:22:18 +02:00
Jindra Petřík
58eae43203 Added: #2529, #2471 Font normalization
Fixed: #2471 PDF export - ignore control characters
Fixed: #2471 SVG export with typeface - white-space:pre style
2025-09-09 21:19:37 +02:00
Jindra Petřík
3d2c305846 Spelling fixes 2025-09-06 02:35:59 +02:00
Jindra Petřík
3b82db57ba Spelling fixes 2025-09-06 02:21:46 +02:00
Jindra Petřík
5e81e03dc6 Fixed: AS Debugger - order of trace commands
SharedObjects sync fix
2025-09-06 01:21:11 +02:00
Jindra Petřík
39b06a14c1 New tags icons 2025-08-30 23:58:06 +02:00
Jindra Petřík
c22ae6da2f Associate with SWT extension 2025-08-30 18:46:15 +02:00
Jindra Petřík
e8b15e1ad6 Added: #2526 Option to disable drag & drop from Resources view to avoid problems on Mac OS 2025-08-30 18:22:52 +02:00
Jindra Petřík
1316c1e58b Added: FreeCharacter tag support, SyncFrame tag support 2025-08-29 09:53:41 +02:00
Jindra Petřík
1e9bf6be88 Added: Generator Templates (.swt) files support and related tags (Flash 3-5)
(CharacterSet, GenCommand, NameCharacter, DefineTextFormat, FontRef)
DefineVideo tag support (Flash 4)
SerialNumber tag support (before Flash 7)
2025-08-29 00:02:38 +02:00
Jindra Petřík
d7665cf093 Fixed: Hex View - incorrect table height when switching tags 2025-08-25 20:00:23 +02:00
Jindra Petřík
9983c682ef Added: Basic support for PlaceImagePrivate tag
Changed: CSMTextSettings tag renamed to CSMSettings
2025-08-24 18:55:19 +02:00