Jindra Petřík
8d0952a8fc
Added: Copy (selectable) text to clipboard, select all
...
No text selection in object selection mode.
2025-07-06 15:34:45 +02:00
Jindra Petřík
dba9fd702d
Changed: AS1/2 P-code double Push values have suffix ".0" to properly distinguish them
...
Changed: AS1/2 P-code float Push values have suffix "f" to properly distinguish them
2025-07-05 11:49:32 +02:00
Jindra Petřík
338f31e27b
Added: AS1/2 P-code curly braces pair highlighting
...
Fixed : #2480 AS1/2 P-code decompilation of try..catch with empty catch body at the end of function
2025-07-05 11:14:13 +02:00
Jindra Petřík
3feb26f16e
Added: Selectable (not yet copyable) text (DefineEditTexts with noselect=0)
2025-07-05 09:29:12 +02:00
Jindra Petřík
4253bce50d
Fixed: Not clearing selected depth after timelined change
2025-07-04 12:58:53 +02:00
Jindra Petřík
4128b98dbb
Fixed: Flash player preview not stripping scripts from DefineSprites
2025-07-03 20:53:03 +02:00
Jindra Petřík
831c208228
Fixed: Escaping HTML in raw tag editor
2025-07-02 23:06:00 +02:00
Jindra Petřík
603a7dce49
Added: Allow obfuscated DefineEditText variable identifiers
2025-07-02 22:59:16 +02:00
Jindra Petřík
6375f69b3e
ChangeD: Error log window shows last 100 log entries (instead of first 100)
2025-07-02 20:52:47 +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
a7e00e52bf
Fixed: AS1/2 Obfuscated registers names not resolving because of trimming
2025-07-01 22:00:04 +02:00
Jindra Petřík
cab9e853b8
Added: AS2 - show deobfuscated class/package names in the class tree
2025-07-01 21:36:46 +02:00
Jindra Petřík
5ffc71848b
Added: #2477 Option to disable AS2 detection of uninitialized class fields
...
Added: AS2 detection of uninitialized class fields is cancellable and shows progress
Changed: Icon of "Deobfuscation options" menu from pile of pills to medkit
Fixed: Comments color highlighting
2025-07-01 19:50:18 +02:00
Jindra Petřík
d46e275811
Fixed: AS1/2/3 highligter - brackets parsing error causing memory leak / crash
2025-06-29 23:43:37 +02:00
Jindra Petřík
e6fb646b1b
Fixed : #2474 Gotos incorrectly decompiled
2025-06-29 22:58:28 +02:00
Jindra Petřík
483b673c6f
created new Unreleased section in CHANGELOG.md
2025-06-27 19:11:15 +02:00
Jindra Petřík
17d28f3e43
version changed to 24.0.1
2025-06-27 19:11:11 +02:00
Jindra Petřík
48dea51c94
Fixed : #2476 Dark interface skins identifiers highlighter visibility
2025-06-27 19:10:15 +02:00
Jindra Petřík
ed2180719a
Start unreleased section
2025-06-27 19:10:15 +02:00
Jindra Petřík
7416293645
remove unreleased
2025-06-25 18:13:23 +02:00
Jindra Petřík
af6d587bd8
created new Unreleased section in CHANGELOG.md
2025-06-25 18:13:23 +02:00
Jindra Petřík
69ef1f821c
version changed to 24.0.0
2025-06-24 22:35:45 +02:00
Jindra Petřík
6fbd7f6865
Fixed: Not saving library type (airglobal/playerglobal) when switching SWFs
2025-06-24 21:49:23 +02:00
Jindra Petřík
5f07ec3662
Added: Option to turn off code completion on dot(.) key
2025-06-24 21:10:57 +02:00
Jindra Petřík
ae690486ee
Fixed : #2475 SVG Import - ignoring gradients caused by missing offset attribute of stop element
2025-06-24 19:58:39 +02:00
Jindra Petřík
079c6e911b
Fixed: Replacing existing characters in a font which has character codes unsorted
2025-06-23 14:42:40 +02:00
Jindra Petřík
8c18a4408f
Fixed : #2471 SVG Export - exporting with font-face - incorrect text size
2025-06-23 12:01:53 +02:00
Jindra Petřík
bfe685054b
Fixed : #2471 SVG Export - exporting with font-face - fix invalid family names
2025-06-23 11:00:21 +02:00
Jindra Petřík
e578542264
Fixed : #2471 SVG Export - exporting with font-face - text tags with multiple texts
2025-06-23 08:47:42 +02:00
Jindra Petřík
b47400a8a6
Fixed : #2471 Clipping - multiple clips handling, in display and also SVG export
2025-06-23 00:22:03 +02:00
Jindra Petřík
c8a0cee3f9
Added: #2470 Transformation - Copy individual transforms to clipboard, load/apply from clipboard buttons
2025-06-20 18:29:51 +02:00
Jindra Petřík
48ef2e88ec
Fixed : #2470 Transform - paste matrix, edit current matrix not working
...
Fixed: Do not allow to switch PlaceObjects in transform mode
2025-06-19 17:00:42 +02:00
Jindra Petřík
6aea1a3083
Changed: SWF to XML export in GUI dialog selects a XML file instead of directory
...
(and directory when multiple SWFs are selected)
2025-06-18 18:07:22 +02:00
Jindra Petřík
a60a516366
Fixed : #2469 Converting shape type did not convert gradient colors transparency
2025-06-17 09:18:44 +02:00
Jindra Petřík
24e34ca272
Added: AS3 - code completion (properties and methods)
2025-06-14 20:59:38 +02:00
Jindra Petřík
209f8ca593
Added #2468 Option for -dumpas2 CLI command to use export names (-exportNames option)
2025-06-13 08:33:21 +02:00
Jindra Petřík
1211b01e25
Added: #2467 Show ImportAssets name/characterId in the title when there is only single one item
2025-06-09 08:56:33 +02:00
Jindra Petřík
ac9ceffae2
Fixed: JLayer stripping last byte of MP3 data
2025-06-07 21:57:33 +02:00
Jindra Petřík
83c46583ba
Fixed : #1646 Scrolling in Error log frame inside log texts
2025-06-07 09:06:32 +02:00
Jindra Petřík
bb6a4c1d21
Added: #1625 Error log frame - Save all to file button
2025-06-07 08:53:16 +02:00
Jindra Petřík
6fcd2f9bee
Updated changeslog
2025-06-06 22:04:35 +02:00
Jindra Petřík
11977580f3
Updated changeslog
2025-06-06 21:54:52 +02:00
Jindra Petřík
549c6dd9a3
Added: Importing sound stream block ranges
...
Added: Commandline replacing sound stream block ranges
2025-06-06 20:07:42 +02:00
Jindra Petřík
e65ac557fb
Added: #2451 Replacing sound stream block ranges
2025-06-06 18:36:56 +02:00
Jindra Petřík
39cd80ffc2
Fixed : #2405 Incorrect saving tags after Cloning / Copy-pasting
2025-06-06 05:43:21 +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
a0bfa7c8c0
Added: #2463 Export subsprites animation context menu on frames
2025-06-02 22:11:52 +02:00
Jindra Petřík
821fa68a6b
Fixed : #2464 SVG export - minimum stroke width of 1 px
2025-06-01 23:41:14 +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
f1a22e9559
Fixed : #2462 AS3 debugger - incorrect line info injected
2025-05-31 19:32:45 +02:00