Commit Graph

7177 Commits

Author SHA1 Message Date
David Capello
ed5deb9ca3 [lua] Add Dialog:color{ onchange } event 2020-04-07 11:25:58 -03:00
David Capello
4eefb84cf3 [lua] Add possibility to change dialog title with Dialog:modify{ title=... } 2020-04-07 11:14:06 -03:00
David Capello
bb8d0e7a6a [lua] Add possibility to modify a widget label and focus it 2020-04-07 11:13:30 -03:00
David Capello
8fe01b43f6 Fix typo in dialog_class.cpp 2020-04-07 11:01:46 -03:00
David Capello
60263f4511 Update fmt module to 6.2.0 2020-04-07 11:01:15 -03:00
David Capello
482fcd3b8c Fix crash when loading plugins from CLI and compilation when !ENABLE_UI 2020-04-07 10:56:48 -03:00
David Capello
a7f3fc968a Fix compilation when !ENABLE_SCRIPTING 2020-04-07 10:44:26 -03:00
David Capello
c1a62510a5 Fix crash clicking and deleting layers from timeline sequentially (and quickly
Reported in https://igarastudio.zendesk.com/agent/tickets/656
2020-04-07 10:40:56 -03:00
David Capello
8d8c116fa8 [lua] Fix some Dialog functions to convert to string implicitly 2020-04-06 14:54:11 -03:00
David Capello
3cd97c9822 Fix crash starting the program for first time (fix #2330)
Regression introduced in 6b6b9057bf
2020-04-05 20:47:52 -03:00
David Capello
55a1fa8b81 [lua] Add Dialog:modify{} method to change widget properties 2020-04-04 19:42:44 -03:00
David Capello
2c3fd2171b [lua] Fix Dialog.data for checkboxes if the last pressed button was a checkbox 2020-04-04 19:41:30 -03:00
David Capello
150ca293ef [lua] Fix checking for missing fields on tables in Dialog methods
We've to use LUA_TNIL instead of LUA_TNONE.
2020-04-04 19:40:52 -03:00
David Capello
c73d745245 Don't show warning for untranslated text that start with '!' on widgets 2020-04-04 17:33:23 -03:00
David Capello
9da4b76976 Possibility to scroll menus (fix #2263) 2020-04-03 17:56:35 -03:00
David Capello
298c2e24e8 Add possibility to put plugin:newCommand{} in specific menu locations identified as "groups" (#1949) 2020-04-02 23:18:08 -03:00
David Capello
6b6b9057bf Add support for scripts on extensions (#1949)
It still need some work to associate the command to menus easily.

Related issues:
  https://github.com/aseprite/aseprite/issues/1403
  https://github.com/aseprite/aseprite/issues/1949
  https://github.com/aseprite/api/issues/20
  https://community.aseprite.org/t/lua-script-extension-and-menu-api/5085
2020-04-02 20:21:21 -03:00
David Capello
ba51812c89 Fix typo with auto-fit preferences 2020-03-30 11:02:28 -03:00
David Capello
9609e541e5 Fix some issue with saved defaults (selection mode and snap to grid)
These two preferences are confusing when saved with non-default
values. For example, snap to grid should be almost always turned off
and turned on only when the user do it explicitly.

The other one is the subtraction selection mode, if we save that as a
default mode, users will find that the selection tool stop working
when the program is re-started.

Both of these issues generated user support over all these years.
2020-03-30 10:39:07 -03:00
David Capello
d358e6055f Add auto-fit screen option (fix #789, fix #2267) 2020-03-30 09:16:14 -03:00
David Capello
70afe4195e [lua] Add Image(sprite) constructor (renders the first sprite frame) 2020-03-28 13:28:30 -03:00
David Capello
c7b3e15d05 [lua] Fix crash using invalid width/height in Image() 2020-03-28 13:28:25 -03:00
David Capello
76ef344f49 [lua] Support to use Image:drawSprite(sprite) without frame to render the first frame 2020-03-28 13:28:18 -03:00
David Capello
32fd67e187 [lua] Add ev.button property onclick of shades widget 2020-03-27 16:14:00 -03:00
David Capello
09ea577a08 Match ui::MouseButton values to os::Event::MouseButton 2020-03-27 15:40:43 -03:00
David Capello
2c42f8670a Update tga module (again, trying to fix compilation errors in CIs) 2020-03-25 19:52:23 -03:00
David Capello
2a0751c6dd Update tga module 2020-03-25 19:09:55 -03:00
David Capello
ba1a8611a9 Use ASSERT instead of assert 2020-03-25 18:42:24 -03:00
David Capello
f532539a76 Minor change in flic library 2020-03-25 18:31:20 -03:00
David Capello
780133be6f Use tga library to encode files 2020-03-25 18:31:14 -03:00
David Capello
538dc9e6aa Fix loading fully transparent TGA images in 32 bpp 2020-03-25 11:11:13 -03:00
David Capello
319c89c2ad Use the new tga library to decode tga files 2020-03-24 17:07:35 -03:00
David Capello
4f1eacfddc Simplify bits scaling function from 3/5/6 bits to 8 bits 2020-03-24 17:02:15 -03:00
David Capello
5c0a82e9e0 Update FLIC library 2020-03-23 11:33:09 -03:00
David Capello
b95b01aa9a Fix loading invalid FLIC or with huge image sizes 2020-03-21 20:54:41 -03:00
David Capello
72b5f0e701 Add missing files for the new TGA options 2020-03-20 20:15:29 -03:00
David Capello
c230e8f0ab Add options to save TGA files with 16/24/32bpp & uncompressed/compressed 2020-03-20 19:18:03 -03:00
David Capello
ffdb5f2e42 Update status bar and mouse cursor when editor scroll changes 2020-03-20 15:04:53 -03:00
David Capello
3b9274b9b5 Improve TGA encoder to save files compressed 2020-03-20 12:35:27 -03:00
David Capello
1826d66f10 Fix loading some particular TGA files (multiple scanlines compressed, invalid alpha information, etc.) 2020-03-19 20:52:03 -03:00
David Capello
de1019342a Fixes for aseprite.desktop file (fix #2295) 2020-03-19 12:13:51 -03:00
David Capello
941219363b Keep "Export File" window position saved on preferences (fix #2300) 2020-03-19 09:50:18 -03:00
David Capello
28248bf228 [lua] Add Tag.color property (fix https://github.com/aseprite/api/issues/24) 2020-03-19 08:41:29 -03:00
David Capello
9f88508083 Fix regression with editor canvas border (fix #2294) 2020-03-16 11:40:03 -03:00
David Capello
a0882ba443 Move PACKAGE/VERSION, etc. to new ver-lib
* As we moved the VERSION macro to a .c file, we don't have to
  recompile the whole project when we change the version number.
* Removed the version number from gui.xml
* Removed the invalid first menu item that might appear in the root
  menu when the gui.xml version is outdated in debug mode.
2020-03-16 10:31:32 -03:00
David Capello
23d41e7340 Update laf module 2020-03-11 13:52:47 -03:00
David Capello
609b9accfc [win] Fix error entering to files as a folder when the full path is used in the file selector 2020-03-11 12:27:31 -03:00
David Capello
fd8beb573c We can use slashes in the file selector to go to other folders 2020-03-11 12:26:58 -03:00
David Capello
a19e317212 Merge branch 'fix/2228' of https://github.com/Adrijaned/aseprite into fix-2228 2020-03-11 09:51:32 -03:00
David Capello
afefac73bd Fix compilation when !ENABLE_UI 2020-03-09 10:59:28 -03:00