piskel/js/utils
jdescottes 6e1ce724cb feature : zoom level
- fix : removed duplicated code between ImageResizer and CanvasUtils
  (disabledImageSmoothing utility method)
- added pskl.utils.UserAgent, basic user agent sniffer. I need it to sniff
  out IE10 for frame rendering (and it's not possible to feature detect
  here). Can check isChrome, isFirefox, isIE and get the version for each
  of them
- added resizeNearestNeighbour in ImageResizer. Readapted from piskel
  website, this allows us to 1 - resize without AA on IE10, and 2 - add a
  pixel gap to reenable the GRID
- finally : added back support for GRID !
- also extracted the 'zoomed out background color' as a constant in
  Constant.js
2013-11-05 00:05:49 +01:00
..
CanvasUtils.js feature : zoom level 2013-11-05 00:05:49 +01:00
core.js Dev environment : closure compiler + jshint update 2013-09-28 23:52:51 +02:00
FileUtils.js Import from file 2013-10-16 23:14:41 +02:00
FrameUtils.js merged from master 2013-11-01 23:37:09 +01:00
ImageResizer.js feature : zoom level 2013-11-05 00:05:49 +01:00
Math.js feature : zoom 2013-11-01 23:11:11 +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 Import from file 2013-10-16 23:14:41 +02:00
UserAgent.js feature : zoom level 2013-11-05 00:05:49 +01:00
UserSettings.js Dev environment : closure compiler + jshint update 2013-09-28 23:52:51 +02:00