Commit graph

10 commits

Author SHA1 Message Date
Jonathan Puckey
51ab66b0f8 Remove trailing comma in ToolEvent. 2011-02-20 21:22:31 +01:00
Jürg Lehni
c6b5b11b1e Use dragstart event instead of mousedown, to go with drag and dragend. 2011-02-15 22:32:05 +00:00
Jonathan Puckey
24e93bcaf5 Tool#setDocument: remove mousemove functionality for now, since it is interfering with tool.fixedDistance.
Remove events when a tool has been attached to another document before.
When not passed a document in the constructor, use the global Paper.document.
Only redraw the document when the corresponding mousehandler exists.
2011-02-15 00:01:56 +01:00
Jonathan Puckey
3c22aedfbb ToolEvent: fix small mistake. 2011-02-14 23:41:47 +01:00
Jonathan Puckey
4395caf41f Tool: add support for Tool#onMouseMove(event) and add RoundedRectangles example 2011-02-14 22:43:14 +01:00
Jonathan Puckey
e36ea0c2e3 Tool: add support for Tool#eventInterval 2011-02-14 22:23:05 +01:00
Jonathan Puckey
a633b2a066 Tool: use dragend instead of mouseup, since mouseup is not fired when the mouse is released outside of the canvas area. 2011-02-14 20:08:19 +01:00
Jürg Lehni
7370326cb2 Add space after beans: true. 2011-02-13 18:52:17 +00:00
Jürg Lehni
08d4826441 Reformating code to follow Scriptotgrapher coding conventions. 2011-02-13 16:26:24 +00:00
Jonathan Puckey
c0e2101c32 Clean up src directory and move Bootstrap.js into lib. 2011-02-12 17:59:39 +01:00