|
|
e5ad765fe1
|
fix upload .pano suffix, make first layer fixed when animating
|
2018-03-10 19:26:32 +01:00 |
|
|
|
660a7ea1ef
|
update timeline layout and frame counter, add 500ms update timer on windows to force redraw, fix animation frames export
|
2018-03-10 18:28:41 +01:00 |
|
|
|
f45a7c2e67
|
revert old color picker, enable animation toolbar
|
2018-03-09 14:22:40 +01:00 |
|
|
|
8a962d4cdf
|
update viewport icon
|
2018-03-09 00:55:55 +01:00 |
|
|
|
fadced1391
|
add logo, shutdown LogRemote on exit
|
2018-03-09 00:29:24 +01:00 |
|
|
|
485c0ee933
|
fix color picker
|
2018-03-08 22:36:12 +01:00 |
|
|
|
f4cd7fdc62
|
add file picking for osx and ios and implement equirectangular import
|
2017-12-09 09:07:42 +00:00 |
|
|
|
0d3431a9de
|
update android and xcode projects, fix document title and change default resolution to 1024px
|
2017-11-14 08:45:35 +00:00 |
|
|
|
71f18cb292
|
fix brush selection handler
|
2017-11-08 08:18:39 +00:00 |
|
|
|
53062711fa
|
refactor to have a single global current brush on Canvas::m_current_brush and make panels read from it for drawing instead of relying on their own copy
|
2017-11-07 09:14:02 +00:00 |
|
|
|
33ea544f0b
|
single file cloud upload
|
2017-11-06 22:19:24 +00:00 |
|
|
|
fc402d584a
|
implement download and open from the cloud browser
|
2017-11-06 10:07:19 +00:00 |
|
|
|
11c26555a4
|
implement cloud browser
|
2017-11-05 22:54:04 +00:00 |
|
|
|
87df30ff41
|
implement save as, save version and file existence check on save
|
2017-11-05 13:15:41 +00:00 |
|
|
|
b42fbb197a
|
add upload to cloud menu to copy all the files to the server
|
2017-11-04 22:48:18 +00:00 |
|
|
|
b49414bcd6
|
implement file browser dialog
|
2017-11-04 14:50:06 +00:00 |
|
|
|
c8e115774f
|
add wet parameter, fix selection mask modes
|
2017-10-27 00:47:48 +01:00 |
|
|
|
b40a5b656b
|
add free and poly selection mask tools, fix some threading gl problems
|
2017-10-24 14:20:12 +01:00 |
|
|
|
283e4e2b5c
|
implement multithreaded rendering with context switch, gl state save/restore, add progress bar ui node, implement stencil texture for brush, implement multithreaded canvas load/save/export pano. Missing multithread in windows.
|
2017-10-20 09:16:12 +01:00 |
|
|
|
163937b4a6
|
update windows project to add poly2tri
|
2017-10-09 09:40:40 +01:00 |
|
|
|
41e52b7757
|
add brush preset panel
|
2017-10-03 14:35:30 +01:00 |
|
|
|
ccde247f2a
|
init brush settings at startup
|
2017-09-30 22:45:35 +01:00 |
|
|
|
964795b44d
|
add support for high res brush textures, implement mipmaps on brush
|
2017-09-30 16:35:12 +01:00 |
|
|
|
763e446cc5
|
implemented brush settings switch between pen/erase
|
2017-09-28 22:30:47 +01:00 |
|
|
|
90ec0b6f7b
|
fix EGL context loss on Android
|
2017-09-27 20:21:34 +01:00 |
|
|
|
04841a996b
|
add pressure control flag on size and flow, change data directory in OSX to Documents
|
2017-09-24 18:55:15 +01:00 |
|
|
|
78484c53a4
|
fix indices bug
|
2017-08-22 01:48:42 +01:00 |
|
|
|
eee574085b
|
fix layer select after merge, add brush rotation
|
2017-08-20 13:30:28 +01:00 |
|
|
|
da4bfff69b
|
implement canvas touch lock
|
2017-08-19 13:18:35 +01:00 |
|
|
|
060e08a891
|
input boxes UI, keyboard animation
|
2017-08-13 12:41:10 +01:00 |
|
|
|
6d3c9380b2
|
fix sidebar scroll when adding or removing panels
|
2017-08-12 18:45:49 +01:00 |
|
|
|
1550dfff03
|
refactor ui initialization each group in a function, new document dialog, fix parallax camera and drawing order clipping problem
|
2017-08-11 23:26:19 +01:00 |
|
|
|
10fecd46b0
|
layer highlight when selected
|
2017-08-11 19:07:48 +01:00 |
|
|
|
9be2e8e147
|
add save dialog to specify file name
|
2017-08-11 00:04:54 +01:00 |
|
|
|
178c944df1
|
open dialog list files and thumbnail preview
|
2017-08-10 23:43:57 +01:00 |
|
|
|
5bc9d443bc
|
refactor file and assets search
|
2017-08-10 13:46:54 +01:00 |
|
|
|
76b572831f
|
implement layers merge down
|
2017-08-10 09:18:56 +01:00 |
|
|
|
e134ba553d
|
implement frame buffer fetch extension for iOS, change composition on stroke drawing and commit, add rename layer dialog
|
2017-08-09 09:59:39 +01:00 |
|
|
|
235862c9d1
|
adding color picking on iOS
|
2017-08-02 19:51:59 +01:00 |
|
|
|
4c0e8956bb
|
fix layer delete
|
2017-06-03 19:40:57 +01:00 |
|
|
|
7b99f0510a
|
added timeline slider and export animation frames
|
2017-05-15 00:43:37 +01:00 |
|
|
|
577a4e4db7
|
split app.cpp into multiple files, add NodeScroll and use it to scroll the side panels, some fixes to the events system
|
2017-05-14 21:48:25 +01:00 |
|