piskel/js/controller
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
..
settings feature : zoom 2013-11-01 15:39:42 +01:00
AnimatedPreviewController.js feature : zoom 2013-11-01 15:39:42 +01:00
DrawingController.js feature : zoom : continued 2013-11-01 16:27:23 +01:00
LayersListController.js Layers:Review:Rename LayersController to LayersListController 2013-09-30 21:22:58 +02:00
NotificationController.js Issue 24 : Layers 2013-09-22 21:02:43 +02:00
PaletteController.js Fix jscolor : add jscolor.install to Palette Controller init sequence. Fix layer canvas update on DPI change 2013-09-26 22:43:45 +02:00
PiskelController.js Cleanup of saving/loading process 2013-10-10 00:06:11 +02:00
PreviewFilmController.js feature : zoom 2013-11-01 15:39:42 +01:00
SettingsController.js First layer UI. Just functional, UX far from ideal 2013-09-25 00:11:12 +02:00
ToolController.js Merge from master + added more jshint checks (undef and latedef). Very helpful to catch post merge issues. 2013-08-10 14:28:10 +02:00