David Capello
822a309724
Several fixes/rewording for --tagnames-format CLI and GUI
2022-12-23 09:59:01 -03:00
Nathan Pannell
bc9e201255
Added cli option --tagname-format
2022-12-23 09:11:58 -03:00
David Capello
3c77928a6f
Prefer native file dialog by default (Windows & macOS mainly, #3615 )
...
The native dialog for the Linux version is not yet ready.
2022-12-12 16:48:01 -03:00
David Capello
c25649d865
[osx] Fix shortcuts for Edit actions when a native file dialog is displayed
...
Fixes #2719 , related to #3615
2022-12-09 13:55:44 -03:00
David Capello
e703de535e
Show saved undo state in Edit > Undo History window ( fix #3578 )
...
Some extra changes introduced:
* DocUndo & CmdTransaction were simplified: removing the saved
counter, and storing a specific UndoState pointing to the state that
matches the version in the disk
* DocUndo::onDeleteUndoState() can generate a
impossibleToBackToSavedState() if the saved state is deleted. This
might fix some bugs where a "save changes" dialog weren't displayed
after undoing and making changes (probably related to #3542 , but not
sure)
Some extra work is needed to avoid showing the "save changes" dialog
if we are close to the saved state and only non-modification undo
states separate us from there. E.g. if we open a file, select the
canvas, and close it, Aseprite now shows the "save changes" dialog,
this wasn't true in previous versions.
2022-11-02 09:57:52 -03:00
David Capello
9601c02812
Add option to play/preview with subtags & repetitions
2022-10-20 14:41:24 -03:00
David Capello
4f96d37b1f
Add repeat field to animation tags ( #1275 , #1740 )
2022-10-19 12:25:06 -03:00
Joshua Ogunyinka
ed26fdd806
Add missing language strings in other uncategorized sections
2022-10-12 14:57:23 -03:00
Joshua Ogunyinka
6c55847151
Add more missing language strings for filtering/editing
2022-10-12 14:54:50 -03:00
Joshua Ogunyinka
aaa69a3d81
Add more missing language strings when importing/exporting sprite sheets
2022-10-12 14:40:01 -03:00
Joshua Ogunyinka
a4bc897f76
Add missing language strings for preview editor/new brush/inks/mask by color
2022-10-12 14:36:31 -03:00
Joshua Ogunyinka
3cdb187487
Add more missing language strings for colorbar's wheel properties
2022-10-12 14:24:20 -03:00
Joshua Ogunyinka
05c4326ada
Add missing language strings for all components using the status bar
2022-10-12 14:23:30 -03:00
Joshua Ogunyinka
bf88fa2bd1
Add missing language strings when loading/saving components
2022-10-12 14:21:21 -03:00
Joshua Ogunyinka
05ece3fad1
Add missing language strings in sprite size command
2022-10-12 13:49:24 -03:00
Joshua Ogunyinka
9105642dbf
Add missing language strings for layer/frame/anidir comboboxes
2022-10-12 13:46:29 -03:00
Joshua Ogunyinka
dd2efe28d2
Add missing language strings for dithering selector
2022-10-12 13:41:19 -03:00
Joshua Ogunyinka
974c13dd33
Add missing language strings in sprite properties & import sprite sheet
2022-10-12 13:38:22 -03:00
Joshua Ogunyinka
6bc0d312d2
Add missing language strings in the layer properties
2022-10-12 13:24:09 -03:00
Joshua Ogunyinka
bbfae36d8f
Add missing language strings for preference window
2022-10-12 13:20:41 -03:00
Joshua Ogunyinka
de44545930
Add missing language strings for keyboard shortcuts
...
Co-authored-by: David Capello <david@igara.com>
2022-10-12 13:20:35 -03:00
Joshua Ogunyinka
797f8db2fa
Add missing language strings for the file selector
2022-10-12 13:20:23 -03:00
Joshua Ogunyinka
60b5df4030
Add missing language strings for the color bar
2022-10-12 13:19:32 -03:00
Joshua Ogunyinka
3c815ac1bd
Add missing language strings for the timeline/context bar
2022-10-12 13:19:20 -03:00
David Capello
178d8e1775
Disable multiple UI windows by default ( #3548 )
2022-10-11 18:58:32 -03:00
David Capello
88594bfa0e
Merge branch 'main' into beta
2022-09-28 16:20:03 -03:00
Kacper Woźniak
75627bd148
Fix the group attribute for Slice Properties
2022-09-26 11:00:10 -03:00
David Capello
05dd5f8db7
Merge branch 'fix-export-layers-same-name'
2022-09-20 14:25:22 -03:00
Martín Capello
f454d9a0af
Add "minheight" properties to avoid std::clamp asserts in visual studio when lo > hi
2022-09-15 10:01:50 -03:00
Martín Capello
826fc1a5fd
Remember layer index between export operations
2022-09-13 17:09:58 -03:00
David Capello
ddafa5083e
Merge branch 'main' into beta
2022-08-31 11:57:16 -03:00
lampysprites
c67902dee3
Request frame duration when opening sequences
2022-08-31 09:06:16 -03:00
David Capello
2f34e25f06
Merge branch 'export' into beta
2022-08-19 18:05:36 -03:00
David Capello
acb246e26b
Add "Sprite Grid" source option to Export Sprite Sheet ( fix #1982 )
...
In this way we can export each grid cell/tile as an individual sprite,
and use the extrude option on each grid cell. We've added the
--split-grid CLI option too.
2022-08-19 17:21:56 -03:00
David Capello
a2f61a3378
Add "File > Export > Export Tileset" option ( #3240 )
...
Now we can export one (or several) tilesets in one sprite sheet (using
the same options that are available in the Export Sprite Sheet dialog,
e.g. like extruding tiles, related to #1982 in some way).
Some changes:
* New "Source" field and fromTilesets param for ExportSpriteSheet
command
* New ExportTileset command (which acts like ExportSpriteSheet but
with fromTilesets=true by default)
* Added --export-tileset CLI option
2022-08-18 14:56:43 -03:00
David Capello
83857ea600
Merge branch 'main' into beta
2022-08-17 22:58:12 -03:00
David Capello
4e12e427ef
Rename "checked" -> "checkered" (background, drawing routines, etc.)
...
Also rename setBgCheckedSize -> setBgStripeSize in case we add new
background patterns (like horizontal/vertical/diagonal stripes, etc.)
2022-08-17 22:19:07 -03:00
David Capello
3c3d2dafe6
Add Area element in the Export window (UI only) ( #645 )
2022-08-12 17:25:40 -03:00
David Capello
03f9db5121
Move export/import commands to submenus inside File > Export/Import
2022-08-10 11:58:34 -03:00
Gaspar Capello
12e59b887f
Add remember new tilemap layer base index ( fix #2735 )
2022-08-04 14:30:11 -03:00
David Capello
05bf34f084
Merge branch 'main' into beta
2022-08-02 16:48:32 -03:00
Gaspar Capello
55885ee266
Fix regression: TextBox isn't rendering text (doesn't update the bounds area of the text box)
...
Regression in dd0c296209
(Use
tooltip_text style & color to paint tooltip windows #2554 ).
Prior this fix, text box does not update its bounds area because it
has not a style assigned.
Fix #3442 , fix #3443
2022-08-02 16:39:18 -03:00
David Capello
db38a56558
Merge branch 'main' into beta
2022-07-20 16:10:40 -03:00
David Capello
571134c1b4
Add option to apply Saturation/Value to Hue slider in Tint/Shade/Tone optionally
...
This was changed in df33744c85
, but now
we're adding an option to switch between both behaviors. We prefer to
keep the old behavior as the default one and the new one as an
optional preference.
Related to: https://community.aseprite.org/t/15065
2022-07-20 12:47:50 -03:00
David Capello
504fb7b7f8
Fix crash showing user data dialog (revert regression from dd0c296209
)
...
Restored the tooltip_face style as it's used in the user_data.xml popup.
2022-07-20 12:02:07 -03:00
Martín Capello
22de483fc7
Remove "Enter license" menu item when DRM feature is not enabled
2022-07-19 15:43:31 -03:00
David Capello
5ec88ad659
Merge branch 'main' into beta
2022-07-18 16:05:37 -03:00
David Capello
f920e9dcb8
New shorter domain for Igara Studio: https://igara.com
2022-07-18 16:01:31 -03:00
David Capello
dd0c296209
Use tooltip_text style & color to paint tooltip windows ( fix #2554 )
2022-07-18 16:00:13 -03:00
David Capello
1912053f33
Merge branch 'main' into beta
2022-07-15 17:30:39 -03:00