piskel/src/js
jdescottes dc729ee80b Feature : display cursor coordinates
- new controller CursorCoordinatesController
- added div in right column (bottom:0)
- 3 new events : CURSOR_MOVED, DRAG_START, DRAG_END
- modified tools to fire events when necessary

The cursor coordinates are displayed when the mouse is hovering the
drawing area. When the mouse leaves the area, the indication disappears.
If the user is using a tool that involves dragging (selection, rectangle,
circle), the indicator displays the original coordinates (captured during
drag start) and the current coordinates.
2014-04-11 23:32:28 +02:00
..
controller Feature : display cursor coordinates 2014-04-11 23:32:28 +02:00
drawingtools Feature : display cursor coordinates 2014-04-11 23:32:28 +02:00
lib Feature : export to ZIP 2014-04-11 01:12:01 +02:00
model Enhancement : Rename layers 2014-04-09 23:24:25 +02:00
rendering Fix : Window resize is erasing the canvas 2014-03-30 23:28:18 +02:00
selection feature : allow to delete current selection 2014-03-16 23:22:47 +01:00
service Feature : palette color manager 2014-03-30 01:59:14 +01:00
utils Feature : export to ZIP 2014-04-11 01:12:01 +02:00
app.js Feature : display cursor coordinates 2014-04-11 23:32:28 +02:00
Constants.js Feature : color palette 2014-03-30 14:56:31 +02:00
Events.js Feature : display cursor coordinates 2014-04-11 23:32:28 +02:00