paper.js/src
2011-11-12 15:50:53 +01:00
..
basic Implement Matrix#inverseTransform(). 2011-09-23 11:19:03 +02:00
browser Delcare DomElement and DomEvent as private namespaces. 2011-07-31 15:23:26 +01:00
color No need to set beans = true since we're always producing beans. 2011-11-11 14:03:36 +01:00
core Make new events work properly for key handlers. 2011-11-11 20:12:29 +01:00
docs Add more documentation for global scope. 2011-07-27 22:58:36 +01:00
item Fix white space. 2011-11-12 15:50:53 +01:00
path Improve Curve#isFlatEnough() by finding the right threshold through testing, and remove other less precise solutions. 2011-11-12 01:23:41 +01:00
project Remove obsolete documentation. 2011-11-12 14:41:27 +01:00
style Clean up some JSDoc comments. 2011-11-12 13:27:29 +01:00
text Simplify PointText#setPoint() 2011-08-03 23:37:56 +02:00
tool Make Item#removeOn() calls work with new event callback mechanism. 2011-11-11 20:41:09 +01:00
ui Clean up some JSDoc comments. 2011-11-12 13:27:29 +01:00
util Make Paper.js work on Node.js. 2011-07-30 02:16:30 +02:00
load.js Move prepro.js to lib/and include() statements for test units to their own files inside tests/ 2011-07-27 22:00:31 +01:00
paper.js Define Callback code for callback based event handling (#atach() / #detach() #fire()) and start implementing it in View. 2011-11-11 18:29:28 +01:00