Commit graph

1623 commits

Author SHA1 Message Date
Jürg Lehni
7c57324b3a Switch to Bootstrap.js version that is produced by compiling it with CORE_ONLY flag, and adapt Base.js so Base still gets exported. 2011-06-03 21:20:36 +01:00
Jürg Lehni
aade3391e5 Merge remote-tracking branch 'origin/master' 2011-06-03 17:46:48 +01:00
Jonathan Puckey
96ac41e5c5 Item & PathStyle: implement paperscript examples. 2011-06-03 18:45:01 +02:00
Jonathan Puckey
e273a048cd Group docs: change the height of the constructor example. 2011-06-03 18:44:22 +02:00
Jonathan Puckey
7771fd8736 jsdoc template: example.tmpl: add a div around the pre code, so it receives the bottom margin. 2011-06-03 18:43:47 +02:00
Jonathan Puckey
54e98cb4e2 jsdoc template: make the paperscript examples 100 high with a split pane by default. 2011-06-03 18:42:52 +02:00
Jonathan Puckey
4235af8e35 jsdoc template: Copy the changes made to the Code / PaperScript tags on paperjs.org. 2011-06-03 18:42:13 +02:00
Jonathan Puckey
bbd2574cfd Merge remote branch 'origin/master' 2011-06-03 15:34:20 +02:00
Jonathan Puckey
730572b118 Improve Item examples. 2011-06-03 15:34:10 +02:00
Jürg Lehni
702269675a Start adding support for rhino-canvas on server. 2011-06-03 14:05:55 +01:00
Jürg Lehni
a0e120ac5c No need to call has(), since __proto__ is hidden using define(). 2011-06-03 13:57:57 +01:00
Jürg Lehni
8e1c030230 Clean up Bootstrap.js micro-lib, synchronize Paper.js sepcific changes with Bootstrap.js project and bring over comments. 2011-06-03 13:42:50 +01:00
Jonathan Puckey
e9260562f2 Improve Group example code. 2011-06-03 14:25:25 +02:00
Jonathan Puckey
831159147f Merge remote branch 'origin/master' 2011-06-03 13:24:03 +02:00
Jonathan Puckey
381fd61f60 jsdoc template: fix bug where paperScript object wasn't being nullified. 2011-06-03 13:23:57 +02:00
Jürg Lehni
931e5374b9 Merge remote-tracking branch 'origin/master' 2011-06-03 10:59:29 +01:00
Jürg Lehni
3ef55b2b4e No need for variable chaining here. 2011-06-03 10:59:20 +01:00
Jonathan Puckey
298c304660 Merge remote branch 'origin/master' 2011-06-03 11:34:34 +02:00
Jonathan Puckey
7d1297fcf4 Path#draw: Fix drawing of selected path handles. 2011-06-03 11:33:34 +02:00
Jürg Lehni
4e5e3c9bfd Instead of cloning each value that is set on PathStyle, just clone values in #initialize() / #setStyle(). 2011-06-03 08:27:49 +01:00
Jürg Lehni
02b6db1c7e Do not cache the value returned by Item#position directly, but the bounds' center that is used to create it. 2011-06-03 00:04:02 +01:00
Jürg Lehni
1b197741fa Add support for calculation of cumulative positioned offsets and use it to correctly determine visibility and event positions within canvases nested in relative divs. 2011-06-02 20:43:54 +01:00
Jonathan Puckey
082ecf1a64 jsdoc template: rename Code#format and PaperScript#format to #setup. 2011-06-02 21:01:44 +02:00
Jonathan Puckey
5c88bdfac9 PlacedSymbol docs: use splitpane for constructor example. 2011-06-02 20:56:08 +02:00
Jonathan Puckey
c22d8f8f3c Merge remote branch 'origin/master' 2011-06-02 20:52:42 +02:00
Jonathan Puckey
6ddb29bd21 jsdoc template: Support inline paperscript tags for examples. 2011-06-02 20:52:02 +02:00
Jonathan Puckey
415728f7cf jsdoc template: also build paper.js and place it in the resources folder of the generated documentation. 2011-06-02 20:50:43 +02:00
Jürg Lehni
99e4cc7645 Add TODO comment about mousedown events not having delta set the first time. 2011-06-02 15:38:12 +01:00
Jürg Lehni
2ab7568d5d Fix typo. 2011-06-02 15:36:44 +01:00
Jürg Lehni
419514a7b0 Ignore local build files. 2011-06-02 15:34:28 +01:00
Jürg Lehni
a1cbd53e23 Use modulo again in hsb conversion. 2011-06-02 15:33:46 +01:00
Jürg Lehni
016476d1dc Make sure mousemove events have lastPoint set even for the first move so event.delta is always defined for them. 2011-06-02 15:33:30 +01:00
Jürg Lehni
8b7eea4663 Merge remote-tracking branch 'origin/master' 2011-06-02 14:40:40 +01:00
Jürg Lehni
4a51ff4215 Remove unneeded blend mode. 2011-06-02 14:33:42 +01:00
Jonathan Puckey
5cede5f6ed Update Item#blendMode documentation. 2011-06-02 15:00:16 +02:00
Jonathan Puckey
7e932368a8 jsdoc template: fix Operator.isOperator's handling of == operators. 2011-06-02 14:54:00 +02:00
Jonathan Puckey
4455b1c33c Documentation: fix Key.isDown example. 2011-06-02 14:48:21 +02:00
Jonathan Puckey
018ac46e87 Small improvement to Item#strokeCap docs. 2011-06-02 14:17:47 +02:00
Jonathan Puckey
5e9c64d9c8 View#onFrame docs: use code tags in description. 2011-06-02 14:17:02 +02:00
Jonathan Puckey
4d0db25e51 Item & PathStyle: improve documentation. 2011-06-02 13:58:56 +02:00
Jonathan Puckey
4e227dd361 jsdoc template: remove unused allclasses template. 2011-06-02 13:35:42 +02:00
Jonathan Puckey
0e6811f022 Item: document and add examples to the different removeOn functions. 2011-06-02 13:32:00 +02:00
Jonathan Puckey
371428b9ee Item docs: improve #scale examples. 2011-06-02 12:59:30 +02:00
Jonathan Puckey
a32930287a jsdoc template: move src files into separate folder and make a groupTitle plugin. 2011-06-02 12:56:24 +02:00
Jürg Lehni
c07fee0e6b Shorten variable names. 2011-06-02 09:38:13 +01:00
Jürg Lehni
bb11b74fa3 Clean up comments: No need for reference to Context Blender, since code has completely changed. 2011-06-02 09:36:49 +01:00
Jürg Lehni
9be8c154b7 Clean up code. 2011-06-02 09:34:10 +01:00
Jürg Lehni
1c886c125c Make HSB converters private again in Color, and shorten code. 2011-06-02 09:34:02 +01:00
Jürg Lehni
b02b4bf7a3 Implement HSL blend modes according to PDF specs. 2011-06-02 09:33:41 +01:00
Jürg Lehni
0e3ed65206 Go back to old luminescence values since the new ones produces to large values occasionally. 2011-06-02 09:05:23 +01:00