Commit Graph

174 Commits

Author SHA1 Message Date
Jindra Petřík
fd679eaf9a Removed flash player component and JavactiveX lib. 2025-05-08 23:30:22 +02:00
Jindra Petřík
87b895e4d4 Substance fix lib 2025-04-21 11:04:22 +02:00
Jindra Petřík
ceafdda81b Fixed: Substance LAF - Shadow in text (mostly in window titles) drawn incorrectly 2025-04-20 14:33:20 +02:00
Jindra Petřík
3517cace36 Fixed: Editor (JSyntaxPane) incorrectly draws line numbers panel on Hi-dpi displays 2025-04-20 10:43:16 +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
e551fb8dc4 Fixed #2430 AS1/2/3 - Missing syntax hilighting of "new" keyword and few others 2025-04-06 13:58:45 +02:00
Jindra Petřík
c63f6fbfcf Fixed #2436 PDF export clipping - missing colors / text 2025-04-06 01:30:01 +02:00
Jindra Petřík
19ab08d3c3 Added: AS3 direct editation - verbatim strings @" 2024-11-20 17:05:37 +01:00
Jindra Petřík
4aa84b3631 Nullish operators WIP 2024-11-20 17:05:37 +01:00
Jindra Petřík
11ae337d68 Fixed: #2357 FLA export letterspacing on two character texts
Fixed: #2357 FLA export to CS4 and lower - files exceeding 0x7FFF objects limit
Fixed: #2357 FLA export to CS4 and lower - speed optimization
2024-11-10 19:50:55 +01:00
Jindra Petřík
aa60249555 Recompiled libs 2024-10-29 16:55:43 +01:00
Jindra Petřík
a36e16fc73 Fixed: FLA export AS linkage / import 2024-10-29 16:55:43 +01:00
Jindra Petřík
00dfceb1b9 Fixed: FLA CS4 and below imported fonts 2024-10-29 16:55:43 +01:00
Jindra Petřík
65b2f25b50 Fixed: #2348 Export FLA CS4 or below with more than 255 instances
Switching ribbon/nonribbon fix.
2024-10-29 16:55:43 +01:00
Jindra Petřík
bfc27b90e7 Flacomdoc lib in lib folder 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
bf44b4682d Updated chinese translation 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
eeb1242992 Fixed: #2331 AS1/2 lite - support for fscommand2, #strict directive 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
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
e685022fd7 Better float support.
Removed methodinfo parser.
2024-08-12 19:51:40 +02:00
Jindra Petřík
d25627460c P-code parsing of NumberContext 2024-08-12 19:51:40 +02:00
Jindra Petřík
08c3c5a469 Decimal assembler 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
84d6ad8591 Added: #1383 AS Debugger - debugging nested SWFs 2024-08-05 11:17:25 +02:00
Jindra Petřík
46da419de2 Swf 10 variable flag 2024-08-05 11:17:25 +02:00
Jindra Petřík
ad471984dc More variable flags - taken from Gnash 2024-08-05 11:17:25 +02:00
Jindra Petřík
53f1cb89f6 Fixed: AS1/2 debugger not getting variable details properly
Added: AS debugger - DontDelete variable flag (0x2)
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
d46d32be30 Fixed #2239 Default font name detection
Fixed #2239 Exporting TTF font on Linux
2024-08-05 11:17:25 +02:00
Jindra Petřík
4fe999bd47 Fixed #2211 PDF export, Font export - glyphs with no contours (advance only) 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
eef53edd03 Fixed Linenumbers are visible even if debug markers are used 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
27a9809255 Added Configurable tab size (formatting must be set to use tabs) - default matches indent size of 3
Fixed #2021 Indent continuation when using tabs
2023-12-30 18:06:08 +01:00
Jindra Petřík
d8c6eea648 Fixed #2021, #2000 Caret position in editors when using tabs and / or unicode 2023-12-30 18:06:08 +01:00
Jindra Petřík
70096593dc Fixed #1678 Shapes - Miter clip join style 2023-10-16 09:36:06 +02:00
Jindra Petřík
92be6d231f Gifreader to java8 2023-10-16 09:36:06 +02:00
Jindra Petřík
43f1dc4f35 Added #2079 Replace DefineSprite with GIF 2023-10-16 09:36:06 +02:00
Jindra Petřík
8d2290d084 Added #1449 Updated Turkish translation 2023-10-01 18:21:38 +02:00
Jindra Petřík
49abcd4447 GNUJPdf - draw image with scaling 2023-06-25 20:41:04 +02:00
Jindra Petřík
859049b2d4 Fixed AS3 p-code - IGNORE_REST method flag incorrectly shown as EXPLICIT
Changed AS3 p-code - EXPLICIT method flag renamed to NATIVE
2023-03-19 22:43:41 +01:00
Jindra Petřík
045d475647 Added AS3 P-code editing class trait 2023-03-19 22:43:41 +01:00
Jindra Petřík
9967bc0937 Fixed AS3 XML embedded variables display and direct edit 2023-03-19 22:43:41 +01:00
Jindra Petřík
b1cf6f41fc modified libs 2023-01-30 22:33:36 +01:00
Jindra Petřík
8088c3bcf1 Added #1029 Better separation of library and main app, dependencies inside library zip, library readme 2023-01-30 22:33:36 +01:00
Jindra Petřík
b0a9b977d0 Fixed #1458 Quick find bar overlaying horizontal scrollbar 2023-01-22 22:15:04 +01:00