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 |
|
Jürg Lehni
|
78f43b52b9
|
Set default styles for Project#currentStyle.
|
2011-05-29 21:35:46 +01:00 |
|
Jürg Lehni
|
2cbc6ae392
|
Remove console.log() debug info.
|
2011-05-29 21:35:17 +01:00 |
|
Jürg Lehni
|
64283bb76e
|
Improve style defaults test.
|
2011-05-29 21:23:16 +01:00 |
|
Jürg Lehni
|
15da2fe257
|
Implement Item#isAbove / #isBelow and define tests for it.
|
2011-05-29 19:54:43 +01:00 |
|
Jürg Lehni
|
a05d330106
|
Remove unused project references.
|
2011-05-29 19:42:01 +01:00 |
|
Jürg Lehni
|
ba42295942
|
Change variable name in #isEditable() to reflect what's being checked more correctly.
|
2011-05-29 19:22:59 +01:00 |
|
Jürg Lehni
|
9d00541987
|
Clean up PORT comments.
|
2011-05-29 19:20:10 +01:00 |
|
Jonathan Puckey
|
a3ea5e0de5
|
jsdoc template: Add empty .gitignore file to packages folder.
|
2011-05-29 20:11:22 +02:00 |
|
Jonathan Puckey
|
f9eca3efbf
|
Docs: improve the description of the Size class.
|
2011-05-29 17:40:23 +02:00 |
|
Jonathan Puckey
|
9012bed504
|
Matrix: add some docs todos and make center optional in Matrix#shear.
|
2011-05-29 17:34:51 +02:00 |
|
Jonathan Puckey
|
005f505959
|
Matrix: add documentation for Matrix#scale(scale[, center]).
|
2011-05-29 17:31:13 +02:00 |
|
Jonathan Puckey
|
044dd34e9f
|
jsdoc: when linking to a member of the same class, toggle it.
|
2011-05-29 17:23:45 +02:00 |
|
Jonathan Puckey
|
1bbf5e27bf
|
jsdoc template: change title of index page.
|
2011-05-29 16:58:33 +02:00 |
|
Jonathan Puckey
|
742d7f809d
|
Segment: document #toString and #selected.
|
2011-05-29 16:57:48 +02:00 |
|
Jonathan Puckey
|
6b63bb8a36
|
Documention: add postscript methods to CompoundPath
|
2011-05-29 16:49:52 +02:00 |
|
Jonathan Puckey
|
41bf1f4543
|
CompoundPath: document #moveTo and #moveBy.
|
2011-05-29 16:13:30 +02:00 |
|
Jonathan Puckey
|
0b9c034e0d
|
Path: document #addSegments and #insertSegments
|
2011-05-29 16:06:23 +02:00 |
|