8994 Commits

Author SHA1 Message Date
dependabot[bot]
66042ec82f chore(deps): bump org.bouncycastle:bcpkix-jdk18on in /altsigner
Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.83 to 1.84.
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-version: '1.84'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-17 18:48:30 +02:00
github-actions[bot]
9503e66a09 chore: change version to 26.0.0
[ci skip]
version26.0.0
2026-04-06 19:41:45 +00:00
Jindra Petřík
82482b81b6 ci: fix metainfo updater referencing other class 2026-04-06 21:26:32 +02:00
Jindra Petřík
9cbd0f78b7 style: fix spelling 2 2026-04-06 21:06:19 +02:00
Jindra Petřík
e673c6d767 ci: fix nexus mods action version 2026-04-06 21:06:19 +02:00
Jindra Petřík
72a80d859c style: fix spelling 2026-04-06 21:06:19 +02:00
Jindra Petřík
1bc363bae2 ci: fix upload to Nexus Mods 2026-04-06 21:06:19 +02:00
Jindra Petřík
6ac497909d ci: upload to Nexus Mods 2026-04-06 21:06:19 +02:00
Jindra Petřík
f4d54b924c perf: load dependent characters/frames in the separate thread
Seen in #2689
2026-04-06 21:06:19 +02:00
Jindra Petřík
30b0ec4e26 fix: correctly flush sound data to avoid weird sound noises (#2689)
Fixes #2689
2026-04-06 21:06:19 +02:00
Jindra Petřík
c7e5aa9607 chore: fix calculating text bounds on DefineEditText (#2383) 2026-04-06 21:06:19 +02:00
Jindra Petřík
8d7757a53e fix(FLA export): fix nullpointer exception (#2690)
Fixes #2690
2026-04-06 21:06:19 +02:00
Jindra Petřík
73d8c75360 fix: allow importing large shapes by splitting edges (#2691)
Fixes #2691
2026-04-06 21:06:19 +02:00
Jindra Petřík
469eef1af1 chore(MSAA renderer): render only display view, use tiling 2026-04-06 21:06:19 +02:00
Jindra Petřík
a3048d7193 chore: correct inner strokes in advanced MSAA renderer 2026-04-06 21:06:19 +02:00
Jindra Petřík
d434362a98 chore: remove echo 2026-04-06 21:06:19 +02:00
Jindra Petřík
5413feb307 feat: allow turning off the minimum stroke width of 1 pixel 2026-04-06 21:06:19 +02:00
Jindra Petřík
ab0a616612 fix(SVG importer): apply fillOpacity and strokeOpacity to gradient 2026-04-06 21:06:19 +02:00
Jindra Petřík
68cd50b0dc chore: test - main for AntialiasTools 2026-04-06 21:06:19 +02:00
Jindra Petřík
a668ad4892 fix(SVG importer): fix getStrokeFillWithOpacity call to getStrokeOpacity 2026-04-06 21:06:19 +02:00
Jindra Petřík
c87a35ecc6 chore: fix anti-alias renderer lines when points are too close 2026-04-06 21:06:19 +02:00
Jindra Petřík
04ab8542af feat(SVG import): allow larger edges by splitting them in the half 2026-04-06 21:06:19 +02:00
Jindra Petřík
85d4f135e5 chore: fix anti-alias renderer color space 2026-04-06 21:06:19 +02:00
Jindra Petřík
96e8a3e58d chore: add new screenshots, nexus mods title image 2026-04-06 21:06:19 +02:00
Jindra Petřík
b6a085f561 test: fix tests 2026-04-06 21:06:19 +02:00
Jindra Petřík
c6c847edb8 fix: fix as3 direct edit - protected access (#2686, #2688)
Fixes #2686, #2688
2026-04-06 21:06:19 +02:00
JasperZebra
480b23b004 feat: add XBT texture support for GFX external images (#251)
XBT files are DDS textures with a custom header prepended, used by
some Scaleform GFX games. GFX tags reference them as .dds but the
files on disk use the .xbt extension.

- Fall back to .xbt extension when the referenced file is not found
- Scan for DDS magic bytes to strip the XBT header before decoding
2026-04-06 21:06:19 +02:00
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
0938f5cbad fix: fix image size off by 1 pixel when conflation fix is on (#2616)
Fixes #2616
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
63d075d5f6 fix: allow float values in font size in DefineEditText 2026-04-06 21:06:19 +02:00
Jindra Petřík
212b1af6a5 fix: correct syntax highlighting for texts 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
027f4040cd ci: use different url for downloading resource hacker 2026-04-06 21:06:19 +02:00
Jindra Petřík
db6f49fbf8 fix: actionscript and/or operators with simple value operands (#2680)
Fixes #2680
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
355e87d2ae chore: fix export all button states (#2671) 2026-04-06 21:06:19 +02:00
Jindra Petřík
361f8b0d2c Update metadata
check-spelling run (push) for dev

Signed-off-by: check-spelling-bot <check-spelling-bot@users.noreply.github.com>
on-behalf-of: @check-spelling <check-spelling-bot@check-spelling.dev>
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
2ef5d26b0e feat: export all four states of a button (#2671)
Closes #2671
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
529df35676 chore: fix xaml clipping when not on shape base 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
f7fb416241 fix: properly draw edittext border, normalize size 2026-04-06 21:06:19 +02:00