piskel/js/controller
jdescottes bd99027852 feature : zoom
- Added MinimapController that displays a frame on the animated preview
  when zoomed in
- Added bounds for the offset to make sure it doesn't go crazy
- Added new utility Math.js with a minmax function
- TODO : the minimap controller has a lot of dependencies, see if could be
  cleaned up
- TODO : DrawingController knows the size of the picture it has to render
  only indirectly, which makes it hard in some cases (such as boundary
  checking performed during setOffset)
2013-11-01 23:11:11 +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 2013-11-01 23:11:11 +01:00
LayersListController.js
MinimapController.js feature : zoom 2013-11-01 23:11:11 +01:00
NotificationController.js
PaletteController.js
PiskelController.js
PreviewFilmController.js feature : zoom 2013-11-01 15:39:42 +01:00
SettingsController.js
ToolController.js