Commit Graph

29 Commits

Author SHA1 Message Date
b26a814208 add cursor visibility mode 2019-11-21 10:22:48 +01:00
678114fca1 add spacebar to rotate the view 2019-08-06 08:33:19 +02:00
6e97a29058 update UTI, remove blur from CompDraw mask 2019-07-12 21:07:30 +02:00
327eb4678b improve dialog and cloud browse icon text, deselect guide on mode leave 2019-07-10 21:49:01 +02:00
7699f10cfd added bucket options tool 2019-06-22 18:13:55 +02:00
228263c70f add flood fill mode with custom cursor 2019-06-22 10:44:36 +02:00
9ad3c351ce add history to guides 2019-06-19 17:55:35 +02:00
f0f78519ac forgot 2019-05-11 23:30:48 +02:00
3af923db96 fix selection and cursor 2019-03-09 23:07:06 +01:00
3296de98cc hide cursor on canvas, add mouse focus event, brush preview solid when small 2019-03-06 20:39:27 +01:00
99929dac39 restore undo buttons to main toolbar, show cursor on quick resize 2019-03-06 16:27:31 +01:00
b0933c29fb integrate quick brushes, simulate pressed keys on windows active 2019-03-05 23:41:43 +01:00
8e5a8eec1b refactor canvas modes 2019-02-01 22:51:25 +01:00
e26fcf1163 refactor Brush to be used in shared_ptr 2019-01-22 22:49:43 +01:00
3d7b7107d4 implement zoom shortcut with ctrl+rmb, update nanort with merged size_t pull request 2019-01-16 11:04:03 +01:00
f64f157e82 fix mixer brush uv2 and tip visibility on touch 2018-11-29 10:34:28 +01:00
0c6b409606 remove ui namespace which is not really used, move CameraData in camera_modes.h to avoid the inclusion of canva.h 2018-11-27 14:24:01 +01:00
f34ffa825d save camera settings on selection to avoid different result when re-projecting the selection 2d screen points transformation (does not compile because of canvas.h cyclic dependency) 2018-11-27 14:21:56 +01:00
09bccda2cd implement regular image import 2018-11-26 00:04:44 +01:00
0685155a45 split transform into cut and copy commands and implement history 2018-11-25 22:14:50 +01:00
0d0cd3db7f fix shaders for the transform tool 2018-11-25 16:16:01 +01:00
86656cc7e3 disable exceptions in visual studio, use xK notation for resolution, upgrade up to 32K resolution, mask resolution not doubled anymore, transform interactive controls to move, scale and rotate the selection 2018-11-22 19:07:14 +01:00
6f9b1b1c23 transform tool wip 2018-11-22 10:30:31 +01:00
18067726b5 add transform mode and tollbar button, implement polygon clipping with uvs interpolation and cube faces projection with near plane clipping, add duplicate points removal template function, implement Spere mesh surface section creation. 2018-11-12 18:19:03 +01:00
3b73e84fe9 vr brush preview and pen gestures (pick and size) 2018-10-30 00:37:46 +01:00
46a4b217bf skip apple pencil first n samples to overcome the initial pressure spike 2018-10-24 13:10:23 +02:00
64ce471ed8 disable brush pressure averaging, implement single finger for camera rotation when touch draw is disabled 2018-10-13 17:03:15 +02:00
a6d0914bf8 implement eraser detection on windows 2018-10-09 02:12:09 +02:00
71de44a7c1 rename engine to src 2018-09-16 14:21:58 +02:00