177 Commits

Author SHA1 Message Date
Gasim Gasimzada
86a1c29eec
Extract scene functions to their respective modules (#208)
- Also, extract utilities into utils module -- capitalizeString, getDateTime, isInputLike
2020-01-06 20:24:54 +04:00
Gasim Gasimzada
01805f734d
Extract element functions into modules (#207) 2020-01-06 19:34:22 +04:00
Gasim Gasimzada
e3eef04e00 Move math and random files into their respective modules (#198)
* Move math and random files into their respective modules

- Move distanceBetweenPointAndSegment to math module
- Move LCG, randomSeed, and withCustomMathRandom to random module

* Add everything else back
2020-01-06 10:33:22 +01:00
Faustino Kialungila
b3667000e2
improve lozenge dimensions (#197) 2020-01-06 09:08:09 +01:00
Guillermo Peralta Scura
ea534dd535 Implement redo (#191) 2020-01-05 19:58:54 -08:00
Christopher Chedeau
3bbcb9cbdc
Improve Color Picker *2 (#195) 2020-01-05 19:57:50 -08:00
Christopher Chedeau
23cd62d148
Improve selection view (#192) 2020-01-05 19:11:35 -08:00
Paulo Menezes
d5c6dd49a2 Styles fix (#190)
* Styles improvements

* Default values when restore elements
2020-01-05 18:17:24 -08:00
Paulo Menezes
feefb14bf5 Double click to add text (#184)
* Double click to add text

* Remove duplicate code

* Add text improvements

* Cast element to text element
2020-01-05 17:38:19 -08:00
Paulo Menezes
f360c3cb33 Change styles (#179)
* Fill style

* Roughness, opacity and more styles

* Remove duplicated options

* Support diamonds

* Remove unused import

* Fix typo and remove react import
2020-01-05 15:37:24 -08:00
Faustino Kialungila
4be88c9c58 Adding diamond shape (#159)
* Adding diamond shape

* hittest diamond shape

* fix x,y arguments

* renaming
2020-01-05 15:10:35 -08:00
Christopher Chedeau
fd6b5024c7
Reorganize menu (#178) 2020-01-05 14:45:16 -08:00
IA
5f806474e3 Allow user to set file name (#145)
* Allow user to set file name

* Add EditableText component

Added editable text component and use component for project name edit.

* rebased branch

* Updated EditableText component

* Set default project name

* Move project name field away from the top section.
2020-01-05 14:26:00 -08:00
Timur Khazamov
7201198f23
Better scrollbars (#177)
* Better scrollbars

* Get rid of all unused options
2020-01-06 02:26:01 +05:00
Jared Palmer
b5c67260d7 Improved color picker (#174)
* Add react-color

* Prettier

* Better styles

* Use enum for color pickers instead of strings

* Run prettier on .scss file
2020-01-05 13:05:55 -08:00
Timur Khazamov
e7e676e1eb
Merge pull request #171 from nanot1m/arrows-start-end-points
Adjust arrow start/end points
2020-01-06 00:30:57 +05:00
Giovanni Giordano
be41bd0f1c
Merge pull request #168 from nanot1m/fix-square-selection
Square selection should work in all directions
2020-01-05 20:27:52 +01:00
hazam
d4693e0b37 Adjust arrow start/end points 2020-01-06 00:18:49 +05:00
Jared Palmer
15251e6c61 Add titles to shape buttons with key shortcuts 2020-01-05 10:46:00 -08:00
hazam
8c1af23d59 Square selection should work in all directions 2020-01-05 23:26:32 +05:00
Timur Khazamov
910b30a08a Dragging scrollbars (#161) 2020-01-05 10:06:21 -08:00
Giovanni Giordano
d61ecca184
Merge pull request #156 from gipsy-king/textmeasure-actualboundingbox
fallback if TextMeasure.actualBoundingBox* unavailable
2020-01-05 15:27:14 +01:00
Benjamin Große
2feedbdbb7 fallback if TextMeasure.actualBoundingBox* unavailable 2020-01-05 15:23:57 +01:00
Giovanni Giordano
02daf6ffbd Recover index.tsx 2020-01-05 15:10:42 +01:00
Giovanni Giordano
c4f4f18b81 Remove deploy files 2020-01-05 15:03:02 +01:00
Lucas Azzola
7c321b49ab Add save/load functionality from file (#146)
Fixes #143
2020-01-04 20:20:09 -08:00
Lucas Azzola
30ccaf0152 Set the cursor to 'crosshair' when expected to draw (#142)
* Set the cursor to 'crosshair' when expected to draw

And reset it back to default on mouse up.

Fixes #102

* Also reset cursor on text selection

* Use 'text' cursor for text
2020-01-04 19:33:21 -08:00
Christopher Chedeau
85fe9f85fb
Fix missing mouseup (#144) 2020-01-04 18:36:49 -08:00
Christopher Chedeau
9e5c5daf64
Cmd-Z (#141) 2020-01-04 16:59:59 -08:00
Christopher Chedeau
4ca8f65887
Use device pixel ratio (#139)
* Use device pixel ratio

* Update index.tsx
2020-01-04 16:08:35 -08:00
Brady Madden
4ad49ff970
Merge pull request #137 from bradymadden97/master
[bugfix] fix drag out of window for move/resize shape
2020-01-04 17:31:18 -05:00
Brady Madden
ec28c83626 fix other drag issues 2020-01-04 17:18:16 -05:00
Paulo Menezes
dfb7faec30 Resize with negative width or height (#136)
* Disable resize for text, arrow and multiple selection

* Resize with negative width and height

* Fix resizing when leaves windows
2020-01-04 13:39:55 -08:00
Christopher Chedeau
3172109050
Inline font-awesome icons (#134) 2020-01-04 12:47:12 -08:00
David Luzar
490438960d fix export to support scrolling (#133) 2020-01-04 12:46:50 -08:00
Timur Khazamov
aa01be2dbe Fixed Unable to preventDefault errors in Chrome (#130)
* Fixed Unable to preventDefault errors in Chrome

* Cleanup wheel event listener
2020-01-04 12:11:23 -08:00
Brady Madden
1919f30878 fix offset top and length causing drag issues (#122) 2020-01-04 11:05:45 -08:00
Paulo Menezes
dee8a73d3d Resize (#103)
* Resize

* Detect collision with squares

* Disable resize for text, arrow and multiple selection

* Hide middle handlers when small
2020-01-04 10:56:11 -08:00
Christopher Chedeau
bd86f819df
Prevent re-assignment of elements (#121) 2020-01-04 10:48:23 -08:00
Christopher Chedeau
25aabdc4d1
Fix hit testing (#119) 2020-01-04 10:19:18 -08:00
dwelle
a1bcfb401c move css to scss 2020-01-04 19:14:12 +01:00
dwelle
c5d65ccb39 ensure we defocus input on canvas click
- also reuse the same detection logic for cancelling keyboard events
2020-01-04 17:46:45 +01:00
David Luzar
e0deb68875 ensure mouse drag doesn't select texts (#32) (#111) 2020-01-04 06:22:08 -08:00
David Luzar
c623312380 add support for clearing canvas (#108) 2020-01-04 06:20:53 -08:00
hazam
4a03fa8542 Fix: right clicking while on the canvas messes up selection 2020-01-04 15:58:31 +05:00
Christopher Chedeau
4886065443
Wire up forward (#101)
* Wire up forward

* Match words with Keynote/Powerpoint
2020-01-03 21:46:49 -08:00
Paulo Menezes
e9484080e7 UI move buttons (#99) 2020-01-03 21:38:32 -08:00
Christopher Chedeau
0d5272720f
Send to back (#98) 2020-01-03 21:03:25 -08:00
Paulo Menezes
b1a90c0020 Side panel (#95)
* Side panel

* Update arrow icon
2020-01-03 19:58:20 -08:00
Christopher Chedeau
66938ae5c6
Update on resize (#94)
Fixes #88
2020-01-03 18:35:14 -08:00