Commit Graph
2351 Commits
Author SHA1 Message Date
Jindra Petřík 2b0bd28950 Clicking outside deselects object.
Timeline time offset fix.
2024-10-29 16:55:43 +01:00
Jindra Petřík c43769410c Add new (key)frame.
Button add to stage fix.
getCharacters sync fix
2024-10-29 16:55:43 +01:00
Jindra Petřík 875b9c17d3 Add to stage tag order fix. 2024-10-29 16:55:43 +01:00
Jindra Petřík 3dd6e6fad8 Simple drag and drop from library to stage. 2024-10-29 16:55:43 +01:00
Jindra Petřík fa4d5f7320 Transform tab. 2024-10-29 16:55:43 +01:00
Jindra Petřík 6106253451 Undo move. 2024-10-29 16:55:43 +01:00
Jindra Petřík 8c06fdbe28 Move items.
Default frame index fix.
2024-10-29 16:55:43 +01:00
Jindra Petřík 3daf2d4169 Drawing actions fix.
Frame index fix.
2024-10-29 16:55:43 +01:00
Jindra Petřík 7b2268adf3 Timeline with selection.
Do not enable buttons when frozen.
2024-10-29 16:55:43 +01:00
Jindra Petřík 463e615726 Left/Right keys work in Library tree 2024-10-29 16:55:43 +01:00
Jindra Petřík d234a9283a Library - buttons 2024-10-29 16:55:43 +01:00
Jindra Petřík 86852fd898 Library preview 2024-10-29 16:55:43 +01:00
Jindra Petřík d08ce4d7a0 Library - texts and fonts 2024-10-29 16:55:43 +01:00
Jindra Petřík c263aa45a8 Easy GUI - Library panel 2024-10-29 16:55:43 +01:00
Jindra Petřík d1fe8b2b5c Fixed #2337, #2339 Replace shape update bounds - allow selecting multiple shapes 2024-10-13 20:43:18 +02:00
Jindra Petřík a4a9ba4c6b Added: AS2 - Information about need of decompiling all scripts to detect uninitialized class fields
Fixed: #2338 AS decompiling threads got stuck after cancelling / timeout
CancellableWorker refactoring
2024-10-13 20:43:18 +02:00
Jindra Petřík 9793ab0cec Added: Changing PlaceObject tag type (PlaceObject, PlaceObject2, ...) 2024-10-13 20:43:18 +02:00
Jindra Petřík bf44b4682d Updated chinese translation 2024-10-13 20:43:18 +02:00
Jindra Petřík d2f7f01d32 Added: #2333 Changing Shape tag type (DefineShape, DefineShape2, ...) 2024-10-13 20:43:18 +02:00
Jindra Petřík 8fefb0b1f3 Added: #2328 Searching/replacing in texts now supports selection / all files scope 2024-10-13 20:43:18 +02:00
Jindra Petřík 531cb00e1d Organize imports 2024-10-13 20:43:18 +02:00
Jindra Petřík fd5d0cb2f2 Czech translation updated 2024-10-13 20:43:18 +02:00
Jindra Petřík 078e0564d8 Added: #2305 Saving recent colors in the color selection dialog 2024-10-13 20:43:18 +02:00
Jindra Petřík 3a702a21d7 Fixed some tag reading errors in #1833. 2024-10-13 20:43:18 +02:00
Jindra Petřík 3829caad24 Chinese translation author name 2024-10-13 20:43:18 +02:00
Jindra Petřík fa70ebfb97 Chinese translation update by Liushui 2024-10-13 20:43:18 +02:00
Jindra Petřík 2cb7700e27 Locales properties reformated 2024-10-13 20:43:18 +02:00
Jindra Petřík c9397a2cfa Added: #2321 Commandline option to generate HTML docs for AS1/2 Actions 2024-10-13 20:43:18 +02:00
Jindra Petřík 63dd87c6b3 Remove proxy info from commandline help. 2024-10-13 20:43:18 +02:00
Jindra Petřík 09b0c3acfb Fixed: #2316 AS3 direct editation - private classes
Refactored imports.
2024-09-23 21:52:25 +02:00
Jindra Petřík ba596c3698 Fixed: #2315 AS3 direct editation - switching scripts during editation causing missing scripts 2024-09-23 21:52:25 +02:00
Jindra Petřík b7ca51c7da Added #2306 Export to VS Code project 2024-09-23 21:52:25 +02:00
Jindra Petřík 5e1a0ad922 Changed: #1644 Swapped Save all and Save buttons - Save is bigger 2024-09-23 21:52:25 +02:00
Jindra Petřík 933c89cf06 Added: #943, #1812, #2287 Export to older binary FLA formats (CS4, CS3, Flash 8, MX 2004, MX, Flash 5) 2024-09-23 21:52:25 +02:00
Jindra Petřík 6166566fc6 Fixed: #2310 Text search history showing as null 2024-09-23 21:52:25 +02:00
Jindra Petřík ded3874168 Fixed: #2302 AS3 Class linkage - changes did not save 2024-09-23 21:52:25 +02:00
Jindra Petřík 20f5376090 Changed: #2285 Export to FlashDevelop and IntelliJ IDEA is available only for SWFs without main timeline - even for context menu 2024-08-27 09:43:40 +02:00
Jindra Petřík c7c4ab8fc0 Added: Harman AIR 51 unpacker for binarydata with custom key 2024-08-27 09:43:40 +02:00
Jindra Petřík e5a5c596e8 Fixed: Opening loaded files while playing even if not a valid SWF file - like images 2024-08-27 09:43:40 +02:00
Jindra Petřík 9617c2ac2f Added: FLA/FlashDevelop/IDEA export - A link to all classes (sound, font, images) is added so no class is missed during compilation 2024-08-27 09:43:40 +02:00
Jindra Petřík 58e61907f2 Added FlashDevelop project export - option to export AIR project (select correct type in the file save dialog) 2024-08-27 09:43:40 +02:00
Jindra Petřík 69a3fa8bd6 Changed: Export to FlashDevelop and IntelliJ IDEA is available only for SWFs without main timeline 2024-08-27 09:43:40 +02:00
Jindra Petřík ef25cbec25 Added: Harman AIR 51 float support compatibility 2024-08-27 09:43:40 +02:00
Jindra Petřík 0701e10570 Added: Go to document class context menu item
Added: Updated go to document class icon
2024-08-12 19:51:40 +02:00
Jindra Petřík 02baf4baa6 Fixed: Go to document class for classes with obfuscated name 2024-08-12 19:51:40 +02:00
Jindra Petřík 3e7493d595 Added: AS3 direct editation - unary plus support 2024-08-12 19:51:40 +02:00
Jindra Petřík 534ac03314 Better decimal support (For ABCs with minor version 17) 2024-08-12 19:51:40 +02:00
Jindra Petřík 03d0205dc2 Fixed: Hex view for unknown tags was not scrollable 2024-08-12 19:51:40 +02:00
Jindra Petřík 38bcab878b Remove "static operation". 2024-08-08 19:27:14 +02:00
Jindra Petřík f3da12e032 Reformating to fix checkstyle. 2024-08-08 19:27:14 +02:00