David Capello
105cbe4d58
Add option to disable auto-scroll ( fix #1277 )
2016-12-02 20:38:51 -03:00
David Capello
1605ec0120
Fix Ctrl+click to select non-adjacent layers/frames on Windows
2016-12-02 20:10:00 -03:00
David Capello
396f5fb78f
Merge branch 'master' into beta
2016-12-02 19:13:08 -03:00
David Capello
77a9fd0ae6
Improve Data Recovery UI with a multiselect listbox
2016-12-02 18:50:16 -03:00
David Capello
afd71377f9
Sort data recovery sessions by date/time
2016-12-02 18:42:01 -03:00
David Capello
42b8d04e46
Fix crash clicking on a non-ListItem widget inside a multiselect ListBox
2016-12-02 18:41:09 -03:00
David Capello
efce7d56a8
Keep selection after clear moving pixels ( fix #1334 )
...
If Aseprite is configured to keep the selection actived after clearing
the selection, we must keep the selection active anyway if we've moved
it.
2016-12-02 17:36:35 -03:00
David Capello
dcb27c38d7
Don't update brush size/angle fields when we're editing them
2016-12-02 17:24:09 -03:00
David Capello
da51c5ba7c
Don't modify zoom indicator from Editor when the user is modifying it
...
Related to #779
2016-12-02 16:55:56 -03:00
David Capello
a46a087c51
Handle arrow keys/delete/backspace/etc. correctly on IntEntry ( fix #1339 )
2016-12-02 16:47:05 -03:00
David Capello
7a0d6c7f9e
Add command to change the layer opacity
2016-12-01 19:27:57 -03:00
David Capello
b2281636d6
Fix zoom 50% shortcut on regular US Mac keyboard
2016-12-01 18:11:52 -03:00
David Capello
c4e03d6365
Fix problems saving PopupWindowPin state
...
Bug introduced in 812e75f61351537f8cf0e80cc42fc66ec3fd39df
2016-12-01 18:03:50 -03:00
David Capello
6c8186c531
Show all tools/quicktools in keyboard shortcuts dialog
2016-12-01 17:36:10 -03:00
David Capello
26b1a2ebb4
Add option to reduce opacity of non-active layers
2016-12-01 15:20:35 -03:00
David Capello
812e75f613
Replace "pin" icon with the regular "close" button
...
I was contacted several times by people that cannot close these pinned
popups window. The best solution is to do the same that a regular
window: show the close button.
2016-12-01 15:15:16 -03:00
David Capello
4813936a3a
Add --oneframe CLI param to load just one frame
2016-12-01 12:06:35 -03:00
David Capello
83bd999f41
Move OpenFileCommand member functions to Params
2016-12-01 11:37:45 -03:00
David Capello
53d36b66be
Don't write-lock the active sprite in PaletteSize
2016-12-01 10:41:52 -03:00
David Capello
15bf0948ba
Add support to use rectangular marquee/lasso tools w/right click
2016-11-30 21:07:30 -03:00
David Capello
2e457fecad
Add support to move layer groups with the move tool
...
Related to #1172 , #1318 , #454
2016-11-30 19:58:04 -03:00
David Capello
3b7f48224c
Add .pcc as an alternative extension to .pcx (continue #1336 )
...
In this way the extension is shown in the file selector.
2016-11-30 14:57:15 -03:00
David Capello
108b754592
Merge pull request #1336 from winterheart/master
...
Added PCC as PCX variation
2016-11-30 14:54:47 -03:00
David Capello
aa8cf94fd2
Fix crash using "play once" ( fix #1337 )
2016-11-30 12:35:01 -03:00
David Capello
e0a017ae02
Remove some unnecessary destructors
2016-11-30 12:33:05 -03:00
David Capello
767976c6bc
Add option to play all frames (ignoring tags)
2016-11-30 10:23:29 -03:00
Azamat H. Hackimov
6fb9691d2e
Added PCC as PCX variation
...
PCC is old PCX-compatible format, which is still occurs.
2016-11-30 15:06:10 +05:00
David Capello
1378275364
Merge branch 'master' into beta
2016-11-29 19:05:35 -03:00
David Capello
9b9239ab05
Expand groups when we change the active layer on timeline
2016-11-29 19:04:37 -03:00
David Capello
8870c90774
Fix several issues with "auto select layer" indicator
2016-11-29 18:36:08 -03:00
David Capello
5b5764e40e
Fix data recovery process for collapsed layer groups
2016-11-29 12:36:47 -03:00
David Capello
f57c298ad6
Merge branch 'master' into beta
2016-11-29 12:15:25 -03:00
David Capello
88b0b2161c
Fix generation of keyboard events with scancode+unicode on Windows
2016-11-29 11:09:09 -03:00
David Capello
acdd9c3fed
Don't add dead chars if the entry field is full
2016-11-29 11:08:29 -03:00
David Capello
f4683f385d
Minor change in GotoFrameEntry::onProcessMessage
2016-11-29 11:08:09 -03:00
David Capello
60d89b10ed
Fix crash introduced in 701170d85e1bd7dfb495de4685bd160bdd992307
2016-11-24 19:59:34 -03:00
David Capello
74248cf33c
Cmd+mnemonic on macOS now can press a button
2016-11-24 19:26:52 -03:00
David Capello
701170d85e
Fix alt+mnemonic on macOS
2016-11-24 19:26:21 -03:00
David Capello
783acfc61a
Fix up/down keys to select the file type
...
Without this patch, pressing up/down key in the file type combobox will
focus the file list and we'll not be able to continue navigating file
types with the keyboard.
2016-11-24 19:01:08 -03:00
David Capello
9ee081d7c4
Minor change in FileSelector::onLocationCloseListBox()
2016-11-24 18:54:59 -03:00
David Capello
422dcba69b
Fix Cmd+[ shortcut to go back in the file selector on macOS
2016-11-24 18:47:51 -03:00
David Capello
33d6ffb73b
Avoid unused variable warning
2016-11-24 17:52:54 -03:00
David Capello
cb81ec053a
Merge branch 'crash-at-exit'
2016-11-24 17:41:48 -03:00
David Capello
366572db1a
Fix crash when we close Aseprite calling a dtor/free() on an invalid pointer
...
This bug was introduced in 128ba903949129419ab7a87ad0828d9e39aeb1bf
The AppOptions was compiled with a different size in app-lib and main.cpp
2016-11-24 17:39:52 -03:00
David Capello
c4ed121efc
Add #errors in some header files that need ENABLE_SCRIPTING defined
2016-11-24 16:48:37 -03:00
David Capello
7a6e428fe1
Fix loading multiple layer group levels from .ase files
2016-11-24 16:36:05 -03:00
David Capello
d49679c361
Compile cmd_run_script.cpp only when ENABLE_SCRIPTING is on
2016-11-24 16:19:44 -03:00
David Capello
ebec853a54
Define devconsole only when ENABLE_SCRIPTING is on
2016-11-24 16:19:19 -03:00
David Capello
489e7da6ec
Support smooth scroll in timeline
2016-11-23 14:09:42 -03:00
David Capello
abc586a6d4
Fix bug on macOS scrolling frames w/mouse wheel in the wrong direction
...
Sometimes macOS returns us a delta of 0.0, so we should not move through
frames in that case.
2016-11-23 14:08:34 -03:00