Jindra Petřík
1db54b6e4c
Refreshing Save buttons when files were modified outside application
2024-08-05 11:17:25 +02:00
Jindra Petřík
449f96942e
Removed: Proxy feature. It was not working since today almost every page uses HTTPS. Also Flash is limited in browsers.
2024-08-05 11:17:25 +02:00
Jindra Petřík
4410e4b95f
Added: Window icons for various dialogs including save/open/export/import
2024-08-05 11:17:25 +02:00
Jindra Petřík
934bc686f6
Changed: Run/Debug command - executed SWF temp files (~ffdec_run...swf etc.) are now generated
...
in the directory where original SWF resides to allow loading relative assets
2024-08-05 11:17:25 +02:00
Jindra Petřík
19c771bf44
Update license year
2024-08-05 11:17:25 +02:00
Jindra Petřík
1d9329e9be
Fixed code style
2024-08-05 11:17:25 +02:00
Jindra Petřík
4e63384f56
ffdec-cli as separate executable, project
...
ffdec executable on linux
2024-08-05 11:17:25 +02:00
Jindra Petřík
06ea0c2dff
Export command WIP
2024-08-05 11:17:25 +02:00
Jindra Petřík
9cad4810d6
Fixed #2177 Leftover process when invalid SWF opened - now main window is shown
2024-08-05 11:17:25 +02:00
Jindra Petřík
8ee83b49f5
Fixed Saving SWFs opened by "Open loaded while playing" feature
...
Added sample data for loader
2023-12-30 18:06:08 +01:00
Jindra Petřík
8ceb44f25e
Added Remembering breakpoints
...
Added #2131 Breakpoint list dialog
Fixed AS1/2 Debugger - script was cleared on stop button
2023-12-30 18:06:08 +01:00
Jindra Petřík
8ad981ff25
Added Saving Harman encrypted SWFs
...
Added Editing encrypted flag on header panel
Added `-encrypt` command on CLI for Harman encryption
2023-12-30 18:06:08 +01:00
Jindra Petřík
31f6cbdb70
Faster AS3 Debugging - export/import ByteArray variable data
2023-12-30 18:06:08 +01:00
Jindra Petřík
bd6c953218
Fixed Incorrect debugger line numbers when "Open loaded while playing" is enabled
...
Fixed AS3 debugger - Slow injecting debug info - now faster
Fixed AS3 debugger - obfuscated classes debugging
Fixed Delayed open loaded SWFs while playing
Fixed AS3 Direct editation - script initializer for main document class
Changed Wrong unicode escape `{invalid_utf8:xxx}` changed to `{invalid_utf8=xxx}` for compatibility with file names
2023-12-30 18:06:08 +01:00
Jindra Petřík
0abc5b493a
Fixed #2025 , #2078 , #2053 Problems starting the app on Windows when the username has unicode characters
2023-12-30 18:06:08 +01:00
Jindra Petřík
4125e94ca3
Added Label that flex compiler is used (when it's enabled in settings)
...
Fixed #2111 Flex AS3 editation - use SWF dependencies defined in GUI
Fixed SWF dependencies label was not updated on startup
2023-12-30 18:06:08 +01:00
Jindra Petřík
41f6e40369
Fixed #2123 FLA export - morphshapes fixer
...
More FLA export progress info
2023-12-30 18:06:08 +01:00
Jindra Petřík
d6c6d30776
checkstyle fix
2023-12-30 18:06:08 +01:00
Jindra Petřík
a01326324c
Added AS3 Debugging - export/import ByteArray variable data
...
Fixed Debugging - properly getting variable value through getter
2023-12-30 18:06:08 +01:00
Jindra Petřík
828db71e81
Debugging - do not invoke getter when there is none - avoid freezing
2023-12-30 18:06:08 +01:00
Jindra Petřík
247b1c17a4
Added Replacing morphshapes (currently only same shape for start/end)
...
Fixed miterLimitFactor is FIXED8 value in MORPHLINESTYLE2
2023-11-05 21:11:10 +01:00
Jindra Petřík
982b44a0e6
Added ActionScript Debugger - Call stack frames switching - view variables around call stack
...
Added ActionScript Debugger - Highlight lines of callstack
Changed Basic tag info panel always visible even when nothing to display (to avoid flickering)
2023-11-05 21:11:10 +01:00
Jindra Petřík
65e612ed6f
Added [ #1130 ], [ #1220 ] Remembering last used screen (monitor),
...
opening dialogs on same screen as the main window,
do not restore window size to larger value that actual screen size
Fixed [#1768 ], [#1768 ] Maximizing window on other than main monitor
2023-11-05 21:11:10 +01:00
Jindra Petřík
dc5e50813f
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
2023-10-16 09:36:06 +02:00
Jindra Petřík
691d833f1e
ABCExplorer - close on reload
2023-10-01 18:21:38 +02:00
Jindra Petřík
7f6a1dfd87
Maybe fix inifinite decompilation on startup
2023-10-01 18:21:38 +02:00
Jindra Petřík
33056fcedd
ABCExplorer - show selected trait in ABC explorer
2023-10-01 18:21:38 +02:00
Jindra Petřík
99c03b7dd8
Fix to avoid nullpointer while loading session
2023-10-01 18:21:38 +02:00
Jindra Petřík
17ea470eea
Fixed Switching between openables on session load and on view type change
2023-10-01 18:21:38 +02:00
Jindra Petřík
b3d77db4d8
ABC Explorer - Context menu on ABCContainer, ScriptPack
2023-10-01 18:21:38 +02:00
Jindra Petřík
d44e0883a4
Ability to cancel renaming identifiers on file load
2023-10-01 18:21:38 +02:00
Jindra Petřík
5a2da3a327
Removed not used open from browser cache feature.
2023-10-01 18:21:38 +02:00
Jindra Petřík
dae1fe0e8c
Added Show "Renaming identifiers" status on file opening with auto rename identifiers on
2023-10-01 18:21:38 +02:00
Jindra Petřík
085156d8a5
Fixed Exceptions on cancelling file loading
2023-10-01 18:21:38 +02:00
Jindra Petřík
ec10ded3ad
Added #2038 , #2028 , #2034 , #2036 Support for Harman AIR encrypted SWFs (Read-only)
2023-06-25 20:41:04 +02:00
Jindra Petřík
49013ed8d3
Fixed Starting app with parameters causing wrong GUI init
2023-04-05 21:33:34 +02:00
Jindra Petřík
b8d9fb82c0
Fixed #1477 ffdec.exe unicode parameters
2023-04-05 21:33:34 +02:00
Jindra Petřík
487d1f8b14
Update license year
2023-03-19 22:43:41 +01:00
Jindra Petřík
dc2dc32fee
Added AS3 Display missing namespaces along traits as §§namespace("url")
...
Added #1892 AS3 option to select SWF dependencies to properly resolve namespaces, types, etc. (currently in GUI only)
Fixed AS3 P-code ValueKind namespaces handling
Fixed AS3 direct editation - namespace definition without explicit value
2023-03-19 22:43:41 +01:00
Jindra Petřík
45a7d36067
Fixed Unresponsive status bar and its icon
2023-02-25 19:39:02 +01:00
Jindra Petřík
07df4a8640
Added Remembering script+folder scroll/caret position when switching between items, saving for pinned items
2023-01-30 22:33:36 +01:00
Jindra Petřík
908e4907b4
Fixed #1953 Save as EXE - add file extension when missing
2023-01-30 22:33:36 +01:00
Jindra Petřík
37f492fdc0
Fixed Save as does not change file title upon reload
2023-01-09 21:37:06 +01:00
Jindra Petřík
3661e0466c
Fixed GFX - DefineExternalImage2 display and correct handling if standalone
2023-01-01 21:43:04 +01:00
Jindra Petřík
505013207b
Converting GFX tags to classic tags before running in Flash player
2022-12-31 23:58:51 +01:00
Jindra Petřík
87f4baf554
Fixed #1916 Translation tool did not load up
2022-12-27 19:25:01 +01:00
Jindra Petřík
162c1a8f3e
Added #1460 Commandline import of text, images, shapes, symbol-class
2022-12-23 17:02:50 +01:00
Jindra Petřík
b832076cbf
Fixed Loaded SWFs using "Open loaded during play" feature have short filenames
2022-12-18 23:10:24 +01:00
Jindra Petřík
68a4ec52a9
Added #1181 Remembering choice of loading assets via importassets tag
2022-12-18 23:10:24 +01:00
Jindra Petřík
c54217befe
Show warning when opened SWF file has video tags and VLC is not available.
2022-12-18 23:10:24 +01:00