Commit Graph

348 Commits

Author SHA1 Message Date
takattowo
3e7b25a96f feat(ui): redetect scale factor on each launch when not set in config (PR260)
* re-detect DPI scale each launch instead of using stale saved value

* make uiScale config default null

---------

Co-authored-by: Jindra Petřík <jindra.petrik@gmail.com>
2026-05-24 09:51:19 +02:00
Jindra Petřík
80f3e2bc36 fix: unable to reset JNA temp directory (#2675)
Fixes #2675
2026-04-06 21:06:19 +02:00
Jindra Petřík
a52126472a fix: stackoverflow on circular importassets (#2666)
Fixes #2666
2026-04-06 21:06:19 +02:00
Jindra Petřík
d94e81a0b6 refactor: fix typos 2026-03-04 20:18:02 +01:00
Jindra Petřík
4f50eee04e Checkstyle fix 2026-03-04 20:18:02 +01:00
Jindra Petřík
3f1b6682f5 Added: Debugger - Button to disconnect current session (stay listening) 2026-03-04 20:18:02 +01:00
Jindra Petřík
52e5207d50 Fixed:Long delay before switching critical status bar titles
(Causing many actions to look slow - for example Debug listening)
2026-03-04 20:18:02 +01:00
Jindra Petřík
87f94768a0 Added: Debugger - Remove watch
Added: Debugger - List of watches
Added: Debugger - Show flag of watch type (read/write)
Fixed: Debugger - Threading issues with multiple SWFs
Fixed: Debugger - Reading variables on 64bit flash players (like in browsers)
Enhanced debug game test SWFs
2026-02-22 18:33:27 +01:00
Jindra Petřík
1e5e51b003 Fixed: Debugger - Threading issues with multiple SWFs 2026-02-21 12:45:28 +01:00
Jindra Petřík
b312a2a4b4 Remove print to console. 2026-02-16 09:23:03 +01:00
Jindra Petřík
5206379ece Improved switching sessions.
Shortened hash length.
2026-02-15 21:15:49 +01:00
Jindra Petřík
f198f86067 Switching sessions via combo box. 2026-02-15 17:42:21 +01:00
Jindra Petřík
3a44891b26 Ignore SWF files that are not instrumented by FFDec.
Fixed: AS1/2 debug panel not visible on first break
2026-02-15 16:12:47 +01:00
Jindra Petřík
36f793fb7f Fixes. 2026-02-15 14:46:27 +01:00
Jindra Petřík
51c7dde8d1 Do not create subswf if the file with same hash is already opened. 2026-02-15 10:28:15 +01:00
Jindra Petřík
8645679ce9 Debugging in the browser, improved 2 2026-02-15 10:21:58 +01:00
Jindra Petřík
d5b9d54314 Debugging in the browser, improved 2026-02-14 18:58:41 +01:00
Jindra Petřík
8032b2e39b Debugging in the browser WIP 2026-02-14 11:57:04 +01:00
Jindra Petřík
e577257532 Update year in license header. 2026-01-16 21:33:23 +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
f8869b9ca9 Fixed: #2552 Open with FFDec explorer menu shrinking sidebar 2025-11-09 14:24:37 +01:00
Jindra Petřík
3b82db57ba Spelling fixes 2025-09-06 02:21:46 +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
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
84185ce4bb Better logging intialization. Separate class for providing app directory. 2025-07-27 19:58:10 +02:00
Jindra Petřík
e65a19fd15 Organize imports 2025-07-27 13:32:20 +02:00
Jindra Petřík
3508260abb Optional heap memory status widget in the titlebar 2025-07-07 18:15:19 +02:00
Jindra Petřík
752b242c58 AS2 detection of uninitialized class fields is parallel 2025-07-01 23:56:49 +02:00
Jindra Petřík
008856f4a1 Do not load session when jumping into playerglobal from the highlighter. 2025-06-11 21:39:38 +02:00
Jindra Petřík
6ae253ef7e Added: Open in the Flash Player context menu on graphic/sound tags and frames 2025-06-03 21:59:25 +02:00
Jindra Petřík
8101ccb96e Nullpointer fix 2025-06-01 19:23:36 +02:00
Jindra Petřík
c9216538be Added: AS3 - navigation to definition in other SWF file and also player/airglobal 2025-06-01 13:09:09 +02:00
Jindra Petřík
75c8639d77 Added: AS1/2 - highlight variable definition and all its instances on cursor place
Fixed: AS1/2 - Incorrect DefineFunction2 parameter names when parameter name is empty
2025-05-26 22:33:14 +02:00
Jindra Petřík
3f9f349a69 Update year in license headers to 2025 2025-05-26 07:41:42 +02:00
Jindra Petřík
e903669e98 Added: #289 Support for Aero Snap on Windows 2025-05-24 08:22:54 +02:00
Jindra Petřík
a412e51567 JNA packages refactoring 2025-05-24 04:40:41 +02:00
Jindra Petřík
0408fc645b Added: Configuration in TOML format 2025-05-18 13:56:19 +02:00
Jindra Petřík
5683544d35 Checkstyle fix 2025-05-17 11:25:55 +02:00
Jindra Petřík
aca070b8c9 Added: "Starting Flash content debugger" in status bar when debugging starts 2025-05-17 11:19:10 +02:00
Jindra Petřík
c87fee7088 Fixed: AS1/2 debugger - deletion of SWD file after debugging 2025-05-17 10:50:55 +02:00
Jindra Petřík
78885be67f Fixed: Nullpointer exception during SWF opening when Simple editor is active 2025-05-16 08:50:20 +02:00
Jindra Petřík
cd91e3c3d2 Fixed: [#1962] Close button could close more than one file at once
Fixed: Simple editor - Selecting previous SWF when swf close
Changed: An item selected in the tag tree is needed for actions to be available.
Also SWF node is selected by default on first SWF opening.
2025-05-15 22:50:13 +02:00
Jindra Petřík
03da8d6fde Select opened SWF to Simple editor 2025-05-15 19:49:54 +02:00
Jindra Petřík
a1e28f8e88 Removed: Option to preview flash items via ActiveX component is no longer available. FFDec now supports its internal flash viewer only. 2025-05-08 23:12:47 +02:00
Jindra Petřík
8c2d31af2c URL deprecations 2025-04-25 21:49:56 +02:00
Jindra Petřík
3a99348644 Fixed: nightly version asked for update to stable 2025-04-25 21:30:31 +02:00
Jindra Petřík
bfc420719a Added: Auto detect scale factor on Hi-dpi displays 2025-04-20 17:53:59 +02:00
Jindra Petřík
b1c5f9d0c6 Checkstyle fix 2025-04-13 14:13:27 +02:00
Jindra Petřík
c45eb35120 Fixed #2428 Charset setting on FLA export in format MX and below,
Default charset for SWFS v5 and lower is WINDOWS-1252
2025-04-06 18:20:28 +02:00
Jindra Petřík
d47accdcfa Added: #2427 Commandline export with use of imported SWFs (importAssets tag) 2025-03-23 12:23:51 +01:00