Commit Graph

26 Commits

Author SHA1 Message Date
Anton Lavrenov
13a21e0e0a build 2017-08-25 14:00:58 +02:00
Anton Lavrenov
7b6d97aaa5 build and apply prettier 2017-07-28 18:40:07 +02:00
Anton Lavrenov
59cc7b99f2 setup prettier and make all code better 2017-02-24 09:15:33 -05:00
lavrton
bd910a8bc7 linting fixes 2015-10-22 07:32:07 +02:00
Anton Lavrenov
2908fa975b migrate to eslint 2015-05-04 16:02:16 +07:00
Jovination
607ef1837b Renaming 2015-01-27 00:07:51 -07:00
Лаврёнов Антон
fc40c0eff2 update filter docs with links and examples 2014-04-18 00:48:46 +08:00
Лаврёнов Антон
347e4d697f replace bitwise OR with Math.round 2014-03-04 20:04:39 +08:00
Лаврёнов Антон
eb16e29197 only lint errors fixes 2014-02-27 08:49:18 +08:00
Eric Rowell
d7796a1955 added new after func for factor setters. The filters can now hook into after, rather than a validator 2014-01-20 22:47:47 -08:00
Eric Rowell
9e574fd241 added support for Factor getter setter validators 2014-01-10 01:29:41 -08:00
Eric Rowell
749c8731db removed filter getter setter from factory. Filter methods now use addGetterSetter like all of the other classes 2014-01-08 23:40:47 -08:00
Eric Rowell
3f125aff43 removed HSV hueShift attribute because it's not techncially needed. cleaned up other filter docs 2014-01-03 21:15:57 -08:00
Eric Rowell
bbdbbd4d61 fixed grayscale filter and updated tests 2013-12-31 21:00:07 -08:00
Eric Rowell
12e7b06978 first pass at integrating filters into new caching mechanism. added group filter test. Removed blurX and blurY filters because I don't think they'll be needed in their current state. Commented out half filter blur test because it's not a common use case. other filter tests have been disabled for now. Working on enabling them with future commits 2013-12-31 13:04:05 -08:00
ippo615
a680d33c40 Added Gaussian Blur back, put QuickBlur in separate file 2013-12-04 19:03:20 -05:00
ippo615
79fcf535f3 Added documentation for fast blur filter 2013-12-01 22:41:33 -05:00
ippo615
00861095f4 Removed unsed blurring code 2013-11-30 11:37:19 -05:00
ippo615
8e3b9580d3 Added new filters from filter branch. 2013-11-26 16:26:03 -05:00
Eric Rowell
64d6c79a6a moved factory logic out of Node.js to Factory.js 2013-08-10 21:11:34 -07:00
ippo615
1d375fb711 Fixed JS Hint errors 2013-07-11 19:47:33 -04:00
Eric Rowell
98dff50c93 fixed all jshint errors except for Path, Mask, and Blur 2013-06-01 22:17:18 -07:00
Eric Rowell
821138cc0a more documenting 2013-05-15 22:03:52 -07:00
Eric Rowell
d75fd4b40a refactored filter API so that transitions can hook into the filter controls. Filter transitons are now working. Filters can now also have an unlimited number of parameters. added _applyFilter flag to ensure that new filters are only applied once, when needed, right before a redraw 2013-05-04 00:40:46 -07:00
Eric Rowell
ecbebeef5a rewrote filters logic. Filters are now applied synchronously. It's now much easier to transition filter values. added clearFilter method 2013-04-30 22:28:05 -07:00
Eric Rowell
f3dd9286a9 changed Gauss to Blur 2013-03-19 09:03:18 -07:00