piskel/js/utils
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
..
CanvasUtils.js Zoom initial implementation. No UI, only bound to mousewheel. Everything is broken, to amend ! 2013-10-29 22:16:39 +01:00
core.js Dev environment : closure compiler + jshint update 2013-09-28 23:52:51 +02:00
FrameUtils.js feature : zoom : continued 2013-11-01 16:27:23 +01:00
PixelUtils.js Dev environment : closure compiler + jshint update 2013-09-28 23:52:51 +02:00
Serializer.js PR138#commitcomment-4293036 use full namespace when specifying a classtype 2013-10-10 13:35:18 +02:00
Template.js Dev environment : closure compiler + jshint update 2013-09-28 23:52:51 +02:00
UserSettings.js Dev environment : closure compiler + jshint update 2013-09-28 23:52:51 +02:00