Commit graph

1730 commits

Author SHA1 Message Date
Jürg Lehni
75da343022 jsdoc: Change the way the package-classes list is rendered by using nested <ul> tags, and have Global Scope appear outside of a nested list. 2011-06-08 15:52:32 +01:00
Jürg Lehni
39380b4c87 jsdoc: Revert unrequired change. 2011-06-08 13:56:48 +01:00
Jürg Lehni
31bef3ea14 Merge remote-tracking branch 'origin/master' 2011-06-08 13:52:49 +01:00
Jürg Lehni
2ed323a73a jsdoc: Handle renaming of _global_ scope more consistently, also in links. 2011-06-08 13:52:37 +01:00
Jürg Lehni
a62b28a6b9 Use Link() object in Render.classes(). 2011-06-08 13:37:42 +01:00
Jürg Lehni
4f5415b1e5 jsdoc: Add asCode parameter to Link() constructor, to define if it should be wrapped in <tt> or not. 2011-06-08 13:36:46 +01:00
Jonathan Puckey
b51a25486f jsdoc template: create the classes directory. 2011-06-08 13:21:17 +02:00
Jürg Lehni
16f184a9a1 Ingore TextMate project files. 2011-06-07 10:36:40 +01:00
Jürg Lehni
dc731f2d79 JSDocs: Have inheritance links be rendered bold too. 2011-06-07 10:35:39 +01:00
Jürg Lehni
bd61bf5a27 JSDocs: Correct the way links are generated in templatedocs. 2011-06-07 10:35:26 +01:00
Jürg Lehni
cb82bf3ff1 JSDocs: Clean up directory settings. 2011-06-07 10:34:53 +01:00
Jürg Lehni
ad087738cd JSDocs: Use no extensions in links for templatedocs. 2011-06-07 10:33:39 +01:00
Jürg Lehni
6249a8ba53 Remove unused .gitignore file. 2011-06-07 10:28:39 +01:00
Jürg Lehni
2d71ff9c9e JSDocs: Move Utils.publishMenu() funcitonality to Render.classes(), but have it not render the template yet, as it is requied by both docs and templatedocs, through the index rendering functions Render.index() (previoulsy Render.menu()) and Render.indexjs (previously Render.packagesjs). 2011-06-07 10:28:18 +01:00
Jürg Lehni
928cd7c39e JSDocs: Have templatedocs generate lowercased links through the use of Link.filemap. 2011-06-07 10:23:14 +01:00
Jürg Lehni
acce38b745 JSDocs: Rename _global_ to Global Scope in templates too. 2011-06-07 10:21:51 +01:00
Jürg Lehni
d28c354a6d JSDocs: Remove unused JS code. 2011-06-07 10:20:20 +01:00
Jürg Lehni
57b7da13ab JSDocs: Add '-member' to all member div ids, so they won't accidentally collide with css styles (e.g. #index). 2011-06-07 10:20:00 +01:00
Jürg Lehni
d07c95f565 Clean up code. 2011-06-07 10:17:33 +01:00
Jürg Lehni
d1db98fe68 Rename _global_ to Global Scope. 2011-06-07 10:17:02 +01:00
Jürg Lehni
9a1879fbd4 JSDocs: Clean up css styles, to reflect recent changes in Paperjs.org and Scriptographer.org (reference.css is shared). 2011-06-07 10:15:26 +01:00
Jürg Lehni
8046087c51 JSDocs: Clean up css styles, to reflect recent changes in Paperjs.org and Scriptographer.org (reference.css is shared). 2011-06-07 10:14:56 +01:00
Jürg Lehni
2144eeb25e JSDocs: Remove unused template files. 2011-06-07 00:14:57 +01:00
Jürg Lehni
5b448fbb06 JSDocs: Separate "See also" links with commas. 2011-06-07 00:14:47 +01:00
Jürg Lehni
f4bf96abec JSDocs: No need to wrap links in <tt> since they are taking care of that already. 2011-06-07 00:05:53 +01:00
Jürg Lehni
494c2f4da0 JSDocs: Separate different options with ' / ' rather than '|'. 2011-06-07 00:01:07 +01:00
Jürg Lehni
a5426403eb JSDocs: Improve the way links from arrays to their components are rendered. 2011-06-07 00:00:30 +01:00
Jürg Lehni
928b7df01e Fix typo introduced in previous refactoring. 2011-06-06 17:18:22 +01:00
Jürg Lehni
d5e7ca9f5e Improve explanatory comments. 2011-06-06 11:44:15 +01:00
Jürg Lehni
046f9cef6e Add comments. 2011-06-05 23:14:36 +01:00
Jürg Lehni
2fe21586df Further simplifications of path fitter code. 2011-06-05 23:14:28 +01:00
Jürg Lehni
3a4af3f854 Rename variables forgotten in previous refactoring. 2011-06-05 23:13:45 +01:00
Jürg Lehni
b035077d31 Simplify code. 2011-06-05 23:00:33 +01:00
Jürg Lehni
3d06f215c8 Add DrawCurves example, to test new Path#pointsToCurves() feature. 2011-06-05 22:10:26 +01:00
Jürg Lehni
9e25047b91 Further clean ups. 2011-06-05 22:09:19 +01:00
Jürg Lehni
68eb14c00d Clean up code. 2011-06-05 22:06:24 +01:00
Jürg Lehni
10e1417dc2 Check for denominator == 0 with tolerance. 2011-06-05 21:59:42 +01:00
Jürg Lehni
0366752a6f Merge remote-tracking branch 'origin/master' 2011-06-05 21:56:17 +01:00
Jürg Lehni
73a188742e Fix bug in singularity check. 2011-06-05 21:56:04 +01:00
Jürg Lehni
ee7147d58e Rename forgotten variables in previous refactoring. 2011-06-05 21:51:01 +01:00
Jonathan Puckey
b385b859f9 Merge remote branch 'origin/master' 2011-06-05 22:46:22 +02:00
Jürg Lehni
6ea63fde43 Handle case of nearly singular matrix separately. 2011-06-05 21:45:29 +01:00
Jürg Lehni
27c7248a2d Clean up and shorten code. 2011-06-05 21:44:34 +01:00
Jonathan Puckey
d2759c2371 Improve Segment constructor example. 2011-06-05 22:44:32 +02:00
Jonathan Puckey
9d4afcfe9c Add another Path#add example. 2011-06-05 22:44:01 +02:00
Jonathan Puckey
5513687daa Add Path#smooth examples. 2011-06-05 22:43:36 +02:00
Jürg Lehni
12e770c032 Merge remote-tracking branch 'origin/master' 2011-06-05 21:32:10 +01:00
Jürg Lehni
bcb5df9f04 Clean up. 2011-06-05 21:31:58 +01:00
Jürg Lehni
ca18b20785 Remove Douglas–Peucker algorithm again since it produced ackward results. 2011-06-05 21:29:19 +01:00
Jürg Lehni
42f5b5e26e Implement Douglas–Peucker algorithm for point reduction before the curve fitting. 2011-06-05 21:28:49 +01:00