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
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
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
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
Martín Capello
7ec08ca54c
Add Aseprite update dialog and fix enter license dialog
2022-06-28 19:16:03 -03:00
Martín Capello
776b97deef
Refactor EnterLicense dialog and add license activation handling
2022-06-28 19:13:55 -03:00
Martín Capello
2639c36b2f
Create EnterLicense dialog
2022-06-28 19:09:10 -03:00
Martín Capello
588d8027f4
Conditionally compile the license activation code when the ENABLE_DRM flag is defined
2022-06-28 19:09:10 -03:00
Martín Capello
740dd166de
Refactor the code to change the "register" dialog for "enter_license" dialog
2022-06-28 19:09:10 -03:00
Martín Capello
fcac48cccb
Add option to enter Aseprite license key ( #2664 )
...
This is an initial version to add an automatic update feature in the
future.
2022-06-28 19:09:10 -03:00
David Capello
77771b703b
Merge branch 'main' into beta
2022-05-30 20:41:35 -03:00
David Capello
6ce205e0db
Add experimental option to disable shaders for color selectors ( #960 )
2022-05-30 19:35:01 -03:00
David Capello
684d06ede8
Merge branch 'main' into beta
2022-05-23 18:04:55 -03:00
Gaspar Capello
8aff048364
Fix auto show selection edges tool tip ( fix #3288 )
2022-05-20 08:41:53 -03:00
David Capello
8d2863a58b
Merge branch 'main' into beta
2022-05-05 09:57:29 -03:00
David Capello
7fea99a718
Move the "invert wheel for brush size" option to Edit > Keyboard Shortcuts > Mouse Wheel
2022-05-05 09:26:19 -03:00
Thanos Kamber
b9dfad6b6b
Option invert scrolling direction for brush size ( closes #2364 )
...
This commit adds the option to invert if the brush size increases or
decreases when holding CTRL and scrolling as mentioned in the issue #2364
By default, the previous behavior is kept.
2022-05-04 18:48:45 -03:00
David Capello
a004b7dfe1
Merge branch 'fix-232' of https://github.com/Enfyve/aseprite into Enfyve-fix-232
2022-05-03 15:11:27 -03:00
David Capello
46626bb5ce
Merge branch 'main' into beta
2022-04-13 23:01:12 -03:00
David Capello
e4c2995326
Extensions now support defining keyboard shortcuts ( #1403 , #3239 )
2022-04-13 22:46:48 -03:00
David Capello
b4d3692927
Add ShowMenu command so the user can customize Alt+top level menu mnemonic shortcuts ( #3239 )
2022-04-12 22:52:09 -03:00
David Capello
4ce2d1a340
Add option to simulate mouse wheel using key shortcut+drag mouse ( fix #3195 )
...
Now we can change several values (zoom, brush size, etc.) pressing a
keyboard shortcuts and dragging the mouse in a specific vector
direction (DragVector). It allows the modification of one, two, or
even more parameters at the same time (e.g. X axis to change the brush
size, Y axis the alpha value of the ink).
2022-03-08 20:40:11 -03:00
David Capello
d077900fe5
Merge branch 'main' into beta
2021-10-13 10:15:39 -03:00
David Capello
212e9fbe6c
New initial Lua debugger version ( #1967 )
...
Incomplete version of the Lua debugger.
Some available features:
* Break in next executed instruction
* Step in, over, out
* See & navigate stacktrace
* See local variables
Some missing features:
* Breakpoints
* Eval user expressions with local variables
The UX needs some improvement yet.
2021-10-12 16:52:14 -03:00
David Capello
db44eeb269
Merge branch 'main' into beta
2021-10-12 10:45:33 -03:00
David Capello
6e84bb5443
[lua] Ask for permission to open a WebSocket from scripts
2021-10-07 19:37:10 -03:00
David Capello
f318a42f19
Merge branch 'main' into beta
2021-09-29 10:16:02 -03:00
David Capello
18bebeaba8
Minor fix in share crash data tooltip
2021-09-23 19:41:40 -03:00
David Capello
f6322a1373
Don't show "Aseprite is up to date" when there is no new version
2021-09-23 15:27:09 -03:00
David Capello
0c604ca4ba
Ask for consent to share crash data
2021-09-23 15:22:26 -03:00
David Capello
a5b41d2630
Merge branch 'main' into beta
2021-08-19 10:34:32 -03:00
David Capello
341408e902
Don't crash when saving palettes to .jpg format ( fix #2654 )
...
Now .jpg is not even show in the list of available format to save
palettes (same for other file format that don't support indexed color
mode).
2021-08-18 13:03:38 -03:00