David Capello
194f8424a8
Add right-click to configure the cancel selection button ( #5102 / #5145 )
2025-08-26 07:55:14 -03:00
Christian Kaiser
b3814ec912
Unify ContextBar updates when moving pixels, tooltips ( fix #5329 )
2025-08-06 20:20:42 -03:00
Liebranca
bbab4d5875
Add 'Show hidden' check to file selector
2025-07-18 18:26:35 -03:00
David Capello
5c4daff128
Add options to stroke/fill text ( fix #5271 )
build-auto / build-auto (Debug, macos-latest) (push) Has been cancelled
Details
build-auto / build-auto (Debug, ubuntu-latest) (push) Has been cancelled
Details
build-auto / build-auto (Debug, windows-latest) (push) Has been cancelled
Details
build-auto / build-auto (RelWithDebInfo, macos-latest) (push) Has been cancelled
Details
build-auto / build-auto (RelWithDebInfo, ubuntu-latest) (push) Has been cancelled
Details
build-auto / build-auto (RelWithDebInfo, windows-latest) (push) Has been cancelled
Details
build / build (Debug, macos-latest, lua, cli) (push) Has been cancelled
Details
build / build (Debug, macos-latest, noscripts, cli) (push) Has been cancelled
Details
build / build (Debug, ubuntu-latest, lua, cli) (push) Has been cancelled
Details
build / build (Debug, ubuntu-latest, noscripts, cli) (push) Has been cancelled
Details
build / build (Debug, windows-latest, lua, cli) (push) Has been cancelled
Details
build / build (Debug, windows-latest, noscripts, cli) (push) Has been cancelled
Details
build / build (RelWithDebInfo, macos-latest, lua, gui) (push) Has been cancelled
Details
build / build (RelWithDebInfo, ubuntu-latest, lua, gui) (push) Has been cancelled
Details
build / build (RelWithDebInfo, windows-latest, lua, gui) (push) Has been cancelled
Details
2025-07-14 23:17:25 -03:00
David Capello
b4555fc098
Add "Initial State" string for "Undo History" window to en.ini
build / build (Debug, macos-latest, lua, cli) (push) Has been cancelled
Details
build / build (Debug, macos-latest, noscripts, cli) (push) Has been cancelled
Details
build / build (Debug, ubuntu-latest, lua, cli) (push) Has been cancelled
Details
build / build (Debug, ubuntu-latest, noscripts, cli) (push) Has been cancelled
Details
build / build (Debug, windows-latest, lua, cli) (push) Has been cancelled
Details
build / build (Debug, windows-latest, noscripts, cli) (push) Has been cancelled
Details
build / build (RelWithDebInfo, macos-latest, lua, gui) (push) Has been cancelled
Details
build / build (RelWithDebInfo, ubuntu-latest, lua, gui) (push) Has been cancelled
Details
build / build (RelWithDebInfo, windows-latest, lua, gui) (push) Has been cancelled
Details
2025-07-03 11:18:21 -03:00
David Capello
2b522e222b
Rename ui::Accelerator to ui::Shortcut
...
This was a pending refactor, where "user.aseprite-keys" files were
already using the "shortcut" attribute (instead of "accelerator").
This will include a refactor in the Weblate projects/all translations
to change [select_accelerator] section to [select_shortcut]. But that
must be coordinated after this commit is merged.
2025-06-09 17:20:16 -03:00
Christian Kaiser
54ea61fe58
Re-add os.rename and os.remove support
2025-06-07 12:05:34 -03:00
David Capello
206065fb80
Add a way to change default Timeline options
...
Fixes https://community.aseprite.org/t/19863
Related to #5083 / https://community.aseprite.org/t/25097
and #1485 in some way, although we've opted to avoid moving these
options to the Preferences dialog as it's quite a big refactor.
2025-04-24 19:38:25 -03:00
Gaspar Capello
3549d3538f
Fix regression with timeline thumbnails ( fix #5083 )
...
This fix adds an option to scale timeline thumbnails to fill
the entire cell, or simply leave the timeline thumbnails at 1:1 scale
as before issue #4974 .
2025-04-22 20:18:21 -03:00
Christian Kaiser
39d69ac8cf
Palette picker pinning, loading speed, misc improvements ( fix #2365 )
2025-04-22 12:45:56 -03:00
David Capello
b3f4e37b69
Add option to switch font hinting ( fix #4931 , aseprite/laf#138 )
2025-04-11 17:26:03 -03:00
David Capello
2ee4819bf9
Show link to go to the Themes section to customize the font for certain languages
2025-03-14 16:02:31 -03:00
David Capello
9378f44191
Show warning when raw cel format for .aseprite files is selected ( #4901 , #4951 )
2025-02-26 10:22:36 -03:00
Martín Capello
7ced9af5d1
Reword some "UUIDs for layers" related text
2025-02-24 10:47:17 -03:00
Martín Capello
86ad09291f
Add UUIDs to layers
2025-02-24 10:10:28 -03:00
David Capello
5739bfe287
Fix crash canceling "Apply" filter and then using "OK"
...
This fixes the ASSERT(!m_tx) in FilterManagerImpl::initTransaction()
in Debug mode, and a crash in Release that happens in any filter if we
cancel a filter progress in the middle, and then press the "OK"
button.
2025-02-20 12:23:31 -03:00
David Capello
d4406629e6
Add possibility to customize theme fonts ( #712 , #4307 )
...
From Edit > Preferences > Themes we now can customize the theme Font
and Mini Font.
2025-02-15 12:58:25 -03:00
David Capello
bc3433fcf2
Add new ui::TranslationDelegate to translate Entry popup items
...
Parts of this commit are from #4968 and will be useful to reuse in the
multiline TextEdit widget.
Co-authored-by: Christian Kaiser <info@ckaiser.com.ar>
2025-02-15 12:09:37 -03:00
Martín Capello
e65b678e9e
Add option to select cel compression ( fix #4901 )
2025-02-05 14:41:44 -03:00
Liebranca
f1d03b12c5
Move 'OutputFile' logic to FilenameField class
2025-01-13 13:54:55 -03:00
Liebranca
cb5163c742
Add Relative/Absolute path options to ExportFileWindow
2025-01-09 17:11:27 -03:00
Christian Kaiser
55b3e3c41c
Clipboard access check, content
2025-01-08 12:35:20 -03:00
Christian Kaiser
039bdda695
Improve preference resetting: window, brushes and preserve uuid
2025-01-06 14:51:09 -03:00
David Capello
09538f9a1a
clang-format all files
2024-12-16 14:52:19 -03:00
David Capello
f62b5eafb1
Merge branch 'main' into beta
2024-12-10 16:16:16 -03:00
Martín Capello
8a8a324651
Add columns and rows fields to Import Sprite Sheet
2024-12-10 09:30:29 -03:00
Martín Capello
3987412826
Change position of Apply button
2024-12-09 15:50:02 -03:00
Martín Capello
6c714bfc05
Add "Apply" button ( fix #4678 )
2024-12-09 15:50:02 -03:00
Christian Kaiser
9b90159d1b
Handle toolbar in small sizes with overflow button
2024-11-10 13:01:29 -03:00
David Capello
a9d795b6df
Merge branch 'main' into beta
2024-11-06 18:01:44 -03:00
sharkboi
cd5bf499ea
Disable Brush Preview in Preview window by default ( fix #4721 , #4752 )
2024-11-06 15:40:29 -03:00
Gaspar Capello
b7aa5d5ebe
Add diagonal symmetry ( fix #1171 )
...
Added symmetry UI buttons, 45 and -45 degrees axis.
Now are possible activate all four symmetries, both
diagonal symmetries, individual diagonal symmetry, and
the old horizontal/vertical combinations.
Also added symmetry to image brushes (prior to this fix:
only the brush position was symmetrical, the image brush
was not flipped).
2024-11-01 15:17:01 -03:00
David Capello
6093282ac3
Add pin/unpin icon to font search field ( #4617 , #4692 )
...
With this we can finally easily save font presets, even references to
external .ttf files.
2024-10-29 09:48:23 -03:00
David Capello
e700cce987
Merge branch 'main' into beta
2024-09-23 15:03:11 -03:00
Christian Kaiser
31c80a5e0c
Add reset preferences page ( fix #4432 , #4620 )
2024-09-17 16:09:14 -03:00
Gaspar Capello
04c45f4329
Fix duplicate items in keyboard shortcuts list ( fix #4387 )
...
Introduced Key::isListed() and Command::isListed() to customize when a
command should be displayed in the list of shortcuts.
Removed commands:
'Launch'
'OpenBrowser'
And removed unnecessary commands:
'Change Color Mode: Indexed'
'Contract Selection'
'Export Sprite Sheet'
'Flip Canvas Horizontally'
'Frame Properties'
'Load Palette'
'Open Sprite'
'Playback Speed 1x'
'Run Script'
'Save Palette'
'Select Used Colors'
'Set Palette Entry Size'
'Tileset Mode: Auto'
2024-09-16 10:14:12 -03:00
Gaspar Capello
aca9bf6bb7
Fix duplicate "Tiled Mode" items in the keyboard shortcuts list ( #4387 )
2024-09-16 10:08:35 -03:00
David Capello
12e253d1ef
Revert [symmetry]reset_position string name
...
This was changed to reset_position_to_center in
d4c9a2fb36 but it's better if we keep
the string ID as it is so we can use the existent i18n.
2024-09-16 09:32:07 -03:00
David Czekalla
d4c9a2fb36
Add "Reset Symmetry to View Center" option ( fix #4638 , #4640 )
...
Added an option in the ContextBar to reset the symmetry options to the
current view center.
2024-09-13 16:55:36 -03:00
David Capello
132405b3cd
Merge branch 'slices-transform-switch' into beta ( #4533 )
2024-09-10 15:58:56 -03:00
Gaspar Capello
3cc1c63274
Add different best fit criteria to compare colors for RgbMaps ( fix #2787 , #4416 )
2024-09-03 13:17:06 -03:00
David Capello
a21f0888ad
Merge branch 'main' into beta
2024-09-03 11:26:23 -03:00
David Capello
fea3f5fcee
Fix English strings considering some comments from Weblate
...
Comments:
https://hosted.weblate.org/translate/aseprite/aseprite/en/?checksum=10ed5b5794156584#comments
https://hosted.weblate.org/translate/aseprite/aseprite/en/?checksum=a866d26f91d1f329#comments
https://hosted.weblate.org/translate/aseprite/aseprite/en/?checksum=df163b02578e8c01#comments
https://hosted.weblate.org/translate/aseprite/aseprite/en/?checksum=b23f6bf0b6dcbce4#comments
https://hosted.weblate.org/translate/aseprite/aseprite/en/?checksum=1b58980af2aa6bd0#comments
2024-08-30 14:15:30 -03:00
Christian Kaiser
c554f07d28
Adjust strings for clarity/correctness
2024-08-30 13:42:57 -03:00
Martín Capello
ead2023cfd
Add "Transform" checkbox to slices and introduce moving slice content
2024-08-29 15:24:48 -03:00
David Capello
0bf9353a02
Add new Text tool ( fix #28 )
...
This is the first (not yet production-ready) version of the
interactive Text tool. The text input is done with a transparent
ui::Entry, and on each text modification an ExtraCel is rendered with
this same ui::Entry's TextBlob to be displayed in the canvas with the
active zoom level.
The ui::Entry is being painted along the text in the canvas (just for
testing), but this is something to be fixed. Probably it will not be
the case in the future and a fully customized rendering (onPaint())
process will be required.
2024-08-26 11:47:57 -03:00
David Capello
cf514f0c53
New font selector ( fix #4363 )
...
This new font selector list installed fonts with its proper name. It
still needs some extra work to select font set styles (regular, bold,
italic, etc.)
2024-08-26 11:47:57 -03:00
David Capello
68d5262c48
Merge branch 'main' into beta
2024-08-09 21:06:57 -03:00
Christian Kaiser
e0ff51947a
Add new frame menu to status bar button ( #4582 )
2024-08-08 17:23:41 -03:00
Gaspar Capello
8f3af748b9
Don't allow to install third-party themes that override the default one ( fix #4226 ) ( #4335 )
...
This 1) hides user themes whose name is the same as the default,
and are present in the user folders (i.e. 'extensions' and
'data/themes' folders), and 2) doesn't allow to install themes with
the same content/ID of the default aseprite-theme (fix #4226 )
2024-07-29 16:02:05 -03:00