piskel/js
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
..
controller feature : zoom-level 2013-11-02 11:24:02 +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 level 2013-11-05 00:05:49 +01:00
selection Dev environment : closure compiler + jshint update 2013-09-28 23:52:51 +02:00
service fix : LocalStorageService deserialization 2013-11-01 23:30:33 +01:00
utils feature : zoom level 2013-11-05 00:05:49 +01:00
app.js merged from master 2013-11-01 23:37:09 +01:00
Constants.js feature : zoom level 2013-11-05 00:05:49 +01:00
Events.js Synchronize resize fields, resize image when importing 2013-10-23 01:01:35 +02:00