Commit Graph

2962 Commits

Author SHA1 Message Date
Jindra Petřík
74b4e957a6 feat: add advanced multi sample anti-aliased shape renderer
Multi sample anti-alias renderer with configurable grid.
It can be turned on with icon under render window,
and with checkbox for export.
2026-04-06 21:06:19 +02:00
Jindra Petřík
e56e7e506a feat: add text tag type conversion (#2383)
Closes #2383
2026-04-06 21:06:19 +02:00
Jindra Petřík
8c0b16938a feat: as3 fla export - option to disable scripts layer (#2673)
Closes #2673
2026-04-06 21:06:19 +02:00
Jindra Petřík
fdc18ce9f5 feat: scroll object to visible on placeobject selection 2026-04-06 21:06:19 +02:00
Jindra Petřík
ce27c129cf feat: do not reset position on selection of same timelined (#2670)
Closes #2670
2026-04-06 21:06:19 +02:00
Jindra Petřík
35e3ec67e3 fix: respect nofill argument in shape CLI SVG export (#2681)
Fixes #2681
2026-04-06 21:06:19 +02:00
Jindra Petřík
4e12a7590b feat: combined button SVG export using all states 2026-04-06 21:06:19 +02:00
Jindra Petřík
c2cab04919 feat: create tag from file on toolbar, group items on context menu
Create tag from file on Import ribbon task.
Grouping import and export items in context menu.
New bulk import icon.
2026-04-06 21:06:19 +02:00
Jindra Petřík
93c7de8208 feat: move import to file tab, use bulk import term 2026-04-06 21:06:19 +02:00
Jindra Petřík
5652719265 feat: bigger toolbar icon for search memory tool 2026-04-06 21:06:19 +02:00
Jindra Petřík
5f82b2f840 feat: XAML export (#2674)
Shape exporter - solid fill, gradient, bitmapfill, strokes
Timeline exporting:
Morphshapes as exported shapes at given ratio.
Clipping, Zoom, Texts, Background color,
Creating project.
Missing: blend modes, filters, nonscaling strokes, sound, video
2026-04-06 21:06:19 +02:00
Jindra Petřík
b51ba90d69 feat: move file exports to separate submenu to make menu shorter 2026-04-06 21:06:19 +02:00
Jindra Petřík
80f452ffb8 fix: illegal argument exception on creating morphshape from svg (#2676)
Fixes #2676
2026-04-06 21:06:19 +02:00
Jindra Petřík
6dd8b23e29 fix: properly normalize fonts in defineedittexts, kerning 2026-04-06 21:06:19 +02:00
Jindra Petřík
230ac82c4f style: fix checkstyle 2026-04-06 21:06: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
cd8a9dbdad fix: allow add breakpoints on large classes (#2672)
Large classes reach syntax highlighting limit and the editor
is switched to plain mode. We introduced new text/plaindebug
type that adds breakpoints panel even for plain documents.

Fixes #2672
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
fa18aa6bfc fix: null pointer on null caret in variable marker 2026-04-06 21:06:19 +02:00
Jindra Petřík
fc69b3ea4a fix: do not show cookies folder in "show empty folders" 2026-04-06 21:06:19 +02:00
Jindra Petřík
669e98b0d4 fix: scripts folder not visible on show empty folders setting (#2656)
Fixes #2656
2026-04-06 21:06:19 +02:00
Jindra Petřík
0fdb183c0f style: fix checkstyle 2026-04-06 21:06:19 +02:00
Jindra Petřík
664171c4be ci: update build script for stable releases 2026-04-06 21:06:19 +02:00
Jindra Petřík
7b5f9807b9 chore: change changelog updater to be standalone 2026-04-06 21:06:19 +02:00
Jindra Petřík
9db82d1df4 fix(debugger): read watched variables 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
ad15146909 feat(i18n): update Chinese translation 2026-03-04 20:18:02 +01:00
Jindra Petřík
ee08cf4c22 Fixed: #2653 Check for WEBP availability in CLI
Updated WEBP library to version 2.1.1
2026-03-04 20:18:02 +01:00
Jindra Petřík
6b4f22f9bf Fixed: #2649 SVG export - blur scaling (on supported browsers)
Changed: #2649 SVG export - using gaussian blur instead of box blur with convolution matrix (Can be turned off in the settings)
2026-03-04 20:18:02 +01:00
Jindra Petřík
92e43cb615 Added: AS3 Direct editation - Error when accessing inaccessible namespace
Fixed: AS3 goto definition missing some namespaces
AS3 debug game testdata with debug info
2026-03-04 20:18:02 +01:00
Jindra Petřík
4a9e7a4688 Debugger - sorting variables by natural order 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
d3eb321ddc Added: #2644 Debugger - Button to sort variables alphabetically 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
ffbb386cf1 Changed: Icon of Debug listen action from ear to phone receiver 2026-03-04 20:18:02 +01:00
Jindra Petřík
7a9fea882b Updated slovenian translation 2026-03-04 20:18:02 +01:00
Jindra Petřík
47b4dfa4a1 Debugger - variable value as signed 2026-02-23 20:35:39 +01:00
Jindra Petřík
97086b0957 BinaryOp stub, callFunction fix 2026-02-23 20:01:11 +01:00
Jindra Petřík
58c6153d33 Debugger - Back to decimal object values. 2026-02-23 20:00:36 +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
f447b4f286 Added: Debugger - Debugged SWF file name in the session title.
Fixed: IndexOutOfBounds on session selection
2026-02-21 13:35:21 +01:00
Jindra Petřík
1e5e51b003 Fixed: Debugger - Threading issues with multiple SWFs 2026-02-21 12:45:28 +01:00
Jindra Petřík
417ffda416 Fixed: Using public/private/protected/internal keywords on ambiguous namespace references
and compiling such keywords with `::` suffix.
2026-02-19 20:54:52 +01:00
copilot-swe-agent[bot]
2c9599b5e4 Add missing Slovak and German GUI translations
Co-authored-by: jindrapetrik <5204823+jindrapetrik@users.noreply.github.com>
2026-02-17 21:06:55 +00:00
Jindra Petřík
6a01ad3180 Square brackets is optional 2026-02-17 21:51:10 +01:00
Jindra Petřík
2a34a642be Prefer goto document class on debug startup. 2026-02-16 21:03:26 +01:00
Jindra Petřík
203ac6dcc9 Changed: Prepared files have _debug/_debugpcode suffix.
Added: Prepare for p-code debugging.
Added: Preparation progress
Fixed: Nullpointer in tag when character not found.
2026-02-16 18:19:23 +01:00
Jindra Petřík
b312a2a4b4 Remove print to console. 2026-02-16 09:23:03 +01:00
Jindra Petřík
f8194efdad Fixed: Metadata formatting 2026-02-15 22:10:55 +01:00