Commit graph

139 commits

Author SHA1 Message Date
Jürg Lehni
86b1d82636 Add VERSION and DATE to headers and support for it in build scripts. 2011-07-13 13:27:14 +01:00
Jürg Lehni
0f72ab35fa Update JsDoc. 2011-07-11 12:21:53 +02:00
Jürg Lehni
5655981f6d Clean up white spaces. 2011-07-07 16:09:02 +02:00
Jürg Lehni
287e91bd0c Update JsDoc. 2011-07-02 18:06:38 +02:00
Jürg Lehni
79c0ad8cc5 Update copyright notices. 2011-07-01 12:17:45 +02:00
Jürg Lehni
d33e480749 Update JsDoc. 2011-06-27 15:28:32 +02:00
Jürg Lehni
d6cf11efce Add #!/bin/sh to all shell scripts. 2011-06-25 22:34:59 +02:00
Jürg Lehni
ab71329b8c Add scripts for packaging paper.js for distribution. 2011-06-24 20:12:48 +01:00
Jürg Lehni
aa7a4627fa Update JsDoc. 2011-06-23 00:18:26 +01:00
Jürg Lehni
219f288207 Update JsDoc. 2011-06-22 22:39:51 +01:00
Jonathan Puckey
78278dd324 Update JsDoc. 2011-06-17 19:14:00 +02:00
Jonathan Puckey
27eb05b631 Fix JsDoc submodule. 2011-06-17 18:23:06 +02:00
Jonathan Puckey
0c6c4b999c Update JsDoc. 2011-06-17 18:06:33 +02:00
Jürg Lehni
5f48d4e4a9 Update JsDoc. 2011-06-17 11:42:09 +01:00
Jürg Lehni
9926d3f1c4 Move the local sync.sh to build. 2011-06-16 23:59:11 +01:00
Jürg Lehni
4978fd2505 Update JsDoc. 2011-06-16 23:29:01 +01:00
Jürg Lehni
9c017c431d Update JsDoc. 2011-06-14 23:03:52 +01:00
Jürg Lehni
570fa4fbeb Update JsDoc. 2011-06-13 23:51:26 +01:00
Jürg Lehni
c4d0d80f3b Only build paper.js library for docs, not for server templates. 2011-06-13 23:50:43 +01:00
Jürg Lehni
fbf7016e7c Update JsDoc. 2011-06-13 19:32:20 +01:00
Jürg Lehni
12179ac35c Update JsDoc Toolkit. 2011-06-13 15:55:06 +01:00
Jürg Lehni
cea60c1ad2 Add comments. 2011-06-12 23:09:41 +01:00
Jürg Lehni
a7f00398a3 Add jsdoc-toolkit as submodule. 2011-06-12 23:09:09 +01:00
Jürg Lehni
4f57dd5702 Remove embedded jsdoc-toolkit, so it can be added as submodule. 2011-06-12 23:08:05 +01:00
Jürg Lehni
4d12cb87fc Switch from "out" folder for built library to "dist". 2011-06-12 19:03:18 +01:00
Jürg Lehni
b466ac809e Provide a shell script that generates a version of out/paper.js that uses load.js to directly load the library through the seperate source files in the src directory, as required development of the library itself. 2011-06-12 18:55:29 +01:00
Jürg Lehni
7ef4575320 jsdoc: Use .html extension for template docs too, as they are not using any macros anyore. 2011-06-10 02:50:06 +01:00
Jürg Lehni
a031980556 jsdoc: Port back CSS changes from Paperjs.org. 2011-06-09 00:03:37 +01:00
Jürg Lehni
bbf2cca62f jsdoc: Add compiled paper.js file. 2011-06-09 00:03:16 +01:00
Jürg Lehni
ea1596c328 jsdoc: Move paperscript css in its own files. 2011-06-08 18:47:19 +01:00
Jürg Lehni
bbcf49f5d7 jsdoc: Do not wrap normal code in paperscript element. 2011-06-08 18:23:26 +01:00
Jürg Lehni
790ad1754a jsdoc: Use paragraph tag for example headers. 2011-06-08 18:23:01 +01:00
Jürg Lehni
088fb421bb jsdoc: Sort out bottom margins for various content elements. 2011-06-08 18:22:32 +01:00
Jürg Lehni
34a17068c4 jsdoc: Rename templatedocs to templates. 2011-06-08 17:56:08 +01:00
Jürg Lehni
501c3b56b4 jsdoc: Rename indexjs to packages. 2011-06-08 17:55:43 +01:00
Jürg Lehni
725331412c jsdoc: Clean up css styles and assets. 2011-06-08 17:53:15 +01:00
Jürg Lehni
a03fc0a3bf jsdoc: Merge code for different render modes. 2011-06-08 17:38:47 +01:00
Jürg Lehni
127b572026 jsdoc: Always use Link.filemap in order to rename _global_.html to global.html, and also the templatedocs links to that page. 2011-06-08 17:34:50 +01:00
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