piskel/js
jdescottes b7e8310b61 feature : zoom : continued
- simplified Renderer(s) architecture (removed decorator,
  CachedFrameRenderer simply inherits from FrameRenderer now)
- keeping AbstractRenderer to act as interface
- fixed issue with layers : forgot to clone the first frame while merging
  and therefore was modifying the original frame when I just wanted to
  create a tmp frame (FrameUtils.js)
- extracted the mousemove throttling delay used in DrawingController to
  Constants.js and reduced it from 40ms to 10ms
2013-11-01 16:27:23 +01:00
..
controller feature : zoom : continued 2013-11-01 16:27:23 +01:00
drawingtools Dev environment : closure compiler + jshint update 2013-09-28 23:52:51 +02:00
lib Rollback of initialization sequence 2013-10-04 23:46:19 +02:00
model Fix : layer : duplicateFrame bug 2013-10-28 21:57:59 +01:00
rendering feature : zoom : continued 2013-11-01 16:27:23 +01:00
selection Dev environment : closure compiler + jshint update 2013-09-28 23:52:51 +02:00
service Layers:Review:Renamed layers-container to layers-list-container. Extracted URLs to Constant.js 2013-09-29 23:26:09 +02:00
utils feature : zoom : continued 2013-11-01 16:27:23 +01:00
app.js feature : zoom 2013-11-01 15:39:42 +01:00
Constants.js feature : zoom : continued 2013-11-01 16:27:23 +01:00
Events.js Layers : FRAMESHEET_RESET -> PISKEL_RESET 2013-09-29 00:01:18 +02:00