Commit Graph
1718 Commits
Author SHA1 Message Date
Jindra Petřík 952511ecb6 Added: Cache as bitmap background color support (rendering) 2024-10-29 16:55:43 +01:00
Jindra Petřík 1f3032334b Fixed: Text display - Alpha channel should not be supported for texts using device fonts 2024-10-29 16:55:43 +01:00
Jindra Petřík 24200bce6d Fixed: FLA export - DefineEditText default text color alpha 2024-10-29 16:55:43 +01:00
Jindra Petřík 241bfe32d5 Fixed: #2341 FLA export - DefineEditText - use its default text color on HTML enabled inputs 2024-10-29 16:55:43 +01:00
Jindra Petřík 4bffbb75c8 Fixed: #2341 FLA export - linkage and imported fonts did not work correctly 2024-10-29 16:55:43 +01:00
Jindra Petřík a489f4d1af Fixed: #2345 items smaller than 20 twips were not drawn - caused PDF problems - now ceil is used 2024-10-29 16:55:43 +01:00
Jindra Petřík ab7935711f Fixed: #2341 FLA export - linkage and imported fonts do not work correctly 2024-10-29 16:55:43 +01:00
Jindra Petřík 1d0dcb089c Fixed: #2344 Export to FLA CS4 and below with more than 255 bitmap fills or frame duration 2024-10-29 16:55:43 +01:00
Jindra Petřík 8a97f4eb2a Fixed: #2344 Export to FLA CS4 and below with more than 255 library items 2024-10-29 16:55:43 +01:00
Jindra Petřík 6287c10500 Changelog - Added: Easy mode view 2024-10-29 16:55:43 +01:00
Jindra Petřík dd3d095cd7 created new Unreleased section in CHANGELOG.md 2024-10-29 16:55:43 +01:00
Jindra Petřík 4ea906b6ca version changed to 21.1.1 2024-10-13 20:44:32 +02: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 baf408e776 Fixed: #2338 AS2 class detection in some minor cases 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 e5007f23d0 Fixed: #2334 AS1/2 P-code export - Do not export on(xxx) header 2024-10-13 20:43:18 +02:00
Jindra Petřík fb010614b4 Fixed: #2335 AS3 direct editation - Type coercion of && and || operators 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 77d72c5224 Fixed changelog 2024-10-13 20:43:18 +02:00
Jindra Petřík 91aef0d65c Fixed: #2330 Windows EXE launcher (+ CLI) does not respect current working directory
Removed info about Launch4j from readme in favor of Launch5j.
2024-10-13 20:43:18 +02:00
Jindra Petřík 69a15649bc Added: Texts spacing is now separated where possible - does not use [space xx],
but new `spacing "x" NN` and `spacingpair "x" "y" NN` prefix so now
texts are more readable and searchable
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 cf585c51fb Fixed: #2332 Imported fonts by class name not available in texts 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 eeb1242992 Fixed: #2331 AS1/2 lite - support for fscommand2, #strict directive 2024-10-13 20:43:18 +02:00
Jindra Petřík c9dfe10a60 Fixed: #2329 AS3 - imports for standalone functions 2024-10-13 20:43:18 +02:00
Jindra Petřík ce2ac52ba1 Fixed: #2325 AS3 direct editation - allow single quoted attributes in XML 2024-10-13 20:43:18 +02:00
Jindra Petřík 4efa3191e7 Fixed: #2324 AS3 direct editation - nested loop continue/break (with labels) 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 042fa4e441 Fixed: #2323 AS3 direct editation - Number class traits are duplicated in constructor 2024-10-13 20:43:18 +02:00
Jindra Petřík 6c57d790b2 Fixed: #2322 AS3 Assigment position when using dup 2024-10-13 20:43:18 +02:00
Jindra Petřík b7657a9580 Fixed: #2322 AS3 Construct property name formatting 2024-10-13 20:43:18 +02:00
Jindra Petřík 918389cd1a Fixed: #2272 Filters strength attribute caps at 100% 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 db36aca64e Fixed: #2320 AS3 direct editation - modified flag of scripts vanishes after editing other script with and having error 2024-10-13 20:43:18 +02:00
Jindra Petřík 9960b4c997 Fixed: #2319 AS3 direct editation - class gets removed after pressing cancel 2024-10-13 20:43:18 +02:00
Jindra Petřík 80a12c9c69 Fixed: #2319 AS3 Compound assignments problems in some cases 2024-10-13 20:43:18 +02:00
Jindra Petřík 79881e1410 created new Unreleased section in CHANGELOG.md 2024-10-13 20:43:18 +02:00
Jindra Petřík fe2dce2942 version changed to 21.1.0 2024-09-23 21:53:55 +02:00
Jindra Petřík 8da8239f6a Fixed: #2317 AS3 direct editation - local register names colliding with parameter names 2024-09-23 21:52:25 +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 6abe4e1d5e Fixed: #2314 AS3 direct editation - cannot save class initializer in some cases 2024-09-23 21:52:25 +02:00
Jindra Petřík dfce77bd1f Fixed: #2313 AS3 direct editation - parsing class traits metadata 2024-09-23 21:52:25 +02:00
Jindra Petřík a9f6cb4619 Fixed: AS3 empty interface indentation 2024-09-23 21:52:25 +02:00
Jindra Petřík 11369cc784 Fixed: AS3 direct editation - double returnvoid on script initializer 2024-09-23 21:52:25 +02:00
Jindra Petřík 158ab4b6bb Fixed: AS3 direct editation - script slot/const traits assignments 2024-09-23 21:52:25 +02:00
Jindra Petřík 4849356f2c Fixed: AS3 - displaying imports of class parent chain
Fixed: AS3 - imports for script traits
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