Commit graph

1540 commits

Author SHA1 Message Date
Jürg Lehni
a1d996df05 Clean up formating. 2011-06-01 13:42:34 +01:00
Jürg Lehni
69e989f834 No need to set dst[i + 3] again after changing dA2, since we are now only setting it after calling process() from the main loop. 2011-06-01 13:42:22 +01:00
Jürg Lehni
c47d281308 Speed up blend-modes by using a lookup table for process functions rather than a switch() statement for each pixel. 2011-06-01 13:37:36 +01:00
Jürg Lehni
29967153c3 Clean up TODO comments... 2011-06-01 10:49:43 +01:00
Jürg Lehni
2a5f885f50 "for var in" is good practise in such a case, as we don't need additional functionality of Base.each(). 2011-06-01 09:57:18 +01:00
Jürg Lehni
ad335374cd Copyrights are included correctly in the paper.js file. 2011-05-31 22:22:07 +01:00
Jürg Lehni
ad2c7332de Move jsdoc creation to its own build script. 2011-05-31 22:17:13 +01:00
Jürg Lehni
90631b9dd0 Merge remote-tracking branch 'origin/master' 2011-05-31 22:16:27 +01:00
Jonathan Puckey
048dda45d5 jsdoc template: clean up menu html. 2011-05-31 16:36:34 +02:00
Jonathan Puckey
bcc9d4efcd jsdoc template: use html5 doctype. 2011-05-31 16:36:04 +02:00
Jonathan Puckey
fddbb07ac1 jsdoc template: add copyright footer. 2011-05-31 16:29:37 +02:00
Jonathan Puckey
7087b5476d Clean up Matrix#setToRotation. 2011-05-31 16:19:43 +02:00
Jonathan Puckey
d2827e35c6 Documentation: clean up Size example code. 2011-05-31 16:18:59 +02:00
Jonathan Puckey
c39d092ee4 Documentation: Clean up Point example code. 2011-05-31 16:16:15 +02:00
Jonathan Puckey
97c8a7cb83 Clean up Line#getSide. 2011-05-31 16:13:42 +02:00
Jonathan Puckey
7a4c44ec7b Matrix documentation. 2011-05-31 16:08:25 +02:00
Jonathan Puckey
41c7ae6a90 jsdoc template: cleanup publish.js a bit. 2011-05-31 15:26:33 +02:00
Jonathan Puckey
3d7ddb26bf jsdoc template: allow optional naming of symbols in the package list and name '_global_' -> 'global paper scope' 2011-05-31 15:25:21 +02:00
Jonathan Puckey
434268fbd1 Document the properties of PaperScope to be global. 2011-05-31 15:18:37 +02:00
Jonathan Puckey
2b8f1b71ec Documentation: use inline code tags for boolean and number values, 2011-05-31 14:28:42 +02:00
Jonathan Puckey
31bf3ffa70 Matrix: add param tags to #applyToContext documentation. 2011-05-31 14:25:24 +02:00
Jonathan Puckey
8b7d7b68e1 Size: fix typo in documentation. 2011-05-31 14:24:30 +02:00
Jonathan Puckey
33cc1b47b8 View: Move onResize below onFrame and document both of them. 2011-05-31 14:24:13 +02:00
Jonathan Puckey
08d387a5d4 Add failing test for changing Item#position#x. 2011-05-31 01:46:49 +02:00
Jonathan Puckey
add6379ec3 jsdoc template: fix a few style discrepancies. 2011-05-31 01:27:10 +02:00
Jonathan Puckey
7eb35bf6fb Point documentation: add examples to Point.min, Point.max and Point.random. 2011-05-31 01:19:33 +02:00
Jonathan Puckey
5341cc0855 jsdoc template: move bullet.gif to assets folder. 2011-05-31 01:01:29 +02:00
Jonathan Puckey
d2ad85f28c jsdoc template: fix rendering of packages.html. 2011-05-31 00:59:38 +02:00
Jonathan Puckey
c827888c71 jsdoc template: update bootstrap dependency. 2011-05-31 00:54:02 +02:00
Jonathan Puckey
7fe1cb84b4 jsdoc template: add missing bullet.gif resource. 2011-05-31 00:41:10 +02:00
Jonathan Puckey
43f92dd70a Examples: close html tag. 2011-05-31 00:27:39 +02:00
Jonathan Puckey
2bf8b76836 Merge remote branch 'origin/master' 2011-05-31 00:24:02 +02:00
Jonathan Puckey
166bb93548 Merge pull request #1 from christophknoth/patch-1
</html> missing
2011-05-30 15:22:37 -07:00
christophknoth
87409c5268 </html> missing 2011-05-30 15:13:25 -07:00
Jonathan Puckey
2e2b7cad24 PlacedSymbol docs: make constructor argument optional. 2011-05-30 20:09:46 +02:00
Jonathan Puckey
14e46fe78f jsdoc template: Move helper functions into global Utils object and replace <pre> tags with <pre class='code'> to have them highlighted by CodeMirror. 2011-05-30 20:07:45 +02:00
Jonathan Puckey
df86a91d7c jsdoc template: adjust reference stylesheet. 2011-05-30 20:06:04 +02:00
Jonathan Puckey
4900b01c86 jsdoc template: remove unused allfiles.tmpl file. 2011-05-30 20:05:38 +02:00
Jonathan Puckey
6892608ecd Documentation: rename 'Sample Code:' to 'Example:' 2011-05-30 19:55:40 +02:00
Jonathan Puckey
17fcb923ff Documentation: rearrange @example tags, improve examples, rename boolean -> Boolean and misc smaller edits. 2011-05-30 19:42:17 +02:00
Jürg Lehni
6effdcd450 Move comment. 2011-05-30 17:04:15 +01:00
Jonathan Puckey
16f521b8a2 Path.Constructors docs: move @example tags to the end of the comments and shorten the lines of the examples. 2011-05-30 17:13:19 +02:00
Jonathan Puckey
5b1a5229da jsdoc template: Fix output of @return tags. 2011-05-30 17:00:39 +02:00
Jonathan Puckey
5e80be7402 Merge remote branch 'origin/master' 2011-05-30 16:53:19 +02:00
Jonathan Puckey
8637bc4203 jsdoc: clean up templates a bit and improve rendering of @example tags. 2011-05-30 16:52:11 +02:00
Jürg Lehni
1e9f2dc057 Fix typos. 2011-05-30 15:17:44 +01:00
Jonathan Puckey
e3069eaaed jsdoc template: Use CodeMirror for code highlighting. 2011-05-30 14:44:08 +02:00
Jürg Lehni
87f155daa0 Merge remote-tracking branch 'origin/master' 2011-05-30 12:26:50 +01:00
Jonathan Puckey
6d13b1eb5d jsdoc template: hide constructors without a description. 2011-05-30 12:31:15 +02:00
Jürg Lehni
74510d88a9 Improve style defaults test. 2011-05-29 21:35:57 +01:00