Commit Graph

2822 Commits

Author SHA1 Message Date
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
Jindra Petřík
de2b174165 Added: AS1/2 Debugging - _global variable accessible
Added: AS Debugging - Variables with flag DontEnumerate are hidden by default (can be changed in Advanced Settings)
2025-08-24 06:18:27 +02:00
Jindra Petřík
06f3c20da8 Added: #2519 AS1/2 direct editation - better handling of "too large" error messages
- highlighting actual problematic line
2025-08-24 00:11:01 +02:00
Jindra Petřík
d086d7bf7f Fixed: #2519 AS1/2 direct editation - generating too large ConstantPool 2025-08-23 21:17:02 +02:00
Jindra Petřík
cf55a8b897 Fixed: #2522 Hex view - reseting view when mouse over panel bottom 2025-08-23 18:43:44 +02:00
Jindra Petřík
477402c64a Added: #2519 AS1/2 P-code editation - better handling of "too large" error messages 2025-08-23 18:04:50 +02:00
Jindra Petřík
6d8828043a Checkstyle fix 2025-08-14 09:44:47 +02:00
Jindra Petřík
d4118257e1 Do not allow to global search in editation mode 2025-08-14 09:41:36 +02:00
Jindra Petřík
4dbdc09278 Fixed: #2511 Allowing to jump from search window while editation causing problems
Changed: Serial form of AS3 search results changed so the decompiler is unable to read
saved AS3 search result from older versions and vice-versa
2025-08-14 09:23:58 +02:00
Jindra Petřík
023823329b SuppressWarnings("unchecked") 2025-08-10 20:04:59 +02:00
Jindra Petřík
b5da99a984 Checkstyle fix 2025-08-10 18:54:00 +02:00
Jindra Petřík
2df87d1a0a Added: #2504 WebP image format for export/import (not animated)
Limitation: It's not available on Mac x86-64 platform
2025-08-10 18:45:12 +02:00
Jindra Petřík
d8dc85109b Fixed: #2503 Exporting sound streams as FLV
Fixed: Exporting sound streams at all in nightly
2025-08-09 15:38:12 +02:00
Jindra Petřík
b9bd5177ed Fix icons in dump tree 2025-08-09 15:34:57 +02:00
Jindra Petřík
f650e61775 Changed: SetTabIndex tag moved from others to frames folder 2025-07-28 19:35:18 +02:00
Jindra Petřík
9419b1e85a Checkstyle fix 2025-07-28 17:39:13 +02:00
Jindra Petřík
34f49ca492 Added: Icons for every tag type 2025-07-28 17:08:24 +02:00
Jindra Petřík
ac6e766189 DoAbc and font tags icons 2025-07-28 09:49:14 +02:00
Jindra Petřík
19a536e831 Abc cleaner warning dialog has warning icon. 2025-07-27 23:07:58 +02:00
Jindra Petřík
2972e5fcbb Typo 2025-07-27 23:01:13 +02:00
Jindra Petřík
84185ce4bb Better logging intialization. Separate class for providing app directory. 2025-07-27 19:58:10 +02:00
Jindra Petřík
fcdf363efc Added: Unknown and errored tags moved to special folders 2025-07-27 18:04:36 +02:00
Jindra Petřík
f0f4467ed9 Identifiers _SafeStr_XX, _SafeCls_XX, _SavePkg_XX can be used. 2025-07-27 16:26:43 +02:00
Jindra Petřík
285b4e2cc1 Removed: Resample wav to 44kHz feature from GUI 2025-07-27 14:48:48 +02:00
Jindra Petřík
e65a19fd15 Organize imports 2025-07-27 13:32:20 +02:00
Jindra Petřík
864edfb19a Checkstyle fix 2025-07-27 13:30:25 +02:00