David Capello
1b736aef85
Improve UX when opening file sequences
...
* Now we can select the specific files that are part of the sequence
* New checkbox do the same for all dropped files (fix #1284 )
2016-11-15 18:11:47 -03:00
David Capello
a19a834c4d
Enter key selects the preset palette
...
Also the listbox doesn't lost the focus, so we can continue navigating
preset palettes.
2016-11-14 16:04:29 -03:00
David Capello
a5e860c556
Add Alt+L and Alt+F shortcuts in palette popup
2016-11-14 15:52:51 -03:00
David Capello
441b835192
Add shorter invervals for the backup thread
2016-11-12 18:02:47 -03:00
David Capello
1ffbd4c343
Add new "Image Color" parameter in brush slots ( fix #1259 )
2016-09-20 10:26:02 -03:00
David Capello
edf1cfd7b0
Add possibility to move the Timeline at the left/right side ( fix #1169 )
2016-09-15 11:07:36 -03:00
David Capello
bebbd71d31
Add simple crosshair using native mouse cursors ( fix #1236 )
2016-08-31 13:24:03 -03:00
David Capello
f1c9e77e43
Add mouse cursor scale option
2016-08-30 17:27:19 -03:00
David Capello
b80beb13ad
Move native cursor preference from "Experimental" to "Cursors" section
2016-08-30 16:52:03 -03:00
David Capello
ed7a1ef1cc
Fix X/Y/Width/Height fields order in "Import Sprite Sheet" ( #1207 )
2016-07-25 11:25:11 -03:00
David Capello
5910e94396
Add option to hide full filename paths ( fix #1199 )
2016-07-25 11:04:16 -03:00
David Capello
67ce9473f8
Add option to include partial tiles in Import Sprite Sheet ( fix #1161 )
2016-07-01 10:24:44 -03:00
David Capello
e353cdae4c
Merge branch 'applyButton' of https://github.com/TheKK/aseprite into apply-button
2016-06-14 09:23:26 -03:00
David Capello
af2c2838e0
Add new option to zoom sliding two fingers on OS X trackpad
...
It was requested here:
http://steamcommunity.com/app/431730/discussions/2/357286663677659387/
2016-05-27 13:15:13 -03:00
David Capello
9face9458e
Add an option to change the "brush preview" style (related to #792 )
2016-03-24 14:29:15 -03:00
Gabriel Rauter
cb92b781eb
Change Windows Modifier Name to Win for Windows and Super for Linux/BSD
2016-03-01 23:52:36 +01:00
Gabriel Rauter
e22332144a
Add Windows Key as possible Modifier in Keyboard Shortcuts on Windows and Linux as a step to fix #796
2016-03-01 20:14:32 +01:00
David Capello
81d39664a7
Add an alternative message to debug crashes in compiled versions
...
As .dmp files are useful only for official releases (i.e. when we have the
compiled .exe+.pdb), this is an alternative message to stop receiving
.dmp files at support@aseprite.org that cannot be used to debug a crash.
2016-01-31 19:49:24 -03:00
David Capello
b0650f6afe
Generalize View::setViewScroll() to blit valid/scrollable region automatically
...
With this change we are removing specific code to scroll the Editor widget.
Now if we use Editor::setEditorScroll() to scroll it should work as
View::setViewScroll(). In this way we remove the ugly "blitValidRegion"
parameter from setEditorScroll().
Changes:
* Removed Widget::scrollRegion() because each widget must control
valid/invalid regions after a ui::move_region() in a very specific way
(see View::setViewScroll() or Window::moveWindow)
* Invalidate the whole widget on Widget::setBoundsQuietly()
* Fixed problems blitting invalid regions/not yet updated/painted: using
the new ui::Manager::m_invalidRegion.
* Added View::onSetViewScroll() and View::onScrollRegion()
* Added FileListView to avoid moving the thumbnail region when we scroll
2016-01-05 16:37:52 -03:00
David Capello
3543b086d1
Add option to keep the selection after Edit > Clear ( fix #907 )
2015-12-22 17:49:21 -03:00
David Capello
e79236b3a3
Add JSON data format into Export Sprite Sheet UI
2015-12-22 17:34:51 -03:00
Ying-Ruei Liang (KK)
1cf82697ef
Add "apply" button to options window
2015-12-20 23:58:25 +08:00
David Capello
403e3ee726
Add popup on each BrushSlot to enable/disable params
...
Converted BrushSlotParams into a xml widget.
2015-12-16 18:14:04 -03:00
David Capello
c49abf9969
Add missing user_data.xml
2015-12-11 20:17:34 -03:00
David Capello
594892f5ef
Modify cel/layer property dialogs layout
2015-12-11 16:28:08 -03:00
David Capello
08bef859e3
Add user data field on layers and cels
2015-12-10 18:34:25 -03:00
David Capello
5dc149d308
Add "Select > Modify" commands to expand/contract/border the selection
2015-12-04 17:46:32 -03:00
David Capello
fb387cb6c2
Add options to export layers and frameTags meta JSON data from the UI
2015-12-03 12:42:33 -03:00
David Capello
4dbee12789
Add possibility to import/export sprite sheet matrices by columns
...
Fix #872
2015-12-03 11:38:59 -03:00
David Capello
3b0bf6daaa
Add anti-aliasing checkbox in "Edit > Insert Text" option
2015-12-01 15:46:21 -03:00
David Capello
771a7ba467
Add search field in keyboard shortcuts dialog ( fix #849 )
...
Changes:
* Added "icon_search" part in the skin
* Added app::SearchEntry widget
* Fixed Separator widget to handle a custom background color, because
now we use Separators inside a ListBox too
* Added Entry::(on)getEntryTextBounds() to specify a customized area
to show text (as SearchEntry needs space for search and close icons)
2015-11-30 15:08:18 -03:00
David Capello
12ccaf883d
Add "px" suffix to New Sprite and Canvas Size fields ( fix #875 )
2015-11-24 19:54:10 -03:00
David Capello
9c1a8762ab
Add option to export sprite sheets in memory only (without a file, fix #865 )
...
We have converted the label "Save As" into a checkbox in the Export
Sprite Sheet dialog.
2015-11-20 14:49:40 -03:00
David Capello
2eada35a38
Add "Undo History" command ( fix #739 )
...
Added member functions to undo::UndoHistory and
app::DocumentUndo to iterate all states of the undo history.
Also we’ve added app::DocumentUndoObserver to see when new states
are added in the undo history.
2015-10-20 11:27:05 -03:00
David Capello
62a16d0525
Improve font selection with keyboard in PasteTextCommand
2015-10-19 15:32:44 -03:00
David Capello
049111bfad
Put font size before font family
...
In this way we can press T, Tab, change the font size, and Enter to try
again quickly with other font size.
2015-10-16 18:40:14 -03:00
David Capello
9f8200ea3e
Add list of system fonts in PasteTextCommand dialog (on Windows)
2015-10-15 18:16:16 -03:00
David Capello
03c0367827
Add option to disable GPU acceleration
2015-10-05 21:18:42 -03:00
David Capello
0e07a01a9b
Add a color picker in the Insert Text dialog
2015-09-23 17:45:07 -03:00
David Capello
1ac39ff85b
Add simple "Edit > Insert Text" menu option (related to #28 )
2015-09-23 17:38:45 -03:00
David Capello
d55017cd17
Use advanced_mode.xml.h in cmd_advanced_mode.cpp
2015-09-22 17:27:47 -03:00
David Capello
c37c790b47
Add "Open Folder" button in Preferences > Theme section
2015-09-18 12:39:46 -03:00
David Capello
df629db6c6
Add "Theme" section in Preferences
2015-09-18 12:23:02 -03:00
Gabriel Rauter
c2a58dd46f
fix type conversion warn. & remove problem preset
...
fix type conversions by putting WebPOptions Class in a seperate file like
GifOptions and use Getter and Setter for better handling. In cases
needed explicit casting was used to supress those warings.
Additionaly the LAST WebPHint Option was removed as it does not work for
this situation.
2015-09-02 14:52:07 +02:00
Gabriel Rauter
5ae9b9a6ef
correct copyright line
2015-09-01 23:11:50 +02:00
Gabriel Rauter
497fc3ed3a
implement simple non animation webp for #273
...
This includes lossless and lossy webp file format. For this reason a
save option dialog was added giving rudimentary options for saving to
the user.
2015-09-01 13:05:24 +02:00
David Capello
ab893eec6e
Improve "Color Curve" dialog to be used only with the mouse ( fix #278 )
2015-08-27 12:27:23 -03:00
David Capello
65baa8d943
Move OK/Cancel buttons at the bottom in Keyboard Shortcuts dialog
...
Issue #777
2015-08-25 17:15:14 -03:00
David Capello
19951c6dd5
New Keyboard Shortcuts dialog layout ( fix #777 )
2015-08-25 13:59:15 -03:00
David Capello
dc9ee103f0
Make CelProperties dialog non-modal
2015-08-21 08:35:29 -03:00