Commit Graph

227 Commits

Author SHA1 Message Date
Casper Lamboo
24abade4b9 update version 2018-04-05 11:41:40 +02:00
Casper Lamboo
7a3ee5888a add change tool to undo filter 2018-03-20 13:14:19 +01:00
Casper Lamboo
ab581cf79b add open sketch to undo filter
#3
2018-03-19 10:36:33 +01:00
Casper Lamboo
efb1efe3d9 use includes instead of indexOf 2018-03-19 10:36:19 +01:00
Rick Companje
7360cdc85a keyboard shortcuts 2018-03-19 10:36:11 +01:00
Casper Lamboo
3d63e349fe remove auth image 2018-03-01 11:49:58 +01:00
Casper Lamboo
6e1660504b remove db utils 2018-03-01 11:37:13 +01:00
Casper Lamboo
2b84cd0b11 update doc to file 2018-02-27 15:02:23 +01:00
Casper Lamboo
5032018257 recursive fetch in authimage 2018-02-27 13:45:40 +01:00
Casper Lamboo
6b6b860c4a fix opening sketches
from
- on drop
- index.js
2018-02-21 12:29:33 +01:00
Casper Lamboo
7d34f916ac make sure everything is loaded before generating thumb 2018-02-21 12:25:34 +01:00
Casper Lamboo
42c2b1243f scale down default text 2018-02-21 12:23:54 +01:00
Casper Lamboo
5564e8b533 add font loader 2018-02-21 11:54:25 +01:00
Casper Lamboo
eb19034e86 don't fail when null objects are present in d3sketch format
there shouldn’t be null objects
2018-02-21 11:21:35 +01:00
casperlamboo
b9ed59c8d9 fix open sketch 2018-02-15 12:32:45 +01:00
casperlamboo
9996728f9c also store app version in data object 2018-02-15 12:24:27 +01:00
casperlamboo
02a7f64d5f rename function 2018-02-15 12:12:15 +01:00
casperlamboo
1d4562e2df fix recursiveMap function 2018-02-15 12:12:04 +01:00
casperlamboo
7fd9220851 fix component did mount 2018-02-15 11:12:39 +01:00
casperlamboo
be8a49e5c7 fix importing sketch 2018-02-15 10:28:26 +01:00
casperlamboo
9101a6325a fix reviver 2018-02-14 17:05:50 +01:00
casperlamboo
68a36c29e3 fix import 2018-02-14 16:43:21 +01:00
casperlamboo
ec22dc0cf7 add app version to doc 2018-02-14 16:26:53 +01:00
casperlamboo
da12939253 update fileformat
- don’t include images guides
- don’t store sketch data and app version in object
2018-02-14 14:52:16 +01:00
casperlamboo
4bd5c2f679 use web pack html 2018-01-31 14:27:05 +01:00
Rick Companje
ad94402400 custom html, favicon and btnExport 2018-01-25 16:40:10 +01:00
casperlamboo
36a73c233e Fix unfilled text hit area 2018-01-10 15:49:00 +01:00
casperlamboo
1b66fc21e0 linter 2018-01-10 15:24:25 +01:00
casperlamboo
b674769ef8 normalize mouse wheel 2018-01-10 14:19:57 +01:00
casperlamboo
83113e65b2 remove unused imports 2018-01-10 14:15:09 +01:00
casperlamboo
8621ff9755 Merge branch 'master' into feature/on-screen-text 2018-01-10 12:21:25 +01:00
casperlamboo
87acf98f51 add anaglyph effect 2018-01-10 12:21:14 +01:00
casperlamboo
7b9f647f11 edit width of input based on number of characters 2018-01-09 16:02:04 +01:00
casperlamboo
a4a5afeb08 formatting 2018-01-09 15:42:30 +01:00
casperlamboo
b42c7829ca make font face updatable and add google fonts 2018-01-09 15:42:25 +01:00
casperlamboo
01bd55796e formatting 2018-01-09 12:12:35 +01:00
casperlamboo
2b5d240487 increase hit area of text shapes
Hit area of text shapes is now the boundingbox
2018-01-09 11:53:12 +01:00
casperlamboo
1464a4b74f remove empty text 2018-01-09 11:21:51 +01:00
casperlamboo
04186fd56c Text can now be edited directly on the canvas 2018-01-09 11:21:26 +01:00
casperlamboo
834ca531fd increase performance of holes 2018-01-06 20:27:23 +01:00
casperlamboo
e3cda119ce throw error when object is empty 2017-12-21 11:16:49 +01:00
casperlamboo
0e6fd5fb1c Fix num of circle points 2017-12-18 17:05:24 +01:00
casperlamboo
0c4e410a27 fix material index 2017-12-18 10:09:09 +01:00
casperlamboo
01f4b4c1f8 each part has it's own material 2017-12-17 16:01:19 +01:00
casperlamboo
65592d6f48 move generate thumb function 2017-12-17 14:24:01 +01:00
casperlamboo
c31115aa0b update export material
export material now has side property so we can differentiate between
open and closed shapes
2017-12-17 12:07:19 +01:00
casperlamboo
f74baea9c3 Fix exporting stl 2017-12-14 14:11:19 +01:00
casperlamboo
12b3e70544 Fix pen tool snapping
Short lines causes shapes to be closed even if the start and end point
of the shapes were far apart
2017-12-14 13:28:39 +01:00
casperlamboo
0c58b2b18c cleanup 2017-12-14 12:36:19 +01:00
casperlamboo
a78e1f7251 Fix 2d rendering order after selection 2017-12-14 12:29:28 +01:00