Commit Graph

75 Commits

Author SHA1 Message Date
a669d1313b add javascript binding and file picker for web 2019-10-08 23:16:04 +02:00
c26a4d1e86 fix update tips after importing brushes 2019-09-27 09:02:40 +02:00
b10fa60d1b split layout.xml into multiple files loaded on demand, update changelog 2019-09-25 22:59:04 +02:00
4806a3e8f6 fix stroke preview zoom, implement dest pick on ppbr export 2019-09-23 22:31:28 +02:00
cfdf428a9b add iOS and macOS icons 2019-09-23 18:06:20 +02:00
d76f9b5847 add extension when exporting brushes 2019-09-23 09:37:36 +02:00
d91f730cbd export data flag, fix android create dir 2019-09-23 00:48:25 +02:00
abaf82ba24 fix floating panels and iOS export picking 2019-09-19 23:02:46 +02:00
70fa29839e fix floating panels, save ppbr imported 2019-09-19 17:21:31 +02:00
b8c646f748 fix iOS text input and export ppbr 2019-09-19 15:25:33 +02:00
4d788bb174 add ppbr info data 2019-09-19 10:14:31 +02:00
f75748185a save header and brush previews in same name folder when exporting ppbr 2019-09-14 14:15:17 +02:00
61bcd86d2c add ppbr export dialog, implement text input focus 2019-09-12 19:10:42 +02:00
6920c0380e Merge branch 'master' of https://bitbucket.org/omigamedev/new_engine
* 'master' of https://bitbucket.org/omigamedev/new_engine:
  add text input popup
2019-09-12 15:18:22 +02:00
566a4e72a5 move clear presets to the panel popup menu 2019-09-09 17:53:31 +02:00
14a037e2d3 add/remove presets on all panels 2019-09-06 23:59:49 +02:00
003787c974 add progress to export/import ppbr 2019-09-06 09:34:59 +02:00
0353d323a4 implement export/import ppbr 2019-09-03 11:56:34 +02:00
295f85157d presets options when empty 2019-08-31 17:21:47 +02:00
3b80386cf8 fix popup menu on_select event 2019-08-31 15:43:57 +02:00
eaa20c0270 implement brush preset import 2019-08-31 07:50:05 +02:00
56bba88c14 add preset popup menu 2019-08-30 15:32:01 +02:00
fa94aa632f improve progress bar, refactor node destruction, simplify layers export 2019-08-16 10:15:14 +02:00
542e5a9c19 refactor export equirectangular 2019-08-15 19:12:50 +02:00
b89274e7a6 App::I static singleton to pointer 2019-07-11 18:08:17 +02:00
f7ead8e157 remove all async_start/end calls 2019-07-08 16:57:30 +02:00
fe618bfef1 enable Edit menu and add Clear Presets feature 2019-05-20 15:06:47 +02:00
929e80a218 rename parent to m_parent and add floating panel class 2019-03-20 22:28:44 +01:00
fda399f7dd update color at picking and cleanup code from some warnings 2019-03-11 15:35:59 +01:00
373e7ad0e9 iOS: fix app id in path, pen pressure filtering on Line 2019-03-11 11:40:17 +01:00
f0fed897f6 fix color on mode change 2019-03-09 01:15:23 +01:00
5a48b0dab3 serialize tips and patterns 2019-03-08 15:29:55 +01:00
bfe5c3541d show cursor on picking and other modes than draw/erase, sanity check on presets file 2019-03-08 12:47:06 +01:00
0dcaa7c4a3 save presets using serializer 2019-03-08 01:04:42 +01:00
5329147d58 add abr color dynamics 2019-03-07 00:53:45 +01:00
5eba9f1227 reorder tool icons, add popup auto-hide after interaction 2019-03-06 18:43:38 +01:00
e7f734c824 fix brush tip and pattern import 2019-03-03 08:24:45 +01:00
9a9d018ffb draw main brush preview first if the queue is long 2019-03-02 19:08:11 +01:00
1edbc27ae6 unload brush texture from main memory, preload brush on preview to free render thread 2019-03-01 23:28:30 +01:00
9f1ac3730f fix Asset::list_files 2019-03-01 20:36:28 +01:00
080a306cc6 preset size text 2019-02-28 18:34:36 +01:00
aa189a3468 fix presets save and restore 2019-02-28 00:22:12 +01:00
d6501293e9 define STBI_NEON on android but disable x86 that's not compatible with the flag on clang 2019-02-27 11:40:46 +01:00
2108441e77 add roundness/aspect jitter 2019-02-27 01:33:41 +01:00
c3c2055011 add dual brush roundness property 2019-02-26 23:50:59 +01:00
f7b156acaa rename jitter spread to scatter, dual brush scatter mode single and both axis, fix scatter to follow the direction 2019-02-26 20:03:01 +01:00
d7ac967f12 compute tip scale when loading from brush tips, remove tip_width which was replaced by tip_scale 2019-02-26 17:44:36 +01:00
a0ed079299 scale brush size on high dpi 2019-02-26 15:14:42 +01:00
abca1d5162 opacity pressure and jitter, initial direction 2019-02-25 01:31:32 +01:00
3a1a48a0d0 pixel based brush size, Photoshop slider curve, improve abr import 2019-02-23 20:46:20 +01:00