paper.js/src
2011-04-28 11:54:26 +02:00
..
basic Consistently name local context variables 'ctx', to save line size and acknowledge the fact that Canvas contexts have a funny API design. 2011-04-26 15:39:16 +01:00
browser Move browser related code to browser folder and use conditionals to not include them when producing paper.js for server. 2011-04-28 08:48:28 +01:00
color Update various comments about TODOs. 2011-04-26 17:04:15 +01:00
document Document: implement selectAll() and deselectAll(). 2011-04-28 11:54:26 +02:00
item Make sure selected argument is always a boolean. 2011-04-28 10:05:43 +01:00
path Move version of #getBounds() that handles children to Item, to eliminate duplicated code. 2011-04-28 10:04:36 +01:00
tool Simplify Key further and fix ToolEvent#getModifiers. 2011-04-25 17:38:40 +02:00
ui Some changes to Key code, rename alt to option to go with Scriptographer, and check for paper.toolt to exist since it caused errors when reloading a page. 2011-04-28 08:49:56 +01:00
util Add conditional code to CanvasProvider, with a TODO for implementing functionality for the server. 2011-04-28 08:48:50 +01:00
load.js Add paper.debug switch, set it to true by default when loading code through load.js and use it to ignore focus / blur events in Event.requestAnimationFrame() during development. 2011-04-26 12:48:46 +01:00
paper.js Move browser related code to browser folder and use conditionals to not include them when producing paper.js for server. 2011-04-28 08:48:28 +01:00