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
162cee2870
Use custom native mouse cursor on Skia/OSX port
2016-08-30 16:12:11 -03:00
David Capello
507e0f152b
Use custom native cursors on Skia/Win port
2016-08-30 13:50:45 -03:00
David Capello
05e6147a1f
Fix compilation error for old libpng versions
2016-08-30 12:26:30 -03:00
David Capello
b40e942aed
Don't check sRGB profiles with libpng
2016-08-29 18:24:03 -03:00
David Capello
65a2d9a4ba
Update clip library
2016-08-29 18:23:50 -03:00
David Capello
5ecc356a41
Replace GPL license with the new EULA
2016-08-29 13:08:21 -03:00
David Capello
03be4aa23d
Convert "bool" members in ui::Widget to flags
2016-08-29 12:23:23 -03:00
David Capello
97813251e1
Ungroup Eraser & Eyedropper tools
...
Several users don't find the eyedropper and they think it doesn't exist
at all. It'll be better to show this tool by default at the top toolbox
level to avoid confusion.
2016-08-22 20:53:57 -03:00
David Capello
4c1a57f651
Include menus when we search for keyboard shortcuts
2016-08-19 14:27:45 -03:00
David Capello
3813b9bf1e
OS X: Fix right-click on Wacom Intuos tablet
...
This problem might be related to a specific Wacom driver version
for OS X where right-click buttons are reported like NSRightMouse*
events but with their [NSEvent buttonNumber] property set to 0
(instead of 1 to indicate a right-click).
2016-08-17 18:21:41 -03:00
David Capello
0f2d0cbcd0
Fix invalid selection after removing frames ( fix #1235 )
2016-08-17 17:05:46 -03:00
David Capello
9c97f6c329
Update clip module
2016-08-14 21:22:21 -03:00
David Capello
d7f2155adb
Show popup menu on "Play" buttons with Ctrl+click
2016-08-13 13:35:35 -03:00
David Capello
3a4251a9a4
Simplify issue template
2016-08-09 17:04:59 -03:00
David Capello
e20fdc0812
Fix ISSUE_TEMPLATE format
2016-08-04 12:21:20 -03:00
David Capello
673b0a4174
Add new ISSUE_TEMPLATE for GitHub
2016-08-04 12:19:44 -03:00
David Capello
de87e38654
Minor update to CONTRIBUTING guide
2016-08-04 12:19:31 -03:00
David Capello
dc1bc964ce
Change memset/memcpy with std::fill/copy in ImageImpl
2016-08-03 16:58:58 -03:00
David Capello
01e8e99fcb
Add tests for Image::fillRect
2016-08-03 16:32:06 -03:00
David Capello
95da89b067
Update src/README.md items
2016-08-01 10:29:21 -03:00
David Capello
5ea955df4d
Convert undo library into a submodule
2016-08-01 10:20:26 -03:00
David Capello
45fcd9e95e
Fix typo (minor change)
2016-07-31 20:36:18 -03:00
David Capello
3b5915a21a
Update version to v1.1.8-dev
2016-07-31 20:25:01 -03:00
David Capello
000ac2e894
Update FLIC library
2016-07-26 10:24:41 -03:00
David Capello
d89d386185
Update version to 1.1.7-dev
2016-07-25 12:32:04 -03:00
David Capello
97d42de696
Improve image resize algorithm
...
It might be a possible fix for #502
2016-07-25 12:15:42 -03:00
David Capello
d06e1cf009
Replace App::Exit slot with a base::UniquePtr
2016-07-25 11:47:33 -03:00
David Capello
0c6802cd30
Use grid bounds by default in Import Sprite Sheet ( fix #1207 )
2016-07-25 11:30:33 -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
7849b8804d
Remove unnecessary "inline" keyword
2016-07-22 20:48:24 -03:00
David Capello
4ef9626689
Fix crash when resizing a sprite and there is not enough memory
...
This patch fixes crashes in background jobs that generate any kind of
exception.
2016-07-22 20:46:29 -03:00
David Capello
2893f98fbd
Merge pull request #1204 from pseudogames/pixly3
...
Fix assert() in pixly encoder/decoder
2016-07-22 12:00:37 -03:00
David Capello
67c9cc54d9
Update clip module
2016-07-21 14:15:11 -03:00
David Capello
d4b0753106
Fix theme UI to show user themes and official themes correctly
2016-07-20 19:03:51 -03:00
Carlo 'zED' Caputo
01dc3e70f7
pixly: fixed assert failure
2016-07-15 17:23:11 -03:00
David Capello
45e3573e67
Merge branch 'new-skia'
2016-07-13 17:01:36 -03:00
David Capello
5dfda3b0f0
Reduce the updated region on OS X (related to #1170 )
2016-07-12 17:23:28 -03:00
David Capello
5640277ff7
Don't show checkbox to enable GPU yet
2016-07-12 17:23:05 -03:00
David Capello
86d2f681fa
Update INSTALL.md instructions
2016-07-12 13:37:00 -03:00
David Capello
8e7b700c35
Update skia to chrome/m53
2016-07-12 13:23:24 -03:00
David Capello
9c73841970
Move gfx::Transformation to app::Transformation
...
In this way gfx library doesn't depend on fixmath.
2016-07-11 15:40:27 -03:00
David Capello
691ff2c08a
Fix she/CMakeLists.txt to link with skia with GPU
2016-07-11 12:30:09 -03:00
Carlo "zED" Caputo
b0385d437f
Use load/save_document() in .anim decoder/encoder to load/save .png files ( #1189 )
...
* add todo items
* load_document instead of png load
* save using save_document (need more tests)
* trimmed and empty cels
* linking neighbor cels with the same image
* count_diff, exception, checks and style
2016-07-11 10:12:25 -03:00
David Capello
991b248940
Don't swap same frame on reverse_frames()
2016-07-11 09:58:43 -03:00
David Capello
48798b0fc5
Merge pull request #1193 from Mailaender/patch-1
...
Fixed invalid-desktopfile string list key "Categories" in group "Desktop Entry" does not have a semicolon (';') as trailing character
2016-07-10 22:18:25 -03:00
Matthias Mailänder
4f4a2098d2
Adhere to the FreeDesktop Categories specification
2016-07-10 09:36:31 +02:00
David Capello
92084fe14a
Expand filename wildcards in command line on Windows ( fix #1049 )
2016-07-06 15:20:55 -03:00