Commit Graph

3415 Commits (afcde542f9e991b4b671df191aa155e1ebee6006)
 

Author SHA1 Message Date
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.
5 years ago
Timur Khazamov 7201198f23
Better scrollbars (#177)
* Better scrollbars

* Get rid of all unused options
5 years ago
Christopher Chedeau 6f33d72e35
Add MIT License (#176)
I have no idea if previous people have to agree or what but let’s put a MIT license in.
5 years ago
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
5 years ago
Timur Khazamov e7e676e1eb
Merge pull request #171 from nanot1m/arrows-start-end-points
Adjust arrow start/end points
5 years ago
Giovanni Giordano be41bd0f1c
Merge pull request #168 from nanot1m/fix-square-selection
Square selection should work in all directions
5 years ago
hazam d4693e0b37 Adjust arrow start/end points 5 years ago
Timur Khazamov 91bc9df37a
Merge pull request #170 from jaredpalmer/titles
Add titles to shape buttons with key shortcuts
5 years ago
Jared Palmer 15251e6c61 Add titles to shape buttons with key shortcuts 5 years ago
hazam 8c1af23d59 Square selection should work in all directions 5 years ago
Christopher Chedeau 06b77326bf
One more testimonial (#162) 5 years ago
Timur Khazamov 910b30a08a Dragging scrollbars (#161) 5 years ago
Christopher Chedeau 3605250426
Move octocat to the front (#160) 5 years ago
Christopher Chedeau b24d1423a5
Tweak README (#158)
- Add first testimonial
- Rename "getting started" to "run the code"
- Added zwibbler shoutout
5 years ago
David Luzar eb6f591f6f
add gitter link to readme 5 years ago
Giovanni Giordano d61ecca184
Merge pull request #156 from gipsy-king/textmeasure-actualboundingbox
fallback if TextMeasure.actualBoundingBox* unavailable
5 years ago
Benjamin Große 2feedbdbb7 fallback if TextMeasure.actualBoundingBox* unavailable 5 years ago
Giovanni Giordano 7ea0dd6fbd
Merge pull request #155 from excalidraw/fix-deploy-files
Recover index.tsx
5 years ago
Giovanni Giordano 02daf6ffbd Recover index.tsx 5 years ago
Giovanni Giordano b7b93d4d9d
Merge pull request #154 from excalidraw/fix-deploy-files
Remove deploy files
5 years ago
Giovanni Giordano c4f4f18b81 Remove deploy files 5 years ago
Giovanni Giordano 2d6cf7f0f9
Merge pull request #151 from excalidraw/test-deploy
Test deploy
5 years ago
Giovanni Giordano 731136a3d0 Test deploy 5 years ago
Giovanni Giordano 5b5a6e20ab
Merge pull request #150 from excalidraw/issue-68
Issue 68
5 years ago
Giovanni Giordano 0e54ffdb49 Configure ACCESS_TOKEN 5 years ago
Giovanni Giordano 9e8bb264b3 Use gh-pages as branch to deploy 5 years ago
giovannigiordano 5d0d6e4c88 Deploying to master from ee851a0c89 5 years ago
Giovanni Giordano ee851a0c89
Merge pull request #149 from excalidraw/issue-68
Add master as deploy  branch
5 years ago
Giovanni Giordano dc08a57d00 Add master as deploy branch 5 years ago
Lucas Azzola 7c321b49ab Add save/load functionality from file (#146)
Fixes #143
5 years ago
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
5 years ago
Christopher Chedeau 85fe9f85fb
Fix missing mouseup (#144) 5 years ago
Christopher Chedeau 9e5c5daf64
Cmd-Z (#141) 5 years ago
Christopher Chedeau 4ca8f65887
Use device pixel ratio (#139)
* Use device pixel ratio

* Update index.tsx
5 years ago
Brady Madden 4ad49ff970
Merge pull request #137 from bradymadden97/master
[bugfix] fix drag out of window for move/resize shape
5 years ago
Brady Madden ec28c83626 fix other drag issues 5 years ago
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
5 years ago
Brady Madden 0b61083ac9 merge update 5 years ago
Timur Khazamov 79959cab34 Removed lodash (#135) 5 years ago
Christopher Chedeau 3172109050
Inline font-awesome icons (#134) 5 years ago
David Luzar 490438960d fix export to support scrolling (#133) 5 years ago
Christopher Chedeau 60b06dab73
Remove manifest.json (#131) 5 years ago
Timur Khazamov aa01be2dbe Fixed Unable to preventDefault errors in Chrome (#130)
* Fixed Unable to preventDefault errors in Chrome

* Cleanup wheel event listener
5 years ago
Timur Khazamov 34b8883739 Added outlines to focused buttons (#129) 5 years ago
anishagg17 1ef66441c3 Added excalidraw icon as application icon (#126) 5 years ago
Brady Madden 884eee9d2d Merge remote-tracking branch 'upstream/master' 5 years ago
Brady Madden 1919f30878 fix offset top and length causing drag issues (#122) 5 years ago
Brady Madden fa658c5ea7 Merge remote-tracking branch 'upstream/master' 5 years ago
Paulo Menezes dee8a73d3d Resize (#103)
* Resize

* Detect collision with squares

* Disable resize for text, arrow and multiple selection

* Hide middle handlers when small
5 years ago
Christopher Chedeau bd86f819df
Prevent re-assignment of elements (#121) 5 years ago