David Capello
cbee0862f3
Add a Color Mode conversion dialog with preview
2017-05-16 17:18:55 -03:00
David Capello
23272895c4
Move doc::DitheringMethod -> render::DitheringAlgorithm
2017-05-15 16:26:44 -03:00
David Capello
e4a4f44127
Add --color-mode CLI option
2017-05-15 15:21:02 -03:00
David Capello
1b57bb8ac3
Fix "height" field in the description of each data recovery view item
2017-05-10 15:13:30 -03:00
David Capello
d3ff1b8b14
Avoid clicking a bigger tag when we unfocus w/double-click
2017-05-10 15:09:08 -03:00
David Capello
97bfaa21ec
Add gradient tool ( fix #418 )
2017-05-04 10:38:34 -03:00
David Capello
212c3e5126
Don't show & character in Select > Color Range ( fix #1479 )
2017-05-03 16:16:41 -03:00
David Capello
8de967dd37
Change ink processing impl
2017-05-03 12:59:57 -03:00
David Capello
3e3b0d8a35
Fix slice adjustments on Canvas Size and Sprite Size ( fix #1470 )
2017-04-26 16:14:11 -03:00
David Capello
d009a54992
osx/skia: Add support for X1/X2Button
2017-04-25 21:42:46 -03:00
David Capello
616c83732a
x11: Implement setNativeMouseCursor()
2017-04-21 16:25:05 -03:00
David Capello
c947425051
Enable "Use native mouse cursors" option if the platform supports native cursors
2017-04-21 15:34:50 -03:00
David Capello
daf1e3fb3e
x11/skia: Fix problems saving window size on .ini file
2017-04-21 15:24:47 -03:00
David Capello
4542deaa0a
x11/skia: Add support for horizontal mouse wheel
2017-04-21 14:21:42 -03:00
David Capello
d08674704d
x11/skia: Add support for mouse wheel
2017-04-21 14:16:34 -03:00
David Capello
272f24ed3a
Exit correctly when the close button is pressed on X11/Skia port
2017-04-21 13:13:42 -03:00
David Capello
1bbaf60fd7
Add Event::MouseEnter/Leave events on X11/Skia port
2017-04-21 12:42:53 -03:00
David Capello
5e11bebaf0
Implement mouse events and display on Linux/Skia port
2017-04-20 16:33:05 -03:00
David Capello
706b9a84c6
Add a simple processing of the event queue on X11/Skia port
2017-04-19 19:35:26 -03:00
David Capello
8b0c269b56
Lock/unlock surface one time on ui::draw_text()
2017-04-19 19:32:18 -03:00
David Capello
cc7bde6cd1
Fix some compiler warnings (implicit casts & unused vars)
2017-04-19 19:26:23 -03:00
David Capello
7bc593ac34
Change Entry::maxSize property from size_t to int
2017-04-19 17:51:03 -03:00
David Capello
6829b3d5a0
Fix crash showing a layer name with " : " on the status bar
...
Bug reported here:
http://steamcommunity.com/app/431730/discussions/2/133262487502331720/
v1.2-beta9
2017-04-17 09:36:09 -03:00
David Capello
73999c5415
Fix several issues with UI Scaling > 100% ( fix #1456 )
2017-04-15 08:13:20 -03:00
David Capello
87f3b578e5
Add a comment to ~PreviewEditor()
v1.2-beta8
2017-04-14 15:28:46 -03:00
mooviies
36a85e6d3f
Fixed crash upon destroying PreviewEditor ( #1454 )
2017-04-14 15:21:17 -03:00
David Capello
d4de15bfd7
Fix slice feedback when cel origin < (0,0)
2017-04-14 13:45:24 -03:00
David Capello
0c5bccfbdb
Fix crash undoing/redoing while Cmd/Ctrl key is pressed to show cel auto-guides
2017-04-14 13:40:39 -03:00
David Capello
04475a825d
Double-clicking a band on the Timeline will expand/collapse it ( #920 )
2017-04-14 13:18:01 -03:00
David Capello
937306f4be
Minor string format fix on backup_observer.cpp
2017-04-14 13:06:37 -03:00
David Capello
dc488c0bb2
Fix Ctrl+Alt+Shift+S shortcut w/Spanish ISO layout on macOS
2017-04-14 13:06:17 -03:00
David Capello
dc9b1d826d
Save/restore focused tag band when we switch between editors
2017-04-14 10:02:02 -03:00
David Capello
2aeae2aaa7
Add messages for X1/X2 mouse buttons
...
Related to #598
2017-04-13 17:58:42 -03:00
David Capello
b9d4776301
Use a better font for Japanese on Windows
2017-04-13 17:08:46 -03:00
David Capello
f5b977adfa
Log more information when wintab is initialized
2017-04-13 16:39:44 -03:00
David Capello
fe5d3236a3
Save/restore opacity & blend mode correctly from recovery data
2017-04-13 16:09:29 -03:00
David Capello
d1508ce119
Rename PART_LAYER* to PART_ROW
2017-04-12 16:59:17 -03:00
David Capello
42b8570635
Rename Timeline::regenerateLayers -> regenerateRows
2017-04-12 16:46:40 -03:00
David Capello
36f775c555
Move Timeline::Row public variable members to private
2017-04-12 16:24:43 -03:00
David Capello
a40691afa8
Rename Timeline::LayerInfo -> Row
2017-04-12 16:11:35 -03:00
David Capello
fa49673c46
Move internal Timeline structs from timeline.h to timeline.cpp
2017-04-12 15:53:54 -03:00
David Capello
097efa4cc2
Unify slice/move_slice tools
2017-04-12 15:40:27 -03:00
David Capello
fece0cf025
Minor fix with includes
...
My mistake: <cstring> for std::strlen() and <cstdlib> for std::strtol().
2017-04-12 13:03:45 -03:00
David Capello
5cfb0cd189
Fix gcc compilation
2017-04-12 12:52:28 -03:00
David Capello
80c61ca926
Export slice data in .aseprite-data file ( #721 )
2017-04-12 12:35:13 -03:00
David Capello
5e1c5af423
Restore slice user data correctly from undo/redo information
2017-04-12 11:51:29 -03:00
David Capello
02b225868d
Fix slices' user data serialization on .ase format
2017-04-12 08:57:02 -03:00
David Capello
2c0d0d3682
Add --slice and --split-slice CLI params ( #721 )
2017-04-11 18:45:51 -03:00
David Capello
5888db011c
Avoid assert fail when resizing palette
2017-04-10 18:03:00 -03:00
David Capello
ea0c920815
Fix several keyboard issues on macOS
...
* Fixed Cmd+Alt+Shift+S keyboard shortcut on Spanish keyboard layout
* Fixed Dvorak - QWERTY Cmd keyboard layout
* Fixed keyboard shortcuts without modifiers on Dvorak layout. E.g. F
key on QWERTY is U on Dvorak, so it now selects the Rectangle tool
instead of switching to advance mode/full screen)
2017-04-10 17:25:56 -03:00